index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-17
x86/mm: Avoid incomplete Global INVLPG flushes
Dave Hansen
1
-0
/
+25
2023-05-03
x86-64: mm: clarify the 'positive addresses' user address rules
Linus Torvalds
1
-2
/
+2
2023-05-03
x86-64: make access_ok() independent of LAM
Linus Torvalds
1
-6
/
+34
2023-04-28
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-16
/
+42
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-4
/
+44
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2023-04-25
Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-6
/
+12
2023-04-25
Merge tag 'x86_paravirt_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2023-04-24
Merge tag 'docs-6.4' of git://git.lwn.net/linux
Linus Torvalds
2
-2
/
+2
2023-04-13
x86/mm/dump_pagetables: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-04-05
x86/mm: try VMA lock-based page fault handling first
Suren Baghdasaryan
1
-0
/
+36
2023-03-30
docs: move x86 documentation into Documentation/arch/
Jonathan Corbet
2
-2
/
+2
2023-03-28
x86/mm/pat: clear VM_PAT if copy_p4d_range failed
Ma Wupeng
1
-4
/
+8
2023-03-27
x86/hyperv: Change vTOM handling to use standard coco mechanisms
Michael Kelley
1
-3
/
+0
2023-03-27
x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
Michael Kelley
1
-3
/
+7
2023-03-26
x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VM
Michael Kelley
1
-0
/
+5
2023-03-22
x86/mm: Do not shuffle CPU entry areas without KASLR
Michal Koutný
1
-0
/
+7
2023-03-16
x86/uaccess: Provide untagged_addr() and remove tags before address check
Kirill A. Shutemov
1
-0
/
+5
2023-03-16
x86/mm: Handle LAM on context switch
Kirill A. Shutemov
1
-16
/
+37
2023-03-16
x86/mm: Fix use of uninitialized buffer in sme_enable()
Nikita Zhandarovich
1
-1
/
+2
2023-03-06
x86/paravirt: Merge activate_mm() and dup_mmap() callbacks
Juergen Gross
1
-1
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-27
/
+10
2023-02-20
Merge tag 'x86-mm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-02-20
Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2023-02-14
x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disab...
Juergen Gross
1
-2
/
+1
2023-02-09
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
1
-3
/
+7
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-3
/
+3
2023-02-02
Revert "x86: kmsan: sync metadata pages on page fault"
Alexander Potapenko
1
-22
/
+1
2023-01-26
x86/PAT: Use try_cmpxchg() in set_page_memtype()
Uros Bizjak
1
-2
/
+2
2023-01-25
x86/cpu: Use cpu_feature_enabled() when checking global pages support
Borislav Petkov (AMD)
1
-1
/
+1
2023-01-12
x86/mm: fix poking_init() for Xen PV guests
Juergen Gross
1
-0
/
+4
2023-01-10
x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case
Juergen Gross
1
-1
/
+2
2022-12-20
prandom: remove prandom_u32_max()
Jason A. Donenfeld
1
-1
/
+1
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-66
/
+168
2022-12-15
Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-20
/
+30
2022-12-15
x86/mm: Ensure forced page table splitting
Dave Hansen
1
-1
/
+2
2022-12-15
x86/kasan: Populate shadow for shared chunk of the CPU entry area
Sean Christopherson
1
-1
/
+11
2022-12-15
x86/kasan: Add helpers to align shadow addresses up and down
Sean Christopherson
1
-18
/
+22
2022-12-15
x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten names
Sean Christopherson
1
-11
/
+11
2022-12-15
x86/mm: Populate KASAN shadow for entire per-CPU range of CPU entry area
Sean Christopherson
1
-5
/
+3
2022-12-15
x86/mm: Recompute physical address for every page of per-CPU CEA mapping
Sean Christopherson
1
-1
/
+1
2022-12-15
x86/mm: Rename __change_page_attr_set_clr(.checkalias)
Peter Zijlstra
1
-4
/
+4
2022-12-15
x86/mm: Inhibit _PAGE_NX changes from cpa_process_alias()
Peter Zijlstra
1
-5
/
+23
2022-12-15
x86/mm: Untangle __change_page_attr_set_clr(.checkalias)
Peter Zijlstra
1
-19
/
+11
2022-12-15
x86/mm: Add a few comments
Peter Zijlstra
1
-0
/
+20
2022-12-15
x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macros
Pasha Tatashin
4
-15
/
+15
2022-12-15
x86/mm: Implement native set_memory_rox()
Peter Zijlstra
1
-0
/
+10
2022-12-15
x86/mm: Do verify W^X at boot up
Peter Zijlstra
1
-4
/
+0
2022-12-15
x86/mm: Use mm_alloc() in poking_init()
Peter Zijlstra
1
-1
/
+1
2022-12-15
x86/mm: Randomize per-cpu entry area
Peter Zijlstra
1
-4
/
+42
[next]