Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
dbfe2953f63c640463c630746cd5d9de8b2f63ae
/
arch
/
x86
/
mm
dbfe295
x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
by Jiri Kosina
· 6 years ago
bf904d2
x86/pti/64: Remove the SYSCALL64 entry trampoline
by Andy Lutomirski
· 6 years ago
ff924c5
x86/pti: Fix section mismatch warning/error
by Randy Dunlap
· 6 years ago
c748610
x86/mce: Fix set_mce_nospec() to avoid #GP fault
by LuckTony
· 6 years ago
4012e77
x86/nmi: Fix NMI uaccess race against CR3 switching
by Andy Lutomirski
· 6 years ago
342db04
x86/dumpstack: Don't dump kernel memory based on usermode RIP
by Jann Horn
· 6 years ago
d207ea8
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
2a8a2b7
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
2923b27
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
b0a182f
x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAM
by Vlastimil Babka
· 6 years ago
706a1ea
Merge branch 'tlb-fixes'
by Linus Torvalds
· 6 years ago
48a8b97
x86/mm: Only use tlb_remove_table() for paravirt
by Peter Zijlstra
· 6 years ago
52a288c
x86/mm/tlb: Revert the recent lazy TLB patches
by Peter Zijlstra
· 6 years ago
75f2d3a
x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest
by Juergen Gross
· 6 years ago
510ee09
x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses
by Dan Williams
· 6 years ago
9df9516
x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
by Vlastimil Babka
· 6 years ago
5804b110
Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 6 years ago
50a7ca3
mm: convert return type of handle_mm_fault() caller to vm_fault_t
by Souptick Joarder
· 6 years ago
6855dc4
x86: Add entry trampolines to kcore
by Adrian Hunter
· 7 years ago
d83212d
kallsyms, x86: Export addresses of PTI entry trampolines
by Alexander Shishkin
· 7 years ago
792adb9
x86/init: fix build with CONFIG_SWAP=n
by Vlastimil Babka
· 6 years ago
958f338
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
eac3411
Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
203b4fc
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
d878efc
x86/mm/pti: Move user W+X check into pti_finalize()
by Joerg Roedel
· 6 years ago
1063711
x86/mm/kmmio: Make the tracer robust against L1TF
by Andi Kleen
· 6 years ago
958f79b
x86/mm/pat: Make set_memory_np() L1TF safe
by Andi Kleen
· 6 years ago
16a3fe6
x86/mm/pti: Clone kernel-image on PTE level for 32 bit
by Joerg Roedel
· 6 years ago
30514ef
x86/mm/pti: Don't clear permissions in pti_clone_pmd()
by Joerg Roedel
· 6 years ago
88c6f8a
x86/mm/pti: Fix 32 bit PCID check
by Joerg Roedel
· 6 years ago
3157060
Merge branch 'x86/pti-urgent' into x86/pti
by Thomas Gleixner
· 6 years ago
c40a56a
x86/mm/init: Remove freed kernel image areas from alias mapping
by Dave Hansen
· 6 years ago
6ea2738
x86/mm/init: Add helper for freeing kernel image pages
by Dave Hansen
· 6 years ago
9f515cd
x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
by Dave Hansen
· 6 years ago
eac7073
x86/mm/pti: Clear Global bit more aggressively
by Dave Hansen
· 6 years ago
f2701b7
Merge 4.18-rc7 into master to pick up the KVM dependcy
by Thomas Gleixner
· 6 years ago
447ae31
x86: Don't include linux/irq.h from asm/hardirq.h
by Nicolai Stange
· 6 years ago
765d28f
x86/mm: Remove redundant check for kmem_cache_create()
by Chengguang Xu
· 7 years ago
6863ea0
x86/mm: Remove in_nmi() warning from vmalloc_fault()
by Joerg Roedel
· 6 years ago
387048f
x86/mm/tlb: Make clear_asid_other() static
by zhong jiang
· 6 years ago
8c934e0
x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
by Jiang Biao
· 6 years ago
b2b7d98
x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
by Jiang Biao
· 6 years ago
5e81059
x86/mm/pti: Add Warning when booting on a PCID capable CPU
by Joerg Roedel
· 6 years ago
f3e48e5
x86/ldt: Reserve address-space range on 32 bit for the LDT
by Joerg Roedel
· 6 years ago
f59dbe9
x86/pgtable/pae: Use separate kernel PMDs for user page-table
by Joerg Roedel
· 6 years ago
4e8537e
x86/mm/dump_pagetables: Define INIT_PGD
by Joerg Roedel
· 6 years ago
ba0364e
x86/mm/pti: Clone entry-text again in pti_finalize()
by Joerg Roedel
· 6 years ago
b976690
x86/mm/pti: Introduce pti_finalize()
by Joerg Roedel
· 6 years ago
1ac228a
x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text()
by Joerg Roedel
· 6 years ago
39d668e
x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
by Joerg Roedel
· 6 years ago
f94560c
x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
by Joerg Roedel
· 6 years ago
935232c
x86/mm/pti: Add an overflow check to pti_clone_pmds()
by Joerg Roedel
· 6 years ago
e3238fa
x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
by Joerg Roedel
· 6 years ago
23b7728
x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
by Joerg Roedel
· 6 years ago
e9d8c61
x86/mm/tlb: Skip atomic operations for 'init_mm' in switch_mm_irqs_off()
by Rik van Riel
· 6 years ago
95b0e63
x86/mm/tlb: Always use lazy TLB mode
by Rik van Riel
· 6 years ago
64482aa
x86/mm/tlb: Only send page table free TLB flush to lazy TLB CPUs
by Rik van Riel
· 6 years ago
ac03158
x86/mm/tlb: Make lazy TLB mode lazier
by Rik van Riel
· 6 years ago
61d0beb
x86/mm/tlb: Restructure switch_mm_irqs_off()
by Rik van Riel
· 6 years ago
2ff6ddf
x86/mm/tlb: Leave lazy TLB mode at page table free time
by Rik van Riel
· 6 years ago
2127915
x86/pti: Make pti_set_kernel_image_nonglobal() static
by Jiang Biao
· 6 years ago
cc9aec0
x86/numa_emulation: Introduce uniform split capability
by Dan Williams
· 7 years ago
3b6c62f
x86/numa_emulation: Fix emulated-to-physical node mapping
by Dan Williams
· 7 years ago
5e0fb5d
x86/mm: Add TLB purge to free pmd/pte page interfaces
by Toshi Kani
· 7 years ago
785a19f
ioremap: Update pgtable free interfaces with addr
by Chintan Pandya
· 7 years ago
f967db0
x86/mm: Disable ioremap free page handling on x86-PAE
by Toshi Kani
· 7 years ago
d79d0d8
x86/mm: Clean up the printk()s in show_fault_oops()
by Dmitry Vyukov
· 7 years ago
0d0f624
x86/speculation/l1tf: Protect PAE swap entries against L1TF
by Vlastimil Babka
· 7 years ago
4188f06
x86/mm: Get rid of KERN_CONT in show_fault_oops()
by Dmitry Vyukov
· 7 years ago
7731b8b
Merge branch 'linus' into x86/urgent
by Thomas Gleixner
· 7 years ago
1a7ed1b
x86/speculation/l1tf: Extend 64bit swap file size limit
by Vlastimil Babka
· 7 years ago
f642fb5
x86/platform/UV: Add adjustable set memory block size function
by mike.travis@hpe.com
· 7 years ago
377eeaa
x86/speculation/l1tf: Limit swap file size to MAX_PA/2
by Andi Kleen
· 7 years ago
42e4089
x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
by Andi Kleen
· 7 years ago
d7dc899
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
by Stefan Agner
· 7 years ago
2bdce74
mm: fix devmem_is_allowed() for sub-page System RAM intersections
by Dan Williams
· 7 years ago
f4e5b30
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
a052f0a
mm: add pt_mm to struct page
by Matthew Wilcox
· 7 years ago
94d49eb
x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SME
by Kirill A. Shutemov
· 7 years ago
8316385
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
0afe832
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
5cef8c2
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
ed7588d
x86/mm: Stop pretending pgtable_l5_enabled is a variable
by Kirill A. Shutemov
· 7 years ago
ad3fe52
x86/mm: Unify pgtable_l5_enabled usage in early boot code
by Kirill A. Shutemov
· 7 years ago
0a0b152
x86/pkeys: Override pkey when moving away from PROT_EXEC
by Dave Hansen
· 7 years ago
1de392f
x86: Remove pr_fmt duplicate logging prefixes
by Joe Perches
· 7 years ago
ba54d85
x86/fault: Dump user opcode bytes on fatal faults
by Borislav Petkov
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
b7c21bc
x86/pti: Disallow global kernel text with RANDSTRUCT
by Dave Hansen
· 7 years ago
a44ca8f
x86/pti: Reduce amount of kernel text allowed to be Global
by Dave Hansen
· 7 years ago
58e65b5
x86/pti: Fix boot warning from Global-bit setting
by Dave Hansen
· 7 years ago
d2479a3
x86/pti: Fix boot problems from Global-bit setting
by Dave Hansen
· 7 years ago
d6ef1f1
x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=y
by Joerg Roedel
· 7 years ago
6b0a02e
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e3e2881
x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
by Joerg Roedel
· 7 years ago
8c06c77
x86/pti: Leave kernel text global for !PCID
by Dave Hansen
· 7 years ago
39114b7
x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
by Dave Hansen
· 7 years ago
0f561fc
x86/pti: Enable global pages for shared areas
by Dave Hansen
· 7 years ago
639d6aa
x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
by Dave Hansen
· 7 years ago
Next »