summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres2018-07-251-1/+5
* bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-07-221-29/+1
* bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann2018-07-221-2/+9
* bpf: sockmap, consume_skb in close pathJohn Fastabend2018-07-221-1/+4
* bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend2018-07-221-10/+48
* bpf: reject any prog that failed read-only lockDaniel Borkmann2018-07-222-10/+49
* PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa2018-07-171-0/+5
* tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-172-6/+7
* tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa2018-07-171-1/+5
* bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-07-171-17/+31
* tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-111-1/+4
* tracing: Avoid string overflowArnd Bergmann2018-07-111-1/+1
* tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)2018-07-031-1/+9
* locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMSWaiman Long2018-07-031-0/+1
* time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-07-031-2/+4
* softirq: Reorder trace_softirqs_on to prevent lockdep splatJoel Fernandes (Google)2018-07-031-1/+5
* printk: fix possible reuse of va_list variableTetsuo Handa2018-07-031-1/+4
* genirq/migration: Avoid out of line call if pending is not setThomas Gleixner2018-06-261-4/+1
* genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner2018-06-261-2/+35
* genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner2018-06-261-7/+19
* 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