summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-04-27kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-04-27kprobes: Fix error check when reusing optimized probesMasami Hiramatsu
2019-04-27perf/core: Restore mmap record type correctlyStephane Eranian
2019-04-27sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-04-27sysctl: handle overflow for file-maxChristian Brauner
2019-04-27tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-04-03futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie
2019-03-23kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss
2019-02-20signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman
2019-02-20tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler
2019-02-20perf/core: Fix impossible ring-buffer sizes warningIngo Molnar
2019-02-20signal: Better detection of synchronous signalsEric W. Biederman
2019-02-20signal: Always notice exiting tasksEric W. Biederman
2019-02-20perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland
2019-02-20kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa
2019-02-20timekeeping: Use proper seqcount initializerBart Van Assche
2019-01-13fork: record start_time lateDavid Herrmann
2018-12-21posix-timers: Sanitize overrun handlingThomas Gleixner
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-21tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-12-21timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar
2018-12-13uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri
2018-12-13kdb: use memmove instead of overlapping memcpyArnd Bergmann
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava
2018-11-22printk: Fix panic caused by passing log_buf_len to command lineHe Zhe
2018-11-22kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann
2018-11-22signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman
2018-11-22kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu
2018-11-22locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-11-10/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds
2018-11-10perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra
2018-11-10rcu: Clear need_qs flag to prevent splatPaul E. McKenney
2018-11-10tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)
2018-11-10perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa
2018-10-13cgroup: Fix deadlock in cpu hotplug pathPrateek Sood
2018-10-13module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu
2018-10-13alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner
2018-10-13ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-09-26audit: fix use-after-free in audit_add_watchRonny Chevalier
2018-09-26kthread: Fix use-after-free if kthread fork failsVegard Nossum
2018-09-26fork: don't copy inconsistent signal handler state to childJann Horn
2018-09-09userns: move user access out of the mutexJann Horn
2018-09-09userns; Correct the comment in map_writeEric W. Biederman
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)
2018-09-09kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow
2018-09-09tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)