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-10-20
x86/fpu: Provide a proper function for ex_handler_fprestore()
Thomas Gleixner
1
-3
/
+2
2021-10-20
x86/fpu: Remove internal.h dependency from fpu/signal.h
Thomas Gleixner
1
-1
/
+2
2021-10-20
x86/fpu: Move KVMs FPU swapping to FPU core
Thomas Gleixner
1
-1
/
+1
2021-10-19
x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c
Tom Lendacky
1
-0
/
+9
2021-10-16
Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict
Ingo Molnar
6
-19
/
+31
2021-10-06
x86/sev: Make the #VC exception stacks part of the default stacks storage
Borislav Petkov
1
-0
/
+7
2021-10-04
Merge branch x86/cc into x86/core
Borislav Petkov
10
-71
/
+64
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
3
-4
/
+5
2021-10-04
x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()
Tom Lendacky
1
-21
/
+3
2021-10-04
x86/sev: Replace occurrences of sev_active() with cc_platform_has()
Tom Lendacky
2
-16
/
+11
2021-10-04
x86/sme: Replace occurrences of sme_active() with cc_platform_has()
Tom Lendacky
3
-13
/
+15
2021-10-04
x86/sev: Add an x86 version of cc_platform_has()
Tom Lendacky
1
-0
/
+1
2021-10-04
x86/ioremap: Selectively build arch override encryption functions
Tom Lendacky
1
-1
/
+1
2021-09-21
x86/mm/64: Improve stack overflow warnings
Peter Zijlstra
1
-10
/
+10
2021-09-20
x86/fault: Fix wrong signal when vsyscall fails with pkey
Jiashuo Liang
1
-8
/
+18
2021-09-19
Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+9
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
3
-7
/
+4
2021-09-13
x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE
Thomas Gleixner
1
-0
/
+2
2021-09-13
x86/extable: Rework the exception table mechanics
Thomas Gleixner
1
-71
/
+52
2021-09-13
x86/extable: Tidy up redundant handler functions
Thomas Gleixner
1
-11
/
+5
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+2
2021-09-08
x86/mm: Fix kern_addr_valid() to cope with existing but not present entries
Mike Rapoport
1
-3
/
+3
2021-09-08
mm/memory_hotplug: remove nid parameter from arch_remove_memory()
David Hildenbrand
2
-4
/
+2
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-14
/
+19
2021-09-03
memblock: make memblock_find_in_range method private
Mike Rapoport
3
-14
/
+19
2021-09-02
x86/pat: Pass valid address to sanitize_phys()
Jeff Moyer
1
-1
/
+6
2021-08-30
Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-24
/
+83
2021-08-10
x86/mmiotrace: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-07-28
x86/mm: Prepare for opt-in based L1D flush in switch_mm()
Balbir Singh
1
-2
/
+56
2021-07-28
x86/mm: Refactor cond_ibpb() to support other use cases
Balbir Singh
1
-24
/
+29
2021-07-21
Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"
Jonathan Marek
1
-19
/
+15
2021-07-08
mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *
Aneesh Kumar K.V
1
-2
/
+2
2021-07-08
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
2
-3
/
+3
2021-07-07
Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-24
/
+2
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-17
/
+22
2021-06-30
mm: sparsemem: use huge PMD mapping for vmemmap pages
Muchun Song
1
-6
/
+2
2021-06-30
mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
Christophe Leroy
1
-15
/
+19
2021-06-30
mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
Muchun Song
1
-2
/
+6
2021-06-30
mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
Muchun Song
1
-1
/
+1
2021-06-30
mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
Muchun Song
1
-1
/
+2
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2021-06-29
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
1
-2
/
+2
2021-06-28
Merge tag 'x86-mm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+4
2021-06-28
Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+10
2021-06-23
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()
Thomas Gleixner
1
-17
/
+0
2021-06-23
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/pkeys: Move read_pkru() and write_pkru()
Dave Hansen
1
-0
/
+1
2021-06-23
x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")
Thomas Gleixner
1
-6
/
+0
[prev]
[next]