summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-07-01bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGu Zheng1-0/+1
2014-07-01blk-mq: use percpu_ref for mq usage countTejun Heo1-1/+2
2014-07-01blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo1-0/+1
2014-07-01Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Jens Axboe3-707/+410
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-5/+4
2014-06-28percpu-refcount: implement percpu_ref_reinit() and percpu_ref_is_zero()Tejun Heo1-0/+19
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo1-4/+2
2014-06-28percpu-refcount: use unsigned long for pcpu_count pointerTejun Heo1-2/+2
2014-06-28percpu-refcount: add helpers for ->percpu_count accessesTejun Heo1-14/+21
2014-06-28percpu-refcount: one bit is enough for REF_STATUSTejun Heo1-3/+1
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin2-5/+4
2014-06-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+11
2014-06-27Fix 32-bit regression in block device read(2)Al Viro1-1/+13
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+9
2014-06-25block: add support for limiting gaps in SG listsJens Axboe2-0/+10
2014-06-25bio: remove unused macro bip_vec_idx()Gu Zheng1-4/+0
2014-06-24kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin1-0/+1
2014-06-24nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin1-1/+10
2014-06-24kexec: save PG_head_mask in VMCOREINFOPetr Tesarik1-0/+3
2014-06-23Revert "block: add __init to elv_register"Jens Axboe1-1/+1
2014-06-22Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-0/+6
2014-06-22net: phylib: add link_change_notify callback to phy deviceDaniel Mack1-0/+9
2014-06-20Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2014-06-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+2
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+1
2014-06-18blk-mq: bitmap tag: fix races on shared ::wake_index fieldsAlexander Gordeev1-1/+1
2014-06-18block: blk_max_size_offset() should check ->max_sectorsJens Axboe1-1/+1
2014-06-18percpu: invoke __verify_pcpu_ptr() from the generic part of accessors and ope...Tejun Heo1-8/+21
2014-06-18percpu: preffity percpu header filesTejun Heo1-114/+139
2014-06-18percpu: use raw_cpu_*() to define __this_cpu_*()Tejun Heo1-9/+9
2014-06-18percpu: reorder macros in percpu header filesTejun Heo1-13/+13
2014-06-18percpu: move {raw|this}_cpu_*() definitions to include/linux/percpu-defs.hTejun Heo2-208/+209
2014-06-18percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/...Tejun Heo1-344/+0
2014-06-18percpu: only allow sized arch overrides for {raw|this}_cpu_*() opsTejun Heo1-89/+5
2014-06-18percpu: reorganize include/linux/percpu-defs.hTejun Heo1-23/+9
2014-06-18percpu: move accessors from include/linux/percpu.h to percpu-defs.hTejun Heo2-37/+32
2014-06-18percpu: include/asm-generic/percpu.h should contain only arch-overridable partsTejun Heo1-0/+89
2014-06-17PM / hibernate: introduce "nohibernate" boot parameterKees Cook1-0/+2
2014-06-16Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-0/+5
2014-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-5/+26
2014-06-16Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds1-1/+34
2014-06-16Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-9/+5
2014-06-15net: add skb_pop_rcv_encapsulationTom Herbert1-0/+12
2014-06-15net: Fix GSO constants to match NETIF flagsTom Herbert3-5/+14
2014-06-15Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+23
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch1-1/+1
2014-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-3/+10
2014-06-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-1/+14
2014-06-13Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-1/+1
2014-06-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+8