aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-12tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)1-2/+2
2023-12-12ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-12tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)1-1/+5
2023-12-12ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)1-1/+6
2023-12-12bpf: Comment on check_mem_size_regAndrei Matei1-0/+6
2023-12-12bpf: Remove unused backtrack_state helper functionsYang Li1-15/+0
2023-12-12file: remove __receive_fd()Christian Brauner2-2/+2
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe1-1/+1
2023-12-11bpf: tidy up exception callback management a bitAndrii Nakryiko2-22/+41
2023-12-11bpf: emit more dynptr information in verifier logAndrii Nakryiko1-9/+16
2023-12-11bpf: log PTR_TO_MEM memory size in verifier logAndrii Nakryiko1-0/+4
2023-12-12srcu: Explain why callbacks invocations can't run concurrentlyFrederic Weisbecker1-0/+6
2023-12-12srcu: No need to advance/accelerate if no callback enqueuedFrederic Weisbecker1-3/+5
2023-12-12srcu: Remove superfluous callbacks advancing from srcu_gp_start()Frederic Weisbecker1-10/+0
2023-12-11PM: hibernate: Do not initialize error in snapshot_write_next()Li zeming1-1/+1
2023-12-11PM: hibernate: Do not initialize error in swap_write_page()Li zeming1-1/+1
2023-12-11PM: hibernate: Drop unnecessary local variable initializationWang chaodong1-1/+1
2023-12-12rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney5-9/+53
2023-12-12rcu-tasks: Mark RCU Tasks accesses to current->rcu_tasks_idle_cpuPaul E. McKenney1-2/+2
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_and_wake()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-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang1-11/+29
2023-12-10Merge tag 'sched_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2023-12-10Merge tag 'perf_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+38
2023-12-09bpf: Add bpf_cpumask_weight() kfuncDavid Vernet1-0/+12
2023-12-09bpf: handle fake register spill to stack with BPF_ST_MEM instructionAndrii Nakryiko1-1/+0
2023-12-09bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao1-0/+6
2023-12-09bpf: Only call maybe_wait_bpf_programs() when map operation succeedsHou Tao1-2/+4
2023-12-09bpf: Add missed maybe_wait_bpf_programs() for htab of mapsHou Tao1-3/+3
2023-12-09bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()Hou Tao1-1/+3
2023-12-09bpf: Remove unnecessary wait from bpf_map_copy_value()Hou Tao1-1/+0
2023-12-08bpf: Enable bpf_cgrp_storage for cgroup1 non-attach caseYafang Shao1-3/+3
2023-12-08bpf: Minor cleanup around stack boundsAndrei Matei1-2/+9
2023-12-08bpf: Fix accesses to uninit stack slotsAndrei Matei1-39/+26
2023-12-08Merge tag 'trace-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-112/+69
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+0
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-71/+56
2023-12-07Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-52/+18