summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-04-28Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-16/+36
2024-04-28Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+10
2024-04-28sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov-1/+6
2024-04-28sched/isolation: Prevent boot crash when the boot CPU is nohz_fullOleg Nesterov-1/+10
2024-04-27profiling: Remove create_prof_cpu_mask().Tetsuo Handa-43/+0
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds-3/+2
2024-04-25cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson-4/+10
2024-04-25cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson-2/+2
2024-04-24mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)-3/+2
2024-04-22sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan-6/+12
2024-04-22sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding-5/+6
2024-04-22sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding-3/+2
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+14
2024-04-19Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+6
2024-04-16fork: defer linking file vma until vma is fully initializedMiaohe Lin-16/+17
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers-6/+14
2024-04-15configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAPNathan Chancellor-0/+1
2024-04-15configs/hardening: Fix disabling UBSAN configurationsNathan Chancellor-5/+5
2024-04-14Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-22/+31
2024-04-14Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dm...Linus Torvalds-33/+58
2024-04-12Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-4/+8
2024-04-11ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)-3/+3
2024-04-11tracing: hide unused ftrace_event_id_fopsArnd Bergmann-0/+4
2024-04-11tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryPrasad Pandit-1/+1
2024-04-11Merge tag 'pm-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-0/+6
2024-04-10kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian-6/+12
2024-04-10x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson-1/+2
2024-04-10timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuThomas Gleixner-22/+31
2024-04-08PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen-0/+6
2024-04-07Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+58
2024-04-05timers/migration: Return early on deactivationAnna-Maria Behnsen-0/+27
2024-04-05timers/migration: Fix ignored event due to missing CPU updateFrederic Weisbecker-1/+4
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-8/+40
2024-04-02swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()Dexuan Cui-4/+0
2024-04-02swiotlb: fix swiotlb_bounce() to do partial sync's correctlyMichael Kelley-17/+13
2024-04-02swiotlb: extend buffer pre-padding to alloc_align_mask if necessaryPetr Tesarik-13/+46
2024-04-01timers: Fix text inconsistencies and spellingRandy Dunlap-11/+11
2024-04-01tick/sched: Fix struct tick_sched doc warningsRandy Dunlap-1/+1
2024-04-01tick/sched: Fix various kernel-doc warningsRandy Dunlap-3/+15
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-03-31Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+7
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann-1/+1
2024-03-29bpf: fix possible file descriptor leaks in verifierAnton Protopopov-0/+3
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko-5/+34
2024-03-28bpf: put uprobe link's path and task in release callbackAndrii Nakryiko-3/+3
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-11/+56
2024-03-27Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Linus Torvalds-2/+12
2024-03-27Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-03-27bpf: Protect against int overflow for stack access sizeAndrei Matei-0/+5