summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-08-13trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-08-13sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-08-13kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2019-08-13sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-08-13sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-08-13futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie
2019-08-13perf/core: Restore mmap record type correctlyStephane Eranian
2019-07-23ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn
2019-07-09kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss
2019-07-09rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun
2019-05-22cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-22x86/speculation: Rework SMT state changeThomas Gleixner
2019-05-22sched: Add sched_smt_active()Ben Hutchings
2019-05-22x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2019-05-22locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini
2019-05-22locking/static_keys: Add a new static_key interfacePeter Zijlstra
2019-05-22locking/static_keys: Rework update logicPeter Zijlstra
2019-05-22jump_label: Add jump_entry_key() helperPeter Zijlstra
2019-05-22jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra
2019-05-22jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra
2019-05-22module, jump_label: Fix module lockingPeter Zijlstra
2019-05-22module: add within_module() functionPetr Mladek
2019-05-11timer/debug: Change /proc/timer_stats from 0644 to 0600Ben Hutchings
2019-05-11fork: record start_time lateDavid Herrmann
2019-05-02perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra
2019-05-02signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman
2019-05-02perf/core: Fix impossible ring-buffer sizes warningIngo Molnar
2019-05-02perf/x86: Add check_period PMU callbackJiri Olsa
2019-05-02signal: Better detection of synchronous signalsEric W. Biederman
2019-05-02signal: Always notice exiting tasksEric W. Biederman
2019-05-02Rip out get_signal_to_deliver()Richard Weinberger
2019-05-02Clean up signal_delivered()Richard Weinberger
2019-05-02tracehook_signal_handler: Remove sig, info, ka and regsRichard Weinberger
2019-05-02perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland
2019-04-04panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky
2019-02-11tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2019-02-11tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2019-02-11uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri
2019-02-11kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann
2019-02-11genirq: Fix race on spurious interrupt detectionLukas Wunner
2019-02-11printk: Fix panic caused by passing log_buf_len to command lineHe Zhe
2019-02-11signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman
2019-02-11timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar
2018-12-16posix-timers: Sanitize overrun handlingThomas Gleixner
2018-12-16cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas
2018-12-16perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa
2018-12-16perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra
2018-12-16perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa
2018-12-16ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-12-16tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)