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-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
sched/smt: Update sched_smt_present at runtime
Peter Zijlstra
2
-18
/
+13
2018-08-12
init: rename and re-order boot_cpu_state_init()
Linus Torvalds
1
-1
/
+1
2018-08-09
xdp: fix bug in devmap teardown code path
Jesper Dangaard Brouer
1
-5
/
+9
2018-08-09
xdp: fix bug in cpumap teardown code path
Jesper Dangaard Brouer
1
-6
/
+9
2018-08-08
bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path
Daniel Borkmann
1
-2
/
+5
2018-08-08
bpf, sockmap: fix bpf_tcp_sendmsg sock error handling
Daniel Borkmann
1
-1
/
+1
2018-08-05
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+2
2018-08-03
nohz: Fix missing tick reprogram when interrupting an inline softirq
Frederic Weisbecker
1
-1
/
+1
2018-08-03
genirq: Make force irq threading setup more robust
Thomas Gleixner
1
-1
/
+8
2018-07-31
Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+9
2018-07-31
nohz: Fix local_timer_softirq_pending()
Anna-Maria Gleixner
1
-1
/
+1
2018-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-2
/
+14
2018-07-30
audit: fix potential null dereference 'context->module.name'
Yi Wang
1
-4
/
+9
2018-07-30
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-3
/
+19
2018-07-30
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+8
2018-07-30
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+25
2018-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-2
/
+14
2018-07-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-7
/
+21
2018-07-27
Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-8
/
+55
2018-07-26
mm: introduce vma_init()
Kirill A. Shutemov
1
-4
/
+2
2018-07-26
mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL
Dan Williams
1
-2
/
+2
2018-07-26
mm: disallow mappings that conflict for devm_memremap_pages()
Dave Jiang
1
-1
/
+17
2018-07-27
bpf: btf: Use exact btf value_size match in map_check_btf()
Martin KaFai Lau
1
-1
/
+1
2018-07-26
kthread, tracing: Don't expose half-written comm when creating kthreads
Snild Dolkow
1
-1
/
+7
2018-07-25
tracing: Quiet gcc warning about maybe unused link variable
Steven Rostedt (VMware)
1
-2
/
+4
2018-07-25
tracing: Fix possible double free in event_enable_trigger_func()
Steven Rostedt (VMware)
1
-1
/
+5
2018-07-25
tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure
Artem Savkov
1
-2
/
+11
2018-07-25
ring_buffer: tracing: Inherit the tracing setting to next ring buffer
Masami Hiramatsu
2
-0
/
+22
2018-07-25
tracing: Fix double free of event_trigger_data
Steven Rostedt (VMware)
1
-4
/
+8
2018-07-25
perf/core: Fix crash when using HW tracing kernel filters
Mathieu Poirier
1
-0
/
+4
2018-07-25
perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)
Peter Zijlstra
1
-2
/
+4
2018-07-25
sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE
Hailong Liu
1
-0
/
+2
2018-07-25
sched/deadline: Update rq_clock of later_rq when pushing a task
Daniel Bristot de Oliveira
1
-1
/
+7
2018-07-25
stop_machine: Disable preemption after queueing stopper threads
Isaac J. Manjarres
1
-1
/
+9
2018-07-25
sched/topology: Check variable group before dereferencing it
Yi Wang
1
-1
/
+1
2018-07-25
locking/rtmutex: Allow specifying a subclass for nested locking
Peter Rosin
1
-4
/
+25
2018-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-6
/
+10
2018-07-24
bpf: btf: Ensure the member->offset is in the right order
Martin KaFai Lau
1
-1
/
+13
2018-07-21
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+15
[next]