summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2014-06-05locking/rwsem: Fix warnings for CONFIG_RWSEM_GENERIC_SPINLOCKDavidlohr Bueso-1/+1
2014-06-05locking/rwsem: Support optimistic spinningDavidlohr Bueso-3/+22
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-24/+22
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra-14/+66
2014-04-17Merge branch 'ipmi' (emailed ipmi fixes)Linus Torvalds-3/+10
2014-04-17ipmi: boolify some thingsCorey Minyard-3/+3
2014-04-17ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard-1/+8
2014-04-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+7
2014-04-16x86: Remove the PCI reboot method from the default chainIngo Molnar-7/+7
2014-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-17/+55
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet-11/+24
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet-3/+3
2014-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+10
2014-04-14Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann-1/+13
2014-04-14net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann-1/+0
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet-0/+5
2014-04-14netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy-0/+10
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds-1/+13
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-3/+3
2014-04-12Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds-1/+26
2014-04-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-15/+28
2014-04-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+8
2014-04-12Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbLinus Torvalds-7/+12
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-118/+71
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-28/+69
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds-5/+41
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds-9/+13
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds-5/+4
2014-04-11Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+6
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-3/+3
2014-04-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+20
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruDave Hansen-1/+2
2014-04-10AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERICChris Metcalf-1/+1
2014-04-10NVMe: Retry failed commands with non-fatal errorsKeith Busch-2/+3
2014-04-10NVMe: Make I/O timeout a module parameterKeith Busch-1/+2
2014-04-10NVMe: CPU hot plug notificationKeith Busch-0/+1
2014-04-10NVMe: per-cpu io queuesKeith Busch-1/+5
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+19
2014-04-10Merge tag 'sound-fix-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2014-04-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds-5/+10
2014-04-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-15/+43
2014-04-09block: fix regression with block enabled taggingJens Axboe-1/+14
2014-04-09scsi: Make sure cmd_flags are 64-bitMartin K. Petersen-2/+2
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers-5/+15
2014-04-09x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id"Behan Webster-0/+5
2014-04-09LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hMark Charlebois-0/+19
2014-04-09LLVMLinux: Remove warning about returning an uninitialized variableBehan Webster-1/+2
2014-04-09Merge tag 'asoc-v3.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai-5/+29
2014-04-09Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+522
2014-04-09Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-31/+24