aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init.c
Commit message (Expand)AuthorAge
* x86/alternatives: Initialize temporary mm for patchingNadav Amit2019-04-30
* x86/mm: Fix a crash with kmemleak_scan()Qian Cai2019-04-24
* mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-28
* x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko2018-12-11
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh2018-09-15
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-26
|\
| * x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2018-08-24
| * x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka2018-08-20
* | x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross2018-08-20
|/
* x86/init: fix build with CONFIG_SWAP=nVlastimil Babka2018-08-14
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-14
|\
| * x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka2018-06-27
| * x86/speculation/l1tf: Extend 64bit swap file size limitVlastimil Babka2018-06-21
| * x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-06-20
* | x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen2018-08-06
* | x86/mm/init: Add helper for freeing kernel image pagesDave Hansen2018-08-05
|/
* mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams2018-06-14
* x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen2018-04-12
* x86/mm: Introduce "default" kernel PTE maskDave Hansen2018-04-09
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-05
|\
| * x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner2018-01-04
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-29
|\|
| * x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen2017-12-23
| * x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-23
| * x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-23
| * x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=yDave Hansen2017-12-23
* | kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-15
* | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-15
|/
* x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-10
* x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski2017-09-13
* Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-26
|\
| * x86: provide an init_mem_mapping hypervisor hookJuergen Gross2017-08-11
* | x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski2017-07-25
* | x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski2017-07-05
|/
* Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-22
|\
| * x86/mm: Disable 1GB direct mappings when disabling 2MB mappingsVlastimil Babka2017-06-13
* | x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski2017-06-05
* | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski2017-06-05
|/
* x86: use set_memory.h headerLaura Abbott2017-05-08
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-01
|\
| * x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefixIngo Molnar2017-01-28
| * x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-28
| * x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-28
| * x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to...Ingo Molnar2017-01-28
| * x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-28
* | mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-04-12
|/
* x86/e820: Use much less memory for e820/e820_saved, save up to 120kDenys Vlasenko2016-09-21
* x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-21
* x86/mm/KASLR: Increase BRK pages for KASLR memory randomizationThomas Garnier2016-08-10