index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-26
Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
11
-23
/
+24
2021-04-26
Merge tag 'x86_seves_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-16
/
+25
2021-04-14
x86/pat: Do not compile stubbed functions when X86_PAT is off
Jan Kiszka
1
-0
/
+2
2021-03-28
x86/process/64: Move cpu_current_top_of_stack out of TSS
Lai Jiangshan
1
-4
/
+3
2021-03-23
x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()
Isaku Yamahata
1
-1
/
+1
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
3
-3
/
+3
2021-03-18
x86/sev: Do not require Hypervisor CPUID bit for SEV guests
Joerg Roedel
1
-16
/
+19
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
10
-16
/
+16
2021-03-08
x86/virtio: Have SEV guests enforce restricted virtio memory access
Tom Lendacky
1
-0
/
+6
2021-02-26
x86: fix seq_file iteration for pat/memtype.c
NeilBrown
1
-2
/
+2
2021-02-26
kfence: add test suite
Marco Elver
1
-1
/
+2
2021-02-26
kfence: use pt_regs to generate stack trace on faults
Marco Elver
1
-1
/
+1
2021-02-26
x86, kfence: enable KFENCE for x86
Alexander Potapenko
1
-0
/
+5
2021-02-20
Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-199
/
+225
2021-02-20
Merge tag 'x86_seves_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+3
2021-02-12
Merge branch 'x86/cleanups' into x86/mm
Ingo Molnar
2
-32
/
+0
2021-02-10
x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()
Andy Lutomirski
1
-5
/
+6
2021-02-10
x86/fault: Don't run fixups for SMAP violations
Andy Lutomirski
1
-3
/
+6
2021-02-10
x86/fault: Don't look for extable entries for SMEP violations
Andy Lutomirski
1
-2
/
+2
2021-02-10
x86/fault: Rename no_context() to kernelmode_fixup_or_oops()
Andy Lutomirski
1
-18
/
+10
2021-02-10
x86/fault: Bypass no_context() for implicit kernel faults from usermode
Andy Lutomirski
1
-27
/
+32
2021-02-10
x86/fault: Split the OOPS code out from no_context()
Andy Lutomirski
1
-54
/
+62
2021-02-10
x86/fault: Improve kernel-executing-user-memory handling
Andy Lutomirski
1
-3
/
+18
2021-02-10
x86/fault: Correct a few user vs kernel checks wrt WRUSS
Andy Lutomirski
1
-4
/
+11
2021-02-10
x86/fault: Document the locking in the fault_signal_pending() path
Andy Lutomirski
1
-1
/
+4
2021-02-10
x86/fault/32: Move is_f00f_bug() to do_kern_addr_fault()
Andy Lutomirski
1
-5
/
+7
2021-02-10
x86/fault: Fold mm_fault_error() into do_user_addr_fault()
Andy Lutomirski
1
-52
/
+45
2021-02-10
x86/fault: Skip the AMD erratum #91 workaround on unaffected CPUs
Andy Lutomirski
1
-0
/
+13
2021-02-10
x86/fault: Fix AMD erratum #91 errata fixup for user code
Andy Lutomirski
1
-10
/
+17
2021-02-03
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
1
-0
/
+1
2021-02-02
x86/sev-es: Do not unroll string I/O for SEV-ES guests
Tom Lendacky
1
-2
/
+3
2021-01-21
x86/vm86/32: Remove VM86_SCREEN_BITMAP support
Andy Lutomirski
1
-30
/
+0
2021-01-15
x86: Remove definition of DEBUG
Tom Rix
1
-2
/
+0
2021-01-05
x86/mm: Fix leak of pmd ptlock
Dan Williams
1
-0
/
+2
2021-01-04
x86/mm: Increase pgt_buf size for 5-level page tables
Lorenzo Stoakes
1
-5
/
+14
2020-12-16
Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+31
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2020-12-15
arch, mm: make kernel_page_present() always available
Mike Rapoport
1
-3
/
+1
2020-12-15
arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC
Mike Rapoport
1
-0
/
+2
2020-12-14
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-128
/
+3
2020-12-14
Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+4
2020-12-14
Merge tag 'x86_mm_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+10
2020-12-14
Merge tag 'x86_sgx_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-12
/
+33
2020-12-11
x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guests
Ashish Kalra
1
-0
/
+31
2020-12-10
x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP
Arvind Sankar
1
-2
/
+2
2020-12-09
x86/membarrier: Get rid of a dubious optimization
Andy Lutomirski
1
-2
/
+8
2020-11-22
mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
Dan Williams
1
-0
/
+2
2020-11-20
x86/mm: Declare 'start' variable where it is used
Lukas Bulwahn
1
-2
/
+4
2020-11-18
x86/traps: Attempt to fixup exceptions in vDSO before signaling
Sean Christopherson
1
-0
/
+7
2020-11-18
x86/fault: Add a helper function to sanitize error code
Sean Christopherson
1
-12
/
+14
[next]