index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-06
virtio: replace arch_has_restricted_virtio_memory_access()
Juergen Gross
2
-7
/
+4
2022-06-05
Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+4
2022-05-27
Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+47
2022-05-27
x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE)
Fanjun Kong
1
-4
/
+4
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-4
/
+48
2022-05-25
Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-3
/
+0
2022-05-24
Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2022-05-23
Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-05-23
Merge tag 'x86_mm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-05-23
Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-4
/
+4
2022-05-23
Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-65
/
+1
2022-05-23
Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-1
/
+13
2022-05-23
Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-4
/
+79
2022-05-16
mce: fix set_mce_nospec to always unmap the whole page
Jane Chu
1
-12
/
+11
2022-05-16
x86/mce: relocate set{clear}_mce_nospec() functions
Jane Chu
1
-2
/
+48
2022-05-13
mm: functions may simplify the use of return values
Li kunyu
1
-2
/
+1
2022-05-13
mm: avoid unnecessary flush on change_huge_pmd()
Nadav Amit
1
-0
/
+10
2022-05-13
x86/mm: Fix marking of unused sub-pmd ranges
Adrian-Ken Rueegsegger
1
-2
/
+3
2022-05-08
randstruct: Reorganize Kconfigs and attribute macros
Kees Cook
1
-1
/
+1
2022-05-04
x86: Fix return value of __setup handlers
Randy Dunlap
1
-1
/
+1
2022-04-29
Revert "x86/mm: Introduce lookup_address_in_mm()"
Sean Christopherson
1
-11
/
+0
2022-04-28
mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*
Muchun Song
1
-1
/
+1
2022-04-28
x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Christoph Hellwig
2
-1
/
+36
2022-04-19
x86/mm: Fix spacing within memory encryption features message
Tom Lendacky
1
-1
/
+1
2022-04-18
x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
Christoph Hellwig
1
-3
/
+0
2022-04-10
x86/mm: Replace nodes_weight() with nodes_empty() where appropriate
Yury Norov
2
-3
/
+3
2022-04-10
x86: Replace cpumask_weight() with cpumask_empty() where appropriate
Yury Norov
1
-1
/
+1
2022-04-07
x86/mm: Make DMA memory shared for TD guest
Kirill A. Shutemov
1
-1
/
+8
2022-04-07
x86/tdx: Make pages shared in ioremap()
Kirill A. Shutemov
1
-0
/
+5
2022-04-07
x86/sev: Add SEV-SNP feature detection/setup
Michael Roth
1
-0
/
+8
2022-04-06
x86/mm: Validate memory when changing the C-bit
Brijesh Singh
1
-0
/
+13
2022-04-06
x86/sev: Add helper for validating pages in early enc attribute changes
Brijesh Singh
1
-4
/
+54
2022-04-06
x86/mm: Extend cc_attr to include AMD SEV-SNP
Brijesh Singh
1
-0
/
+4
2022-04-04
x86/fault: Cast an argument to the proper address space in prefetch()
Lukas Bulwahn
1
-1
/
+1
2022-04-04
x86/mm/tlb: Revert retpoline avoidance approach
Dave Hansen
1
-32
/
+5
2022-04-04
x86/cpu: Remove "noexec"
Borislav Petkov
3
-65
/
+1
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2022-03-24
mm/migration: add trace events for base page and HugeTLB migrations
Anshuman Khandual
1
-1
/
+0
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-13
/
+20
2022-03-22
arch/x86/mm/numa: Do not initialize nodes twice
Oscar Salvador
1
-13
/
+20
2022-03-22
Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+1
2022-03-21
Merge tag 'x86_cleanups_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+0
2022-03-21
Merge tag 'x86_cc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-37
/
+72
2022-03-10
task_work: Remove unnecessary include from posix_timers.h
Eric W. Biederman
1
-0
/
+1
2022-03-09
x86/boot: Add setup_indirect support in early_memremap_is_setup_data()
Ross Philipson
1
-2
/
+31
2022-03-09
x86/boot: Fix memremap of setup_indirect structures
Ross Philipson
1
-4
/
+20
2022-02-23
x86/mm/cpa: Generalize __set_memory_enc_pgtable()
Brijesh Singh
2
-31
/
+61
2022-02-23
x86/coco: Add API to handle encryption mask
Kirill A. Shutemov
2
-2
/
+4
2022-02-23
x86/coco: Explicitly declare type of confidential computing platform
Kirill A. Shutemov
1
-4
/
+7
2022-02-23
x86/pat: Remove the unused set_pages_array_wt() function
Christoph Hellwig
1
-6
/
+0
[next]