| Commit message (Expand) | Author | Age | Files | Lines |
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 2020-06-17 | 1 | -1/+1 |
* | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport | 2020-06-09 | 1 | -23/+3 |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 1 | -1/+0 |
* | mm/memory_hotplug: add pgprot_t to mhp_params | Logan Gunthorpe | 2020-04-10 | 1 | -0/+12 |
* | x86/mm: thread pgprot_t through init_memory_mapping() | Logan Gunthorpe | 2020-04-10 | 1 | -1/+2 |
* | mm/memory_hotplug: rename mhp_restrictions to mhp_params | Logan Gunthorpe | 2020-04-10 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-03-31 | 1 | -5/+9 |
|\ |
|
| * | x86/mm: Rename is_kernel_text to __is_kernel_text | Jiri Olsa | 2020-03-13 | 1 | -5/+9 |
* | | x86/mm/init/32: Stop printing the virtual memory layout | Arvind Sankar | 2020-03-05 | 1 | -38/+0 |
|/ |
|
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-01-28 | 1 | -28/+0 |
|\ |
|
| * | Merge tag 'v5.5-rc7' into perf/core, to pick up fixes | Ingo Molnar | 2020-01-20 | 1 | -3/+1 |
| |\ |
|
| * | | x86/mm: Remove set_kernel_text_r[ow]() | Peter Zijlstra | 2019-11-27 | 1 | -28/+0 |
* | | | Merge branch 'x86/mm' into efi/core, to pick up dependencies | Ingo Molnar | 2020-01-10 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | mm, x86/mm: Untangle address space layout definitions from basic pgtable type... | Ingo Molnar | 2019-12-10 | 1 | -0/+1 |
| |/ |
|
* / | mm/memory_hotplug: shrink zones when offlining memory | David Hildenbrand | 2020-01-04 | 1 | -3/+1 |
|/ |
|
* | x86/mm: Remove set_pages_x() and set_pages_nx() | Christoph Hellwig | 2019-09-03 | 1 | -1/+1 |
* | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE | David Hildenbrand | 2019-07-18 | 1 | -2/+0 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail | David Hildenbrand | 2019-05-14 | 1 | -2/+3 |
* | mm, memory_hotplug: provide a more generic restrictions for memory hotplug | Michal Hocko | 2019-05-14 | 1 | -3/+3 |
* | mm, memory_hotplug: add nid parameter to arch_remove_memory | Oscar Salvador | 2018-12-28 | 1 | -1/+1 |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2018-10-31 | 1 | -2/+2 |
* | x86/mm/init32: Mark text and rodata RO in one go | Thomas Gleixner | 2018-09-27 | 1 | -19/+4 |
* | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX | Stefan Agner | 2018-06-15 | 1 | -1/+1 |
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-04-15 | 1 | -1/+7 |
|\ |
|
| * | x86/mm: Introduce "default" kernel PTE mask | Dave Hansen | 2018-04-09 | 1 | -1/+7 |
* | | xen, mm: allow deferred page initialization for xen pv domains | Pavel Tatashin | 2018-04-11 | 1 | -0/+1 |
|/ |
|
* | x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table | Thomas Gleixner | 2018-03-01 | 1 | -0/+15 |
* | mm: pass the vmem_altmap to arch_remove_memory and __remove_pages | Christoph Hellwig | 2018-01-08 | 1 | -2/+2 |
* | mm: pass the vmem_altmap to arch_add_memory and __add_pages | Christoph Hellwig | 2018-01-08 | 1 | -2/+3 |
* | x86/cpu_entry_area: Move it out of the fixmap | Thomas Gleixner | 2017-12-22 | 1 | -0/+6 |
* | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory | Michal Hocko | 2017-07-06 | 1 | -2/+2 |
* | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 2017-07-06 | 1 | -4/+1 |
* | mm, memory_hotplug: get rid of is_zone_device_section | Michal Hocko | 2017-07-06 | 1 | -1/+1 |
* | x86: use set_memory.h header | Laura Abbott | 2017-05-08 | 1 | -1/+1 |
* | Merge branch 'x86/boot' into x86/mm, to avoid conflict | Ingo Molnar | 2017-04-11 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up... | Ingo Molnar | 2017-03-01 | 1 | -4/+0 |
| |\ |
|
| * | | x86/boot/e820: Move asm/e820.h to asm/e820/api.h | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
* | | | x86/boot/32: Flip the logic in test_wp_bit() | Borislav Petkov | 2017-03-31 | 1 | -8/+7 |
* | | | x86/boot/32: Rewrite test_wp_bit() | Andy Lutomirski | 2017-03-30 | 1 | -34/+7 |
* | | | Merge branch 'x86/cpu' into x86/mm, before applying dependent patch | Ingo Molnar | 2017-03-30 | 1 | -4/+5 |
|\ \ \ |
|
| * | | | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86 | Mathias Krause | 2017-03-11 | 1 | -4/+5 |
| | |/
| |/| |
|
* / | | x86/mm: Convert trivial cases of page table walk to 5-level paging | Kirill A. Shutemov | 2017-03-14 | 1 | -6/+16 |
|/ / |
|
* / | mm: add arch-independent testcases for RODATA | Jinbum Park | 2017-02-27 | 1 | -4/+0 |
|/ |
|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | x86/mm: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 1 | -1/+0 |
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-05-16 | 1 | -3/+0 |
|\ |
|
| * | x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET | Baoquan He | 2016-04-22 | 1 | -3/+0 |
* | | x86/cpufeature: Remove cpu_has_pse | Borislav Petkov | 2016-03-31 | 1 | -1/+1 |
|/ |
|