summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/numa: Remove numa_nodemask_from_meminfo()Wei Yang2017-04-031-20/+1
* x86/mm/numa: Improve alloc_node_data() error path messageWei Yang2017-04-031-2/+2
* x86/mm: Make in_compat_syscall() work during execDmitry Safonov2017-03-311-21/+46
* x86/boot/32: Flip the logic in test_wp_bit()Borislav Petkov2017-03-311-8/+7
* x86/boot/32: Rewrite test_wp_bit()Andy Lutomirski2017-03-301-34/+7
* Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-305-24/+13
|\
| * x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2017-03-115-18/+12
| * x86/cpu: Drop unneded members of struct cpuinfo_x86Mathias Krause2017-03-111-6/+1
* | x86/dump_pagetables: Add support for 5-level pagingKirill A. Shutemov2017-03-301-14/+45
* | mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()Kirill A. Shutemov2017-03-281-2/+2
* | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-2711-141/+401
* | x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4dXiong Zhang2017-03-272-96/+150
* | x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov2017-03-271-2/+13
* | x86/mm/pat: Add 5-level paging supportKirill A. Shutemov2017-03-271-14/+40
* | x86/efi: Add 5-level paging supportKirill A. Shutemov2017-03-271-10/+26
* | x86/kexec: Add 5-level paging supportKirill A. Shutemov2017-03-273-3/+16
* | Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar2017-03-2322-88/+258
|\ \
| * | um/arch_prctl: Fix fallout from x86 arch_prctl() reworkKyle Huey2017-03-211-1/+1
| * | x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-208-13/+109
| * | x86/cpufeature: Detect CPUID faulting supportKyle Huey2017-03-203-1/+26
| * | x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey2017-03-206-1/+25
| * | x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey2017-03-203-1/+16
| * | x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey2017-03-206-31/+32
| * | x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey2017-03-202-2/+4
| * | x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey2017-03-206-16/+17
| * | x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLESKyle Huey2017-03-202-7/+7
| * | x86/process: Optimize TIF_NOTSC switchThomas Gleixner2017-03-112-18/+14
| * | x86/process: Correct and optimize TIF_BLOCKSTEP switchKyle Huey2017-03-112-5/+8
| * | x86/process: Optimize TIF checks in __switch_to_xtra()Kyle Huey2017-03-111-29/+36
| |/
* | x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski2017-03-233-15/+17
* | x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski2017-03-232-22/+2
* | x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2017-03-232-15/+21
* | x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mappedAndy Lutomirski2017-03-231-1/+1
* | x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski2017-03-232-2/+8
* | selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bugAndy Lutomirski2017-03-231-0/+46
* | x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier2017-03-213-2/+1
* | x86/tls: Forcibly set the accessed bit in TLS segmentsAndy Lutomirski2017-03-191-2/+9
* | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-03-1812-519/+128
* | mm/gup: Provide callback to check if __GUP_fast() is allowed for the rangeKirill A. Shutemov2017-03-181-3/+21
* | mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...Kirill A. Shutemov2017-03-182-2/+89
* | mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast()Kirill A. Shutemov2017-03-181-0/+5
* | mm/gup: Move page table entry dereference into helper functionKirill A. Shutemov2017-03-181-8/+12
* | mm/gup: Move permission checks into helpersKirill A. Shutemov2017-03-182-5/+35
* | mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-187-37/+0
* | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-185-7/+1
* | Merge branch 'linus' into x86/mm, to pick up a bugfixIngo Molnar2017-03-17235-1632/+3256
|\ \
| * \ Merge tag 'xfs-4.11-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-03-166-18/+122
| |\ \
| | * | xfs: verify inline directory data forksDarrick J. Wong2017-03-156-18/+122
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-03-165-9/+7
| |\ \ \
| | * | | arm64: kernel: Update kerneldoc for cpu_suspend() renameGeert Uytterhoeven2017-03-101-1/+1