OSDN Git Service

uprobes/x86: Prohibit probing on MOV SS instruction
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / arch / x86 / mm /
2019-08-25 Joerg Roedelx86/mm: Sync also unmappings in vmalloc_sync_all()
2019-08-25 Joerg Roedelx86/mm: Check for pfn instead of page in vmalloc_sync_one()
2019-06-11 Jiri Kosinax86/mm: Remove in_nmi() warning from 64-bit implementat...
2019-05-16 Josh Poimboeufx86/speculation: Support 'mitigations=' cmdline option
2019-05-16 Thomas Gleixnerx86/speculation: Prepare for conditional IBPB in switch...
2019-05-16 Jiri Kosinax86/speculation: Apply IBPB more strictly to avoid...
2019-05-16 Nadav Amitx86/mm: Use WRITE_ONCE() when setting PTEs
2018-12-17 Lorenzo Stoakesmm: replace get_user_pages() write/force parameters...
2018-12-17 Lorenzo Stoakesmm: replace get_user_pages_unlocked() write/force param...
2018-11-10 Matt Flemingx86/mm/pat: Prevent hang during boot when mapping pages
2018-10-10 Dan Williamsx86/numa_emulation: Fix emulated-to-physical node mapping
2018-09-19 Joerg Roedelx86/mm: Remove in_nmi() warning from vmalloc_fault()
2018-09-09 Dave Airliex86/io: add interface to reserve io memtype for a resou...
2018-09-09 Jiri Slabyx86/mm/pat: Fix L1TF stable backport for CPA, 2nd call
2018-09-05 Vlastimil Babkax86/speculation/l1tf: Fix off-by-one error when warning...
2018-09-05 Vlastimil Babkax86/speculation/l1tf: Fix overflow in l1tf_pfn_limit...
2018-08-28 Andi Kleenx86/mm/pat: Fix L1TF stable backport for CPA
2018-08-17 Toshi Kanix86/mm: Add TLB purge to free pmd/pte page interfaces
2018-08-17 Chintan Pandyaioremap: Update pgtable free interfaces with addr
2018-08-17 Toshi Kanix86/mm: Disable ioremap free page handling on x86-PAE
2018-08-15 Vlastimil Babkax86/init: fix build with CONFIG_SWAP=n
2018-08-15 Andi Kleenx86/mm/kmmio: Make the tracer robust against L1TF
2018-08-15 Andi Kleenx86/mm/pat: Make set_memory_np() L1TF safe
2018-08-15 Vlastimil Babkax86/speculation/l1tf: Protect PAE swap entries against...
2018-08-15 Vlastimil Babkax86/speculation/l1tf: Extend 64bit swap file size limit
2018-08-15 Andi Kleenx86/speculation/l1tf: Limit swap file size to MAX_PA/2
2018-08-15 Andi Kleenx86/speculation/l1tf: Disallow non privileged high...
2018-07-25 Tim Chenx86/speculation: Use Indirect Branch Prediction Barrier...
2018-07-25 Andy Lutomirskix86/mm: Give each mm TLB flush generation a unique ID
2018-07-17 Borislav Petkovx86/cpufeature: Carve out X86_FEATURE_*
2018-06-16 Borislav Petkovx86/cpufeature: Remove unused and seldomly used cpu_has...
2018-05-30 Joerg Roedelx86/pgtable: Don't set huge PUD/PMD on non-leaf entries
2018-03-28 Toshi Kanix86/mm: implement free pmd/pte page interfaces
2018-03-28 Toshi Kanimm/vmalloc: add interfaces to free unmapped page table
2018-03-22 Toshi Kanix86/mm: Fix vmalloc_fault to use pXd_large
2018-02-25 Karol Herbstx86/mm/kmmio: Fix mmiotrace for page unaligned addresses
2018-02-16 Eric Biggersx86/kaiser: fix build error with KASAN && !FUNCTION_GRA...
2018-01-31 Ben Hutchingsvsyscall: Fix permissions for emulate mode with KAISER/PTI
2018-01-17 Lepton Wukaiser: Set _PAGE_NX only if supported
2018-01-17 Jiri Kosinax86/mm/pat, /dev/mem: Remove superfluous error message
2018-01-10 Borislav PetkovMap the vsyscall page with _PAGE_USER
2018-01-10 Thomas Gleixnerx86/tlb: Drop the _GPL from the cpu_tlbstate export
2018-01-10 Andrey Ryabininx86/kasan: Write protect kasan zero shadow
2018-01-05 Guenter Roeckkaiser: Set _PAGE_NX only if supported
2018-01-05 Andrey Ryabininx86/kasan: Clear kasan_zero_page after TLB flush
2018-01-05 Kees CookKPTI: Report when enabled
2018-01-05 Kees CookKPTI: Rename to PAGE_TABLE_ISOLATION
2018-01-05 Borislav Petkovx86/kaiser: Move feature detection up
2018-01-05 Jiri Kosinakaiser: disabled on Xen PV
2018-01-05 Hugh Dickinskaiser: kaiser_flush_tlb_on_return_to_user() check...
2018-01-05 Hugh Dickinskaiser: drop is_atomic arg to kaiser_pagetable_walk()
2018-01-05 Hugh Dickinskaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush
2018-01-05 Borislav Petkovx86/kaiser: Check boottime cmdline params
2018-01-05 Borislav Petkovx86/kaiser: Rename and simplify X86_FEATURE_KAISER...
2018-01-05 Hugh Dickinskaiser: add "nokaiser" boot option, using ALTERNATIVE
2018-01-05 Hugh Dickinskaiser: _pgd_alloc() without __GFP_REPEAT to avoid...
2018-01-05 Hugh Dickinskaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user
2018-01-05 Hugh Dickinskaiser: PCID 0 for kernel and 128 for user
2018-01-05 Hugh Dickinskaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush...
2018-01-05 Dave Hansenkaiser: enhanced by kernel and user PCIDs
2018-01-05 Hugh Dickinskaiser: vmstat show NR_KAISERTABLE as nr_overhead
2018-01-05 Hugh Dickinskaiser: kaiser_remove_mapping() move along the pgd
2018-01-05 Hugh Dickinskaiser: tidied up kaiser_add/remove_mapping slightly
2018-01-05 Hugh Dickinskaiser: ENOMEM if kaiser_pagetable_walk() NULL
2018-01-05 Hugh Dickinskaiser: do not set _PAGE_NX on pgd_none
2018-01-05 Dave Hansenkaiser: merged update
2018-01-05 Richard FellnerKAISER: Kernel Address Isolation
2018-01-02 Andy Lutomirskix86/mm: Remove the UP asm/tlbflush.h code, always use...
2018-01-02 Andy Lutomirskix86/mm: Reimplement flush_tlb_page() using flush_tlb_mm...
2018-01-02 Andy Lutomirskix86/mm: Make flush_tlb_mm_range() more predictable
2018-01-02 Andy Lutomirskix86/mm: Remove flush_tlb() and flush_tlb_current_task()
2017-12-25 Andy Lutomirskix86/mm, sched/core: Turn off IRQs in switch_mm()
2017-12-25 Andy Lutomirskix86/mm, sched/core: Uninline switch_mm()
2017-12-25 Andy Lutomirskix86/mm: Build arch/x86/mm/tlb.c even on !SMP
2017-12-25 Nadav Amitmm/rmap: batched invalidations should use existing api
2017-12-16 Greg Kroah-HartmanRevert "x86/mm/pat: Ensure cpa->pfn only contains page...
2017-12-05 Matt Flemingx86/mm/pat: Ensure cpa->pfn only contains page frame...
2017-07-15 Mikulas Patockax86/mm/pat: Don't report PAT on CPUs that don't support it
2017-07-05 Andy Lutomirskix86/mm: Fix flush_tlb_page() on Xen
2017-07-05 Joerg Roedelx86/mpx: Correctly report do_mpx_bt_fault() failures...
2017-07-05 Tobias Klauserx86/mpx: Use compatible types in comparison to fix...
2017-06-26 Hugh Dickinsmm: larger stack guard gap, between vmas
2017-06-26 Laura Abbottx86/mm/32: Set the '__vmalloc_start_set' flag in initme...
2017-04-21 Kees Cookmm: Tighten x86 /dev/mem with zeroing reads
2017-03-22 Andrey Ryabininx86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_...
2016-11-01 Greg Kroah-HartmanRevert "x86/mm: Expand the exception table logic to...
2016-10-31 Tony Luckx86/mm: Expand the exception table logic to allow new...
2016-08-16 Toshi Kanix86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386
2016-08-16 Toshi Kanix86/xen, pat: Remove PAT table init code from Xen
2016-08-16 Toshi Kanix86/mm/pat: Replace cpu_has_pat with boot_cpu_has()
2016-08-16 Toshi Kanix86/mm/pat: Add pat_disable() interface
2016-08-16 Toshi Kanix86/mm/pat: Add support of non-default PAT MSR setting
2016-08-16 Hector Marco-Gisbertx86/mm/32: Enable full randomization on i386 and X86_32
2016-05-04 Karol Herbstx86/mm/kmmio: Fix mmiotrace for hugepages
2016-04-12 Nadav Amitx86/mm: TLB_REMOTE_SEND_IPI should count pages
2016-03-16 Dexuan Cuix86/mm: Fix slow_virt_to_phys() for X86_PAE again
2016-03-03 Colin Ian Kingx86/mpx: Fix off-by-one comparison with nr_registers
2016-02-25 Toshi Kanix86/mm: Fix vmalloc_fault() to handle large pages properly
2016-02-25 Matt Flemingx86/mm/pat: Avoid truncation when converting cpa->numpa...
2016-01-31 Andy Lutomirskix86/mm: Add barriers and document switch_mm()-vs-flush...
next