summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-282-16/+36
|\
| * sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov2024-04-281-1/+6
| * sched/isolation: Prevent boot crash when the boot CPU is nohz_fullOleg Nesterov2024-04-281-1/+10
| * sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan2024-04-221-6/+12
| * sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding2024-04-221-5/+6
| * sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding2024-04-221-3/+2
* | Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-281-4/+10
|\ \
| * | cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson2024-04-251-4/+10
| * | cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson2024-04-251-2/+2
| |/
* | profiling: Remove create_prof_cpu_mask().Tetsuo Handa2024-04-271-43/+0
* | Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds2024-04-261-3/+2
|\ \ | |/ |/|
| * mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)2024-04-251-3/+2
* | Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-04-211-6/+14
|\ \
| * | sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers2024-04-161-6/+14
* | | Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-04-191-5/+6
|\ \ \ | |_|/ |/| |
| * | configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAPNathan Chancellor2024-04-151-0/+1
| * | configs/hardening: Fix disabling UBSAN configurationsNathan Chancellor2024-04-151-5/+5
| |/
* / fork: defer linking file vma until vma is fully initializedMiaohe Lin2024-04-171-16/+17
|/
* Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-141-1/+2
|\
| * x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson2024-04-101-1/+2
* | Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-04-142-22/+31
|\ \
| * | timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuThomas Gleixner2024-04-102-22/+31
| |/
* | Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dm...Linus Torvalds2024-04-141-33/+58
|\ \
| * | swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()Dexuan Cui2024-04-021-4/+0
| * | swiotlb: fix swiotlb_bounce() to do partial sync's correctlyMichael Kelley2024-04-021-17/+13
| * | swiotlb: extend buffer pre-padding to alloc_align_mask if necessaryPetr Tesarik2024-04-021-13/+46
* | | Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-04-123-4/+8
|\ \ \
| * | | ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)2024-04-111-3/+3
| * | | tracing: hide unused ftrace_event_id_fopsArnd Bergmann2024-04-111-0/+4
| * | | tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryPrasad Pandit2024-04-111-1/+1
| | |/ | |/|
* | | Merge tag 'pm-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-04-111-0/+6
|\ \ \
| * | | PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen2024-04-081-0/+6
| |/ /
* / / kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian2024-04-101-6/+12
|/ /
* | Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-04-074-16/+58
|\ \
| * | timers/migration: Return early on deactivationAnna-Maria Behnsen2024-04-051-0/+27
| * | timers/migration: Fix ignored event due to missing CPU updateFrederic Weisbecker2024-04-051-1/+4
| * | timers: Fix text inconsistencies and spellingRandy Dunlap2024-04-011-11/+11
| * | tick/sched: Fix struct tick_sched doc warningsRandy Dunlap2024-04-011-1/+1
| * | tick/sched: Fix various kernel-doc warningsRandy Dunlap2024-04-011-3/+15
| |/
* | Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-043-8/+40
|\ \ | |/ |/|
| * bpf: fix possible file descriptor leaks in verifierAnton Protopopov2024-03-291-0/+3
| * bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko2024-03-292-5/+34
| * bpf: put uprobe link's path and task in release callbackAndrii Nakryiko2024-03-291-3/+3
* | Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-311-1/+1
|\ \
| * | kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-311-1/+1
* | | Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-311-2/+7
|\ \ \ | |_|/ |/| |
| * | genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki2024-03-251-2/+7
| |/
* | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-284-11/+56
|\ \
| * | bpf: Protect against int overflow for stack access sizeAndrei Matei2024-03-271-0/+5
| * | bpf: Check bloom filter map value sizeAndrei Matei2024-03-271-0/+13