summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-08-21kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu
2022-08-17bpf: Suppress 'passing zero to PTR_ERR' warningKumar Kartikeya Dwivedi
2022-08-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig
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: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi
2022-08-17bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi
2022-08-17bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi
2022-08-17bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi
2022-08-17bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-08-17bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi
2022-08-17bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi
2022-08-17bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi
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-17bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-08-17rcutorture: Fix ksoftirqd boosting timing and iterationFrederic Weisbecker
2022-08-17io_uring: move to separate directoryJens Axboe
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-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
2022-08-17bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk
2022-08-11entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is setSeth Forshee
2022-08-03locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long
2022-08-03watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds
2022-08-03watch_queue: Fix missing rcu annotationDavid Howells
2022-07-29watch-queue: remove spurious double semicolonLinus Torvalds
2022-07-29watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds
2022-07-29sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet
2022-07-29perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra