aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAge
...
| * | x86/mm/cpa: Rename @addrinarray to @numpagesPeter Zijlstra2018-12-17
| * | x86/mm/cpa: Better use CLFLUSHOPTPeter Zijlstra2018-12-17
| * | x86/mm/cpa: Fold cpa_flush_range() and cpa_flush_array() into a single cpa_fl...Peter Zijlstra2018-12-17
| * | x86/mm/cpa: Make cpa_data::numpages invariantPeter Zijlstra2018-12-17
| * | x86/mm/cpa: Optimize cpa_flush_array() TLB invalidationPeter Zijlstra2018-12-17
| * | x86/mm/cpa: Simplify the code after making cpa->vaddr invariantPeter Zijlstra2018-12-17
| * | x86/mm/cpa: Make cpa_data::vaddr invariantPeter Zijlstra2018-12-17
| * | x86/mm/cpa: Add __cpa_addr() helperPeter Zijlstra2018-12-17
| * | x86/mm/cpa: Add ARRAY and PAGES_ARRAY selftestsPeter Zijlstra2018-12-17
| * | Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2018-12-17
| |\ \
| * | | x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams2018-12-05
| * | | x86/mm: Validate kernel_physical_mapping_init() PTE populationDan Williams2018-12-05
| * | | x86/fault: Clean up the page fault oops decoder a bitIngo Molnar2018-11-22
| * | | x86/fault: Decode page fault OOPSes betterAndy Lutomirski2018-11-22
| * | | x86/fault: Don't try to recover from an implicit supervisor accessAndy Lutomirski2018-11-22
| * | | x86/fault: Remove sw_error_codeAndy Lutomirski2018-11-22
| * | | x86/fault: Don't set thread.cr2, etc before OOPSingAndy Lutomirski2018-11-20
| * | | x86/fault: Make error_code sanitization more robustAndy Lutomirski2018-11-20
| * | | x86/fault: Improve the condition for signalling vs OOPSingAndy Lutomirski2018-11-20
| * | | x86/fault: Fix SMAP #PF handling buglet for implicit supervisor accessesAndy Lutomirski2018-11-20
| * | | x86/fault: Fold smap_violation() into do_user_addr_fault()Andy Lutomirski2018-11-20
| * | | x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured outAndy Lutomirski2018-11-20
| * | | x86/fault: Check user_mode(regs) when avoiding an mmap_sem deadlockAndy Lutomirski2018-11-20
| * | | x86/mm/fault: Allow stack access below %rspWaiman Long2018-11-12
| | |/ | |/|
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-26
|\ \ \
| * | | x86/pkeys: Make init_pkru_value staticSebastian Andrzej Siewior2018-12-03
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-26
|\ \ \ \
| * | | | x86: Fix various typos in commentsIngo Molnar2018-12-03
| |/ / /
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-26
|\ \ \ \
| * | | | x86/mm/pageattr: Introduce helper function to unmap EFI boot servicesSai Praneeth Prakhya2018-11-30
| | |/ / | |/| |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-25
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko2018-12-11
| | |/ | |/|
* | | x86/mm/cpa: Fix cpa_flush_array() TLB invalidationPeter Zijlstra2018-12-17
* | | x86/mm: Fix decoy address handling vs 32-bit buildsDan Williams2018-12-11
* | | x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov2018-12-11
* | | x86/mm: Fix guard hole handlingKirill A. Shutemov2018-12-11
|/ /
* / x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2018-11-28
|/
* Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-03
|\
| * mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
| * memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-31
| * memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-31
| * memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-31
| * memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-31
| * memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-31
* | x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov2018-11-01
* | x86/numa_emulation: Fix uniform-split numa emulationDave Jiang2018-10-30
* | x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior2018-10-29
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-24
|\
| * signal/x86: Pass pkey by valueEric W. Biederman2018-09-21
| * signal/x86: Replace force_sig_info_fault with force_sig_faultEric W. Biederman2018-09-21