summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-11-12rcutorture: Add reader_flavor parameter for SRCU readersPaul E. McKenney
2024-11-12rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bitsPaul E. McKenney
2024-11-12srcu: Allow inlining of __srcu_read_{,un}lock_lite()Paul E. McKenney
2024-11-12srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()Paul E. McKenney
2024-11-12srcu: Create CPP macros for normal and NMI-safe SRCU readersPaul E. McKenney
2024-11-12srcu: Standardize srcu_data pointers to "sdp" and similarPaul E. McKenney
2024-11-12srcu: Bit manipulation changes for additional reader flavorPaul E. McKenney
2024-11-12srcu: Renaming in preparation for additional reader flavorPaul E. McKenney
2024-11-11kernel/reboot: replace sprintf() with sysfs_emit()zhangguopeng
2024-11-11hung_task: add detect count for hung tasksLance Yang
2024-11-11Merge tag 'sched_ext-for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-11-11Merge branch kvm-arm64/psci-1.3 into kvmarm/nextOliver Upton
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_v...Tejun Heo
2024-11-11sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()Tejun Heo
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()Tejun Heo
2024-11-11bpf: Drop special callback reference handlingKumar Kartikeya Dwivedi
2024-11-11bpf: Refactor active lock managementKumar Kartikeya Dwivedi
2024-11-11bpf: Call free_htab_elem() after htab_unlock_bucket()Hou Tao
2024-11-11bpf: Add support for uprobe multi session contextJiri Olsa
2024-11-11bpf: Add support for uprobe multi session attachJiri Olsa
2024-11-11bpf: Force uprobe bpf program to always return 0Jiri Olsa
2024-11-11bpf: Allow return values 0 and 1 for kprobe sessionJiri Olsa
2024-11-11printk: Introduce FORCE_CON flagMarcos Paulo de Souza
2024-11-11cred: Add a light version of override/revert_creds()Vinicius Costa Gomes
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-10padata: Clean up in padata_do_multithreaded()Zicheng Qu
2024-11-09sched_ext: Handle cases where pick_task_scx() is called without preceding bal...Tejun Heo
2024-11-09sched_ext: scx_bpf_dispatch_from_dsq_set_*() are allowed from unlocked contextTejun Heo
2024-11-09scftorture: Use a lock-less list to free memory.Sebastian Andrzej Siewior
2024-11-09scftorture: Move memory allocation outside of preempt_disable region.Sebastian Andrzej Siewior
2024-11-09scftorture: Wait until scf_cleanup_handler() completes.Sebastian Andrzej Siewior
2024-11-09scftorture: Avoid additional div operation.Sebastian Andrzej Siewior
2024-11-09sched_ext: add a missing rcu_read_lock/unlock pair at scx_select_cpu_dfl()Changwoo Min
2024-11-08sched_ext: Clarify sched_ext_ops table for userland schedulerChangwoo Min
2024-11-08sched_ext: Enable the ops breather and eject BPF scheduler on softlockupTejun Heo
2024-11-08sched_ext: Avoid live-locking bypass mode switchingTejun Heo
2024-11-08Merge branch 'for-6.12-fixes' into for-6.13Tejun Heo
2024-11-08sched_ext: Fix incorrect use of bitwise ANDAndrea Righi
2024-11-08dma-mapping: fix swapped dir/flags arguments to trace_dma_alloc_sgt_errSean Anderson
2024-11-07sched_ext: Do not enable LLC/NUMA optimizations when domains overlapAndrea Righi
2024-11-07mm: use page_pgoff() in more placesMatthew Wilcox (Oracle)
2024-11-07alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan
2024-11-07module: prepare to handle ROX allocations for textMike Rapoport (Microsoft)
2024-11-07signal: restore the override_rlimit logicRoman Gushchin
2024-11-07ucounts: fix counter leak in inc_rlimit_get_ucounts()Andrei Vagin
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-07sched: No PREEMPT_RT=y for all{yes,mod}configPeter Zijlstra
2024-11-06kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard
2024-11-07hrtimers: Delete hrtimer_init_on_stack()Nam Cao