aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 22-168/+279
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 4-16/+58
2024-05-05Merge tag 'irq-urgent-2024-05-05' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+8
2024-05-05Merge tag 'probes-fixes-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2024-05-05Merge tag 'trace-v6.9-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+12
2024-05-05Merge tag 'dma-mapping-6.9-2024-05-04' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-0/+1
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeGravatar Steven Rostedt (Google) 1-0/+12
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-2/+40
2024-05-02swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=yGravatar Will Deacon 1-0/+1
2024-04-29Merge tag 'wq-for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+16
2024-04-29bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSGravatar Matthew Wilcox (Oracle) 1-1/+1
2024-04-29tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()Gravatar LuMingYin 1-1/+1
2024-04-29softirq: Fix suspicious RCU usage in __do_softirq()Gravatar Zqiang 1-4/+8
2024-04-28Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-16/+36
2024-04-28Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+10
2024-04-28sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUGravatar Oleg Nesterov 1-1/+6
2024-04-28sched/isolation: Prevent boot crash when the boot CPU is nohz_fullGravatar Oleg Nesterov 1-1/+10
2024-04-27profiling: Remove create_prof_cpu_mask().Gravatar Tetsuo Handa 1-43/+0
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 2-2/+40
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-3/+2
2024-04-26bpf: verifier: prevent userspace memory accessGravatar Puranjay Mohan 2-0/+39
2024-04-25cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nGravatar Sean Christopherson 1-4/+10
2024-04-25cpu: Re-enable CPU mitigations by default for !X86 architecturesGravatar Sean Christopherson 1-2/+2
2024-04-24mm: turn folio_test_hugetlb into a PageTypeGravatar Matthew Wilcox (Oracle) 1-3/+2
2024-04-24workqueue: Fix divide error in wq_update_node_max_active()Gravatar Lai Jiangshan 1-0/+9
2024-04-23workqueue: The default node_nr_active should have its max set to max_activeGravatar Tejun Heo 1-1/+1
2024-04-23workqueue: Fix selection of wake_cpu in kick_pool()Gravatar Sven Schnelle 1-2/+6
2024-04-22sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Gravatar Xuewen Yan 1-6/+12
2024-04-22sched/eevdf: Fix miscalculation in reweight_entity() when se is not currGravatar Tianchen Ding 1-5/+6
2024-04-22sched/eevdf: Always update V if se->on_rq when reweightingGravatar Tianchen Ding 1-3/+2
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-6/+14
2024-04-19Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+6
2024-04-19Merge x86 bugfixes from Linux 6.9-rc3Gravatar Paolo Bonzini 14-32/+137
2024-04-16fork: defer linking file vma until vma is fully initializedGravatar Miaohe Lin 1-16/+17
2024-04-16sched: Add missing memory barrier in switch_mm_cidGravatar Mathieu Desnoyers 1-6/+14
2024-04-15configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAPGravatar Nathan Chancellor 1-0/+1
2024-04-15configs/hardening: Fix disabling UBSAN configurationsGravatar Nathan Chancellor 1-5/+5
2024-04-14Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+2
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-22/+31
2024-04-14Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dm...Gravatar Linus Torvalds 1-33/+58
2024-04-12bpf: Fix a verifier verbose messageGravatar Anton Protopopov 1-2/+1
2024-04-12Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-4/+8
2024-04-12mm: replace set_pte_at_notify() with just set_pte_at()Gravatar Paolo Bonzini 1-3/+3
2024-04-11ring-buffer: Only update pages_touched when a new page is touchedGravatar Steven Rostedt (Google) 1-3/+3
2024-04-11tracing: hide unused ftrace_event_id_fopsGravatar Arnd Bergmann 1-0/+4
2024-04-11tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryGravatar Prasad Pandit 1-1/+1
2024-04-11Merge tag 'pm-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-0/+6
2024-04-10kprobes: Fix possible use-after-free issue on kprobe registrationGravatar Zheng Yejian 1-6/+12
2024-04-10x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nGravatar Sean Christopherson 1-1/+2
2024-04-10timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuGravatar Thomas Gleixner 2-22/+31