summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-08-09nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-08-09genirq: Make force irq threading setup more robustThomas Gleixner
2018-08-06audit: allow not equal op for audit by executableOndrej Mosnáček
2018-08-06bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2018-08-06tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)
2018-08-06tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov
2018-08-06tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)
2018-08-06tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)
2018-07-25seccomp: Move speculation migitation control to arch codeThomas Gleixner
2018-07-25seccomp: Add filter flag to opt-out of SSB mitigationKees Cook
2018-07-25seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner
2018-07-25seccomp: Enable speculation flaw mitigationsKees Cook
2018-07-25nospec: Allow getting/setting on non-current taskKees Cook
2018-07-25prctl: Add speculation control prctlsThomas Gleixner
2018-07-17PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa
2018-07-11tracing: Fix missing return symbol in function_graph outputChangbin Du
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven
2018-06-06tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)
2018-05-30kdb: make "mdr" command repeatRandy Dunlap
2018-05-30audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso
2018-05-30perf/cgroup: Fix child event counting bugSong Liu
2018-05-30workqueue: use put_device() instead of kfree()Arvind Yadav
2018-05-30kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes
2018-05-30locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon
2018-05-30x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann
2018-05-30kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang
2018-05-30kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva
2018-05-26time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2018-05-26tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-05-26signals: avoid unnecessary taking of sighand->siglockWaiman Long
2018-05-26kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang
2018-05-26futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-05-26futex: Remove unnecessary warning from get_futex_keyMel Gorman
2018-05-26audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs
2018-05-16perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra
2018-05-16tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-05-16tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)
2018-05-16perf: Remove superfluous allocation error checkJiri Olsa
2018-05-16tracepoint: Do not warn on ENOMEMMathieu Desnoyers
2018-05-16bpf: map_get_next_key to return first key on NULLTeng Qin
2018-05-16perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun
2018-04-29perf: Return proper values for user stack errorsJiri Olsa
2018-04-24resource: fix integer overflow at reallocationTakashi Iwai
2018-04-13futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman
2018-04-13perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra
2018-04-13sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka