aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-29crypto: rng - RNG interface and implementationNeil Horman3-0/+126
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu1-6/+0
2008-08-29crypto: api - Use test infrastructureHerbert Xu1-0/+8
2008-08-29crypto: cryptomgr - Add test infrastructureHerbert Xu1-0/+2
2008-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds197-55306/+0
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+14
2008-08-28Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-0/+12
2008-08-28i2c: Add missing kerneldoc descriptionsJean Delvare1-0/+12
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+10
2008-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2008-08-27pkt_sched: Fix sch_tree_lock()Jarek Poplawski1-2/+2
2008-08-27pkt_sched: Fix gen_estimator locksJarek Poplawski1-0/+8
2008-08-27block: remove blk_queue_tag_depth() and blk_queue_tag_queue()Jens Axboe1-2/+0
2008-08-27block: rename blk_scsi_cmd_filter to blk_cmd_filterFUJITA Tomonori1-4/+4
2008-08-27block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2-13/+13
2008-08-27Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu197-55308/+0
2008-08-26Fix userspace export of <linux/net.h>David Woodhouse1-7/+7
2008-08-26[MIPS] Wire up new syscalls.Ralf Baechle1-6/+24
2008-08-25x86: msr: fix bogus return values from rdmsr_safe/wrmsr_safeH. Peter Anvin1-8/+8
2008-08-25x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin1-5/+6
2008-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+4
2008-08-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+3
2008-08-25Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds2-3/+3
2008-08-25x86: add X86_FEATURE_XMM4_2 definitionsAustin Zhang1-0/+2
2008-08-25KVM: fix userspace ABI breakageAdrian Bunk1-2/+2
2008-08-25KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_rebootEduardo Habkost1-1/+1
2008-08-26stop_machine: Remove deprecated stop_machine_runRusty Russell1-18/+1
2008-08-25Merge branch 'linus' into x86/urgentIngo Molnar24-64/+215
2008-08-25Blackfin arch: fix bug - MPU crashes under stressBernd Schmidt1-2/+4
2008-08-25[PATCH] change d_add_ci argument orderingChristoph Hellwig1-1/+1
2008-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+6
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk2-2/+0
2008-08-23rtc: fix deadlockIngo Molnar1-8/+4
2008-08-23x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUsRafael J. Wysocki1-0/+1
2008-08-22Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2008-08-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-5/+3
2008-08-22Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-0/+24
2008-08-22x86: fix section mismatch warning - uv_cpu_initMarcin Slusarz2-0/+2
2008-08-22pkt_sched: Fix qdisc list lockingJarek Poplawski1-0/+1
2008-08-22libata: Fix a large collection of DMA mode mismatchesAlan Cox1-0/+22
2008-08-22libata: restore SControl on detachTejun Heo1-0/+1
2008-08-22libata: implement no[hs]rst force paramsTejun Heo1-0/+1
2008-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+3
2008-08-21USB: Defer Set-Interface for suspended devicesAlan Stern1-0/+3
2008-08-21driver core: add init_name to struct deviceGreg Kroah-Hartman1-0/+1
2008-08-21dev_printk(): constify the `dev' argumentJean Delvare1-2/+2
2008-08-21pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() raceJarek Poplawski1-0/+5
2008-08-21nohz: fix wrong event handler after online an offlined cpuMiao Xie1-1/+4
2008-08-20fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell1-0/+3
2008-08-20mm: dirty page tracking race fixNick Piggin1-1/+1