summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-03-25genirq: Disable interrupts for force threaded handlersThomas Gleixner
2021-03-25static_call: Fix static_call_update() sanity checkPeter Zijlstra
2021-03-25kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov
2021-03-25module: harden ELF info handlingFrank van der Linden
2021-03-25module: avoid *goto*s in module_sig_check()Sergey Shtylyov
2021-03-25module: merge repetitive strings in module_sig_check()Sergey Shtylyov
2021-03-20bpf: Add sanity check for upper ptr_limitPiotr Krysiuk
2021-03-20bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk
2021-03-20bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk
2021-03-20bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk
2021-03-17x86/entry: Move nmi entry/exit into common codeThomas Gleixner
2021-03-17sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers
2021-03-17hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen
2021-03-17perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang
2021-03-17sysctl.c: fix underflow value setting risk in vm_tableLin Feng
2021-03-09ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli
2021-03-07sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra
2021-03-04kgdb: fix to kill breakpoints on initmem after bootSumit Garg
2021-03-04kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson
2021-03-04printk: fix deadlock when kernel panicMuchun Song
2021-03-04module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song
2021-03-04kprobes: Fix to delay the kprobes jump optimizationMasami Hiramatsu
2021-03-04rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker
2021-03-04rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker
2021-03-04seccomp: Add missing return in non-void functionPaul Cercueil
2021-03-04printk: avoid prb_first_valid_seq() where possibleJohn Ogness
2021-03-04tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)
2021-03-04smp: Process pending softirqs in flush_smp_call_function_from_idle()Sebastian Andrzej Siewior
2021-03-04ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian
2021-03-04locking/lockdep: Avoid unmatched unlockPeter Zijlstra
2021-03-04sched/eas: Don't update misfit status if the task is pinnedQais Yousef
2021-03-04sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan
2021-03-04kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()Marco Elver
2021-03-04bpf: Clear subreg_def for global function return valuesIlya Leoshkevich
2021-03-04bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocationJun'ichi Nomura
2021-03-04bpf: Fix an unitialized value in bpf_iterYonghong Song
2021-03-04bpf_lru_list: Read double-checked variable once without lockMarco Elver
2021-03-04kdb: Make memory allocations more robustSumit Garg
2021-02-26bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann
2021-02-17bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh
2021-02-17bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov
2021-02-17cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou
2021-02-17cgroup: fix psi monitor for root cgroupOdin Ugedal
2021-02-17tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2021-02-17tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2021-02-13bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann
2021-02-13bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann
2021-02-13bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann
2021-02-10genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier