summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-12-14bpf: xdp: Register generic_kfunc_set with XDP programsDaniel Xu
2023-12-14bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-14bpf: Fix a race condition between btf_put() and map_free()Yonghong Song
2023-12-13bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao
2023-12-13bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao
2023-12-13tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian
2023-12-13bpf: Update the comments in maybe_wait_bpf_programs()Hou Tao
2023-12-13bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks listMatt Bobrowski
2023-12-13bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko
2023-12-13bpf: Support uid and gid when mounting bpffsJie Jiang
2023-12-14Merge branches 'doc.2023.12.13a', 'torture.2023.11.23a', 'fixes.2023.12.13a',...Neeraj Upadhyay (AMD)
2023-12-14rcu: Force quiescent states only for ongoing grace periodZqiang
2023-12-12tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)
2023-12-12ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)
2023-12-12ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)
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-12tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)
2023-12-12ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)
2023-12-12tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)
2023-12-12ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)
2023-12-12bpf: Comment on check_mem_size_regAndrei Matei
2023-12-12bpf: Remove unused backtrack_state helper functionsYang Li
2023-12-12file: remove __receive_fd()Christian Brauner
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe
2023-12-11bpf: tidy up exception callback management a bitAndrii Nakryiko
2023-12-11bpf: emit more dynptr information in verifier logAndrii Nakryiko
2023-12-11bpf: log PTR_TO_MEM memory size in verifier logAndrii Nakryiko
2023-12-12srcu: Explain why callbacks invocations can't run concurrentlyFrederic Weisbecker
2023-12-12srcu: No need to advance/accelerate if no callback enqueuedFrederic Weisbecker
2023-12-12srcu: Remove superfluous callbacks advancing from srcu_gp_start()Frederic Weisbecker
2023-12-11PM: hibernate: Do not initialize error in snapshot_write_next()Li zeming
2023-12-11PM: hibernate: Do not initialize error in swap_write_page()Li zeming
2023-12-11PM: hibernate: Drop unnecessary local variable initializationWang chaodong
2023-12-12rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney
2023-12-12rcu-tasks: Mark RCU Tasks accesses to current->rcu_tasks_idle_cpuPaul E. McKenney
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-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang