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
2018-12-25
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-12-17
x86/mm/cpa: Fix cpa_flush_array() TLB invalidation
Peter Zijlstra
1
-8
/
+16
2018-12-11
x86/mm: Fix decoy address handling vs 32-bit builds
Dan Williams
1
-2
/
+11
2018-12-11
x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=off
Michal Hocko
1
-1
/
+1
2018-12-11
x86/dump_pagetables: Fix LDT remap address marker
Kirill A. Shutemov
1
-5
/
+2
2018-12-11
x86/mm: Fix guard hole handling
Kirill A. Shutemov
1
-4
/
+4
2018-11-28
x86/speculation: Prepare for conditional IBPB in switch_mm()
Thomas Gleixner
1
-29
/
+86
2018-11-03
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
17
-28
/
+21
2018-11-01
x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT
Dmitry Safonov
2
-3
/
+3
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
17
-17
/
+10
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
1
-2
/
+2
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
3
-5
/
+5
2018-10-31
memblock: replace alloc_bootmem_pages with memblock_alloc
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-2
/
+2
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
1
-1
/
+1
2018-10-30
x86/numa_emulation: Fix uniform-split numa emulation
Dave Jiang
1
-2
/
+10
2018-10-29
x86/mm/pat: Disable preemption around __flush_tlb_all()
Sebastian Andrzej Siewior
1
-1
/
+5
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-130
/
+67
2018-10-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-48
/
+52
2018-10-23
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2018-10-23
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-401
/
+763
2018-10-23
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-26
/
+114
2018-10-23
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+9
2018-10-21
x86/mm: Kill stray kernel fault handling comment
Dave Hansen
1
-1
/
+0
2018-10-10
x86/mm: Do not warn about PCI BIOS W+X mappings
Thomas Gleixner
1
-8
/
+27
2018-10-09
x86/mm: Remove spurious fault pkey check
Dave Hansen
1
-6
/
+7
2018-10-09
x86/mm/vsyscall: Consider vsyscall page part of user address space
Dave Hansen
1
-13
/
+25
2018-10-09
x86/mm: Add vsyscall address helper
Dave Hansen
1
-1
/
+10
2018-10-09
x86/mm: Fix exception table comments
Dave Hansen
1
-13
/
+15
2018-10-09
x86/mm: Add clarifying comments for user addr space
Dave Hansen
1
-0
/
+8
2018-10-09
x86/mm: Break out user address space handling
Dave Hansen
1
-19
/
+28
2018-10-09
x86/mm: Break out kernel address space handling
Dave Hansen
1
-39
/
+62
2018-10-09
x86/mm: Clarify hardware vs. software "error_code"
Dave Hansen
1
-25
/
+52
2018-10-09
x86/mm/tlb: Make lazy TLB mode lazier
Rik van Riel
1
-9
/
+58
2018-10-09
x86/mm/tlb: Add freed_tables element to flush_tlb_info
Rik van Riel
1
-0
/
+1
2018-10-09
x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_range
Rik van Riel
1
-1
/
+2
2018-10-09
x86/mm/tlb: Restructure switch_mm_irqs_off()
Rik van Riel
1
-33
/
+33
2018-10-09
x86/mm/tlb: Always use lazy TLB mode
Rik van Riel
1
-14
/
+1
2018-10-09
x86/mm: Page size aware flush_tlb_mm_range()
Peter Zijlstra
1
-9
/
+8
2018-10-09
x86/mm: Avoid VLA in pgd_alloc()
Kees Cook
1
-2
/
+8
2018-10-06
x86/ioremap: Add an ioremap_encrypted() helper
Lianbo Jiang
1
-8
/
+16
2018-10-04
Merge branch 'linus' into x86/core, to pick up fixes
Ingo Molnar
3
-4
/
+41
2018-10-03
x86/mm: Fix typo in comment
Takuya Yamamoto
1
-1
/
+1
2018-09-27
x86/mm/cpa: Optimize __cpa_flush_range()
Peter Zijlstra
1
-1
/
+1
2018-09-27
x86/mm/cpa: Factor common code between cpa_flush_*()
Peter Zijlstra
1
-16
/
+13
2018-09-27
x86/mm/cpa: Move CLFLUSH test into cpa_flush_array()
Peter Zijlstra
1
-11
/
+16
2018-09-27
x86/mm/cpa: Move CLFLUSH test into cpa_flush_range()
Peter Zijlstra
1
-8
/
+7
2018-09-27
x86/mm/cpa: Use flush_tlb_kernel_range()
Peter Zijlstra
1
-4
/
+5
2018-09-27
x86/mm/cpa: Unconditionally avoid WBINDV when we can
Peter Zijlstra
1
-16
/
+2
2018-09-27
x86/mm/cpa: Move flush_tlb_all()
Peter Zijlstra
1
-27
/
+17
[next]