summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-11-16Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-11-15Merge branches 'rcu/fixes', 'rcu/nocb', 'rcu/torture', 'rcu/stall' and 'rcu/s...Frederic Weisbecker
2024-11-15rcuscale: Remove redundant WARN_ON_ONCE() splatUladzislau Rezki (Sony)
2024-11-15rcuscale: Do a proper cleanup if kfree_scale_init() failsUladzislau Rezki (Sony)
2024-11-15srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavorPaul E. McKenney
2024-11-15Merge branches 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki
2024-11-15bpf: use common instruction history across all statesAndrii Nakryiko
2024-11-15Merge tag 'sched_ext-for-6.12-rc7-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-11-15workqueue: Reduce expensive locks for unbound workqueueWangyang Guo
2024-11-15bpf: Add necessary migrate_disable to range_tree.Yonghong Song
2024-11-15bpf: Do not alloc arena on unsupported archesViktor Malik
2024-11-14crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky
2024-11-14sched_ext: Replace scx_next_task_picked() with switch_class() in commentZhao Mengmeng
2024-11-14scftorture: Handle NULL argument passed to scf_add_to_free_list().Sebastian Andrzej Siewior
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-14sched_ext: ops.cpu_acquire() should be called with SCX_KF_RESTTejun Heo
2024-11-14cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancingWaiman Long
2024-11-14tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recordingSteven Rostedt
2024-11-14Revert: "ring-buffer: Do not have boot mapped buffers hook to CPU hotplug"Steven Rostedt
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas
2024-11-14Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-11-14Merge tag 'kvmarm-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2024-11-14dma-mapping: save base/size instead of pointer to shared DMA poolGeert Uytterhoeven
2024-11-14perf/core: Correct perf sampling with guest VMsColton Lewis
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis
2024-11-13bpf: Introduce range_tree data structure and use it in bpf arenaAlexei Starovoitov
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-11-13genirq/proc: Use seq_put_decimal_ull_width() for decimal valuesDavid Wang
2024-11-12bpf: Add kernel symbol for struct_ops trampolineXu Kuohai
2024-11-12bpf: Use function pointers count as struct_ops links countXu Kuohai
2024-11-12bpf: Remove unused member rcu from bpf_struct_ops_mapXu Kuohai
2024-11-12bpf: Support private stack for struct_ops progsYonghong Song
2024-11-12bpf: Enable private stack for eligible subprogsYonghong Song
2024-11-12bpf: Find eligible subprogs for private stack supportYonghong Song
2024-11-12srcu: Check for srcu_read_lock_lite() across all CPUsPaul E. McKenney
2024-11-12rcutorture: Avoid printing cpu=-1 for no-fault RCU boost failurePaul E. McKenney
2024-11-12rcuscale: Add guest_os_delay module parameterPaul E. McKenney
2024-11-12refscale: Correct affinity checkPaul E. McKenney
2024-11-12rcu/nocb: Fix missed RCU barrier on deoffloadingZqiang
2024-11-12rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcuUladzislau Rezki (Sony)
2024-11-12rcu/srcutiny: don't return before reenabling preemptionMichal Schmidt
2024-11-12rcu-tasks: Remove open-coded one-byte cmpxchg() emulationPaul E. McKenney
2024-11-12rcutorture: Test start-poll primitives with interrupts disabledPaul E. McKenney
2024-11-12rcu: Permit start_poll_synchronize_rcu*() with interrupts disabledPaul E. McKenney
2024-11-12rcu: Allow short-circuiting of synchronize_rcu_tasks_rude()Paul E. McKenney
2024-11-12rcu: Add rcuog kthreads to RCU_NOCB_CPU help textPaul E. McKenney
2024-11-12rcu: Use the BITS_PER_LONG macroJinjie Ruan
2024-11-12rcu: Use bitwise instead of arithmetic operator for flagsHongbo Li
2024-11-12sched/cpufreq: Ensure sd is rebuilt for EAS checkChristian Loehle
2024-11-12cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not setWaiman Long