summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-11-07audit: Use kzalloc() instead of kmalloc()/memset() in audit_krule_to_data()Gongwei Li
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-11-07PM: hibernate: Fix style issues in save_compressed_image()Mario Limonciello (AMD)
2025-11-07PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)
2025-11-07PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)
2025-11-07refscale: Do not disable interrupts for tests involving local_bh_enable()Paul E. McKenney
2025-11-07refscale: Add non-atomic per-CPU increment readersPaul E. McKenney
2025-11-07refscale: Add this_cpu_inc() readersPaul E. McKenney
2025-11-07refscale: Add preempt_disable() readersPaul E. McKenney
2025-11-07refscale: Add local_bh_disable() readersPaul E. McKenney
2025-11-07refscale: Add local_irq_disable() and local_irq_save() readersPaul E. McKenney
2025-11-07printk: nbcon: Allow unsafe write_atomic() for panicJohn Ogness
2025-11-07srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macroPaul E. McKenney
2025-11-07rcu: Mark diagnostic functions as notracePaul E. McKenney
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-11-06ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt
2025-11-06bpf: Use kmalloc_nolock() in range treePuranjay Mohan
2025-11-06cgroup: Fix sleeping from invalid context warning on PREEMPT_RTTejun Heo
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-06futex: Optimize per-cpu reference countingPeter Zijlstra
2025-11-06sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remainingAaron Lu
2025-11-05bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_XAnton Protopopov
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov
2025-11-05bpf: support instructions arrays with constants blindingAnton Protopopov
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov
2025-11-06rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()Paul E. McKenney
2025-11-06locktorture: Fix memory leak in param_set_cpumask()Wang Liang
2025-11-05srcu: Require special srcu_struct define/init for SRCU-fast readersPaul E. McKenney
2025-11-05rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()Paul E. McKenney
2025-11-05srcu: Make grace-period determination use ssp->srcu_reader_flavorPaul E. McKenney
2025-11-05srcu: Create a DEFINE_SRCU_FAST()Paul E. McKenney
2025-11-05rcutorture: Test srcu_expedite_current()Paul E. McKenney
2025-11-05srcu: Create an srcu_expedite_current() functionPaul E. McKenney
2025-11-05srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabledPaul E. McKenney
2025-11-05trace: use override credential guardChristian Brauner
2025-11-05trace: use prepare credential guardChristian Brauner
2025-11-05sched_ext: Mark racy bitfields to prevent adding fields that can't tolerate r...Tejun Heo
2025-11-05cgroup/cpuset: Globally track isolated_cpus updateWaiman Long
2025-11-05cgroup/cpuset: Ensure domain isolated CPUs stay in root or isolated partitionWaiman Long
2025-11-05cgroup/cpuset: Move up prstate_housekeeping_conflict() helperWaiman Long
2025-11-05cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeepingWaiman Long
2025-11-05cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...Gabriele Monaco
2025-11-04bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsizedKees Cook
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko
2025-11-04sched_ext: Minor cleanups to scx_task_iterTejun Heo
2025-11-04sched_ext: Move __SCX_DSQ_ITER_ALL_FLAGS BUILD_BUG_ON to the right placeTejun Heo