summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-08-28197-55306/+0
|\
| * Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-27197-55308/+0
| * Blackfin arch: fix bug - MPU crashes under stressBernd Schmidt2008-08-251-2/+4
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-281-13/+14
|\ \
| * | x86: msr: fix bogus return values from rdmsr_safe/wrmsr_safeH. Peter Anvin2008-08-251-8/+8
| * | x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin2008-08-251-5/+6
* | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-08-281-0/+12
|\ \ \
| * | | i2c: Add missing kerneldoc descriptionsJean Delvare2008-08-281-0/+12
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-271-2/+10
|\ \ \ \
| * | | | pkt_sched: Fix sch_tree_lock()Jarek Poplawski2008-08-271-2/+2
| * | | | pkt_sched: Fix gen_estimator locksJarek Poplawski2008-08-271-0/+8
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-08-271-1/+1
|\ \ \ \ \
| * | | | | [PATCH] change d_add_ci argument orderingChristoph Hellwig2008-08-251-1/+1
* | | | | | block: remove blk_queue_tag_depth() and blk_queue_tag_queue()Jens Axboe2008-08-271-2/+0
* | | | | | block: rename blk_scsi_cmd_filter to blk_cmd_filterFUJITA Tomonori2008-08-271-4/+4
* | | | | | block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-272-13/+13
| |_|/ / / |/| | | |
* | | | | Fix userspace export of <linux/net.h>David Woodhouse2008-08-261-7/+7
* | | | | [MIPS] Wire up new syscalls.Ralf Baechle2008-08-261-6/+24
| |_|_|/ |/| | |
* | | | 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