summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
* block: cleanup tracingChristoph Hellwig2017-01-271-37/+6
* Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-221-2/+0
|\
| * cpu/hotplug: Remove unused but set variable in _cpu_down()Tobias Klauser2017-01-181-2/+0
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-181-4/+18
|\|
| * cpu/hotplug: Provide dynamic range for prepare stageThomas Gleixner2017-01-161-4/+18
* | Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-187-39/+100
|\ \
| * \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2017-01-167-39/+100
| |\ \
| | * | rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney2017-01-146-35/+100
| | * | rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney2017-01-141-4/+0
* | | | Merge tag 'modules-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-01-172-2/+2
|\ \ \ \
| * | | | taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger2017-01-172-2/+2
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-173-11/+13
|\ \ \ \
| * | | | bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-163-11/+13
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-01-151-4/+6
|\ \ \ \ \
| * | | | | pid: fix lockdep deadlock warning due to ucount_lockAndrei Vagin2017-01-101-4/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-01-152-2/+9
|\ \ \ \ \
| * | | | | nohz: Fix collision between tick and other hrtimersFrederic Weisbecker2017-01-112-2/+9
| | |_|_|/ | |/| | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-151-42/+133
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa2017-01-141-16/+31
| * | | | perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-01-141-4/+54
| * | | | perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra2017-01-141-22/+48
| | |/ / | |/| |
* | | | Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-01-131-0/+1
|\ \ \ \
| * | | | capability: export has_capabilityJike Song2017-01-121-0/+1
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-01-131-0/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | jump_labels: API for flushing deferred jump label updatesDavid Matlack2017-01-121-0/+7
| |/ /
* | | signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles2017-01-101-2/+2
* | | mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams2017-01-101-0/+4
* | | bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2017-01-102-2/+2
|/ /
* | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-01-051-4/+14
|\ \ | |/ |/|
| * audit: Fix sleep in atomicJan Kara2017-01-031-4/+14
| * fsnotify: Remove fsnotify_duplicate_mark()Jan Kara2016-12-231-4/+4
* | smp/hotplug: Undo tglxs brainfartThomas Gleixner2016-12-261-1/+8
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-2524-147/+144
|\ \
| * | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-255-7/+7
| * | ktime: Get rid of the unionThomas Gleixner2016-12-2513-88/+88
| * | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-2510-52/+49
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-251-184/+51
|\ \ \ | |/ / |/| |
| * | cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner2016-12-251-138/+1
| * | cpu/hotplug: Prevent overwriting of callbacksThomas Gleixner2016-12-251-46/+50
* | | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2429-29/+29
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-231-1/+1
|\ \
| * | uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c...Marcin Nowakowski2016-12-181-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-231-0/+3
|\ \ \
| * | | move aio compat to fs/aio.cAl Viro2016-12-221-0/+3
* | | | kcov: make kcov work properly with KASLR enabledAlexander Popov2016-12-201-1/+7
* | | | ima: on soft reboot, save the measurement listMimi Zohar2016-12-201-0/+4
|/ / /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-181-0/+3
|\ \ \
| * | | tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2016-12-151-0/+3
* | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-181-1/+5
|\ \ \ \