summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-10tracing: Use pause-on-trace with the latency tracersViktor Rosendahl1-0/+4
2021-02-10kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo1-0/+4
2021-02-10tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2-13/+31
2021-02-10fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)1-2/+0
2021-02-10bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet1-1/+4
2021-02-10bpf, inode_storage: Put file handler if no storage was foundPan Bian1-1/+5
2021-02-10bpf, cgroup: Fix problematic bounds checkLoris Reiff1-1/+1
2021-02-10bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff1-0/+5
2021-02-07workqueue: Restrict affinity change to rescuerPeter Zijlstra1-6/+3
2021-02-07kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2-1/+27
2021-02-07locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra1-1/+6
2021-02-03PM: hibernate: flush swap writer after markingLaurent Badel1-1/+1
2021-02-03kernel: kexec: remove the lock operation of system_transition_mutexBaoquan He1-2/+0
2021-01-30printk: fix string termination for record_print_text()John Ogness1-1/+1
2021-01-30printk: fix buffer overflow potential for print_text()John Ogness1-9/+27