summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-10-31padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan
2019-10-31signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman
2019-10-05tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata
2019-10-05cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven
2019-10-05perf/ioctl: Add check for the sample_period valueRavi Bangoria
2019-10-05perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra
2019-10-05ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn
2019-10-05kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei
2019-10-05signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman
2019-10-05perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra
2019-10-05perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui
2019-09-23kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter
2019-09-23ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar
2019-09-23tracing: Fix partial reading of trace event's id fileElazar Leibovich
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)