aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-29kexec_file: fix incorrect temp_start value in locate_mem_hole_top_down()Yuntao Wang1-2/+2
2023-12-29kexec: modify the meaning of the end parameter in kimage_is_destination_range()Yuntao Wang1-4/+4
2023-12-20crash_core: remove duplicated including of kexec.hWang Jinchao1-1/+0
2023-12-20kexec: use ALIGN macro instead of open-coding itYuntao Wang1-2/+2
2023-12-20fork: remove redundant TASK_UNINTERRUPTIBLEKevin Hao1-1/+1
2023-12-20kexec_file: print out debugging message if requiredBaoquan He2-6/+13
2023-12-20kexec_file: add kexec_file flag to control debug printingBaoquan He2-0/+5
2023-12-12merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton2-6/+5
2023-12-12crash_core: fix the check for whether crashkernel is from high memoryYuntao Wang1-5/+5
2023-12-12kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin1-1/+0
2023-12-10softlockup: serialized softlockup's logLi Zhe1-0/+3
2023-12-10kexec_file: load kernel at top of system RAM if requiredBaoquan He1-0/+2
2023-12-10resource: add walk_system_ram_res_rev()Baoquan He1-0/+57
2023-12-10sched: fair: move unused stub functions to headerArnd Bergmann2-13/+11
2023-12-10kexec: use atomic_try_cmpxchg in crash_kexecUros Bizjak1-2/+3
2023-12-10__ptrace_unlink: kill the obsolete "FIXME" codeOleg Nesterov1-12/+1
2023-12-10kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov1-13/+4
2023-12-10arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens1-6/+0
2023-12-10arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens1-20/+0
2023-12-10introduce for_other_threads(p, t)Oleg Nesterov1-7/+4
2023-12-10kernel/reboot: explicitly notify if halt occurred instead of power offDongmin Lee1-2/+15
2023-12-06Merge branch 'master' into mm-hotfixes-stableAndrew Morton4-12/+20
2023-12-06kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He1-1/+0
2023-12-03Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-11/+16
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)1-9/+14
2023-12-01kprobes: consistent rcu api usage for kretprobe holderJP Kobryn1-2/+2
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+2
2023-11-26bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao1-0/+2
2023-11-26Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra1-1/+2
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-136/+266
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-2/+17
2023-11-20bpf: widening for callback iteratorsEduard Zingerman1-2/+22
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman1-99/+175
2023-11-20bpf: extract setup_func_entry() utility functionEduard Zingerman1-36/+48
2023-11-20bpf: extract __check_reg_arg() utility functionEduard Zingerman1-6/+13
2023-11-19Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-22/+19
2023-11-19Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-38/+135
2023-11-19Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+6
2023-11-19Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+17
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller1-0/+4
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-29/+66
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song2-7/+21
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra1-0/+17
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra1-3/+6
2023-11-14audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore1-1/+1
2023-11-14sched/fair: Fix the decision for load balanceKeisuke Nishimura1-3/+7
2023-11-14sched: psi: fix unprivileged polling against cgroupsJohannes Weiner1-12/+0