- 8515522 x86/kasan: Add message about KASAN being initialized by Andrey Ryabinin · 10 years ago
- d4f86be x86/kasan: Fix boot crash on AMD processors by Andrey Ryabinin · 10 years ago
- 241d2c5 x86/kasan: Flush TLBs after switching CR3 by Andrey Ryabinin · 10 years ago
- 5d5aa3c x86/kasan: Fix KASAN shadow region page tables by Alexander Popov · 10 years ago
- fc6daaf mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute by Tony Luck · 10 years ago
- d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- e75c73a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- d43e4f4 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 97ac46a x86/mpx: Allow 32-bit binaries on 64-bit kernels again by Dave Hansen · 10 years ago
- bea03c5 x86/mpx: Do not count MPX VMAs as neighbors when unmapping by Dave Hansen · 10 years ago
- 3ceaccd x86/mpx: Rewrite the unmap code by Dave Hansen · 10 years ago
- 613fcb7 x86/mpx: Support 32-bit binaries on 64-bit kernels by Dave Hansen · 10 years ago
- 6ac52bb x86/mpx: Use 32-bit-only cmpxchg() for 32-bit apps by Dave Hansen · 10 years ago
- 5458765 x86/mpx: Introduce new 'directory entry' to 'addr' helper function by Dave Hansen · 10 years ago
- a1149fc x86/mpx: Add temporary variable to reduce masking by Dave Hansen · 10 years ago
- cd4996d x86/mpx: Trace allocation of new bounds tables by Dave Hansen · 10 years ago
- 2a1dcb1 x86/mpx: Trace the attempts to find bounds tables by Dave Hansen · 10 years ago
- 97efebf x86/mpx: Trace entry to bounds exception paths by Dave Hansen · 10 years ago
- e7126cf x86/mpx: Trace #BR exceptions by Dave Hansen · 10 years ago
- eb099e5 x86/mpx: Restrict the mmap() size check to bounds tables by Dave Hansen · 10 years ago
- 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 10 years ago
- a84eeaa x86/mpx: Use the new get_xsave_field_ptr()API by Dave Hansen · 10 years ago
- 623dffb x86/mm/pat: Add set_memory_wt() for Write-Through type by Toshi Kani · 10 years ago
- 35a5a10 x86/mm/pat: Extend set_page_memtype() to support Write-Through type by Toshi Kani · 10 years ago
- d1b4bfb x86/mm/pat: Add pgprot_writethrough() by Toshi Kani · 10 years ago
- d838270 x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings by Toshi Kani · 10 years ago
- 0d69bdf x86/mm/pat: Change reserve_memtype() for Write-Through type by Toshi Kani · 10 years ago
- d79a40c x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT type by Toshi Kani · 10 years ago
- 7202fdb x86/mm/pat: Remove pat_enabled() checks by Borislav Petkov · 10 years ago
- 9cd25aa x86/mm/pat: Emulate PAT when it is disabled by Borislav Petkov · 10 years ago
- 9dac629 x86/mm/pat: Untangle pat_init() by Borislav Petkov · 10 years ago
- d647230 x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> by Stephen Rothwell · 10 years ago
- 1e6277d x86/mm: Mark arch_ioremap_p{m,u}d_supported() __init by Jan Beulich · 10 years ago
- fbe7193 x86/mm/pat: Export pat_enabled() by Luis R. Rodriguez · 10 years ago
- cb32edf x86/mm/pat: Wrap pat_enabled into a function API by Luis R. Rodriguez · 10 years ago
- 9e76561 x86/mm/pat: Convert to pr_*() usage by Luis R. Rodriguez · 10 years ago
- b73522e x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers by Toshi Kani · 10 years ago
- 3d3ca41 x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs by Toshi Kani · 10 years ago
- c47ada3 x86/fpu: Harmonize FPU register state types by Ingo Molnar · 10 years ago
- c681314 x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions by Ingo Molnar · 10 years ago
- 7366ed7 x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again) by Ingo Molnar · 10 years ago
- 4f83634 x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate() by Ingo Molnar · 10 years ago
- 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
- 0afc4a9 x86/fpu: Remove fpu_xsave() by Ingo Molnar · 10 years ago
- f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
- 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
- 2cb7c9c sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* by David Hildenbrand · 10 years ago
- 1fcb61c x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys() by Dexuan Cui · 10 years ago
- e4b6be33 x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-) by Luis R. Rodriguez · 10 years ago
- 6c434d6 x86/mm: Do not flush last cacheline twice in clflush_cache_range() by Ross Zwisler · 10 years ago
- 562bfca x86/mm: Clean up types in xlate_dev_mem_ptr() some more by Ingo Molnar · 10 years ago
- 3d54ac9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 94d4b47 x86/mm: Clean up types in xlate_dev_mem_ptr() by Ingo Molnar · 12 years ago
- 4a20799 mm: move memtest under mm by Vladimir Murzin · 10 years ago
- 2b68f6c mm: expose arch_mmap_rnd when available by Kees Cook · 10 years ago
- 8216814 x86: standardize mmap_rnd() usage by Kees Cook · 10 years ago
- 6b63783 x86, mm: support huge KVA mappings on x86 by Toshi Kani · 10 years ago
- 5d72b4f x86, mm: support huge I/O mapping capability I/F by Toshi Kani · 10 years ago
- 9823336 x86: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
- ec1bc8e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 6cf78d4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 22ef882 x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_node_hotplug() by Dave Young · 10 years ago
- f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 10 years ago
- d31bf07 x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch() by Andy Lutomirski · 10 years ago
- c709fed x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a bit more readable fashion by Ingo Molnar · 10 years ago
- e61980a x86/mm: Simplify probe_page_size_mask() by Ingo Molnar · 10 years ago
- 10971ab x86/mm: Further simplify 1 GB kernel linear mappings handling by Ingo Molnar · 10 years ago
- 73c8c86 x86/mm: Use early_param_on_off() for direct_gbpages by Luis R. Rodriguez · 10 years ago
- e5008ab x86/mm: Simplify enabling direct_gbpages by Luis R. Rodriguez · 10 years ago
- d9fd579 x86/mm: Use IS_ENABLED() for direct_gbpages by Luis R. Rodriguez · 10 years ago
- d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 10 years ago
- 6bbb614 x86/mm: Unexport set_memory_ro() and set_memory_rw() by Daniel Borkmann · 10 years ago
- a1fb669 Merge tag 'v4.0-rc1' into x86/mm, to refresh the tree by Ingo Molnar · 10 years ago
- 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
- 4e7c22d x86, mm/ASLR: Fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 10 years ago
- f15e051 x86/mm/init: Fix incorrect page size in init_memory_mapping() printks by Dave Hansen · 10 years ago
- 0cdb81b x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pge by Jan Beulich · 10 years ago
- 1f40a8b x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT cases by Pavel Machek · 10 years ago
- 1db491f x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytes by Fenghua Yu · 10 years ago
- 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- bebf56a kasan: enable instrumentation of global variables by Andrey Ryabinin · 10 years ago
- c420f16 kasan: enable stack instrumentation by Andrey Ryabinin · 10 years ago
- ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 10 years ago
- bf58b48 x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
- 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 10 years ago
- a7b7807 mm: gup: use get_user_pages_unlocked within get_user_pages_fast by Andrea Arcangeli · 10 years ago
- dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 10 years ago
- cbef847 mm/hugetlb: pmd_huge() returns true for non-present hugepage by Naoya Horiguchi · 10 years ago
- 61f77ed mm/hugetlb: reduce arch dependent code around follow_huge_* by Naoya Horiguchi · 10 years ago
- 29afc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
- ece84b3 hugetlb, x86: register 1G page size if we can allocate them at runtime by Kirill A. Shutemov · 10 years ago
- 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
- 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
- 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
- 31bb772 x86, mm: Change cachemode exports to non-gpl by Juergen Gross · 10 years ago
- 814564a x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernels by Dave Hansen · 10 years ago
- 9d34cfd x86: Don't rely on VMWare emulating PAT MSR correctly by Juergen Gross · 10 years ago
- 801a559 x86: init_mem_mapping(): use capital BIOS in comment by Pavel Machek · 10 years ago
- 132978b x86: Fix step size adjustment during initial memory mapping by Jan Beulich · 10 years ago