summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-08-15perf: Identify the 0->1 transition for event::mmap_countPeter Zijlstra-1/+1
2025-08-15perf: Use scoped_guard() for mmap_mutex in perf_mmap()Peter Zijlstra-21/+14
2025-08-15perf: Split out the RB allocationPeter Zijlstra-72/+73
2025-08-15perf: Make RB allocation branch self sufficientPeter Zijlstra-5/+1
2025-08-15perf: Split out the AUX buffer allocationPeter Zijlstra-67/+77
2025-08-15perf: Reflow to get rid of aux_success labelPeter Zijlstra-19/+18
2025-08-15perf: Use guard() for aux_mutex in perf_mmap()Peter Zijlstra-5/+1
2025-08-15perf: Remove redundant aux_unlock labelPeter Zijlstra-9/+8
2025-08-15perf: Move common code into both rb and aux branchesPeter Zijlstra-10/+15
2025-08-15perf: Merge consecutive conditionals in perf_mmap()Peter Zijlstra-22/+19
2025-08-15perf: Move perf_mmap_calc_limits() into both rb and aux branchesPeter Zijlstra-8/+18
2025-08-15perf: Split out VM accountingThomas Gleixner-4/+9
2025-08-15perf: Split out mlock limit handlingThomas Gleixner-37/+38
2025-08-15perf: Remove redundant condition for AUX buffer sizeThomas Gleixner-1/+1
2025-08-15perf: Avoid undefined behavior from stopping/starting inactive eventsYunseong Kim-0/+6
2025-08-15bpf: Check the helper function is valid in get_helper_protoJiri Olsa-2/+5
2025-08-15bpf, cpumap: Disable page_pool direct xdp_return need larger scopeJesper Dangaard Brouer-2/+2
2025-08-14rcutorture: Delay forward-progress testing until boot completesPaul E. McKenney-0/+2
2025-08-14torture: Delay CPU-hotplug operations until boot completesPaul E. McKenney-0/+2
2025-08-14rcutorture: Delay rcutorture readers and writers until boot completesPaul E. McKenney-4/+14
2025-08-14rcutorture: Suppress "Writer stall state" reports during bootPaul E. McKenney-1/+2
2025-08-14torture: Announce kernel boot status at torture-test startupPaul E. McKenney-2/+3
2025-08-14rcu: Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()Zqiang-4/+1
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+1
2025-08-13rcu: Document that rcu_barrier() hurries lazy callbacksPaul E. McKenney-0/+5
2025-08-13cpuset: remove redundant CS_ONLINE flagChen Ridong-5/+2
2025-08-13audit: add a missing tabDan Carpenter-1/+1
2025-08-13dma/pool: Ensure DMA_DIRECT_REMAP allocations are decryptedShanker Donthineni-2/+2
2025-08-13locking: Fix __clear_task_blocked_on() warning from __ww_mutex_wound() pathJohn Stultz-1/+5
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker-0/+1
2025-08-12bpf: Replace kvfree with kfree for kzalloc memoryQianfeng Rong-1/+1
2025-08-12bpf: Remove redundant __GFP_NOWARNQianfeng Rong-2/+2
2025-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfMartin KaFai Lau-522/+748
2025-08-12cgroup: Replace deprecated strcpy() with strscpy()Thorsten Blum-1/+2
2025-08-11sched/ext: Fix invalid task state transitions on class switchAndrea Righi-0/+4
2025-08-11futex: Use user_write_access_begin/_end() in futex_put_value()Waiman Long-3/+3
2025-08-11audit: fix typo in auditfilter.c commentKieran Moy-1/+1
2025-08-11audit: Replace deprecated strcpy() with strscpy()Thorsten Blum-2/+4
2025-08-11audit: fix indentation in audit_log_exit()Casey Schaufler-3/+4
2025-08-11of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()Oreoluwa Babatunde-2/+0
2025-08-11swiotlb: Remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-08-11dma-direct: clean up the logic in __dma_direct_alloc_pages()Petr Tesarik-18/+13
2025-08-11rcu: Fix racy re-initialization of irq_work causing hangsFrederic Weisbecker-2/+9
2025-08-10Merge tag 'smp_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+1
2025-08-10Merge tag 'irq_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+3
2025-08-10Merge tag 'locking_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+1
2025-08-09cgroup: avoid null de-ref in css_rstat_exit()JP Kobryn-0/+3
2025-08-09cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()Waiman Long-2/+0
2025-08-09cgroup/cpuset: Fix a partition error with CPU hotplugWaiman Long-3/+4
2025-08-09cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config...Waiman Long-1/+1