summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}Roman Skakun2021-07-281-2/+10
* timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne2021-07-281-3/+5
* bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann2021-07-281-0/+2
* bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-252-40/+28
* sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-251-2/+2
* static_call: Fix static_call_text_reserved() vs __initPeter Zijlstra2021-07-201-5/+8
* jump_label: Fix jump_label_text_reserved() vs __initPeter Zijlstra2021-07-201-5/+8
* sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan2021-07-201-7/+14
* rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney2021-07-201-1/+1
* srcu: Fix broken node geometry after early ssp initFrederic Weisbecker2021-07-203-1/+20
* cgroup: verify that source is a stringChristian Brauner2021-07-201-0/+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-191-16/+47
* tracing: Simplify & fix saved_tgids logicPaul Burton2021-07-191-25/+13
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-2/+7
* cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner2021-07-191-0/+49
* bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev2021-07-191-0/+2
* sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal2021-07-191-3/+3
* bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann2021-07-191-18/+43
* cred: add missing return error code when set_cred_ucounts() failedYang Yingliang2021-07-141-1/+2
* rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney2021-07-141-1/+1
* bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend2021-07-141-2/+4
* psi: Fix race between psi_trigger_create/destroyZhaoyang Huang2021-07-141-6/+6
* lockdep: Fix wait-type for empty stackPeter Zijlstra2021-07-141-1/+1
* sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef2021-07-141-31/+18
* sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort2021-07-141-0/+2
* sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort2021-07-141-5/+12
* sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef2021-07-141-0/+7
* sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef2021-07-141-4/+17
* kthread_worker: fix return value when kthread_mod_delayed_work() races with k...Petr Mladek2021-07-141-7/+12
* clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney2021-07-141-0/+60
* clocksource: Retry clock read if long delays detectedPaul E. McKenney2021-07-141-6/+47
* lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng2021-07-141-1/+11
* locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng2021-07-141-2/+106
* sched/fair: Fix ascii art by relpacing tabsOdin Ugedal2021-07-141-4/+4
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-143-3/+2
* Add a reference to ucounts for each credAlexey Gladkov2021-07-145-3/+98
* tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-07-142-4/+32
* tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)2021-07-141-0/+7
* swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee2021-06-301-0/+3
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-301-2/+1
* kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek2021-06-301-11/+24
* kthread_worker: split code for canceling the delayed work timerPetr Mladek2021-06-301-17/+29
* locking/lockdep: Improve noinstr vs errorsPeter Zijlstra2021-06-301-1/+3
* module: limit enabling module.sig_enforceMimi Zohar2021-06-301-5/+9
* crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu2021-06-231-0/+1
* tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-231-3/+3
* tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-231-9/+0
* tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-231-2/+0
* bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann2021-06-231-2/+18