summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-12-01sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava
2018-11-21genirq: Fix race on spurious interrupt detectionLukas Wunner
2018-11-21printk: Fix panic caused by passing log_buf_len to command lineHe Zhe
2018-11-21kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann
2018-11-21signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman
2018-11-21kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu
2018-11-21locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-11-10cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld