summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-08-251-8/+4
|\
| * rtc: fix deadlockIngo Molnar2008-08-231-8/+4
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-252-0/+3
|\ \
| * | x86: add X86_FEATURE_XMM4_2 definitionsAustin Zhang2008-08-251-0/+2
| * | Merge branch 'linus' into x86/urgentIngo Molnar2008-08-2524-64/+215
| |\ \
| * | | x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUsRafael J. Wysocki2008-08-231-0/+1
* | | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-08-252-3/+3
|\ \ \ \
| * | | | KVM: fix userspace ABI breakageAdrian Bunk2008-08-251-2/+2
| * | | | KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_rebootEduardo Habkost2008-08-251-1/+1
| | |/ / | |/| |
* | | | stop_machine: Remove deprecated stop_machine_runRusty Russell2008-08-261-18/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-232-0/+6
|\ \ \
| * | | pkt_sched: Fix qdisc list lockingJarek Poplawski2008-08-221-0/+1
| * | | pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() raceJarek Poplawski2008-08-211-0/+5
* | | | removed unused #include <linux/version.h>'sAdrian Bunk2008-08-232-2/+0
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-08-221-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | nohz: fix wrong event handler after online an offlined cpuMiao Xie2008-08-211-1/+4
| |/ /
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-224-5/+3
|\ \ \ | | |/ | |/|
| * | x86: fix section mismatch warning - uv_cpu_initMarcin Slusarz2008-08-222-0/+2
| * | x86, SGI UV: hardcode the TLB flush interrupt system vectorCliff Wickman2008-08-202-5/+1
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-08-221-0/+24
|\ \ \
| * | | libata: Fix a large collection of DMA mode mismatchesAlan Cox2008-08-221-0/+22
| * | | libata: restore SControl on detachTejun Heo2008-08-221-0/+1
| * | | libata: implement no[hs]rst force paramsTejun Heo2008-08-221-0/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-08-211-2/+3
|\ \ \
| * | | driver core: add init_name to struct deviceGreg Kroah-Hartman2008-08-211-0/+1
| * | | dev_printk(): constify the `dev' argumentJean Delvare2008-08-211-2/+2
| |/ /
* | | USB: Defer Set-Interface for suspended devicesAlan Stern2008-08-211-0/+3
|/ /
* | fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell2008-08-201-0/+3
* | mm: dirty page tracking race fixNick Piggin2008-08-201-1/+1
* | fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen2008-08-201-0/+9
* | FRV: Provide ioremap_wc() for FRVDavid Howells2008-08-201-0/+2
* | MN10300: Supply ioremap_wc() for MN10300David Howells2008-08-201-0/+2
* | Reserve NFS fileid values for btrfsDavid Woodhouse2008-08-201-0/+21
* | Reduce brokenness of CRIS headers_installDavid Woodhouse2008-08-201-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-08-201-1/+2
|\ \
| * | [SCSI] sd: fix USB devices incorrectly reporting DIF supportHugh Dickins2008-08-061-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-08-192-0/+14
|\ \ \
| * | | PCI: add acpi_find_root_bridge_handleJiri Slaby2008-08-181-0/+11
| * | | x86/PCI: irq and pci_ids patch for Intel Ibex Peak PCHsSeth Heasley2008-08-151-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-196-10/+12
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-08-181-8/+3
| |\ \ \ \
| | * | | | mac80211: remove kdoc references to IEEE80211_HW_HOST_GEN_BEACON_TEMPLATELuis R. Rodriguez2008-08-181-8/+3
| * | | | | pkt_sched: No longer destroy qdiscs from RCU.David S. Miller2008-08-171-1/+0
| * | | | | pkt_sched: Add 'deactivated' state.David S. Miller2008-08-171-0/+1
| * | | | | net: skb_copy_datagram_from_iovec()Rusty Russell2008-08-151-0/+4
| * | | | | tun: TUNGETIFF interface to query name and flagsMark McLoughlin2008-08-151-0/+1
| |/ / / /
| * | | | netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley2008-08-142-1/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-08-181-46/+109
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ata: add missing ATA_* definesBartlomiej Zolnierkiewicz2008-08-181-0/+13
| * | | | ata: add missing ATA_CMD_* definesBartlomiej Zolnierkiewicz2008-08-181-0/+20
OpenPOWER on IntegriCloud