summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-12-29kexec_file: fix incorrect temp_start value in locate_mem_hole_top_down()Yuntao Wang
2023-12-29kexec: modify the meaning of the end parameter in kimage_is_destination_range()Yuntao Wang
2023-12-20crash_core: remove duplicated including of kexec.hWang Jinchao
2023-12-20kexec: use ALIGN macro instead of open-coding itYuntao Wang
2023-12-20fork: remove redundant TASK_UNINTERRUPTIBLEKevin Hao
2023-12-20kexec_file: print out debugging message if requiredBaoquan He
2023-12-20kexec_file: add kexec_file flag to control debug printingBaoquan He
2023-12-12merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton
2023-12-12crash_core: fix the check for whether crashkernel is from high memoryYuntao Wang
2023-12-12kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin
2023-12-10softlockup: serialized softlockup's logLi Zhe
2023-12-10kexec_file: load kernel at top of system RAM if requiredBaoquan He
2023-12-10resource: add walk_system_ram_res_rev()Baoquan He
2023-12-10sched: fair: move unused stub functions to headerArnd Bergmann
2023-12-10kexec: use atomic_try_cmpxchg in crash_kexecUros Bizjak
2023-12-10__ptrace_unlink: kill the obsolete "FIXME" codeOleg Nesterov
2023-12-10kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov
2023-12-10arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens
2023-12-10arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens
2023-12-10introduce for_other_threads(p, t)Oleg Nesterov
2023-12-10kernel/reboot: explicitly notify if halt occurred instead of power offDongmin Lee
2023-12-06Merge branch 'master' into mm-hotfixes-stableAndrew Morton
2023-12-06kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He
2023-12-03Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)
2023-12-01kprobes: consistent rcu api usage for kretprobe holderJP Kobryn
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-26bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao
2023-11-26Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman
2023-11-20bpf: widening for callback iteratorsEduard Zingerman
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman
2023-11-20bpf: extract setup_func_entry() utility functionEduard Zingerman
2023-11-20bpf: extract __check_reg_arg() utility functionEduard Zingerman
2023-11-19Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-19Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-11-19Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-11-19Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra
2023-11-14audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore
2023-11-14sched/fair: Fix the decision for load balanceKeisuke Nishimura
2023-11-14sched: psi: fix unprivileged polling against cgroupsJohannes Weiner