summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai2019-07-261-1/+1
* sched/core: Add __sched tag for io_schedule()Gao Xiang2019-07-261-1/+1
* bpf: silence warning messages in coreValdis Klētnieks2019-07-261-0/+1
* locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak2019-07-261-9/+9
* signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman2019-07-261-1/+1
* genirq: Add optional hardware synchronization for shutdownThomas Gleixner2019-07-212-19/+60
* genirq: Fix misleading synchronize_irq() documentationThomas Gleixner2019-07-211-1/+2
* genirq: Delay deactivation in free_irq()Thomas Gleixner2019-07-215-4/+21
* cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata2019-07-211-0/+3
* perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-07-211-1/+1
* bpf, devmap: Add missing RCU read lock on flushToshiaki Makita2019-07-141-0/+4
* bpf, devmap: Add missing bulk queue freeToshiaki Makita2019-07-141-0/+1
* bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita2019-07-141-2/+2
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-07-101-6/+15
* ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek2019-07-101-9/+1
* tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-07-101-4/+6
* ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn2019-07-101-3/+1
* ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li2019-07-101-2/+5
* module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2019-07-102-1/+15
* tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik2019-07-101-3/+2
* cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz2019-07-101-1/+14
* bpf: fix unconnected udp hooksDaniel Borkmann2019-07-032-4/+16
* bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins2019-07-031-16/+84
* bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-07-031-2/+7
* cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-07-031-0/+3
* Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP"Sasha Levin2019-07-031-4/+0
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-06-253-10/+20
* perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra2019-06-221-3/+3
* perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra2019-06-221-0/+9
* perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui2019-06-221-4/+20
* timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner2019-06-191-2/+3
* tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi2019-06-191-0/+3
* x86/uaccess, kcov: Disable stack protectorPeter Zijlstra2019-06-191-0/+1
* ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn2019-06-192-0/+19
* signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman2019-06-191-2/+8
* ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-06-151-1/+1
* bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak2019-06-151-1/+1
* kernel/sys.c: prctl: fix false positive in validate_prctl_map()Cyrill Gorcunov2019-06-151-1/+1
* sysctl: return -EINVAL if val violates minmaxChristian Brauner2019-06-151-2/+4
* x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-112-2/+11
* kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei2019-06-091-0/+2
* tracing: Avoid memory leak in predicate_parse()Tomas Bortoli2019-06-091-2/+6
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-046-17/+13
* rcuperf: Fix cleanup path for invalid perf_type stringsPaul E. McKenney2019-05-311-0/+5
* rcutorture: Fix cleanup path for invalid torture_type stringsPaul E. McKenney2019-05-311-0/+5
* timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2019-05-312-4/+4
* x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra2019-05-311-0/+4
* irq_work: Do not raise an IPI when queueing work on the local CPUNicholas Piggin2019-05-311-33/+42
* sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-05-311-0/+2
* sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov2019-05-311-0/+5