summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-01-111-0/+1
|\
| * Pull sgi into release branchLen Brown2007-01-111-0/+1
| |\
| | * ACPI: Altix: ACPI _PRT supportJohn Keller2007-01-041-0/+1
* | | [PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner2007-01-111-1/+1
* | | [PATCH] NFS: Fix race in nfs_release_page()Trond Myklebust2007-01-111-0/+1
* | | [PATCH] KVM: add VM-exit profilingIngo Molnar2007-01-111-0/+1
* | | [PATCH] Fix sparsemem on CellDave Hansen2007-01-112-3/+8
* | | [PATCH] fix linux banner format stringRoman Zippel2007-01-101-0/+3
* | | [NETFILTER]: tcp conntrack: fix IP_CT_TCP_FLAG_CLOSE_INIT valuePatrick McHardy2007-01-091-1/+1
* | | [NETFILTER]: arp_tables: fix userspace compilationBart De Schuymer2007-01-091-0/+1
|/ /
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-01-081-1/+1
|\ \
| * | [ARM] pass vma for flush_anon_page()Russell King2007-01-081-1/+1
| |/
* | [PATCH] swsusp: Do not fail if resume device is not setRafael J. Wysocki2007-01-051-1/+1
* | [PATCH] KVM: Improve interrupt responseDor Laor2007-01-051-1/+10
* | [PATCH] Add AFS_SUPER_MAGIC to magic.hAdam Megacz2007-01-051-0/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-01-031-0/+1
|\
| * [AGPGART] K8M890 support for amd-k8.Gabriel Mansi2006-12-181-0/+1
* | [NET]: Don't export linux/random.h outside __KERNEL__.David Woodhouse2006-12-311-1/+1
* | [NET]: Add memory barrrier to netif_poll_enable()David S. Miller2006-12-311-0/+1
* | [PATCH] cpuset procfs warning fixAndrew Morton2006-12-301-1/+1
* | [PATCH] SPI: define null tx_buf to mean "shift out zeroes"David Brownell2006-12-301-1/+1
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-12-221-1/+1
|\ \
| * \ merge linus into test branchLen Brown2006-12-204-74/+42
| |\ \
| * \ \ Pull platform-drivers into test branchLen Brown2006-12-201-1/+1
| |\ \ \
| | * | | ACPI: video: Add dev argument for backlight_device_registerYu Luming2006-12-201-1/+1
* | | | | [SCTP]: Fix typo adaption -> adaptation as per the latest API draft.Ivan Skytte Jorgensen2006-12-221-5/+5
* | | | | [SCTP]: Don't export include/linux/sctp.h to userspace.Sridhar Samudrala2006-12-221-1/+0
* | | | | [PATCH] mips: if_fddi.h: Add a missing inclusionMaciej W. Rozycki2006-12-221-0/+2
* | | | | [PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov2006-12-221-0/+5
* | | | | [PATCH] mm: more rmap debuggingNick Piggin2006-12-221-1/+1
* | | | | [PATCH] lock debugging: fix DEBUG_LOCKS_WARN_ON() & debug_locks_silentIngo Molnar2006-12-221-1/+1
* | | | | [PATCH] fix vm_events_fold_cpu() build breakageMagnus Damm2006-12-221-0/+6
* | | | | [PATCH] CONFIG_VM_EVENT_COUNTER comment decrustifyPaul Jackson2006-12-221-2/+3
* | | | | [PATCH] KVM: API versioningAvi Kivity2006-12-221-0/+3
* | | | | VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functionsLinus Torvalds2006-12-211-6/+2
* | | | | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-12-212-8/+9
|\ \ \ \ \
| * | | | | [PATCH] cfq-iosched: don't allow sync merges across queuesJens Axboe2006-12-201-0/+3
| * | | | | [PATCH] Fixup blk_rq_unmap_user() APIJens Axboe2006-12-191-1/+1
| * | | | | [PATCH] Remove queue merging hooksJens Axboe2006-12-191-7/+5
| | |_|_|/ | |/| | |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-12-212-5/+8
|\ \ \ \ \
| * | | | | Driver core: proper prototype for drivers/base/init.c:driver_init()Adrian Bunk2006-12-201-0/+2
| * | | | | kobject: kobject_uevent() returns manageable valueAneesh Kumar K.V2006-12-201-5/+6
| | |_|_|/ | |/| | |
* | | | | PCI legacy resource fixRalf Baechle2006-12-201-0/+3
* | | | | PCI: don't export device IDs to userspaceAdrian Bunk2006-12-202-5/+3
* | | | | PCI: Fix multiple problems with VIA hardwareAlan Cox2006-12-201-0/+19
* | | | | PCI: Add #defines for Hypertransport MSI fieldsMichael Ellerman2006-12-201-0/+7
* | | | | PCI: Add pci_find_ht_capability() for finding Hypertransport capabilitiesMichael Ellerman2006-12-202-1/+13
* | | | | pci: Introduce pci_find_presentAlan Cox2006-12-201-0/+2
* | | | | pci: add class codes for Wireless RF controllersInaky Perez-Gonzalez2006-12-201-0/+4
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2006-12-191-0/+15
|\ \ \ \
OpenPOWER on IntegriCloud