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-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: 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-17rcutorture: Fix ksoftirqd boosting timing and iterationFrederic Weisbecker1-15/+13
2022-08-17io_uring: move to separate directoryJens Axboe1-1/+1
2022-08-17sched/numa: Initialise numa_migrate_retryMel Gorman1-0/+1
2022-08-17sched: only perform capability check on privileged operationChristian Göttsche1-55/+83
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-17PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba1-8/+16
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-07-31Merge tag 'x86_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2022-07-31Merge tag 'locking_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+20
2022-07-30locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long1-10/+20
2022-07-29Merge tag 'wq-for-5.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2022-07-29workqueue: Avoid a false warning in unbind_workers()Lai Jiangshan1-1/+4
2022-07-28watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds1-22/+36
2022-07-28watch_queue: Fix missing rcu annotationDavid Howells1-1/+1
2022-07-27x86/configs: Update configs in x86_debug.configLukas Bulwahn1-2/+1
2022-07-24Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
2022-07-22Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-24/+74
2022-07-21watch-queue: remove spurious double semicolonLinus Torvalds1-1/+1
2022-07-21sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli1-1/+4
2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds1-16/+37
2022-07-19srcu: Make expedited RCU grace periods block even less frequentlyNeeraj Upadhyay1-19/+63
2022-07-19srcu: Block less aggressively for expedited grace periodsPaul E. McKenney1-7/+13
2022-07-17Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-14/+31
2022-07-16Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+11