summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.16.18' into linux-4.16.y-rtSebastian Andrzej Siewior2018-07-0514-101/+176
|\
| * 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
| * sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-06-211-1/+1
| * sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-06-213-6/+3
| * locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long2018-06-211-0/+2
| * locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long2018-06-213-21/+28
| * init: fix false positives in W+X checkingJeffrey Hugo2018-06-211-0/+5
| * sched/core: Introduce set_special_state()Peter Zijlstra2018-06-212-18/+16
| * bpf: use array_index_nospec in find_prog_typeDaniel Borkmann2018-06-211-2/+8
| * bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland2018-06-211-3/+6
| * kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-06-212-35/+40
| * kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra2018-06-211-3/+4
| * stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra2018-06-211-5/+14
* | Merge tag 'v4.16.15' into linux-4.16.y-rtSebastian Andrzej Siewior2018-06-1510-36/+113
|\ \ | |/
| * tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-06-053-8/+25
| * tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-06-051-2/+3
| * kdb: make "mdr" command repeatRandy Dunlap2018-05-301-6/+21
| * rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo2018-05-301-1/+13
| * audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs2018-05-301-0/+2
| * perf/core: Fix perf_output_read_group()Peter Zijlstra2018-05-301-1/+2
| * perf/core: Fix installing cgroup events on CPUleilei.lin2018-05-301-11/+35
| * sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-05-301-0/+2
| * genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner2018-05-301-7/+8
| * kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva2018-05-301-0/+2
* | PM / wakeup: Make s2idle_lock a RAW_SPINLOCKSebastian Andrzej Siewior2018-05-291-7/+7
* | PM / s2idle: Make s2idle_wait_head swait basedSebastian Andrzej Siewior2018-05-291-4/+5
* | PM / suspend: Prevent might sleep splats (updated)Sebastian Andrzej Siewior2018-05-291-0/+2
* | Merge tag 'v4.16.12' into linux-4.16.y-rtSebastian Andrzej Siewior2018-05-2814-43/+178
|\ \ | |/
| * bpf: Prevent memory disambiguation attackAlexei Starovoitov2018-05-221-3/+56
| * seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-221-13/+2
| * seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-05-221-8/+11
| * seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner2018-05-221-1/+1
| * seccomp: Enable speculation flaw mitigationsKees Cook2018-05-221-0/+17
| * nospec: Allow getting/setting on non-current taskKees Cook2018-05-221-4/+5
| * prctl: Add speculation control prctlsThomas Gleixner2018-05-221-0/+22
| * tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-221-0/+8
| * perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-161-2/+5
| * tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu2018-05-161-0/+2
| * sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-161-2/+5
| * sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-161-1/+6
| * cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki2018-05-161-1/+2
| * tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-161-0/+3
| * compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn2018-05-161-0/+1
| * perf: Remove superfluous allocation error checkJiri Olsa2018-05-161-8/+2
| * bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-05-162-20/+50
* | Replace atomic_dec_lock_irqsave() with refcount_dec_and_lock_irqsave()Sebastian Andrzej Siewior2018-05-161-4/+4
* | tracing: Fix a potential NULL dereferenceDan Carpenter2018-05-161-0/+1
* | tracing: Uninitialized variable in create_tracing_map_fields()Dan Carpenter2018-05-161-1/+1