summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-08-21kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu1-0/+17
2022-08-17bpf: Suppress 'passing zero to PTR_ERR' warningKumar Kartikeya Dwivedi1-1/+1
2022-08-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig1-3/+0
2022-08-17locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin1-2/+2
2022-08-17timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld1-1/+6
2022-08-17kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu1-20/+13
2022-08-17kexec_file: drop weak attribute from functionsNaveen N. Rao1-33/+2
2022-08-17sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman1-2/+6
2022-08-17sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2-13/+14
2022-08-17sched: Fix the check of nr_running at queue wakelistTianchen Ding1-1/+5
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2-4/+6
2022-08-17kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin1-1/+2
2022-08-17swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy1-1/+1
2022-08-17profiling: fix shift too large makes kernel panicChen Zhongjin1-0/+7
2022-08-17wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld1-0/+1
2022-08-17bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko1-8/+12
2022-08-17bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi4-25/+204
2022-08-17bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi1-0/+108
2022-08-17bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi1-1/+87
2022-08-17bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi3-13/+119
2022-08-17bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi3-41/+50
2022-08-17bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi4-35/+401
2022-08-17bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi1-38/+38
2022-08-17bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi1-31/+89
2022-08-17bpf: Fix subprog names in stack traces.Alexei Starovoitov1-3/+1
2022-08-17bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu1-17/+12
2022-08-17bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar2-1/+8
2022-08-17bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee3-69/+98
2022-08-17rcutorture: Fix ksoftirqd boosting timing and iterationFrederic Weisbecker1-15/+13
2022-08-17io_uring: move to separate directoryJens Axboe1-1/+1
2022-08-17nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne1-6/+9
2022-08-17irqdomain: Report irq number for NOMAP domainsXu Qiang1-0/+2
2022-08-17blktrace: Trace remapped requests correctlyBart Van Assche1-1/+1
2022-08-17locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra1-3/+4
2022-08-17PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa1-1/+12
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping1-2/+6
2022-08-17sched/fair: fix case with reduced capacity CPUVincent Guittot1-12/+42
2022-08-17genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland1-0/+1
2022-08-17genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo1-1/+2
2022-08-17sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu2-1/+89
2022-08-17bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk1-10/+60
2022-08-11entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is setSeth Forshee1-6/+0
2022-08-03locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long1-10/+20
2022-08-03watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds1-22/+36
2022-08-03watch_queue: Fix missing rcu annotationDavid Howells1-1/+1
2022-07-29watch-queue: remove spurious double semicolonLinus Torvalds1-1/+1
2022-07-29watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds1-16/+37
2022-07-29sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli1-1/+4
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet1-3/+5
2022-07-29perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra1-14/+31