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
2020-07-16
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
1
-14
/
+18
2020-07-16
kprobes: Do not expose probe addresses to non-CAP_SYSLOG
Kees Cook
1
-2
/
+2
2020-07-16
module: Do not expose section addresses to non-CAP_SYSLOG
Kees Cook
1
-3
/
+3
2020-07-16
module: Refactor section attr into bin attribute
Kees Cook
1
-21
/
+24
2020-07-16
kallsyms: Refactor kallsyms_show_value() to take cred
Kees Cook
3
-9
/
+14
2020-07-16
bpf: Do not allow btf_ctx_access with __int128 types
John Fastabend
1
-2
/
+2
2020-07-16
sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...
Scott Wood
1
-1
/
+1
2020-07-09
padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serial
Daniel Jordan
1
-2
/
+2
2020-07-09
task_work: teach task_work_add() to do signal_wake_up()
Oleg Nesterov
2
-5
/
+21
2020-07-09
kgdb: Avoid suspicious RCU usage warning
Douglas Anderson
1
-0
/
+4
2020-07-09
sched/debug: Make sd->flags sysctl read-only
Valentin Schneider
1
-1
/
+1
2020-06-30
ring-buffer: Zero out time extend if it is nested and not absolute
Steven Rostedt (VMware)
1
-1
/
+1
2020-06-30
tracing: Fix event trigger to accept redundant spaces
Masami Hiramatsu
1
-2
/
+19
2020-06-30
tracing/boottime: Fix kprobe multiple events
Sascha Ortmann
1
-2
/
+6
2020-06-30
blktrace: break out of blktrace setup on concurrent calls
Luis Chamberlain
1
-0
/
+13
2020-06-30
kprobes: Suppress the suspicious RCU warning on kprobes
Masami Hiramatsu
1
-1
/
+2
2020-06-30
sched/cfs: change initial value of runnable_avg
Vincent Guittot
1
-1
/
+1
2020-06-30
sched/core: Fix PI boosting between RT and DEADLINE tasks
Juri Lelli
1
-1
/
+2
2020-06-30
sched/deadline: Initialize ->dl_boosted
Juri Lelli
1
-0
/
+1
2020-06-30
dma-direct: add missing set_memory_decrypted() for coherent mapping
David Rientjes
1
-0
/
+6
2020-06-30
bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE
Stanislav Fomichev
1
-20
/
+33
2020-06-30
devmap: Use bpf_map_area_alloc() for allocating hash buckets
Toke Høiland-Jørgensen
1
-4
/
+6
2020-06-30
dma-direct: check return value when encrypting or decrypting memory
David Rientjes
1
-5
/
+14
2020-06-30
dma-direct: re-encrypt memory if dma_direct_alloc_pages() fails
David Rientjes
1
-1
/
+6
2020-06-24
kretprobe: Prevent triggering kretprobe from within kprobe_flush_task
Jiri Olsa
1
-0
/
+24
2020-06-24
kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex
Masami Hiramatsu
1
-1
/
+2
2020-06-24
tracing/probe: Fix memleak in fetch_op_data operations
Vamshi K Sthambamkadi
1
-2
/
+2
2020-06-24
tracing: Make ftrace packed events have align of 1
Steven Rostedt (VMware)
3
-7
/
+26
2020-06-24
bpf: Undo internal BPF_PROBE_MEM in BPF insns dump
Andrii Nakryiko
1
-5
/
+12
2020-06-24
tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes
Jean-Philippe Brucker
2
-2
/
+2
2020-06-24
blktrace: fix endianness for blk_log_remap()
Chaitanya Kulkarni
1
-15
/
+4
2020-06-24
blktrace: fix endianness in get_pdu_int()
Chaitanya Kulkarni
1
-1
/
+1
2020-06-24
blktrace: use errno instead of bi_status
Chaitanya Kulkarni
1
-3
/
+6
2020-06-24
bpf: Fix an error code in check_btf_func()
Dan Carpenter
1
-1
/
+1
2020-06-24
/dev/mem: Revoke mappings when a driver claims the region
Dan Williams
1
-0
/
+5
2020-06-22
kernel/cpu_pm: Fix uninitted local in cpu_pm
Douglas Anderson
1
-2
/
+2
2020-06-22
clocksource: Remove obsolete ifdef
Thomas Gleixner
1
-2
/
+0
2020-06-22
bpf: Fix map permissions check
Anton Protopopov
1
-1
/
+2
2020-06-22
sched: Defend cfs and rt bandwidth quota against overflow
Huaixin Chang
3
-1
/
+21
2020-06-22
sched/core: Fix illegal RCU from offline CPUs
Peter Zijlstra
2
-3
/
+20
2020-06-22
exit: Move preemption fixup up, move blocking operations down
Jann Horn
1
-9
/
+16
2020-06-22
audit: fix a net reference leak in audit_list_rules_send()
Paul Moore
3
-11
/
+9
2020-06-22
audit: fix a net reference leak in audit_send_reply()
Paul Moore
1
-21
/
+29
2020-06-22
kgdb: Prevent infinite recursive entries to the debugger
Douglas Anderson
1
-0
/
+1
2020-06-22
kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdb
Douglas Anderson
1
-0
/
+4
2020-06-22
sched/fair: Refill bandwidth before scaling
Huaixin Chang
1
-2
/
+2
2020-06-17
perf: Add cond_resched() to task_function_call()
Barret Rhoden
1
-9
/
+14
2020-06-17
padata: add separate cpuhp node for CPUHP_PADATA_DEAD
Daniel Jordan
1
-6
/
+8
2020-06-10
uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned
Oleg Nesterov
1
-4
/
+12
2020-06-07
kernel/relay.c: handle alloc_percpu returning NULL in relay_open
Daniel Axtens
1
-0
/
+5
[next]