summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-0411-248/+27
|\
| * resource: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-38/+5
| * proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-167-128/+16
| * proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-14/+2
| * proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-163-68/+4
* | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-7/+7
|\ \
| * | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-7/+7
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-033-18/+35
|\ \ \
| * | | sched/headers: Fix typoDavidlohr Bueso2018-05-311-1/+1
| * | | sched/deadline: Fix missing clock updateJuri Lelli2018-05-311-3/+3
| * | | sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton2018-05-311-2/+1
| * | | sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra2018-05-311-12/+30
* | | | Merge tag 'trace-v4.17-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-293-10/+28
|\ \ \ \ | |/ / / |/| | |
| * | | tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-05-283-8/+25
| * | | tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-05-271-2/+3
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-262-5/+3
|\ \ \ \
| * | | | kthread: Allow kthread_park() on a parked kthreadPeter Zijlstra2018-05-251-4/+2
| * | | | sched/topology: Clarify root domain(s) debug stringJuri Lelli2018-05-251-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-251-0/+5
|\ \ \ \ \
| * | | | | kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva2018-05-251-0/+5
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-251-22/+64
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-251-22/+64
| |\ \ \ \
| | * | | | bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann2018-05-241-22/+64
* | | | | | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-213-9/+94
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | bpf: Prevent memory disambiguation attackAlexei Starovoitov2018-05-191-3/+56
| * | | | | seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-051-13/+2
| * | | | | seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-05-051-8/+11
| * | | | | seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner2018-05-051-1/+1
| * | | | | seccomp: Enable speculation flaw mitigationsKees Cook2018-05-031-0/+17
| * | | | | nospec: Allow getting/setting on non-current taskKees Cook2018-05-031-4/+5
| * | | | | prctl: Add speculation control prctlsThomas Gleixner2018-05-031-0/+22
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-212-34/+84
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann2018-05-171-25/+75
| * | | | | bpf: parse and verdict prog attach may race with bpf map updateJohn Fastabend2018-05-181-3/+3
| * | | | | bpf: sockmap update rollback on error can incorrectly dec prog refcntJohn Fastabend2018-05-181-6/+6
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-05-201-0/+8
|\ \ \ \ \ \
| * | | | | | tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-151-0/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-203-7/+4
|\ \ \ \ \ \
| * | | | | | sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-05-181-1/+1
| * | | | | | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-183-6/+3
| |/ / / / /
* | | | | | locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long2018-05-161-0/+2
* | | | | | locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long2018-05-163-21/+28
|/ / / / /
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-137-67/+91
|\ \ \ \ \
| * | | | | perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-051-2/+5
| * | | | | sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-2/+5
| * | | | | sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-1/+6
| * | | | | sched/core: Introduce set_special_state()Peter Zijlstra2018-05-042-18/+16
| * | | | | kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-032-35/+40
| * | | | | kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra2018-05-031-3/+4
| * | | | | sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-031-1/+1