summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-09-05kprobes: Make list and blacklist root user read onlyMasami Hiramatsu1-2/+2
2018-09-05sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2018-08-24tracing: Use __printf markup to silence compilerMathieu Malaterre1-0/+5
2018-08-24locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)1-6/+6
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2-0/+22
2018-08-09nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner1-1/+1
2018-08-09genirq: Make force irq threading setup more robustThomas Gleixner1-1/+8
2018-08-06audit: allow not equal op for audit by executableOndrej Mosnáček2-1/+3
2018-08-06bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski1-2/+2
2018-08-06tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)1-2/+4
2018-08-06tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov1-2/+11
2018-08-06tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)1-1/+5
2018-08-06tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)1-4/+8
2018-07-25seccomp: Move speculation migitation control to arch codeThomas Gleixner1-13/+2
2018-07-25seccomp: Add filter flag to opt-out of SSB mitigationKees Cook1-8/+11
2018-07-25seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner1-1/+1
2018-07-25seccomp: Enable speculation flaw mitigationsKees Cook1-0/+17
2018-07-25nospec: Allow getting/setting on non-current taskKees Cook1-4/+5
2018-07-25prctl: Add speculation control prctlsThomas Gleixner1-0/+20
2018-07-17PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa1-0/+5
2018-07-11tracing: Fix missing return symbol in function_graph outputChangbin Du1-1/+4
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-06-06tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)1-2/+3
2018-05-30kdb: make "mdr" command repeatRandy Dunlap1-6/+21
2018-05-30audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs1-0/+2
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra1-1/+2
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso1-0/+2
2018-05-30perf/cgroup: Fix child event counting bugSong Liu1-5/+16
2018-05-30workqueue: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-05-30kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-05-30locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon1-0/+8
2018-05-30x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann1-3/+0
2018-05-30kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang1-0/+4
2018-05-30kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva1-0/+3
2018-05-26time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz1-10/+10
2018-05-26tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2018-05-26signals: avoid unnecessary taking of sighand->siglockWaiman Long1-0/+7
2018-05-26kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang1-0/+4
2018-05-26futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby1-2/+2
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-0/+39
2018-05-26futex: Remove unnecessary warning from get_futex_keyMel Gorman1-2/+3
2018-05-26audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs1-3/+4
2018-05-16perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra1-2/+5
2018-05-16tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu1-0/+2
2018-05-16tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)1-0/+3
2018-05-16perf: Remove superfluous allocation error checkJiri Olsa1-8/+2
2018-05-16tracepoint: Do not warn on ENOMEMMathieu Desnoyers1-2/+2
2018-05-16bpf: map_get_next_key to return first key on NULLTeng Qin3-13/+18
2018-05-16perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun1-1/+1
2018-04-29perf: Return proper values for user stack errorsJiri Olsa1-2/+2