summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-03-29cgroup/cpuset: Skip task update if hotplug doesn't affect current cpusetWaiman Long
2023-03-29Merge branch 'for-6.3-fixes' into for-6.4Tejun Heo
2023-03-29cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long
2023-03-29tracing: Unbreak user eventsSteven Rostedt (Google)
2023-03-29tracing/user_events: Use print_format_fields() for trace outputSteven Rostedt (Google)
2023-03-29tracing/user_events: Align structs with tabs for readabilityBeau Belgrave
2023-03-29tracing/user_events: Limit global user_event countBeau Belgrave
2023-03-29tracing/user_events: Charge event allocs to cgroupsBeau Belgrave
2023-03-29tracing/user_events: Add ioctl for disabling addressesBeau Belgrave
2023-03-29tracing/user_events: Fixup enable faults asynclyBeau Belgrave
2023-03-29tracing/user_events: Use remote writes for event enablementBeau Belgrave
2023-03-29tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave
2023-03-29tracing/user_events: Split header into uapi and kernelBeau Belgrave
2023-03-29tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)
2023-03-29Merge branch 'slab/for-6.4/slob-removal' into slab/for-nextVlastimil Babka
2023-03-29mm/slob: remove CONFIG_SLOBVlastimil Babka
2023-03-28lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin
2023-03-28kthread: simplify kthread_use_mm refcountingNicholas Piggin
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)
2023-03-28fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)
2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
2023-03-28dma-debug: add cacheline to user/kernel space dump messagesDesnes Nunes
2023-03-28dma-debug: small dma_debug_entry's comment and variable name updatesDesnes Nunes
2023-03-28dma-direct: cleanup parameters to dma_direct_optimal_gfp_maskPetr Tesarik
2023-03-27rcutorture: Add RCU Tasks Trace and SRCU deadlock scenariosPaul E. McKenney
2023-03-27rcutorture: Add SRCU deadlock scenariosPaul E. McKenney
2023-03-27locking/lockdep: Improve the deadlock scenario print for sync and read lockBoqun Feng
2023-03-27locking: Reduce the number of locks in ww_mutex stress testsBoqun Feng
2023-03-27rcu: Annotate SRCU's update-side lockdep dependenciesBoqun Feng
2023-03-27locking/lockdep: Introduce lock_sync()Boqun Feng
2023-03-26Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-03-26Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-03-25bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau
2023-03-25bpf: Add a few bpf mem allocator functionsMartin KaFai Lau
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet
2023-03-25bpf: Only invoke kptr dtor following non-NULL xchgDavid Vernet
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-03-24kheaders: Use array declaration instead of charKees Cook
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds
2023-03-24bpf: Check IS_ERR for the bpf_map_get() return valueMartin KaFai Lau
2023-03-24module: already_uses() - reduce pr_debug output volumeJim Cromie
2023-03-24module: add section-size to move_module pr_debugJim Cromie
2023-03-24module: add symbol-name to pr_debug Absolute symbolJim Cromie
2023-03-24module: in layout_sections, move_module: add the modnameJim Cromie
2023-03-24module: fold usermode helper kmod into modules directoryLuis Chamberlain
2023-03-24module: merge remnants of setup_load_info() to elf validationLuis Chamberlain
2023-03-24module: move more elf validity checks to elf_validity_check()Luis Chamberlain