| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-15 | bpf: Do not alloc arena on unsupported arches |  Viktor Malik | 1 | -0/+4 |
| 2024-11-14 | crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32 |  Dave Vasilevsky | 1 | -1/+1 |
| 2024-11-14 | sched_ext: Replace scx_next_task_picked() with switch_class() in comment |  Zhao Mengmeng | 1 | -2/+2 |
| 2024-11-14 | scftorture: Handle NULL argument passed to scf_add_to_free_list(). |  Sebastian Andrzej Siewior | 1 | -0/+2 |
| 2024-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 5 | -26/+50 |
| 2024-11-14 | sched_ext: ops.cpu_acquire() should be called with SCX_KF_REST |  Tejun Heo | 1 | -1/+1 |
| 2024-11-14 | cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing |  Waiman Long | 1 | -4/+16 |
| 2024-11-14 | tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recording |  Steven Rostedt | 1 | -2/+26 |
| 2024-11-14 | Revert: "ring-buffer: Do not have boot mapped buffers hook to CPU hotplug" |  Steven Rostedt | 1 | -6/+3 |
| 2024-11-14 | Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'for-next/tlb', 'for-next/misc', 'for-next/mte', 'for-next/sysreg', 'for-next/stacktrace', 'for-next/hwcap3', 'for-next/kselftest', 'for-next/crc32', 'for-next/guest-cca', 'for-next/haft' and 'for-next/scs', remote-tracking... |  Catalin Marinas | 1 | -0/+30 |
| 2024-11-14 | Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD |  Paolo Bonzini | 3 | -5/+11 |
| 2024-11-14 | Merge tag 'kvmarm-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD |  Paolo Bonzini | 1 | -1/+4 |
| 2024-11-14 | dma-mapping: save base/size instead of pointer to shared DMA pool |  Geert Uytterhoeven | 1 | -6/+8 |
| 2024-11-14 | perf/core: Correct perf sampling with guest VMs |  Colton Lewis | 1 | -4/+17 |
| 2024-11-14 | perf/core: Hoist perf_instruction_pointer() and perf_misc_flags() |  Colton Lewis | 1 | -0/+10 |
| 2024-11-13 | bpf: Introduce range_tree data structure and use it in bpf arena |  Alexei Starovoitov | 4 | -15/+304 |
| 2024-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  Alexei Starovoitov | 20 | -109/+241 |
| 2024-11-13 | genirq/proc: Use seq_put_decimal_ull_width() for decimal values |  David Wang | 1 | -3/+6 |
| 2024-11-12 | bpf: Add kernel symbol for struct_ops trampoline |  Xu Kuohai | 3 | -4/+87 |
| 2024-11-12 | bpf: Use function pointers count as struct_ops links count |  Xu Kuohai | 1 | -10/+25 |
| 2024-11-12 | bpf: Remove unused member rcu from bpf_struct_ops_map |  Xu Kuohai | 1 | -1/+0 |
| 2024-11-12 | bpf: Support private stack for struct_ops progs |  Yonghong Song | 2 | -1/+10 |
| 2024-11-12 | bpf: Enable private stack for eligible subprogs |  Yonghong Song | 1 | -0/+11 |
| 2024-11-12 | bpf: Find eligible subprogs for private stack support |  Yonghong Song | 2 | -10/+91 |
| 2024-11-12 | srcu: Check for srcu_read_lock_lite() across all CPUs |  Paul E. McKenney | 1 | -5/+7 |
| 2024-11-12 | rcutorture: Avoid printing cpu=-1 for no-fault RCU boost failure |  Paul E. McKenney | 1 | -2/+7 |
| 2024-11-12 | rcuscale: Add guest_os_delay module parameter |  Paul E. McKenney | 1 | -0/+17 |
| 2024-11-12 | refscale: Correct affinity check |  Paul E. McKenney | 1 | -1/+1 |
| 2024-11-12 | rcu/nocb: Fix missed RCU barrier on deoffloading |  Zqiang | 1 | -1/+12 |
| 2024-11-12 | rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu |  Uladzislau Rezki (Sony) | 1 | -2/+12 |
| 2024-11-12 | rcu/srcutiny: don't return before reenabling preemption |  Michal Schmidt | 1 | -1/+1 |
| 2024-11-12 | rcu-tasks: Remove open-coded one-byte cmpxchg() emulation |  Paul E. McKenney | 1 | -16/+1 |
| 2024-11-12 | rcutorture: Test start-poll primitives with interrupts disabled |  Paul E. McKenney | 1 | -0/+10 |
| 2024-11-12 | rcu: Permit start_poll_synchronize_rcu*() with interrupts disabled |  Paul E. McKenney | 1 | -7/+0 |
| 2024-11-12 | rcu: Allow short-circuiting of synchronize_rcu_tasks_rude() |  Paul E. McKenney | 1 | -1/+2 |
| 2024-11-12 | rcu: Add rcuog kthreads to RCU_NOCB_CPU help text |  Paul E. McKenney | 1 | -10/+18 |
| 2024-11-12 | rcu: Use the BITS_PER_LONG macro |  Jinjie Ruan | 1 | -2/+1 |
| 2024-11-12 | rcu: Use bitwise instead of arithmetic operator for flags |  Hongbo Li | 1 | -11/+11 |
| 2024-11-12 | sched/cpufreq: Ensure sd is rebuilt for EAS check |  Christian Loehle | 1 | -2/+1 |
| 2024-11-12 | cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set |  Waiman Long | 1 | -20/+19 |
| 2024-11-12 | cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per operation |  Waiman Long | 1 | -16/+33 |
| 2024-11-12 | cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cpumasks_hier()" |  Waiman Long | 1 | -25/+14 |
| 2024-11-12 | tracing: Remove redundant check on field->field in histograms |  Colin Ian King | 1 | -4/+1 |
| 2024-11-12 | refscale: Add srcu_read_lock_lite() support using "srcu-lite" |  Paul E. McKenney | 1 | -3/+34 |
| 2024-11-12 | rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor |  Paul E. McKenney | 1 | -0/+7 |
| 2024-11-12 | rcutorture: Add reader_flavor parameter for SRCU readers |  Paul E. McKenney | 1 | -8/+22 |
| 2024-11-12 | rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits |  Paul E. McKenney | 1 | -14/+14 |
| 2024-11-12 | srcu: Allow inlining of __srcu_read_{,un}lock_lite() |  Paul E. McKenney | 1 | -41/+0 |
| 2024-11-12 | srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite() |  Paul E. McKenney | 1 | -11/+71 |
| 2024-11-12 | srcu: Create CPP macros for normal and NMI-safe SRCU readers |  Paul E. McKenney | 1 | -10/+11 |