summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input Linus Torvalds2005-09-101-0/+8
|\ \ \ \ \ \
| * \ \ \ \ \ Manual merge with LinusDmitry Torokhov2005-09-09640-13075/+11813
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Input: HID - add more consumer usagesVojtech Pavlik2005-09-051-0/+8
* | | | | | | [PATCH] uml: inline mk_pte and various friendsPaolo 'Blaisorblade' Giarrusso2005-09-102-7/+12
* | | | | | | [PATCH] i386 / uml: add dwarf sections to static link scriptPaolo 'Blaisorblade' Giarrusso2005-09-101-0/+38
| |_|/ / / / |/| | | | |
* | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm Linus Torvalds2005-09-101-0/+3
|\ \ \ \ \ \
| * | | | | | [ARM] Add memory type based allocation syscallsRussell King2005-09-091-0/+3
| | |_|/ / / | |/| | | |
* | | | | | [PATCH] __user annotations (scsi/ch)viro@ZenIV.linux.org.uk2005-09-101-1/+1
* | | | | | [PATCH] ppc32: support hotplug cpu on powermacsPaul Mackerras2005-09-101-0/+6
* | | | | | [PATCH] ppc32: Kill init on unhandled synchronous signalsPaul Mackerras2005-09-101-0/+1
* | | | | | [PATCH] time.h: remove ifdefsAndrew Morton2005-09-101-9/+0
* | | | | | [PATCH] include: update jiffies/{m,u}secs conversion functionsNishanth Aravamudan2005-09-102-20/+22
* | | | | | [PATCH] add schedule_timeout_{,un}interruptible() interfacesNishanth Aravamudan2005-09-101-0/+2
* | | | | | [PATCH] i386/x86_64: make get_cpu_vendor() staticAdrian Bunk2005-09-101-1/+0
* | | | | | [PATCH] include/linux/bio.h: "extern inline" -> "static inline"Adrian Bunk2005-09-101-4/+3
* | | | | | [PATCH] "extern inline" -> "static inline"Adrian Bunk2005-09-101-3/+3
* | | | | | [PATCH] include/linux/blkdev.h: "extern inline" -> "static inline"Adrian Bunk2005-09-101-1/+1
* | | | | | [PATCH] include/asm-i386/: "extern inline" -> "static inline"Adrian Bunk2005-09-102-3/+3
* | | | | | [PATCH] include/asm-arm26/hardirq.h: remove #define irq_enter()Adrian Bunk2005-09-101-2/+0
* | | | | | [PATCH] dmapool: Fix "nocast type" warningsVictor Fusco2005-09-101-1/+2
* | | | | | [PATCH] lib/radix-tree: Fix "nocast type" warningsVictor Fusco2005-09-101-2/+2
* | | | | | [PATCH] mm/slab: fix sparse warningsVictor Fusco2005-09-101-1/+2
* | | | | | [PATCH] mm/filemap.c: make two functions staticAdrian Bunk2005-09-102-4/+0
* | | | | | [PATCH] sched: TASK_NONINTERACTIVEIngo Molnar2005-09-101-0/+1
* | | | | | [PATCH] cpuset semaphore depth check deadlock fixPaul Jackson2005-09-101-0/+1
* | | | | | [PATCH] spinlock consolidationIngo Molnar2005-09-1041-1723/+1289
| |_|/ / / |/| | | |
* | | | | [PATCH] md: add write-intent-bitmap support to raid5NeilBrown2005-09-091-1/+13
* | | | | [PATCH] md: limit size of sb read/written to appropriate amountNeilBrown2005-09-091-0/+1
* | | | | [PATCH] md: remove old cruft from md_k.h header fileNeilBrown2005-09-091-64/+0
* | | | | [PATCH] md: allow md to load a superblock with feature-bit '1' setNeilBrown2005-09-091-0/+5
* | | | | [PATCH] md: support md/linear array with components greater than 2 terabytes.NeilBrown2005-09-091-2/+2
* | | | | [PATCH] md: add write-behind support for md/raid1NeilBrown2005-09-093-5/+26
* | | | | [PATCH] md: support write-mostly device in raid1NeilBrown2005-09-092-2/+12
* | | | | [PATCH] md: all hot-add and hot-remove of md intent logging bitmapsNeilBrown2005-09-091-0/+10
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds2005-09-0912-13/+13
|\ \ \ \ \
| * | | | | kbuild: mips use generic asm-offsets.h supportSam Ravnborg2005-09-094-4/+4
| * | | | | kbuild: alpha,x86_64 use generic asm-offsets.h supportSam Ravnborg2005-09-091-1/+1
| * | | | | kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg2005-09-095-5/+5
| * | | | | kbuild: arm26,sparc use generic asm-offset supportSam Ravnborg2005-09-091-2/+2
| * | | | | kbuild: full dependency check on asm-offsets.hSam Ravnborg2005-09-091-1/+1
* | | | | | Remove "must_check" attributes in PCI-landLinus Torvalds2005-09-091-8/+8
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds2005-09-091-10/+13
|\ \ \ \ \ \
| * | | | | | [PATCH] PCI: Small rearrangement of PCI probing codePaul Mackerras2005-09-091-0/+3
| * | | | | | [PATCH] must_check attributes for PCI layer.Dave Jones2005-09-091-10/+10
| | |/ / / / | |/| | | |
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds2005-09-091-0/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 David S. Miller2005-09-091-0/+3
| |\ \ \ \ \ \
| | * | | | | | [DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo2005-09-091-0/+1
| | * | | | | | [CCID] Only call the HC insert_options methods when requestedArnaldo Carvalho de Melo2005-09-091-0/+2
* | | | | | | | [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-0/+4
* | | | | | | | [PATCH] FUSE: add fsync operation for directoriesMiklos Szeredi2005-09-091-1/+2
OpenPOWER on IntegriCloud