Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ecb4d529f13d610a4f0236a4c804f55d7582adab
/
arch
/
x86
/
mm
23a12dd
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
by Ingo Molnar
· 6 years ago
a846446
x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT
by Dmitry Safonov
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
97ad108
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
by Mike Rapoport
· 6 years ago
c6ffc5c
memblock: rename free_all_bootmem to memblock_free_all
by Mike Rapoport
· 6 years ago
15c3c11
memblock: replace alloc_bootmem_pages with memblock_alloc
by Mike Rapoport
· 6 years ago
eb31d55
memblock: remove _virt from APIs returning virtual address
by Mike Rapoport
· 6 years ago
9a8dd70
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
by Mike Rapoport
· 6 years ago
c6ee7a5
x86/numa_emulation: Fix uniform-split numa emulation
by Dave Jiang
· 6 years ago
f77084d
x86/mm/pat: Disable preemption around __flush_tlb_all()
by Sebastian Andrzej Siewior
· 6 years ago
ba9f6f8
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
d82924c
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
f682a79
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
99792e0
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
0200fbd
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
de3fbb2
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
1620414
x86/mm: Kill stray kernel fault handling comment
by Dave Hansen
· 6 years ago
c200dac
x86/mm: Do not warn about PCI BIOS W+X mappings
by Thomas Gleixner
· 6 years ago
367e3f1
x86/mm: Remove spurious fault pkey check
by Dave Hansen
· 6 years ago
3ae0ad9
x86/mm/vsyscall: Consider vsyscall page part of user address space
by Dave Hansen
· 6 years ago
02e983b
x86/mm: Add vsyscall address helper
by Dave Hansen
· 6 years ago
8825974
x86/mm: Fix exception table comments
by Dave Hansen
· 6 years ago
5b0c2ca
x86/mm: Add clarifying comments for user addr space
by Dave Hansen
· 6 years ago
aa37c51
x86/mm: Break out user address space handling
by Dave Hansen
· 6 years ago
8fed620
x86/mm: Break out kernel address space handling
by Dave Hansen
· 6 years ago
164477c
x86/mm: Clarify hardware vs. software "error_code"
by Dave Hansen
· 6 years ago
145f573
x86/mm/tlb: Make lazy TLB mode lazier
by Rik van Riel
· 6 years ago
9780781
x86/mm/tlb: Add freed_tables element to flush_tlb_info
by Rik van Riel
· 6 years ago
016c4d9
x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_range
by Rik van Riel
· 6 years ago
12c4d97
x86/mm/tlb: Restructure switch_mm_irqs_off()
by Rik van Riel
· 6 years ago
5462bc3
x86/mm/tlb: Always use lazy TLB mode
by Rik van Riel
· 6 years ago
a31acd3
x86/mm: Page size aware flush_tlb_mm_range()
by Peter Zijlstra
· 6 years ago
184d47f
x86/mm: Avoid VLA in pgd_alloc()
by Kees Cook
· 6 years ago
c3a7a61
x86/ioremap: Add an ioremap_encrypted() helper
by Lianbo Jiang
· 6 years ago
c0554d2
Merge branch 'linus' into x86/core, to pick up fixes
by Ingo Molnar
· 6 years ago
b3541fb
x86/mm: Fix typo in comment
by Takuya Yamamoto
· 6 years ago
7904ba8
x86/mm/cpa: Optimize __cpa_flush_range()
by Peter Zijlstra
· 6 years ago
47e262a
x86/mm/cpa: Factor common code between cpa_flush_*()
by Peter Zijlstra
· 6 years ago
fce2ce9
x86/mm/cpa: Move CLFLUSH test into cpa_flush_array()
by Peter Zijlstra
· 6 years ago
5f464b3
x86/mm/cpa: Move CLFLUSH test into cpa_flush_range()
by Peter Zijlstra
· 6 years ago
a7295fd
x86/mm/cpa: Use flush_tlb_kernel_range()
by Peter Zijlstra
· 6 years ago
ddd07b7
x86/mm/cpa: Unconditionally avoid WBINDV when we can
by Peter Zijlstra
· 6 years ago
c0a759a
x86/mm/cpa: Move flush_tlb_all()
by Peter Zijlstra
· 6 years ago
c6185b1
x86/mm/cpa: Use flush_tlb_all()
by Peter Zijlstra
· 6 years ago
585948f4
x86/mm/cpa: Avoid the 4k pages check completely
by Thomas Gleixner
· 6 years ago
9cc9f17
x86/mm/cpa: Do the range check early
by Thomas Gleixner
· 6 years ago
1c4b406
x86/mm/cpa: Optimize same protection check
by Thomas Gleixner
· 6 years ago
f61c5ba
x86/mm/cpa: Add sanity check for existing mappings
by Thomas Gleixner
· 6 years ago
69c31e6
x86/mm/cpa: Avoid static protection checks on unmap
by Thomas Gleixner
· 6 years ago
5c280cf
x86/mm/cpa: Add large page preservation statistics
by Thomas Gleixner
· 6 years ago
4046460
x86/mm/cpa: Add debug mechanism
by Thomas Gleixner
· 6 years ago
91ee8f5
x86/mm/cpa: Allow range check for static protections
by Thomas Gleixner
· 6 years ago
afd7969
x86/mm/cpa: Rework static_protections()
by Thomas Gleixner
· 6 years ago
8679de0
x86/mm/cpa: Split, rename and clean up try_preserve_large_page()
by Thomas Gleixner
· 6 years ago
2a25dc7
x86/mm/init32: Mark text and rodata RO in one go
by Thomas Gleixner
· 6 years ago
fa70f0d
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core
by Thomas Gleixner
· 6 years ago
dbfe295
x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
by Jiri Kosina
· 6 years ago
3425d93
efi/x86: Handle page faults occurring while running EFI runtime services
by Sai Praneeth
· 6 years ago
419ceeb
signal/x86: Pass pkey by value
by Eric W. Biederman
· 6 years ago
b4fd52f
signal/x86: Replace force_sig_info_fault with force_sig_fault
by Eric W. Biederman
· 6 years ago
9db812d
signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphore
by Eric W. Biederman
· 6 years ago
aba1ecd
signal/x86: Pass pkey not vma into __bad_area
by Eric W. Biederman
· 6 years ago
988bbc7b
signal/x86: Don't compute pkey in __do_page_fault
by Eric W. Biederman
· 6 years ago
25c102d
signal/x86: Remove pkey parameter from mm_fault_error
by Eric W. Biederman
· 6 years ago
27274f7
signal/x86: Remove the pkey parameter from do_sigbus
by Eric W. Biederman
· 6 years ago
768fd9c
signal/x86: Remove pkey parameter from bad_area_nosemaphore
by Eric W. Biederman
· 6 years ago
05ab1d8
x86/mm: Expand static page table for fixmap space
by Feng Tang
· 6 years ago
8d68fa0
signal/x86: Move mpx siginfo generation into do_bounds
by Eric W. Biederman
· 7 years ago
40e5539
signal/x86: Move MCE error reporting out of force_sig_info_fault
by Eric W. Biederman
· 7 years ago
b3f0907
x86/mm: Add .bss..decrypted section to hold shared variables
by Brijesh Singh
· 6 years ago
bf904d2
x86/pti/64: Remove the SYSCALL64 entry trampoline
by Andy Lutomirski
· 6 years ago
9bc4f28
x86/mm: Use WRITE_ONCE() when setting PTEs
by Nadav Amit
· 6 years ago
c00a280
x86/paravirt: Introduce new config option PARAVIRT_XXL
by Juergen Gross
· 6 years ago
9da3f2b
x86/fault: BUG() when uaccess helpers fault on kernel addresses
by Jann Horn
· 6 years ago
81fd9c1
x86/fault: Plumb error code and fault address through to fault handlers
by Jann Horn
· 6 years ago
75045f7
x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups
by Jann Horn
· 6 years ago
a980c0e
x86/kprobes: Refactor kprobes_fault() like kprobe_exceptions_notify()
by Jann Horn
· 6 years ago
ff924c5
x86/pti: Fix section mismatch warning/error
by Randy Dunlap
· 6 years ago
c748610
x86/mce: Fix set_mce_nospec() to avoid #GP fault
by LuckTony
· 6 years ago
4012e77
x86/nmi: Fix NMI uaccess race against CR3 switching
by Andy Lutomirski
· 6 years ago
342db04
x86/dumpstack: Don't dump kernel memory based on usermode RIP
by Jann Horn
· 6 years ago
d207ea8
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
2a8a2b7
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
2923b27
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
b0a182f
x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAM
by Vlastimil Babka
· 6 years ago
706a1ea
Merge branch 'tlb-fixes'
by Linus Torvalds
· 6 years ago
48a8b97
x86/mm: Only use tlb_remove_table() for paravirt
by Peter Zijlstra
· 6 years ago
52a288c
x86/mm/tlb: Revert the recent lazy TLB patches
by Peter Zijlstra
· 6 years ago
75f2d3a
x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest
by Juergen Gross
· 6 years ago
510ee09
x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses
by Dan Williams
· 6 years ago
9df9516
x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
by Vlastimil Babka
· 6 years ago
5804b110
Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 6 years ago
50a7ca3
mm: convert return type of handle_mm_fault() caller to vm_fault_t
by Souptick Joarder
· 6 years ago
6855dc4
x86: Add entry trampolines to kcore
by Adrian Hunter
· 6 years ago
d83212d
kallsyms, x86: Export addresses of PTI entry trampolines
by Alexander Shishkin
· 6 years ago
792adb9
x86/init: fix build with CONFIG_SWAP=n
by Vlastimil Babka
· 6 years ago
958f338
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
eac3411
Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
203b4fc
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
d878efc
x86/mm/pti: Move user W+X check into pti_finalize()
by Joerg Roedel
· 6 years ago
Next »