summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2021-02-10tracing: Use pause-on-trace with the latency tracersViktor Rosendahl
2021-02-10kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo
2021-02-10tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu
2021-02-10fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2021-02-10bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet
2021-02-10bpf, inode_storage: Put file handler if no storage was foundPan Bian
2021-02-10bpf, cgroup: Fix problematic bounds checkLoris Reiff
2021-02-10bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff
2021-02-07workqueue: Restrict affinity change to rescuerPeter Zijlstra
2021-02-07kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra
2021-02-07locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra
2021-02-03PM: hibernate: flush swap writer after markingLaurent Badel
2021-02-03kernel: kexec: remove the lock operation of system_transition_mutexBaoquan He
2021-01-30printk: fix string termination for record_print_text()John Ogness
2021-01-30printk: fix buffer overflow potential for print_text()John Ogness