summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-05-16genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi
2019-05-16sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-05-16trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-04-27kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon
2019-04-27Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()"Greg Kroah-Hartman
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-27kprobes: Mark ftrace mcount handler functions nokprobeMasami 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-27genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd
2019-04-27sysctl: handle overflow for file-maxChristian Brauner
2019-04-27tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-04-03cpu/hotplug: Handle unbalanced hotplug enable/disableLianwei Wang
2019-04-03PM / Hibernate: Call flush_icache_range() on pages restored in-placeJames Morse
2019-04-03perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count dropsAlexander Shishkin
2019-04-03perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin
2019-04-03vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter
2019-04-03sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du
2019-04-03locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2019-04-03futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie
2019-03-23rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun
2019-03-23kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra
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-02-08rcu: Force boolean subscript for expedited stall warningsPaul E. McKenney
2019-02-06kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin
2019-01-13mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams
2019-01-13mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams
2019-01-13fork: record start_time lateDavid Herrmann
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-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2018-12-17posix-timers: Sanitize overrun handlingThomas Gleixner
2018-12-17bpf: Prevent memory disambiguation attackAlexei Starovoitov
2018-12-17bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()Ben Hutchings
2018-12-17bpf/verifier: Add spi variable to check_stack_write()Ben Hutchings
2018-12-17bpf: support 8-byte metafield accessAlexei Starovoitov
2018-12-17bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis
2018-12-13uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri
2018-12-13kdb: use memmove instead of overlapping memcpyArnd Bergmann