summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)2021-03-091-0/+11
* sched/features: Fix hrtick reprogrammingJuri Lelli2021-03-072-5/+4
* sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra2021-03-071-5/+4
* kgdb: fix to kill breakpoints on initmem after bootSumit Garg2021-03-041-0/+11
* kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson2021-03-041-1/+1
* printk: fix deadlock when kernel panicMuchun Song2021-03-041-4/+12
* module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song2021-03-041-2/+19
* kprobes: Fix to delay the kprobes jump optimizationMasami Hiramatsu2021-03-041-10/+21
* entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker2021-03-042-10/+35
* entry: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker2021-03-042-5/+14
* rcu/nocb: Trigger self-IPI on late deferred wake up before user resumeFrederic Weisbecker2021-03-043-11/+37
* rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-03-043-3/+6
* rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker2021-03-041-1/+10
* seccomp: Add missing return in non-void functionPaul Cercueil2021-03-041-0/+2
* printk: avoid prb_first_valid_seq() where possibleJohn Ogness2021-03-041-10/+18
* tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)2021-03-041-16/+64
* module: harden ELF info handlingFrank van der Linden2021-03-043-21/+126
* smp: Process pending softirqs in flush_smp_call_function_from_idle()Sebastian Andrzej Siewior2021-03-041-0/+4
* ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian2021-03-041-0/+5
* locking/lockdep: Avoid unmatched unlockPeter Zijlstra2021-03-041-1/+2
* sched/eas: Don't update misfit status if the task is pinnedQais Yousef2021-03-041-1/+1
* sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan2021-03-041-15/+28
* kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()Marco Elver2021-03-041-13/+13
* bpf: Clear subreg_def for global function return valuesIlya Leoshkevich2021-03-041-1/+2
* bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocationJun'ichi Nomura2021-03-041-3/+1
* bpf: Fix an unitialized value in bpf_iterYonghong Song2021-03-041-1/+1
* bpf_lru_list: Read double-checked variable once without lockMarco Elver2021-03-041-3/+4
* kdb: Make memory allocations more robustSumit Garg2021-03-041-1/+1
* bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann2021-02-261-4/+6
* Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-132-1/+6
|\
| * cgroup: fix psi monitor for root cgroupOdin Ugedal2021-01-191-1/+3
| * cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou2021-01-151-0/+3
* | Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-121-1/+1
|\ \
| * | tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-111-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-02-103-21/+22
|\ \ \
| * | | bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann2021-02-101-15/+13
| * | | bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann2021-02-101-1/+5
| * | | bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann2021-02-101-2/+2
| * | | bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh2021-02-031-0/+2
| * | | bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov2021-02-031-3/+0
* | | | Merge tag 'trace-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-081-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)2021-02-051-1/+2
* | | | Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-02-071-1/+1
|\ \ \ \
| * | | | dma-mapping: benchmark: use u8 for reserved field in uAPI structureBarry Song2021-02-051-1/+1
* | | | | Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-071-24/+20
|\ \ \ \ \
| * | | | | genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier2021-01-301-24/+20
* | | | | | Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-072-12/+4
|\ \ \ \ \ \
| * | | | | | entry: Use different define for selector variable in SUDGabriel Krisman Bertazi2021-02-061-2/+2
| * | | | | | entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2021-02-061-10/+2
* | | | | | | Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-02-071-2/+2
|\ \ \ \ \ \ \