| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into x86/mm, to pick up fixes | Ingo Molnar | 2017-06-22 | 1 | -3/+3 |
|\ |
|
| * | x86/mm: Disable 1GB direct mappings when disabling 2MB mappings | Vlastimil Babka | 2017-06-13 | 1 | -3/+3 |
* | | x86/mm: Rework lazy TLB to track the actual loaded mm | Andy Lutomirski | 2017-06-05 | 1 | -1/+1 |
* | | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code | Andy Lutomirski | 2017-06-05 | 1 | -2/+0 |
|/ |
|
* | x86: use set_memory.h header | Laura Abbott | 2017-05-08 | 1 | -1/+1 |
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-01 | 1 | -6/+53 |
|\ |
|
| * | x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefix | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
| * | x86/boot/e820: Clean up the E820 table size define names | Ingo Molnar | 2017-01-28 | 1 | -3/+3 |
| * | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
| * | x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to... | Ingo Molnar | 2017-01-28 | 1 | -0/+47 |
| * | x86/boot/e820: Move asm/e820.h to asm/e820/api.h | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
* | | mm: Tighten x86 /dev/mem with zeroing reads | Kees Cook | 2017-04-12 | 1 | -11/+30 |
|/ |
|
* | x86/e820: Use much less memory for e820/e820_saved, save up to 120k | Denys Vlasenko | 2016-09-21 | 1 | -2/+2 |
* | x86/e820: Prepare e280 code for switch to dynamic storage | Denys Vlasenko | 2016-09-21 | 1 | -0/+2 |
* | x86/mm/KASLR: Increase BRK pages for KASLR memory randomization | Thomas Garnier | 2016-08-10 | 1 | -2/+12 |
* | treewide: replace obsolete _refok by __ref | Fabian Frederick | 2016-08-02 | 1 | -2/+2 |
* | Merge branch 'linus' into x86/microcode, to pick up merge window changes | Ingo Molnar | 2016-07-27 | 1 | -0/+4 |
|\ |
|
| * | x86/mm: Implement ASLR for kernel memory regions | Thomas Garnier | 2016-07-08 | 1 | -0/+1 |
| * | x86/mm: Separate variable for trampoline PGD | Thomas Garnier | 2016-07-08 | 1 | -0/+3 |
* | | x86/microcode: Fix suspend to RAM with builtin microcode | Borislav Petkov | 2016-06-08 | 1 | -7/+0 |
|/ |
|
* | x86/cpufeature: Remove cpu_has_pse | Borislav Petkov | 2016-03-31 | 1 | -2/+2 |
* | x86/cpufeature: Remove cpu_has_pge | Borislav Petkov | 2016-03-31 | 1 | -1/+1 |
* | x86/cpufeature: Remove cpu_has_gbpages | Borislav Petkov | 2016-03-31 | 1 | -1/+1 |
* | x86: also use debug_pagealloc_enabled() for free_init_pages | Christian Borntraeger | 2016-03-15 | 1 | -14/+15 |
* | x86: query dynamic DEBUG_PAGEALLOC setting | Christian Borntraeger | 2016-03-15 | 1 | -3/+4 |
* | Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-11-10 | 1 | -2/+2 |
|\ |
|
| * | x86, mm: quiet arch_add_memory() | Dan Williams | 2015-10-09 | 1 | -2/+2 |
* | | x86/microcode: Merge the early microcode loader | Borislav Petkov | 2015-10-21 | 1 | -2/+0 |
|/ |
|
* | x86/mm/pat: Add comments to cachemode translation tables | Toshi Kani | 2015-08-20 | 1 | -2/+5 |
* | x86/mm/pat: Emulate PAT when it is disabled | Borislav Petkov | 2015-06-07 | 1 | -3/+3 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-04-13 | 1 | -37/+31 |
|\ |
|
| * | x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a b... | Ingo Molnar | 2015-03-05 | 1 | -18/+22 |
| * | x86/mm: Simplify probe_page_size_mask() | Ingo Molnar | 2015-03-05 | 1 | -13/+10 |
| * | x86/mm: Further simplify 1 GB kernel linear mappings handling | Ingo Molnar | 2015-03-05 | 1 | -6/+1 |
| * | x86/mm: Use early_param_on_off() for direct_gbpages | Luis R. Rodriguez | 2015-03-05 | 1 | -1/+2 |
| * | x86/mm: Simplify enabling direct_gbpages | Luis R. Rodriguez | 2015-03-05 | 1 | -8/+9 |
| * | x86/mm: Use IS_ENABLED() for direct_gbpages | Luis R. Rodriguez | 2015-03-05 | 1 | -5/+1 |
* | | Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree | Ingo Molnar | 2015-03-04 | 1 | -5/+38 |
|\| |
|
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-02-21 | 1 | -2/+26 |
| |\ |
|
| | * | x86/mm/init: Fix incorrect page size in init_memory_mapping() printks | Dave Hansen | 2015-02-19 | 1 | -2/+26 |
| * | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-02-16 | 1 | -2/+11 |
| |\ \ |
|
| | * | | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 2015-02-04 | 1 | -0/+9 |
| | * | | x86: Clean up cr4 manipulation | Andy Lutomirski | 2015-02-04 | 1 | -2/+2 |
| | |/ |
|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-02-10 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | x86: init_mem_mapping(): use capital BIOS in comment | Pavel Machek | 2015-01-02 | 1 | -1/+1 |
* | | | x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pge | Jan Beulich | 2015-02-19 | 1 | -1/+2 |
|/ / |
|
* | | x86, mm: Change cachemode exports to non-gpl | Juergen Gross | 2015-01-22 | 1 | -2/+2 |
* | | x86: Fix step size adjustment during initial memory mapping | Jan Beulich | 2014-12-23 | 1 | -20/+17 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-12-14 | 1 | -2/+2 |
|\ \ |
|
| * | | x86/mm: Fix zone ranges boot printout | Xishi Qiu | 2014-12-11 | 1 | -2/+2 |
| |/ |
|