aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-29mm: remove some calls to page_add_new_anon_rmap()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesGravatar Andrew Morton 2-6/+7
2023-12-20kexec: select CRYPTO from KEXEC_FILE instead of depending on itGravatar Arnd Bergmann 1-1/+2
2023-12-20kexec: fix KEXEC_FILE dependenciesGravatar Arnd Bergmann 1-0/+1
2023-12-12crash_core: fix the check for whether crashkernel is from high memoryGravatar Yuntao Wang 1-5/+5
2023-12-12kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPGravatar Ignat Korchagin 1-1/+0
2023-12-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Gravatar Peng Zhang 1-11/+29
2023-12-06Merge branch 'master' into mm-hotfixes-stableGravatar Andrew Morton 4-12/+20
2023-12-06kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPGravatar Baoquan He 1-1/+0
2023-12-03Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-11/+16
2023-12-01rethook: Use __rcu pointer for rethook::handlerGravatar Masami Hiramatsu (Google) 1-9/+14
2023-12-01kprobes: consistent rcu api usage for kretprobe holderGravatar JP Kobryn 1-2/+2
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+2
2023-11-26bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Gravatar Hou Tao 1-0/+2
2023-11-26Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+2
2023-11-24lockdep: Fix block chain corruptionGravatar Peter Zijlstra 1-1/+2
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-136/+266
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsGravatar Eduard Zingerman 1-2/+17
2023-11-20bpf: widening for callback iteratorsGravatar Eduard Zingerman 1-2/+22
2023-11-20bpf: verify callbacks as if they are called unknown number of timesGravatar Eduard Zingerman 1-99/+175
2023-11-20bpf: extract setup_func_entry() utility functionGravatar Eduard Zingerman 1-36/+48
2023-11-20bpf: extract __check_reg_arg() utility functionGravatar Eduard Zingerman 1-6/+13
2023-11-19Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-22/+19
2023-11-19Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-38/+135
2023-11-19Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+6
2023-11-19Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+17
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+4
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscGravatar Helge Deller 1-0/+4
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-29/+66
2023-11-15bpf: Do not allocate percpu memory at init stageGravatar Yonghong Song 2-7/+21
2023-11-15perf/core: Fix cpuctx refcountingGravatar Peter Zijlstra 1-0/+17
2023-11-15futex: Fix hardcoded flagsGravatar Peter Zijlstra 1-3/+6
2023-11-14audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Gravatar Paul Moore 1-1/+1
2023-11-14sched/fair: Fix the decision for load balanceGravatar Keisuke Nishimura 1-3/+7
2023-11-14sched: psi: fix unprivileged polling against cgroupsGravatar Johannes Weiner 1-12/+0
2023-11-14sched/eevdf: Fix vruntime adjustment on reweightGravatar Abel Wu 1-23/+128
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierGravatar Thomas Gleixner 2-22/+19
2023-11-10Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-5/+6
2023-11-11tracing/kprobes: Fix the order of argument descriptionsGravatar Yujie Liu 1-1/+1
2023-11-10Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 4-10/+81
2023-11-10tracing: fprobe-event: Fix to check tracepoint event and returnGravatar Masami Hiramatsu (Google) 1-4/+5
2023-11-09bpf: fix control-flow graph checking in privileged modeGravatar Andrii Nakryiko 1-15/+8
2023-11-09bpf: fix precision backtracking instruction iterationGravatar Andrii Nakryiko 1-2/+19
2023-11-09bpf: handle ldimm64 properly in check_cfg()Gravatar Andrii Nakryiko 1-7/+20
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 9-62/+75
2023-11-08Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Linus Torvalds 3-14/+63
2023-11-08Merge tag 'kgdb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Gravatar Linus Torvalds 2-4/+6
2023-11-08swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICGravatar Petr Tesarik 1-1/+2
2023-11-07bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regGravatar Chuyi Zhou 2-2/+2