summary refs log tree commit diff
path: root/kernel
AgeCommit message (Expand)Author
2022-07-11module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RTAaron Tomlin
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-07-10Merge branch irq/plic-masking into irq/irqchip-nextMarc Zyngier
2022-07-09ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()Sven Schnelle
2022-07-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-07-08sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima
2022-07-08sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima
2022-07-08sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima
2022-07-08sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima
2022-07-08sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima
2022-07-08sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong
2022-07-07bpf: Make sure mac_header was set before using itEric Dumazet
2022-07-07Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-07-07signal handling: don't use BUG_ON() for debuggingLinus Torvalds
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland
2022-07-07genirq: Drop redundant irq_init_effective_affinitySamuel Holland
2022-07-07genirq: GENERIC_IRQ_EFFECTIVE_AFF_MASK depends on SMPSamuel Holland
2022-07-07genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland
2022-07-07genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo
2022-07-04sched/core: Use try_cmpxchg in set_nr_{and_not,if}_pollingUros Bizjak
2022-07-04sched/core: add forced idle accounting for cgroupsJosh Don
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-07-01module: Fix "warning: variable 'exit' set but not used"Christophe Leroy
2022-07-01module: Fix selfAssignment cppcheck warningChristophe Leroy
2022-07-01modules: Fix corruption of /proc/kallsymsAdrian Hunter
2022-07-01bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann
2022-07-01bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann
2022-06-28sched/fair: Remove the energy margin in feec()Vincent Donnefort
2022-06-28sched/fair: Remove task_util from effective utilization in feec()Vincent Donnefort
2022-06-28sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()Dietmar Eggemann
2022-06-28sched/fair: Rename select_idle_mask to select_rq_maskDietmar Eggemann
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann
2022-06-28sched/fair: Decay task PELT values during wakeup migrationVincent Donnefort
2022-06-28sched/fair: Provide u64 read for 32-bits arch helperVincent Donnefort
2022-06-28perf/core: Add a new read format to get a number of lost samplesNamhyung Kim
2022-06-28sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu
2022-06-28sched: only perform capability check on privileged operationChristian Göttsche
2022-06-28sched: Remove unused function group_first_cpu()Zhang Qiao
2022-06-28sched/fair: Remove redundant word " *"Zhang Qiao
2022-06-27tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-26Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-06-24Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-24Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-24locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel
2022-06-24jump_label: mips: move module NOP patching into arch codeArd Biesheuvel
2022-06-23Merge tag 'pm-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-06-23Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds