summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-07-23ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn1-3/+1
2019-07-09kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss1-1/+10
2019-07-09rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun1-6/+14
2019-05-22cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf1-0/+13
2019-05-22x86/speculation: Rework SMT state changeThomas Gleixner1-1/+9
2019-05-22sched: Add sched_smt_active()Ben Hutchings2-0/+20
2019-05-22x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina1-0/+10
2019-05-22locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini1-3/+33
2019-05-22locking/static_keys: Add a new static_key interfacePeter Zijlstra1-7/+30
2019-05-22locking/static_keys: Rework update logicPeter Zijlstra1-50/+38
2019-05-22jump_label: Add jump_entry_key() helperPeter Zijlstra1-4/+9
2019-05-22jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra1-9/+16
2019-05-22jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra1-9/+9
2019-05-22module, jump_label: Fix module lockingPeter Zijlstra1-4/+6
2019-05-22module: add within_module() functionPetr Mladek1-8/+4
2019-05-11timer/debug: Change /proc/timer_stats from 0644 to 0600Ben Hutchings1-1/+1
2019-05-11fork: record start_time lateDavid Herrmann1-3/+12
2019-05-02perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra1-17/+37
2019-05-02signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman1-2/+5
2019-05-02perf/core: Fix impossible ring-buffer sizes warningIngo Molnar1-1/+1
2019-05-02perf/x86: Add check_period PMU callbackJiri Olsa1-0/+16
2019-05-02signal: Better detection of synchronous signalsEric W. Biederman1-1/+51
2019-05-02signal: Always notice exiting tasksEric W. Biederman1-0/+6
2019-05-02Rip out get_signal_to_deliver()Richard Weinberger1-11/+12
2019-05-02Clean up signal_delivered()Richard Weinberger1-13/+8
2019-05-02tracehook_signal_handler: Remove sig, info, ka and regsRichard Weinberger1-1/+1
2019-05-02perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland1-0/+3
2019-04-04panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky1-1/+5
2019-02-11tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)1-0/+1
2019-02-11tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)1-2/+4
2019-02-11uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri1-2/+10
2019-02-11kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann1-1/+3
2019-02-11genirq: Fix race on spurious interrupt detectionLukas Wunner1-2/+6
2019-02-11printk: Fix panic caused by passing log_buf_len to command lineHe Zhe1-1/+6
2019-02-11signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman1-1/+1
2019-02-11timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar1-1/+1
2018-12-16posix-timers: Sanitize overrun handlingThomas Gleixner2-12/+21
2018-12-16cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas1-1/+1
2018-12-16perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-12-16perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra1-9/+3
2018-12-16perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa1-2/+7
2018-12-16ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik1-0/+2
2018-12-16tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)1-0/+4
2018-12-16uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)1-1/+1
2018-12-16tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)1-1/+3
2018-12-16alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner1-1/+2
2018-12-16kprobes: Make list and blacklist root user read onlyMasami Hiramatsu1-2/+2
2018-12-16audit: Fix extended comparison of GID/EGIDOndrej Mosnáček1-4/+4
2018-11-20sched/topology: Make local variables staticzhong jiang1-1/+1
2018-11-20gcov: support GCC 7.1Martin Liska2-1/+9