summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2018-11-10bpf: generally move prog destruction to RCU deferralDaniel Borkmann
2018-11-10perf/core: Don't leak event in the syscall error pathAlexander Shishkin
2018-11-10sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra
2018-11-10tracing: Skip more functions when doing stack tracing of eventsSteven 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-10module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu
2018-10-10alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner
2018-09-29ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-09-26audit: fix use-after-free in audit_add_watchRonny Chevalier