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/speculation/l1tf: Extend 64bit swap file size limit
Vlastimil Babka
1
-1
/
+9
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
-7
/
+112
2018-08-15
mm: fix cache mode tracking in vm_insert_mixed()
Dan Williams
1
-2
/
+6
2018-08-15
mm: Add vm_insert_pfn_prot()
Andy Lutomirski
2
-2
/
+25
2018-08-15
x86/speculation/l1tf: Add sysfs reporting for l1tf
Andi Kleen
6
-1
/
+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
-11
/
+80
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
mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1
Naoya Horiguchi
2
-8
/
+14
2018-08-15
x86/mm: Fix swap entry comment and macro
Dave Hansen
1
-2
/
+2
2018-08-15
x86/mm: Move swap offset/type up in PTE to work around erratum
Dave Hansen
1
-6
/
+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
-3
/
+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
IB/ocrdma: fix out of bounds access to local buffer
Michael Mera
1
-1
/
+1
2018-08-15
IB/mlx4: Mark user MR as writable if actual virtual memory is writable
Jack Morgenstein
1
-8
/
+42
2018-08-15
IB/core: Make testing MR flags for writability a static inline function
Jack Morgenstein
2
-10
/
+15
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
root dentries need RCU-delayed freeing
Al Viro
1
-2
/
+4
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
ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices
Hans de Goede
1
-0
/
+2
2018-08-15
xen/netfront: don't cache skb_shinfo()
Juergen Gross
1
-4
/
+4
2018-08-15
parisc: Define mb() and add memory barriers to assembler unlock sequences
John David Anglin
4
-0
/
+39
2018-08-15
parisc: Enable CONFIG_MLONGCALLS by default
Helge Deller
1
-1
/
+1
2018-08-15
fork: unconditionally clear stack on fork
Kees Cook
1
-5
/
+1
2018-08-15
ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
Thomas Egerer
2
-0
/
+2
2018-08-15
tpm: fix race condition in tpm_common_write()
Tadeusz Struk
1
-23
/
+20
2018-08-15
ext4: fix check to prevent initializing reserved inodes
Theodore Ts'o
2
-8
/
+5
2018-08-09
Linux 4.4.147
v4.4.147
Greg Kroah-Hartman
1
-1
/
+1
2018-08-09
jfs: Fix inconsistency between memory allocation and ea_buf->max_size
Shankara Pailoor
1
-4
/
+6
2018-08-09
i2c: imx: Fix reinit_completion() use
Esben Haabendal
1
-2
/
+1
2018-08-09
ring_buffer: tracing: Inherit the tracing setting to next ring buffer
Masami Hiramatsu
3
-0
/
+23
2018-08-09
ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handle
Vitaly Kuznetsov
1
-1
/
+1
2018-08-09
ext4: fix false negatives *and* false positives in ext4_check_descriptors()
Theodore Ts'o
1
-2
/
+2
2018-08-09
netlink: Don't shift on 64 for ngroups
Dmitry Safonov
1
-2
/
+2
2018-08-09
netlink: Don't shift with UB on nlk->ngroups
Dmitry Safonov
1
-1
/
+5
2018-08-09
netlink: Do not subscribe to non-existent groups
Dmitry Safonov
1
-0
/
+1
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-09
scsi: qla2xxx: Return error when TMF returns
Anil Gurumurthy
1
-4
/
+3
2018-08-09
scsi: qla2xxx: Fix ISP recovery on unload
Quinn Tran
1
-2
/
+3
2018-08-06
Linux 4.4.146
v4.4.146
Greg Kroah-Hartman
1
-1
/
+1
2018-08-06
scsi: sg: fix minor memory leak in error path
Tony Battersby
1
-0
/
+1
[prev]
[next]