summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGu Zheng2014-07-011-0/+1
* blk-mq: use percpu_ref for mq usage countTejun Heo2014-07-011-1/+2
* blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo2014-07-011-0/+1
* Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Jens Axboe2014-07-014-766/+761
|\
| * percpu-refcount: implement percpu_ref_reinit() and percpu_ref_is_zero()Tejun Heo2014-06-281-0/+19
| * percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo2014-06-281-4/+2
| * percpu-refcount: use unsigned long for pcpu_count pointerTejun Heo2014-06-281-2/+2
| * percpu-refcount: add helpers for ->percpu_count accessesTejun Heo2014-06-281-14/+21
| * percpu-refcount: one bit is enough for REF_STATUSTejun Heo2014-06-281-3/+1
| * percpu: invoke __verify_pcpu_ptr() from the generic part of accessors and ope...Tejun Heo2014-06-171-8/+21
| * percpu: preffity percpu header filesTejun Heo2014-06-172-399/+435
| * percpu: use raw_cpu_*() to define __this_cpu_*()Tejun Heo2014-06-171-9/+9
| * percpu: reorder macros in percpu header filesTejun Heo2014-06-172-112/+112
| * percpu: move {raw|this}_cpu_*() definitions to include/linux/percpu-defs.hTejun Heo2014-06-172-208/+209
| * percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/...Tejun Heo2014-06-172-344/+341
| * percpu: only allow sized arch overrides for {raw|this}_cpu_*() opsTejun Heo2014-06-171-89/+5
| * percpu: reorganize include/linux/percpu-defs.hTejun Heo2014-06-171-23/+9
| * percpu: move accessors from include/linux/percpu.h to percpu-defs.hTejun Heo2014-06-172-37/+32
| * percpu: include/asm-generic/percpu.h should contain only arch-overridable partsTejun Heo2014-06-172-64/+89
| * percpu: introduce arch_raw_cpu_ptr()Tejun Heo2014-06-171-2/+9
| * percpu: disallow archs from overriding SHIFT_PERCPU_PTR()Tejun Heo2014-06-171-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-06-282-5/+4
|\ \
| * | iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin2014-06-272-5/+4
* | | Merge tag 'sound-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-272-14/+14
|\ \ \
| * | | ALSA: compress: fix the struct alignment to 4 bytesVinod Koul2014-06-232-14/+14
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-06-271-2/+10
|\ \ \ \
| * | | | drm/i915: BDW: Adding Reserved PCI IDs.Rodrigo Vivi2014-06-241-2/+10
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-263-5/+11
|\ \ \ \
| * | | | block: add support for limiting gaps in SG listsJens Axboe2014-06-242-0/+10
| * | | | bio: remove unused macro bip_vec_idx()Gu Zheng2014-06-241-4/+0
| * | | | Revert "block: add __init to elv_register"Jens Axboe2014-06-221-1/+1
* | | | | Fix 32-bit regression in block device read(2)Al Viro2014-06-261-1/+13
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-253-5/+14
|\ \ \ \ \
| * | | | | ipv4: fix dst race in sk_dst_get()Eric Dumazet2014-06-251-2/+2
| * | | | | net: phylib: add link_change_notify callback to phy deviceDaniel Mack2014-06-211-0/+9
| * | | | | netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso2014-06-161-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-253-1/+4
|\ \ \ \ \
| * \ \ \ \ Merge tag 'imx-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2014-06-231-1/+2
| |\ \ \ \ \
| | * | | | | ARM: imx6sl: add missing enet clock for imx6slFugang Duan2014-06-171-1/+2
| | |/ / / /
| * / / / / ARM: STi: DT: Properly define sti-ethclk & stmmaceth for stih415/6Peter Griffin2014-06-172-0/+2
| |/ / / /
* | | | | Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-06-252-0/+48
|\ \ \ \ \
| * | | | | tracing: Add __field_struct macro for TRACE_EVENT()Steven Rostedt2014-06-211-0/+33
| * | | | | tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov2014-06-211-0/+15
| |/ / / /
* | | | | kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin2014-06-231-0/+1
* | | | | nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin2014-06-231-1/+10
* | | | | kexec: save PG_head_mask in VMCOREINFOPetr Tesarik2014-06-231-0/+3
| |_|/ / |/| | |
* | | | Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-06-211-0/+6
|\ \ \ \
| * | | | locks: add missing memory barrier in break_delegJeff Layton2014-06-101-0/+6
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-06-211-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf/core' into perf/urgent, to pick up the latest fixesIngo Molnar2014-06-141-0/+1
| |\ \ \ \ \