summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)2019-02-111-0/+1
* tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)2019-02-111-2/+4
* uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri2019-02-111-2/+10
* kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann2019-02-111-1/+3
* genirq: Fix race on spurious interrupt detectionLukas Wunner2019-02-111-2/+6
* printk: Fix panic caused by passing log_buf_len to command lineHe Zhe2019-02-111-1/+6
* signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman2019-02-111-1/+1
* timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar2019-02-111-1/+1
* posix-timers: Sanitize overrun handlingThomas Gleixner2018-12-162-12/+21
* cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas2018-12-161-1/+1
* perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa2018-12-161-0/+2
* perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra2018-12-161-9/+3
* perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa2018-12-161-2/+7
* ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik2018-12-161-0/+2
* tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-12-161-0/+4
* uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-12-161-1/+1
* tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-12-161-1/+3
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2018-12-161-1/+2
* kprobes: Make list and blacklist root user read onlyMasami Hiramatsu2018-12-161-2/+2
* audit: Fix extended comparison of GID/EGIDOndrej Mosnáček2018-12-161-4/+4
* sched/topology: Make local variables staticzhong jiang2018-11-201-1/+1
* gcov: support GCC 7.1Martin Liska2018-11-202-1/+9
* gcov: add support for gcc version >= 6Florian Meier2018-11-201-1/+1