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
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
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
2022-05-18
cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
Waiman Long
1
-2
/
+5
2022-05-12
genirq: Synchronize interrupt thread startup
Thomas Pfaff
3
-10
/
+33
2022-04-27
tracing: Dump stacktrace trigger to the corresponding instance
Daniel Bristot de Oliveira
1
-1
/
+8
2022-04-20
smp: Fix offline cpu check in flush_smp_call_function_queue()
Nadav Amit
1
-1
/
+1
2022-04-15
cgroup: Use open-time cgroup namespace for process migration perm checks
Tejun Heo
2
-7
/
+19
2022-04-15
cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
Tejun Heo
3
-28
/
+57
2022-04-15
cgroup: Use open-time credentials for process migraton perm checks
Tejun Heo
2
-4
/
+20
2022-04-15
dma-debug: fix return value of __setup handlers
Randy Dunlap
1
-2
/
+2
2022-04-15
printk: fix return value of printk.devkmsg __setup handler
Randy Dunlap
1
-2
/
+4
2022-04-15
perf/core: Fix address filter parser for multiple filters
Adrian Hunter
1
-0
/
+3
2022-04-15
sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa
Bharata B Rao
1
-10
/
+0
2022-04-15
PM: suspend: fix return value of __setup handler
Randy Dunlap
1
-4
/
+4
2022-04-15
PM: hibernate: fix __setup handler error handling
Randy Dunlap
1
-1
/
+1
2022-04-15
ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE
Jann Horn
1
-15
/
+32
2022-03-23
cpuset: Fix unsafe lock order between cpuset lock and cpuslock
Zhang Qiao
1
-2
/
+6
2022-03-23
sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()
Dietmar Eggemann
1
-1
/
+1
2022-03-23
sched/topology: Make sched_init_numa() use a set for the deduplicating sort
Valentin Schneider
1
-51
/
+48
2022-03-16
tracing: Ensure trace buffer is at least 4096 bytes large
Sven Schnelle
1
-4
/
+6
2022-03-11
x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...
Josh Poimboeuf
1
-0
/
+8
2022-03-08
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
1
-3
/
+3
2022-03-02
tracing: Have traceon and traceoff trigger honor the instance
Steven Rostedt (Google)
1
-6
/
+46
2022-03-02
cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
Zhang Qiao
1
-0
/
+2
2022-02-23
tracing: Fix tp_printk option related with tp_printk_stop_on_boot
JaeSang Yoo
1
-0
/
+4
2022-02-23
taskstats: Cleanup the use of task->exit_code
Eric W. Biederman
1
-4
/
+3
2022-02-23
Revert "module, async: async_synchronize_full() on module init iff async is u...
Igor Pylypiv
2
-23
/
+5
2022-02-16
perf: Fix list corruption in perf_cgroup_switch()
Song Liu
1
-2
/
+2
2022-02-16
seccomp: Invalidate seccomp mode to catch death failures
Kees Cook
1
-0
/
+10
2022-02-16
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
2
-5
/
+27
2022-02-11
cgroup-v1: Require capabilities to set release_agent
Eric W. Biederman
1
-0
/
+24
2022-02-08
audit: improve audit queue handling when "audit=1" on cmdline
Paul Moore
1
-19
/
+43
2022-02-08
PM: wakeup: simplify the output logic of pm_show_wakelocks()
Greg Kroah-Hartman
1
-8
/
+4
2022-01-27
cputime, cpuacct: Include guest time in user time in cpuacct.stat
Andrey Ryabinin
1
-2
/
+2
2022-01-27
audit: ensure userspace is penalized the same as the kernel when under pressure
Paul Moore
1
-1
/
+17
2022-01-27
sched/rt: Try to restart rt period timer when rt runtime exceeded
Li Hua
1
-5
/
+18
2022-01-11
tracing: Tag trace_percpu_buffer as a percpu pointer
Naveen N. Rao
1
-2
/
+2
2022-01-11
tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
Naveen N. Rao
1
-1
/
+1
2021-12-22
timekeeping: Really make sure wall_to_monotonic isn't positive
Yu Liao
1
-2
/
+1
2021-12-22
audit: improve robustness of the audit queue handling
Paul Moore
1
-11
/
+10
2021-12-22
tracing: Fix a kmemleak false positive in tracing_map
Chen Jun
1
-0
/
+3
2021-12-14
wait: add wake_up_pollfree()
Eric Biggers
1
-0
/
+7
2021-12-14
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
1
-1
/
+1
2021-12-08
kprobes: Limit max data_size of the kretprobe instances
Masami Hiramatsu
1
-0
/
+3
2021-12-01
tracing: Check pid filtering when creating events
Steven Rostedt (VMware)
1
-0
/
+7
2021-12-01
PM: hibernate: use correct mode for swsusp_close()
Thomas Zeitlhofer
1
-3
/
+3
2021-12-01
tracing: Fix pid filtering when triggers are attached
Steven Rostedt (VMware)
1
-6
/
+18
2021-11-26
perf/core: Avoid put_page() when GUP fails
Greg Thelen
1
-5
/
+5
2021-11-26
sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()
Vincent Donnefort
1
-0
/
+3
2021-11-26
PM: hibernate: fix sparse warnings
Anders Roxell
1
-1
/
+1
2021-11-26
cgroup: Make rebind_subsystems() disable v2 controllers all at once
Waiman Long
1
-4
/
+27
2021-11-26
PM: hibernate: Get block device exclusively in swsusp_check()
Ye Bin
1
-2
/
+3
[next]