aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAge
...
| * | x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-09
| * | x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-09
| * | x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-19
| * | x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functionsIngo Molnar2015-05-19
| * | x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar2015-05-19
| * | x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar2015-05-19
| * | x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-19
| * | x86/fpu: Remove fpu_xsave()Ingo Molnar2015-05-19
| * | x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-19
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-22
|\ \
| * | x86/mm: Clean up types in xlate_dev_mem_ptr() some moreIngo Molnar2015-05-08
| |/
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-19
* | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-19
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-06
|\
| * x86/mm: Clean up types in xlate_dev_mem_ptr()Ingo Molnar2015-04-20
* | mm: move memtest under mmVladimir Murzin2015-04-14
* | mm: expose arch_mmap_rnd when availableKees Cook2015-04-14
* | x86: standardize mmap_rnd() usageKees Cook2015-04-14
* | x86, mm: support huge KVA mappings on x86Toshi Kani2015-04-14
* | x86, mm: support huge I/O mapping capability I/FToshi Kani2015-04-14
* | x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-14
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-13
|\
| * x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_no...Dave Young2015-04-07
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-13
|\ \
| * | x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a b...Ingo Molnar2015-03-05
| * | x86/mm: Simplify probe_page_size_mask()Ingo Molnar2015-03-05
| * | x86/mm: Further simplify 1 GB kernel linear mappings handlingIngo Molnar2015-03-05
| * | x86/mm: Use early_param_on_off() for direct_gbpagesLuis R. Rodriguez2015-03-05
| * | x86/mm: Simplify enabling direct_gbpagesLuis R. Rodriguez2015-03-05
| * | x86/mm: Use IS_ENABLED() for direct_gbpagesLuis R. Rodriguez2015-03-05
| * | x86/mm: Unexport set_memory_ro() and set_memory_rw()Daniel Borkmann2015-02-28
| * | Merge tag 'v4.0-rc1' into x86/mm, to refresh the treeIngo Molnar2015-02-24
| |\|
| * | x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT casesPavel Machek2015-02-18
| * | x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytesFenghua Yu2015-02-18
* | | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-23
* | | x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()Andy Lutomirski2015-03-23
* | | Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-04
|\ \ \ | | |/ | |/|
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-21
| |\ \
| | * \ Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2015-02-19
| | |\ \
| | | * | x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-02-19
| | | |/
| | * / x86/mm/init: Fix incorrect page size in init_memory_mapping() printksDave Hansen2015-02-19
| | |/
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-16
| |\ \
| | * | x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-04
| | * | x86: Clean up cr4 manipulationAndy Lutomirski2015-02-04
| | |/
| * | kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-14
| * | kasan: enable stack instrumentationAndrey Ryabinin2015-02-14
| * | x86_64: add KASan supportAndrey Ryabinin2015-02-14
| * | x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-14
| * | mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman2015-02-12
| * | mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2015-02-11