summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-11-222-8/+24
* padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan2019-10-311-0/+12
* signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman2019-10-311-1/+1
* tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-10-051-4/+6
* cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-10-051-0/+3
* perf/ioctl: Add check for the sample_period valueRavi Bangoria2019-10-051-0/+3
* perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-10-051-1/+1
* ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn2019-10-052-0/+19
* kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei2019-10-051-0/+2
* signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman2019-10-051-2/+8
* perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra2019-10-051-0/+9
* perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui2019-10-051-4/+20
* kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2019-09-231-1/+1
* ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-09-231-1/+1
* tracing: Fix partial reading of trace event's id fileElazar Leibovich2019-09-231-3/+0
* trace: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-08-131-1/+1
* sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-08-131-0/+4
* kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu2019-08-131-1/+4
* sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-08-131-0/+25
* sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-08-131-3/+3
* futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie2019-08-131-0/+4
* perf/core: Restore mmap record type correctlyStephane Eranian2019-08-131-0/+2
* ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn2019-07-231-3/+1
* kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss2019-07-091-1/+10
* rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun2019-07-091-6/+14
* cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf2019-05-221-0/+13
* x86/speculation: Rework SMT state changeThomas Gleixner2019-05-221-1/+9
* sched: Add sched_smt_active()Ben Hutchings2019-05-222-0/+20
* x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2019-05-221-0/+10
* locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini2019-05-221-3/+33
* locking/static_keys: Add a new static_key interfacePeter Zijlstra2019-05-221-7/+30
* locking/static_keys: Rework update logicPeter Zijlstra2019-05-221-50/+38
* jump_label: Add jump_entry_key() helperPeter Zijlstra2019-05-221-4/+9
* jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra2019-05-221-9/+16
* jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2019-05-221-9/+9
* module, jump_label: Fix module lockingPeter Zijlstra2019-05-221-4/+6
* module: add within_module() functionPetr Mladek2019-05-221-8/+4
* timer/debug: Change /proc/timer_stats from 0644 to 0600Ben Hutchings2019-05-111-1/+1
* fork: record start_time lateDavid Herrmann2019-05-111-3/+12
* perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra2019-05-021-17/+37
* signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman2019-05-021-2/+5
* perf/core: Fix impossible ring-buffer sizes warningIngo Molnar2019-05-021-1/+1
* perf/x86: Add check_period PMU callbackJiri Olsa2019-05-021-0/+16
* signal: Better detection of synchronous signalsEric W. Biederman2019-05-021-1/+51
* signal: Always notice exiting tasksEric W. Biederman2019-05-021-0/+6
* Rip out get_signal_to_deliver()Richard Weinberger2019-05-021-11/+12
* Clean up signal_delivered()Richard Weinberger2019-05-021-13/+8
* tracehook_signal_handler: Remove sig, info, ka and regsRichard Weinberger2019-05-021-1/+1
* perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland2019-05-021-0/+3
* panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky2019-04-041-1/+5