summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky2017-07-182-0/+22
| * | | x86/mm/pat: Set write-protect cache mode for full PAT supportTom Lendacky2017-07-181-3/+3
| * | | Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar2017-07-187-38/+30
| |\ \ \
| * | | | x86/mm: Stop calling leave_mm() in idle codeAndy Lutomirski2017-07-051-17/+3
| * | | | x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski2017-07-052-80/+118
| * | | | x86/mm: Track the TLB's tlb_gen and update the flushing algorithmAndy Lutomirski2017-07-051-7/+95
| * | | | x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski2017-07-051-2/+4
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-0/+42
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-252-4/+6
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook2017-08-171-0/+42
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-041-23/+32
|\ \ \ \ \
| * | | | | x86/numa_emulation: Recalculate numa_nodes_parsed from emulated nodesWei Yang2017-07-181-0/+7
| * | | | | x86/numa_emulation: Assign physnode_mask directly from numa_nodes_parsedWei Yang2017-07-181-10/+8
| * | | | | x86/numa_emulation: Refine the calculation of max_emu_nid and dfl_phys_nidWei Yang2017-07-181-13/+17
| |/ / / /
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski2017-07-301-1/+1
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-201-4/+3
|\ \ \
| * | | x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov2017-08-161-2/+1
| * | | x86: Fix norandmaps/ADDR_NO_RANDOMIZEOleg Nesterov2017-08-161-2/+2
| |/ /
* / / x86: provide an init_mem_mapping hypervisor hookJuergen Gross2017-08-111-0/+3
|/ /
* | x86/mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-131-1/+6
* | x86/kasan: don't allocate extra shadow memoryAndrey Ryabinin2017-07-111-6/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-091-16/+12
|\ \
| * | x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka2017-07-051-16/+12
| |/
* | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-0/+6
|\ \
| * | x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimmDan Williams2017-06-281-0/+6
* | | mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-071-1/+1
* | | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-072-4/+4
* | | mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-072-12/+2
* | | mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-072-2/+2
| |/ |/|
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-0311-814/+364
|\ \
| * | x86/mm: Delete a big outdated comment about TLB flushingAndy Lutomirski2017-06-301-36/+0
| * | x86/mm: Don't reenter flush_tlb_func_common()Andy Lutomirski2017-06-301-2/+15
| * | x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmapMichal Hocko2017-06-241-3/+0
| * | x86/ldt: Simplify the LDT switching logicAndy Lutomirski2017-06-221-18/+2
| * | Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-223-4/+7
| |\ \
| * | | x86/mm: Add support for 5-level paging for KASLRKirill A. Shutemov2017-06-131-19/+62
| * | | x86/mm: Make kernel_physical_mapping_init() support 5-level pagingKirill A. Shutemov2017-06-131-9/+60
| * | | x86/mm: Add sync_global_pgds() for configuration with 5-level pagingKirill A. Shutemov2017-06-131-0/+39
| * | | x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-132-7/+7
| * | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-06-132-497/+1
| * | | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-132-6/+6
| * | | x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush codeAndy Lutomirski2017-06-051-3/+2
| * | | x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski2017-06-052-109/+109
| * | | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski2017-06-052-17/+2
| * | | x86/mm: Use new merged flush logic in arch_tlbbatch_flush()Andy Lutomirski2017-06-051-6/+2
| * | | x86/mm: Refactor flush_tlb_mm_range() to merge local and remote casesAndy Lutomirski2017-06-051-65/+48
| * | | x86/mm: Change the leave_mm() condition for local TLB flushesAndy Lutomirski2017-06-051-1/+1
| * | | x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski2017-06-051-32/+32
| * | | Merge tag 'v4.12-rc4' into x86/mm, to pick up fixesIngo Molnar2017-06-051-1/+1
| |\ \ \ | | | |/ | | |/|