summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86/mm: Fix flush_tlb_page() on XenAndy Lutomirski2017-04-261-3/+1Star
| * | x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski2017-04-261-5/+7
| * | x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski2017-04-261-17/+0Star
| * | x86/mm/64: Fix crash in remove_pagetable()Kirill A. Shutemov2017-04-261-3/+3
| * | Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar2017-04-232-1/+497
| * | x86/mm: Fix dump pagetables for 4 levels of page tablesJuergen Gross2017-04-131-1/+1
| * | x86/mpx: Correctly report do_mpx_bt_fault() failures to user-spaceJoerg Roedel2017-04-121-9/+1Star
| * | Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-1112-30/+80
| |\ \
| * | | Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()"Thomas Gleixner2017-04-081-1/+20
| * | | x86/kasan: Extend KASAN to support 5-level pagingKirill A. Shutemov2017-04-041-2/+16
| * | | x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=yKirill A. Shutemov2017-04-041-1/+31
| * | | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-033-3/+4
| |\ \ \
| * | | | x86/mm/numa: Remove numa_nodemask_from_meminfo()Wei Yang2017-04-031-20/+1Star
| * | | | x86/mm/numa: Improve alloc_node_data() error path messageWei Yang2017-04-031-2/+2
| * | | | x86/boot/32: Flip the logic in test_wp_bit()Borislav Petkov2017-03-311-8/+7Star
| * | | | x86/boot/32: Rewrite test_wp_bit()Andy Lutomirski2017-03-301-34/+7Star
| * | | | Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-301-4/+5
| |\ \ \ \
| * | | | | x86/dump_pagetables: Add support for 5-level pagingKirill A. Shutemov2017-03-301-14/+45
| * | | | | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-38/+145
| * | | | | x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov2017-03-271-2/+13
| * | | | | x86/mm/pat: Add 5-level paging supportKirill A. Shutemov2017-03-271-14/+40
| * | | | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-03-182-497/+1Star
| * | | | | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-182-2/+0Star
| * | | | | x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-162-0/+2
| * | | | | x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-142-3/+20
| * | | | | x86/mm/vmalloc: Add 5-level paging supportKirill A. Shutemov2017-03-141-3/+24
| * | | | | x86/mm/ident_map: Add 5-level paging supportKirill A. Shutemov2017-03-141-7/+44
| * | | | | x86/mm/gup: Add 5-level paging supportKirill A. Shutemov2017-03-141-6/+27
| * | | | | x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-145-15/+61
| * | | | | x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-131-13/+34
| * | | | | x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov2017-03-131-18/+32
| * | | | | x86/mm: Introduce arch_rnd() to compute 32/64 mmap random baseDmitry Safonov2017-03-131-12/+14
* | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-021-4/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar2017-04-113-3/+4
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| * | | | | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2017-03-111-4/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-0212-30/+80
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-1112-30/+80
| |\ \ \ \
| | * \ \ \ Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-018-24/+104
| | |\ \ \ \
| | * | | | | x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefixIngo Molnar2017-01-281-1/+1
| | * | | | | x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-282-5/+5
| | * | | | | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-282-7/+7
| | * | | | | x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar2017-01-281-6/+6
| | * | | | | x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to...Ingo Molnar2017-01-281-0/+47
| | * | | | | x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.hIngo Molnar2017-01-282-0/+2
| | * | | | | x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-281-0/+1
| | * | | | | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-2811-11/+11
* | | | | | | mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-04-121-11/+30
| |_|_|_|/ / |/| | | | |
* | | | | | x86/mm/KASLR: Exclude EFI region from KASLR VA space randomizationBaoquan He2017-03-241-2/+2
| |_|_|_|/ |/| | | |
* | | | | x86/mpx: Make unnecessarily global function staticTobias Klauser2017-03-161-1/+1
* | | | | x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2017-03-141-0/+1
| |_|_|/ |/| | |