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
2018-09-09
printk/tracing: Do not trace printk_nmi_enter()
Steven Rostedt (VMware)
1
-2
/
+2
2018-09-09
userns: move user access out of the mutex
Jann Horn
1
-14
/
+10
2018-09-09
sys: don't hold uts_sem while accessing userspace memory
Jann Horn
2
-66
/
+70
2018-09-09
PM / sleep: wakeup: Fix build error caused by missing SRCU support
zhangyi (F)
1
-0
/
+1
2018-09-09
uprobes: Use synchronize_rcu() not synchronize_sched()
Steven Rostedt (VMware)
1
-1
/
+1
2018-09-09
tracing/blktrace: Fix to allow setting same value
Steven Rostedt (VMware)
1
-0
/
+4
2018-09-09
tracing: Do not call start/stop() functions when tracing_on does not change
Steven Rostedt (VMware)
1
-1
/
+3
2018-09-05
kprobes: Make list and blacklist root user read only
Masami Hiramatsu
1
-2
/
+2
2018-09-05
sched/sysctl: Check user input value of sysctl_sched_time_avg
Ethan Zhao
1
-1
/
+2
2018-08-24
tracing: Use __printf markup to silence compiler
Mathieu Malaterre
1
-0
/
+5
2018-08-24
locking/lockdep: Do not record IRQ state within lockdep code
Steven Rostedt (VMware)
1
-6
/
+6
2018-08-15
cpu/hotplug: Non-SMP machines do not make use of booted_once
Abel Vesa
1
-0
/
+2
2018-08-15
cpu/hotplug: Fix SMT supported evaluation
Thomas Gleixner
2
-13
/
+30
2018-08-15
cpu/hotplug: detect SMT disabled by BIOS
Josh Poimboeuf
1
-0
/
+9
2018-08-15
cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
Thomas Gleixner
1
-3
/
+10
2018-08-15
cpu/hotplug: Expose SMT control init function
Jiri Kosina
1
-3
/
+13
2018-08-15
cpu/hotplug: Online siblings when SMT control is turned on
Thomas Gleixner
1
-2
/
+24
2018-08-15
x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
Konrad Rzeszutek Wilk
1
-0
/
+1
2018-08-15
cpu/hotplug: Boot HT siblings at least once
Thomas Gleixner
1
-24
/
+48
2018-08-15
cpu/hotplug: Provide knobs to control SMT
Thomas Gleixner
1
-0
/
+170
2018-08-15
cpu/hotplug: Split do_cpu_down()
Thomas Gleixner
1
-9
/
+8
2018-08-15
cpu/hotplug: Make bringup/teardown of smp threads symmetric
Thomas Gleixner
1
-2
/
+1
2018-08-15
init: rename and re-order boot_cpu_state_init()
Linus Torvalds
1
-1
/
+1
2018-08-15
Mark HI and TASKLET softirq synchronous
Linus Torvalds
1
-4
/
+8
2018-08-09
fork: unconditionally clear stack on fork
Kees Cook
1
-2
/
+1
2018-08-09
kmemleak: clear stale pointers from task stacks
Konstantin Khlebnikov
1
-0
/
+4
2018-08-09
ring_buffer: tracing: Inherit the tracing setting to next ring buffer
Masami Hiramatsu
2
-0
/
+22
2018-08-09
nohz: Fix local_timer_softirq_pending()
Anna-Maria Gleixner
1
-1
/
+1
2018-08-09
genirq: Make force irq threading setup more robust
Thomas Gleixner
1
-1
/
+8
2018-08-06
sched/wait: Remove the lockless swait_active() check in swake_up*()
Boqun Feng
1
-6
/
+0
2018-08-03
audit: allow not equal op for audit by executable
Ondrej Mosnáček
2
-1
/
+3
2018-08-03
stop_machine: Use raw spinlocks
Thomas Gleixner
1
-12
/
+12
2018-08-03
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
1
-2
/
+2
2018-08-03
kcov: ensure irq code sees a valid area
Mark Rutland
1
-1
/
+2
2018-08-03
tracing: Quiet gcc warning about maybe unused link variable
Steven Rostedt (VMware)
1
-2
/
+4
2018-08-03
tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure
Artem Savkov
1
-2
/
+11
2018-08-03
kthread, tracing: Don't expose half-written comm when creating kthreads
Snild Dolkow
1
-1
/
+7
2018-08-03
tracing: Fix possible double free in event_enable_trigger_func()
Steven Rostedt (VMware)
1
-1
/
+5
2018-08-03
tracing: Fix double free of event_trigger_data
Steven Rostedt (VMware)
1
-4
/
+8
2018-07-17
PM / hibernate: Fix oops at snapshot_write()
Tetsuo Handa
1
-0
/
+5
2018-07-11
tracing: Fix missing return symbol in function_graph output
Changbin Du
1
-1
/
+4
2018-07-03
time: Make sure jiffies_to_msecs() preserves non-zero time periods
Geert Uytterhoeven
1
-2
/
+4
2018-07-03
printk: fix possible reuse of va_list variable
Tetsuo Handa
1
-1
/
+4
2018-06-06
tracing: Fix crash when freeing instances with event triggers
Steven Rostedt (VMware)
1
-2
/
+3
2018-06-05
objtool, x86: Add several functions and files to the objtool whitelist
Josh Poimboeuf
1
-1
/
+3
2018-05-30
kdb: make "mdr" command repeat
Randy Dunlap
1
-6
/
+21
2018-05-30
rcu: Call touch_nmi_watchdog() while printing stall warnings
Tejun Heo
1
-1
/
+13
2018-05-30
audit: return on memory error to avoid null pointer dereference
Richard Guy Briggs
1
-0
/
+2
2018-05-30
perf/core: Fix perf_output_read_group()
Peter Zijlstra
1
-1
/
+2
2018-05-30
sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning
Davidlohr Bueso
1
-0
/
+2
[next]