summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* x86: build fix for !CONFIG_SMPAlex Nixon2008-09-052-9/+10
* x86: separate generic cpu disabling code from APIC writes in cpu_disableAlex Nixon2008-08-251-0/+1
* x86: unify x86_32 and x86_64 play_dead into one functionAlex Nixon2008-08-251-0/+1
* x86_32: clean up play_deadAlex Nixon2008-08-251-1/+6
* x86: add cpu hotplug hooks into smp_opsAlex Nixon2008-08-251-4/+24
* Merge branch 'linus' into x86/xenIngo Molnar2008-08-2527-23/+109
|\
| * 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
* | | | | | xen: save previous spinlock when blockingJeremy Fitzhardinge2008-08-211-0/+2
* | | | | | x86/paravirt: add spin_lock_flags lock opJeremy Fitzhardinge2008-08-202-2/+14
* | | | | | xen: clean up domain mode predicatesJeremy Fitzhardinge2008-08-201-2/+12
* | | | | | Merge branch 'linus' into x86/xenIngo Molnar2008-08-202441-224459/+3353
|\| | | | |
| * | | | | 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