summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-08-31bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann
2022-08-31audit: move audit_return_fixup before the filtersRichard Guy Briggs
2022-08-31kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima
2022-08-31kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap
2022-08-31cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu
2022-08-31audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour
2022-08-25bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao
2022-08-25bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao
2022-08-25bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi
2022-08-25bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov
2022-08-25tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)
2022-08-25tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)
2022-08-25tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)
2022-08-25tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)
2022-08-25tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)
2022-08-25tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)
2022-08-25tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)
2022-08-21kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu
2022-08-17locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin
2022-08-17timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld
2022-08-17kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu
2022-08-17kexec_file: drop weak attribute from functionsNaveen N. Rao
2022-08-17sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman
2022-08-17sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding
2022-08-17sched: Fix the check of nr_running at queue wakelistTianchen Ding
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-08-17kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin
2022-08-17swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy
2022-08-17profiling: fix shift too large makes kernel panicChen Zhongjin
2022-08-17wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld
2022-08-17bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko
2022-08-17bpf: Fix subprog names in stack traces.Alexei Starovoitov
2022-08-17bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu
2022-08-17bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar
2022-08-17rcutorture: Fix ksoftirqd boosting timing and iterationFrederic Weisbecker
2022-08-17io_uring: move to separate directoryJens Axboe
2022-08-17sched/numa: Initialise numa_migrate_retryMel Gorman
2022-08-17sched: only perform capability check on privileged operationChristian Göttsche
2022-08-17nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne
2022-08-17irqdomain: Report irq number for NOMAP domainsXu Qiang
2022-08-17blktrace: Trace remapped requests correctlyBart Van Assche
2022-08-17locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra
2022-08-17PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa
2022-08-17PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping
2022-08-17sched/fair: fix case with reduced capacity CPUVincent Guittot
2022-08-17genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland
2022-08-17genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo
2022-08-17sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu