summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-05-16timer/debug: Change /proc/timer_stats from 0644 to 0600Ben Hutchings1-1/+1
2019-05-16genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi1-1/+3
2019-05-16sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-05-16trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-04-27kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon1-1/+2
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld1-0/+25
2019-04-27kprobes: Fix error check when reusing optimized probesMasami Hiramatsu1-4/+2
2019-04-27perf/core: Restore mmap record type correctlyStephane Eranian1-0/+2
2019-04-27sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman1-3/+3
2019-04-27sysctl: handle overflow for file-maxChristian Brauner1-0/+3
2019-04-27tracing: kdb: Fix ftdump to not sleepDouglas Anderson3-6/+11
2019-04-03futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie1-0/+4
2019-03-23kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss1-1/+10
2019-02-20signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman1-2/+5
2019-02-20tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler1-1/+8
2019-02-20perf/core: Fix impossible ring-buffer sizes warningIngo Molnar1-1/+1
2019-02-20signal: Better detection of synchronous signalsEric W. Biederman1-1/+51
2019-02-20signal: Always notice exiting tasksEric W. Biederman1-0/+6
2019-02-20perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland1-0/+3
2019-02-20kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa1-4/+4
2019-02-20timekeeping: Use proper seqcount initializerBart Van Assche1-1/+3
2019-01-13fork: record start_time lateDavid Herrmann1-2/+11
2018-12-21posix-timers: Sanitize overrun handlingThomas Gleixner2-11/+20
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)1-0/+1
2018-12-21tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)1-2/+4
2018-12-21timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar1-1/+1
2018-12-13uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri1-2/+10
2018-12-13kdb: use memmove instead of overlapping memcpyArnd Bergmann1-2/+2
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava3-12/+15
2018-11-22printk: Fix panic caused by passing log_buf_len to command lineHe Zhe1-1/+6
2018-11-22kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann1-1/+3
2018-11-22signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman1-1/+1
2018-11-22kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu1-7/+20
2018-11-22locking/lockdep: Fix debug_locks off performance problemWaiman Long1-2/+2
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2-3/+22
2018-11-10/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds1-2/+11
2018-11-10perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra1-1/+8
2018-11-10rcu: Clear need_qs flag to prevent splatPaul E. McKenney1-0/+1
2018-11-10tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)1-14/+55
2018-11-10perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-10-13cgroup: Fix deadlock in cpu hotplug pathPrateek Sood1-1/+5
2018-10-13module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu1-1/+5
2018-10-13alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner1-1/+2
2018-10-13ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik1-0/+2
2018-09-26audit: fix use-after-free in audit_add_watchRonny Chevalier1-1/+11
2018-09-26kthread: Fix use-after-free if kthread fork failsVegard Nossum1-5/+12
2018-09-26fork: don't copy inconsistent signal handler state to childJann Horn1-0/+2
2018-09-09userns: move user access out of the mutexJann Horn1-20/+19
2018-09-09userns; Correct the comment in map_writeEric W. Biederman1-1/+1
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn2-66/+70