aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | [PATCH] x86-64: Some cleanup and optimization to the processor data area.Andi Kleen2005-09-12
* | | | | | | | | | | | [PATCH] cpuset semaphore depth check optimizePaul Jackson2005-09-12
* | | | | | | | | | | | [PATCH] crc16: remove w1 specific comments.Evgeniy Polyakov2005-09-12
|/ / / / / / / / / / /
* | | | | | | | | | | [PATCH] MCA/INIT: scheduler hooksKeith Owens2005-09-11
* | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds2005-09-10
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge davem@outer-richmond.davemloft.net:src/GIT/net-2.6/ David S. Miller2005-09-10
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | [IPV6]: Bring Type 0 routing header in-line with rfc3542.Brian Haley2005-09-10
| | * | | | | | | | | | | Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542 David S. Miller2005-09-10
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | [IPV6]: Note values allocated for ip6_tables.YOSHIFUJI Hideaki2005-09-09
| | | * | | | | | | | | | | [IPV6]: rearrange constants for new advanced API to solve conflicts.YOSHIFUJI Hideaki2005-09-09
* | | | | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input Linus Torvalds2005-09-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Manual merge with LinusDmitry Torokhov2005-09-09
| |\| | | | | | | | | | | |
| * | | | | | | | | | | | | Input: HID - add more consumer usagesVojtech Pavlik2005-09-05
* | | | | | | | | | | | | | [PATCH] __user annotations (scsi/ch)viro@ZenIV.linux.org.uk2005-09-10
* | | | | | | | | | | | | | [PATCH] time.h: remove ifdefsAndrew Morton2005-09-10
* | | | | | | | | | | | | | [PATCH] include: update jiffies/{m,u}secs conversion functionsNishanth Aravamudan2005-09-10
* | | | | | | | | | | | | | [PATCH] add schedule_timeout_{,un}interruptible() interfacesNishanth Aravamudan2005-09-10
* | | | | | | | | | | | | | [PATCH] include/linux/bio.h: "extern inline" -> "static inline"Adrian Bunk2005-09-10
* | | | | | | | | | | | | | [PATCH] "extern inline" -> "static inline"Adrian Bunk2005-09-10
* | | | | | | | | | | | | | [PATCH] include/linux/blkdev.h: "extern inline" -> "static inline"Adrian Bunk2005-09-10
* | | | | | | | | | | | | | [PATCH] dmapool: Fix "nocast type" warningsVictor Fusco2005-09-10
* | | | | | | | | | | | | | [PATCH] lib/radix-tree: Fix "nocast type" warningsVictor Fusco2005-09-10
* | | | | | | | | | | | | | [PATCH] mm/slab: fix sparse warningsVictor Fusco2005-09-10
* | | | | | | | | | | | | | [PATCH] mm/filemap.c: make two functions staticAdrian Bunk2005-09-10
* | | | | | | | | | | | | | [PATCH] sched: TASK_NONINTERACTIVEIngo Molnar2005-09-10
* | | | | | | | | | | | | | [PATCH] cpuset semaphore depth check deadlock fixPaul Jackson2005-09-10
* | | | | | | | | | | | | | [PATCH] spinlock consolidationIngo Molnar2005-09-10
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | [PATCH] md: add write-intent-bitmap support to raid5NeilBrown2005-09-09
* | | | | | | | | | | | | [PATCH] md: limit size of sb read/written to appropriate amountNeilBrown2005-09-09
* | | | | | | | | | | | | [PATCH] md: remove old cruft from md_k.h header fileNeilBrown2005-09-09
* | | | | | | | | | | | | [PATCH] md: allow md to load a superblock with feature-bit '1' setNeilBrown2005-09-09
* | | | | | | | | | | | | [PATCH] md: support md/linear array with components greater than 2 terabytes.NeilBrown2005-09-09
* | | | | | | | | | | | | [PATCH] md: add write-behind support for md/raid1NeilBrown2005-09-09
* | | | | | | | | | | | | [PATCH] md: support write-mostly device in raid1NeilBrown2005-09-09
* | | | | | | | | | | | | [PATCH] md: all hot-add and hot-remove of md intent logging bitmapsNeilBrown2005-09-09
* | | | | | | | | | | | | Remove "must_check" attributes in PCI-landLinus Torvalds2005-09-09
* | | | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds2005-09-09
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [PATCH] PCI: Small rearrangement of PCI probing codePaul Mackerras2005-09-09
| * | | | | | | | | | | | | [PATCH] must_check attributes for PCI layer.Dave Jones2005-09-09
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds2005-09-09
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 David S. Miller2005-09-09
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | [DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo2005-09-09
| | * | | | | | | | | | | | [CCID] Only call the HC insert_options methods when requestedArnaldo Carvalho de Melo2005-09-09
* | | | | | | | | | | | | | [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-09
* | | | | | | | | | | | | | [PATCH] FUSE: add fsync operation for directoriesMiklos Szeredi2005-09-09
* | | | | | | | | | | | | | [PATCH] fuse: more flexible cachingMiklos Szeredi2005-09-09
* | | | | | | | | | | | | | [PATCH] fuse: transfer readdir data through deviceMiklos Szeredi2005-09-09
* | | | | | | | | | | | | | [PATCH] FUSE: add paddingMiklos Szeredi2005-09-09
* | | | | | | | | | | | | | [PATCH] FUSE - extended attribute operationsMiklos Szeredi2005-09-09
* | | | | | | | | | | | | | [PATCH] FUSE - file operationsMiklos Szeredi2005-09-09