index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-26
bpf: report RCU QS in cpumap kthread
Yan Zhai
1
-0
/
+3
2024-03-26
modules: wait do_free_init correctly
Changbin Du
1
-2
/
+7
2024-03-26
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
1
-1
/
+6
2024-03-26
bpf: Fix stackmap overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-3
/
+6
2024-03-26
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-5
/
+9
2024-03-26
bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-5
/
+6
2024-03-26
bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
Yonghong Song
1
-2
/
+2
2024-03-26
printk: Disable passing console lock owner completely during panic()
Petr Mladek
1
-0
/
+29
2024-03-26
sched/fair: Take the scheduling domain into account in select_idle_core()
Keisuke Nishimura
1
-2
/
+2
2024-03-26
sched/fair: Take the scheduling domain into account in select_idle_smt()
Keisuke Nishimura
1
-3
/
+9
2024-03-26
timekeeping: Fix cross-timestamp interpolation for non-x86
Peter Hilber
1
-4
/
+2
2024-03-26
timekeeping: Fix cross-timestamp interpolation corner case decision
Peter Hilber
1
-8
/
+10
2024-03-26
timekeeping: Fix cross-timestamp interpolation on counter wrap
Peter Hilber
1
-1
/
+1
2024-03-26
time: test: Fix incorrect format specifier
David Gow
1
-1
/
+1
2024-03-26
rcu/exp: Handle RCU expedited grace period kworker allocation failure
Frederic Weisbecker
2
-6
/
+21
2024-03-26
rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure r...
Frederic Weisbecker
1
-0
/
+1
2024-03-26
workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...
Tejun Heo
1
-1
/
+1
2024-03-26
workqueue: Implement system-wide nr_active enforcement for unbound workqueues
Tejun Heo
1
-32
/
+309
2024-03-26
workqueue: Introduce struct wq_node_nr_active
Tejun Heo
1
-7
/
+135
2024-03-26
workqueue: RCU protect wq->dfl_pwq and implement accessors for it
Tejun Heo
1
-24
/
+40
2024-03-26
workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
Tejun Heo
1
-12
/
+19
2024-03-26
workqueue: Move nr_active handling into helpers
Tejun Heo
1
-19
/
+67
2024-03-26
workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
Tejun Heo
1
-6
/
+25
2024-03-26
workqueue: Factor out pwq_is_empty()
Tejun Heo
1
-4
/
+9
2024-03-26
workqueue: Move pwq->max_active to wq->max_active
Tejun Heo
1
-67
/
+66
2024-03-26
workqueue.c: Increase workqueue name length
Audra Mitchell
1
-2
/
+6
2024-03-15
cpumap: Zero-initialise xdp_rxq_info struct before running XDP program
Toke Høiland-Jørgensen
1
-1
/
+1
2024-03-15
bpf: check bpf_func_state->callback_depth when pruning states
Eduard Zingerman
1
-0
/
+3
2024-03-01
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
Martin KaFai Lau
1
-1
/
+4
2024-03-01
sched/rt: Disallow writing invalid values to sched_rt_period_us
Cyril Hrubis
1
-4
/
+5
2024-02-23
tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()
Dan Carpenter
1
-1
/
+1
2024-02-23
tracing: Make system_callback() function static
Steven Rostedt (Google)
1
-1
/
+1
2024-02-23
sched/membarrier: reduce the ability to hammer on sys_membarrier
Linus Torvalds
1
-0
/
+6
2024-02-23
eventfs: Use eventfs_remove_events_dir()
Steven Rostedt (Google)
1
-1
/
+1
2024-02-23
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
3
-103
/
+221
2024-02-23
tracing: Inform kmemleak of saved_cmdlines allocation
Steven Rostedt (Google)
1
-0
/
+3
2024-02-23
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
Petr Pavlu
1
-1
/
+1
2024-02-23
ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
Masami Hiramatsu (Google)
1
-0
/
+10
2024-02-23
ring-buffer: Clean ring_buffer_poll_wait() error return
Vincent Donnefort
1
-1
/
+1
2024-02-23
Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...
Tejun Heo
1
-6
/
+2
2024-02-23
tracing/probes: Fix to search structure fields correctly
Masami Hiramatsu (Google)
1
-2
/
+2
2024-02-23
tracing/probes: Fix to set arg size and fmt after setting type from BTF
Masami Hiramatsu (Google)
1
-12
/
+13
2024-02-23
tracing/probes: Fix to show a parse error for bad type for $comm
Masami Hiramatsu (Google)
2
-3
/
+7
2024-02-23
tracing/synthetic: Fix trace_string() return value
Thorsten Blum
1
-1
/
+2
2024-02-23
tracing: Fix wasted memory in saved_cmdlines logic
Steven Rostedt (Google)
1
-38
/
+37
2024-02-23
tracing/timerlat: Move hrtimer_init to timerlat_fd open()
Daniel Bristot de Oliveira
1
-3
/
+3
2024-02-23
tracing/trigger: Fix to return error if failed to alloc snapshot
Masami Hiramatsu (Google)
1
-2
/
+4
2024-02-16
hrtimer: Report offline hrtimer enqueue
Frederic Weisbecker
1
-0
/
+3
2024-02-05
perf: Fix the nr_addr_filters fix
Peter Zijlstra
1
-3
/
+1
2024-02-05
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
1
-0
/
+6
[next]