summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner2021-09-221-7/+53
* sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann2021-09-221-0/+1
* sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2021-09-222-3/+6
* locking/mutex: Fix HANDOFF conditionPeter Zijlstra2021-09-221-10/+5
* bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann2021-09-031-4/+5
* bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann2021-09-031-11/+11
* bpf: Do not use ax register in interpreter on div/modDaniel Borkmann2021-09-031-17/+15
* tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)2021-08-261-0/+2
* genirq/msi: Ensure deactivation on teardownBixuan Cui2021-08-261-5/+8
* genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-261-1/+4
* bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann2021-08-151-4/+40
* bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann2021-08-151-2/+15
* bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann2021-08-151-2/+5
* tracing: Reject string operand in the histogram expressionMasami Hiramatsu2021-08-151-0/+14
* tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-08-122-6/+19
* tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)2021-08-121-0/+4
* padata: add separate cpuhp node for CPUHP_PADATA_DEADDaniel Jordan2021-08-081-6/+8
* padata: validate cpumask without removed CPU during offlineDaniel Jordan2021-08-081-4/+14
* workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang2021-07-311-7/+13
* tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo2021-07-281-4/+24
* sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-281-2/+2
* tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)2021-07-201-3/+3
* tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-07-201-16/+47
* tracing: Simplify & fix saved_tgids logicPaul Burton2021-07-201-25/+13
* cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner2021-07-201-0/+49
* clocksource: Retry clock read if long delays detectedPaul E. McKenney2021-07-201-6/+47
* sched/fair: Fix ascii art by relpacing tabsOdin Ugedal2021-07-201-4/+4
* tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-07-202-4/+32
* tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)2021-07-201-0/+7
* kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek2021-07-111-11/+24
* kthread_worker: split code for canceling the delayed work timerPetr Mladek2021-07-111-17/+29
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-07-111-1/+1
* module: limit enabling module.sig_enforceMimi Zohar2021-06-301-0/+9
* tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-301-3/+3
* tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-301-9/+0
* tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-301-2/+0
* tracing: Correct the length check which causes memory corruptionLiangyan2021-06-161-1/+1
* ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-161-1/+7
* sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-06-161-1/+1
* perf: Fix data race between pin_count increment/decrementMarco Elver2021-06-161-0/+2
* cgroup1: don't allow '\n' in renamingAlexander Kuznetsov2021-06-161-0/+4
* wq: handle VM suspension in stall detectionSergey Senozhatsky2021-06-161-2/+10
* cgroup: disable controllers at parse timeShakeel Butt2021-06-161-8/+5
* perf/core: Fix endless multiplex timerPeter Zijlstra2021-06-161-6/+14
* sched/fair: Optimize select_idle_cpuCheng Jian2021-06-101-3/+4
* perf/core: Fix corner case in perf_rotate_context()Song Liu2021-06-101-5/+17
* perf/cgroups: Don't rotate events for cgroups unnecessarilyIan Rogers2021-06-101-20/+22
* bpf: Add BPF_F_ANY_ALIGNMENT.David S. Miller2021-06-102-1/+9
* bpf: No need to simulate speculative domain for immediatesDaniel Borkmann2021-06-031-1/+5
* bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann2021-06-031-10/+12