index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-15
x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
Konrad Rzeszutek Wilk
3
-0
/
+20
2018-08-15
cpu/hotplug: Boot HT siblings at least once
Thomas Gleixner
1
-24
/
+48
2018-08-15
Revert "x86/apic: Ignore secondary threads if nosmt=force"
Thomas Gleixner
4
-29
/
+3
2018-08-15
x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
Michal Hocko
1
-6
/
+6
2018-08-15
x86/speculation/l1tf: Protect PAE swap entries against L1TF
Vlastimil Babka
2
-3
/
+34
2018-08-15
x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
Borislav Petkov
1
-20
/
+17
2018-08-15
x86/cpufeatures: Add detection of L1D cache flush support.
Konrad Rzeszutek Wilk
1
-0
/
+1
2018-08-15
x86/speculation/l1tf: Extend 64bit swap file size limit
Vlastimil Babka
1
-1
/
+9
2018-08-15
x86/apic: Ignore secondary threads if nosmt=force
Thomas Gleixner
3
-1
/
+23
2018-08-15
x86/cpu/AMD: Evaluate smp_num_siblings early
Thomas Gleixner
1
-0
/
+13
2018-08-15
x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
Borislav Petkov
1
-5
/
+2
2018-08-15
x86/cpu/intel: Evaluate smp_num_siblings early
Thomas Gleixner
1
-0
/
+7
2018-08-15
x86/cpu/topology: Provide detect_extended_topology_early()
Thomas Gleixner
2
-6
/
+25
2018-08-15
x86/cpu/common: Provide detect_ht_early()
Thomas Gleixner
2
-10
/
+15
2018-08-15
x86/cpu/AMD: Remove the pointless detect_ht() call
Thomas Gleixner
1
-4
/
+0
2018-08-15
x86/cpu: Remove the pointless CPU printout
Thomas Gleixner
2
-26
/
+5
2018-08-15
cpu/hotplug: Provide knobs to control SMT
Thomas Gleixner
6
-0
/
+215
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
x86/topology: Provide topology_smt_supported()
Thomas Gleixner
2
-0
/
+10
2018-08-15
x86/smp: Provide topology_is_primary_thread()
Thomas Gleixner
4
-1
/
+33
2018-08-15
sched/smt: Update sched_smt_present at runtime
Peter Zijlstra
2
-18
/
+13
2018-08-15
x86/bugs: Move the l1tf function and define pr_fmt properly
Konrad Rzeszutek Wilk
1
-26
/
+29
2018-08-15
x86/speculation/l1tf: Limit swap file size to MAX_PA/2
Andi Kleen
3
-16
/
+47
2018-08-15
x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
Andi Kleen
5
-10
/
+117
2018-08-15
x86/speculation/l1tf: Add sysfs reporting for l1tf
Andi Kleen
6
-0
/
+77
2018-08-15
x86/speculation/l1tf: Make sure the first page is always reserved
Andi Kleen
1
-0
/
+6
2018-08-15
x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
Andi Kleen
5
-13
/
+84
2018-08-15
x86/speculation/l1tf: Protect swap entries against L1TF
Linus Torvalds
1
-3
/
+8
2018-08-15
x86/speculation/l1tf: Change order of offset/type in swap entry
Linus Torvalds
1
-11
/
+20
2018-08-15
x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
Andi Kleen
1
-2
/
+7
2018-08-15
x86/irqflags: Provide a declaration for native_save_fl
Nick Desaulniers
1
-0
/
+2
2018-08-15
kprobes/x86: Fix %p uses in error messages
Masami Hiramatsu
1
-4
/
+1
2018-08-15
x86/speculation: Protect against userspace-userspace spectreRSB
Jiri Kosina
1
-31
/
+7
2018-08-15
x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
Peter Zijlstra
1
-4
/
+10
2018-08-15
ARM: dts: imx6sx: fix irq for pcie bridge
Oleksij Rempel
1
-1
/
+1
2018-08-15
fix __legitimize_mnt()/mntput() race
Al Viro
1
-0
/
+14
2018-08-15
fix mntput/mntput race
Al Viro
1
-2
/
+12
2018-08-15
make sure that __dentry_kill() always invalidates d_seq, unhashed or not
Al Viro
1
-5
/
+2
2018-08-15
root dentries need RCU-delayed freeing
Al Viro
1
-2
/
+4
2018-08-15
init: rename and re-order boot_cpu_state_init()
Linus Torvalds
3
-3
/
+3
2018-08-15
scsi: qla2xxx: Fix memory leak for allocating abort IOCB
Quinn Tran
1
-26
/
+27
2018-08-15
scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...
Bart Van Assche
1
-8
/
+21
2018-08-15
bpf, sockmap: fix bpf_tcp_sendmsg sock error handling
Daniel Borkmann
1
-1
/
+1
2018-08-15
bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path
Daniel Borkmann
1
-2
/
+5
2018-08-15
xen/netfront: don't cache skb_shinfo()
Juergen Gross
1
-4
/
+4
2018-08-15
zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature
Minchan Kim
1
-1
/
+14
2018-08-15
sched/deadline: Update rq_clock of later_rq when pushing a task
Daniel Bristot de Oliveira
1
-1
/
+7
2018-08-15
stop_machine: Disable preemption after queueing stopper threads
Isaac J. Manjarres
1
-1
/
+9
2018-08-15
Mark HI and TASKLET softirq synchronous
Linus Torvalds
1
-4
/
+8
[prev]
[next]