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-04entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker
2021-03-04entry: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker
2021-03-04rcu/nocb: Trigger self-IPI on late deferred wake up before user resumeFrederic Weisbecker
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-04module: harden ELF info handlingFrank van der Linden
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-13Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-12Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-11tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-02-10bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann
2021-02-10bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann
2021-02-10bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann
2021-02-08Merge tag 'trace-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-02-07Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-02-07Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-07Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-02-06entry: Use different define for selector variable in SUDGabriel Krisman Bertazi
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi
2021-02-05tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg
2021-02-05ntp: Use freezable workqueue for RTC synchronizationGeert Uytterhoeven
2021-02-05dma-mapping: benchmark: use u8 for reserved field in uAPI structureBarry Song
2021-02-03bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh
2021-02-03Merge tag 'trace-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-02-03bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov