summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: remove some calls to page_add_new_anon_rmap()Matthew Wilcox (Oracle)2023-12-291-1/+1
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-202-6/+7
|\
| * kexec: select CRYPTO from KEXEC_FILE instead of depending on itArnd Bergmann2023-12-201-1/+2
| * kexec: fix KEXEC_FILE dependenciesArnd Bergmann2023-12-201-0/+1
| * crash_core: fix the check for whether crashkernel is from high memoryYuntao Wang2023-12-121-5/+5
| * kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin2023-12-121-1/+0
* | fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang2023-12-101-11/+29
|/
* Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-12-064-12/+20
|\
| * Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-12-032-11/+16
| |\
| | * rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)2023-12-011-9/+14
| | * kprobes: consistent rcu api usage for kretprobe holderJP Kobryn2023-12-011-2/+2
| * | Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-011-0/+2
| |\ \ | | |/ | |/|
| | * bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao2023-11-261-0/+2
| * | Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-11-261-1/+2
| |\ \ | | |/ | |/|
| | * lockdep: Fix block chain corruptionPeter Zijlstra2023-11-241-1/+2
* | | kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He2023-12-061-1/+0
|/ /
* | Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-231-136/+266
|\ \ | |/ |/|
| * bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman2023-11-201-2/+17
| * bpf: widening for callback iteratorsEduard Zingerman2023-11-201-2/+22
| * bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2023-11-201-99/+175
| * bpf: extract setup_func_entry() utility functionEduard Zingerman2023-11-201-36/+48
| * bpf: extract __check_reg_arg() utility functionEduard Zingerman2023-11-201-6/+13
* | Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-192-22/+19
|\ \
| * | hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-11-112-22/+19
* | | Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-11-192-38/+135
|\ \ \
| * | | sched/fair: Fix the decision for load balanceKeisuke Nishimura2023-11-141-3/+7
| * | | sched: psi: fix unprivileged polling against cgroupsJohannes Weiner2023-11-141-12/+0
| * | | sched/eevdf: Fix vruntime adjustment on reweightAbel Wu2023-11-141-23/+128
* | | | Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-11-191-3/+6
|\ \ \ \
| * | | | futex: Fix hardcoded flagsPeter Zijlstra2023-11-151-3/+6
| |/ / /
* | | | Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-11-191-0/+17
|\ \ \ \
| * | | | perf/core: Fix cpuctx refcountingPeter Zijlstra2023-11-151-0/+17
| |/ / /
* | | | Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-181-0/+4
|\ \ \ \
| * | | | prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller2023-11-181-0/+4
| |/ / /
* | | | Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-171-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore2023-11-141-1/+1
| |/ /
* | | Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-162-29/+66
|\ \ \ | |/ / |/| |
| * | bpf: Do not allocate percpu memory at init stageYonghong Song2023-11-152-7/+21
| * | bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko2023-11-091-15/+8
| * | bpf: fix precision backtracking instruction iterationAndrii Nakryiko2023-11-091-2/+19
| * | bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko2023-11-091-7/+20
* | | Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-102-5/+6
|\ \ \
| * | | tracing/kprobes: Fix the order of argument descriptionsYujie Liu2023-11-111-1/+1
| * | | tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)2023-11-101-4/+5
| |/ /
* | | Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-11-104-10/+81
|\ \ \ | |/ / |/| |
| * | swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICPetr Tesarik2023-11-081-1/+2
| * | dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all sy...Jia He2023-11-063-2/+50
| * | dma-mapping: move dma_addressing_limited() out of lineJia He2023-11-061-0/+15
| * | swiotlb: do not free decrypted pages if dynamicPetr Tesarik2023-11-031-9/+16
* | | Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-099-62/+75
|\ \ \