aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libata: kill duplicate prototypesTejun Heo2006-05-151-2/+0
* [PATCH] libata: rename ata_down_sata_spd_limit() and friendsTejun Heo2006-05-151-1/+1
* Merge branch 'master' into upstreamJeff Garzik2006-04-275-8/+41
|\
| * Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-262-0/+20
| |\
| | * [PATCH] splice: rearrange moving to/from pipe helpersJens Axboe2006-04-261-0/+17
| | * [PATCH] Add support for the sys_vmsplice syscallJens Axboe2006-04-261-0/+3
| * | [PATCH] sky2: reschedule if irq still pendingStephen Hemminger2006-04-261-8/+10
| |/
| * [NETFILTER]: Fix compat_xt_counters alignment for non-x86Patrick McHardy2006-04-241-0/+4
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-04-201-0/+7
| |\
| | * [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-201-0/+7
* | | Merge branch 'master'Jeff Garzik2006-04-207-7/+19
|\ \ \ | |/ /
| * | [PATCH] memory_hotplug.h cleanupAdrian Bunk2006-04-201-3/+0
| |/
| * Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-04-192-0/+13
| |\
| | * NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust2006-04-191-0/+1
| | * NFS: fix PROC_FS=n compile errorAdrian Bunk2006-04-191-0/+12
| * | [PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDCAdrian Bunk2006-04-191-1/+0
| * | [PATCH] ide: ATI SB600 IDE supportAnatoli Antonovitch2006-04-191-0/+4
| * | [PATCH] task: Make task list manipulations RCU safeEric W. Biederman2006-04-191-2/+1
| |/
| * [MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__.Ralf Baechle2006-04-191-1/+1
* | Merge branch 'master'Jeff Garzik2006-04-1821-3127/+508
|\ \ | |/
| * [PATCH] kill unushed __put_task_struct_cbEric W. Biederman2006-04-141-1/+0
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2006-04-141-0/+4
| |\
| | * [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsChristoph Hellwig2006-04-131-0/+4
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-04-143-9/+34
| |\ \
| | * | [PATCH] remove kernel/power/pm.c:pm_unregister()Adrian Bunk2006-04-141-7/+0
| | * | [PATCH] PCI: fix sparse warning about pci_bus_flagsRoland Dreier2006-04-141-1/+1
| | * | [PATCH] pci_ids.h: correct naming of 1022:7450 (AMD 8131 Bridge)John W. Linville2006-04-141-1/+2
| | * | [PATCH] PCI: MSI(X) save/restore for suspend/resumeShaohua Li2006-04-141-0/+31
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-04-144-0/+17
| |\ \ \
| | * | | [PATCH] pm: print name of failed suspend functionAndrew Morton2006-04-141-0/+8
| | * | | [PATCH] BLOCK: delay all uevents until partition table is scannedKay Sievers2006-04-141-0/+1
| | * | | [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-142-0/+8
| | |/ /
| * | | [PATCH] USB: linux/usb/net2280.h common definitionsPete Zaitcev2006-04-141-0/+444
| |/ /
| * | Merge branch 'tee' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-143-6/+9
| |\ \ | | |/ | |/|
| | * [PATCH] splice: add support for sys_tee()Jens Axboe2006-04-112-0/+3
| | * [PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe2006-04-111-6/+6
| * | [WAN]: Remove broken and unmaintained Sangoma drivers.Adrian Bunk2006-04-118-3111/+0
| |/
* | [PATCH] libata: export ata_set_sata_spd()Tejun Heo2006-04-111-0/+1
* | [PATCH] libata: implement ata_wait_register()Tejun Heo2006-04-111-0/+3
* | [PATCH] libata: kill @verbose from ata_reset_fn_tTejun Heo2006-04-111-5/+3
* | libata: Add helper ata_shost_to_port()Jeff Garzik2006-04-111-0/+6
* | libata: Fix EH merge difference between this branch and upstream.Jeff Garzik2006-04-111-1/+0
* | Merge branch 'master'Jeff Garzik2006-04-1131-115/+1267
|\ \ | |/
| * [PATCH] x86_64: inline function prefix with __always_inline in vsyscallmao, bibo2006-04-111-2/+2
| * Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-114-19/+29
| |\
| | * [PATCH] splice: warning fixAndrew Morton2006-04-111-3/+10
| | * [PATCH] get rid of the PIPE_*() macrosIngo Molnar2006-04-111-10/+0
| | * [PATCH] splice: add direct fd <-> fd splicing supportJens Axboe2006-04-113-0/+9
| | * [PATCH] splice: add optional input and output offsetsIngo Molnar2006-04-101-2/+5
| | * [PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar2006-04-102-7/+8