summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-03-25genirq: Disable interrupts for force threaded handlersThomas Gleixner1-0/+4
2021-03-25static_call: Fix static_call_update() sanity checkPeter Zijlstra2-1/+18
2021-03-25kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov4-5/+4
2021-03-25module: harden ELF info handlingFrank van der Linden3-21/+126
2021-03-25module: avoid *goto*s in module_sig_check()Sergey Shtylyov1-10/+10
2021-03-25module: merge repetitive strings in module_sig_check()Sergey Shtylyov1-4/+5
2021-03-20bpf: Add sanity check for upper ptr_limitPiotr Krysiuk1-3/+8
2021-03-20bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk1-5/+5
2021-03-20bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk1-2/+2
2021-03-20bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk1-6/+10
2021-03-17x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-0/+36
2021-03-17sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers1-3/+1
2021-03-17hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen1-21/+39
2021-03-17perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang1-4/+38
2021-03-17sysctl.c: fix underflow value setting risk in vm_tableLin Feng1-4/+4
2021-03-09ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)1-0/+11
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli2-5/+4
2021-03-07sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra1-5/+4
2021-03-04kgdb: fix to kill breakpoints on initmem after bootSumit Garg1-0/+11
2021-03-04kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson1-1/+1
2021-03-04printk: fix deadlock when kernel panicMuchun Song1-4/+12
2021-03-04module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song1-2/+19
2021-03-04kprobes: Fix to delay the kprobes jump optimizationMasami Hiramatsu1-10/+21
2021-03-04rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker3-3/+6
2021-03-04rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker1-1/+10
2021-03-04seccomp: Add missing return in non-void functionPaul Cercueil1-0/+2
2021-03-04printk: avoid prb_first_valid_seq() where possibleJohn Ogness1-10/+18
2021-03-04tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)1-16/+64
2021-03-04smp: Process pending softirqs in flush_smp_call_function_from_idle()Sebastian Andrzej Siewior1-0/+4
2021-03-04ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian1-0/+5
2021-03-04locking/lockdep: Avoid unmatched unlockPeter Zijlstra1-1/+2
2021-03-04sched/eas: Don't update misfit status if the task is pinnedQais Yousef1-1/+1
2021-03-04sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan1-15/+28
2021-03-04kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()Marco Elver1-13/+13
2021-03-04bpf: Clear subreg_def for global function return valuesIlya Leoshkevich1-1/+2
2021-03-04bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocationJun'ichi Nomura1-3/+1
2021-03-04bpf: Fix an unitialized value in bpf_iterYonghong Song1-1/+1
2021-03-04bpf_lru_list: Read double-checked variable once without lockMarco Elver1-3/+4
2021-03-04kdb: Make memory allocations more robustSumit Garg1-1/+1
2021-02-26bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann1-4/+6
2021-02-17bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh1-0/+2
2021-02-17bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov1-3/+0
2021-02-17cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou1-0/+3
2021-02-17cgroup: fix psi monitor for root cgroupOdin Ugedal1-1/+3
2021-02-17tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)1-1/+1
2021-02-17tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)1-1/+2
2021-02-13bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann1-2/+2
2021-02-13bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann1-15/+13
2021-02-13bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann1-1/+5
2021-02-10genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier1-24/+20