aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Gravatar Linus Torvalds 197-55306/+0
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-13/+14
2008-08-28Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Gravatar Linus Torvalds 1-0/+12
2008-08-28i2c: Add missing kerneldoc descriptionsGravatar Jean Delvare 1-0/+12
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-2/+10
2008-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2008-08-27pkt_sched: Fix sch_tree_lock()Gravatar Jarek Poplawski 1-2/+2
2008-08-27pkt_sched: Fix gen_estimator locksGravatar Jarek Poplawski 1-0/+8
2008-08-27block: remove blk_queue_tag_depth() and blk_queue_tag_queue()Gravatar Jens Axboe 1-2/+0
2008-08-27block: rename blk_scsi_cmd_filter to blk_cmd_filterGravatar FUJITA Tomonori 1-4/+4
2008-08-27block: move cmdfilter from gendisk to request_queueGravatar FUJITA Tomonori 2-13/+13
2008-08-27Blackfin arch: move include/asm-blackfin header files to arch/blackfinGravatar Bryan Wu 197-55308/+0
2008-08-26Fix userspace export of <linux/net.h>Gravatar David Woodhouse 1-7/+7
2008-08-26[MIPS] Wire up new syscalls.Gravatar Ralf Baechle 1-6/+24
2008-08-25x86: msr: fix bogus return values from rdmsr_safe/wrmsr_safeGravatar H. Peter Anvin 1-8/+8
2008-08-25x86: msr: propagate errors from smp_call_function_single()Gravatar H. Peter Anvin 1-5/+6
2008-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-8/+4
2008-08-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+3
2008-08-25Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+3
2008-08-25x86: add X86_FEATURE_XMM4_2 definitionsGravatar Austin Zhang 1-0/+2
2008-08-25KVM: fix userspace ABI breakageGravatar Adrian Bunk 1-2/+2
2008-08-25KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_rebootGravatar Eduardo Habkost 1-1/+1
2008-08-26stop_machine: Remove deprecated stop_machine_runGravatar Rusty Russell 1-18/+1
2008-08-25Merge branch 'linus' into x86/urgentGravatar Ingo Molnar 24-64/+215
2008-08-25Blackfin arch: fix bug - MPU crashes under stressGravatar Bernd Schmidt 1-2/+4
2008-08-25[PATCH] change d_add_ci argument orderingGravatar Christoph Hellwig 1-1/+1
2008-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 2-0/+6
2008-08-23removed unused #include <linux/version.h>'sGravatar Adrian Bunk 2-2/+0
2008-08-23rtc: fix deadlockGravatar Ingo Molnar 1-8/+4
2008-08-23x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUsGravatar Rafael J. Wysocki 1-0/+1
2008-08-22Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+4
2008-08-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-5/+3
2008-08-22Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+24
2008-08-22x86: fix section mismatch warning - uv_cpu_initGravatar Marcin Slusarz 2-0/+2
2008-08-22pkt_sched: Fix qdisc list lockingGravatar Jarek Poplawski 1-0/+1
2008-08-22libata: Fix a large collection of DMA mode mismatchesGravatar Alan Cox 1-0/+22
2008-08-22libata: restore SControl on detachGravatar Tejun Heo 1-0/+1
2008-08-22libata: implement no[hs]rst force paramsGravatar Tejun Heo 1-0/+1
2008-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-2/+3
2008-08-21USB: Defer Set-Interface for suspended devicesGravatar Alan Stern 1-0/+3
2008-08-21driver core: add init_name to struct deviceGravatar Greg Kroah-Hartman 1-0/+1
2008-08-21dev_printk(): constify the `dev' argumentGravatar Jean Delvare 1-2/+2
2008-08-21pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() raceGravatar Jarek Poplawski 1-0/+5
2008-08-21nohz: fix wrong event handler after online an offlined cpuGravatar Miao Xie 1-1/+4
2008-08-20fbdefio: add set_page_dirty handler to deferred IO FBGravatar Ian Campbell 1-0/+3
2008-08-20mm: dirty page tracking race fixGravatar Nick Piggin 1-1/+1
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageGravatar Ken Chen 1-0/+9
2008-08-20FRV: Provide ioremap_wc() for FRVGravatar David Howells 1-0/+2
2008-08-20MN10300: Supply ioremap_wc() for MN10300Gravatar David Howells 1-0/+2
2008-08-20Reserve NFS fileid values for btrfsGravatar David Woodhouse 1-0/+21