summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-21x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov
2018-02-21x86/mm: Redefine some of page table helpers as macrosKirill A. Shutemov
2018-02-21x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVELKirill A. Shutemov
2018-02-16x86/mm: Allow to boot without LA57 if CONFIG_X86_5LEVEL=yKirill A. Shutemov
2018-02-16x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov
2018-02-16x86/mm: Fold p4d page table layer at runtimeKirill A. Shutemov
2018-02-16x86/mm: Support boot-time switching of paging modes in the early boot codeKirill A. Shutemov
2018-02-16x86/mm: Initialize vmemmap_base at boot-timeKirill A. Shutemov
2018-02-16x86/mm: Adjust vmalloc base and size at boot-timeKirill A. Shutemov
2018-02-16x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov
2018-02-16x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-timeKirill A. Shutemov
2018-02-16x86/mm: Initialize 'pgtable_l5_enabled' at boot-timeKirill A. Shutemov
2018-02-14x86/mm: Make __VIRTUAL_MASK_SHIFT dynamicKirill A. Shutemov
2018-02-14x86/mm: Make MAX_PHYSADDR_BITS and MAX_PHYSMEM_BITS dynamicKirill A. Shutemov
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov
2018-02-14x86/mm: Make LDT_BASE_ADDR dynamicKirill A. Shutemov
2018-02-14x86/mm: Introduce 'pgtable_l5_enabled'Kirill A. Shutemov
2018-02-14x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=yKirill A. Shutemov
2018-02-14mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov
2018-02-14x86/mm/64: Make __PHYSICAL_MASK_SHIFT always 52Kirill A. Shutemov
2018-02-13x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' di...Andy Lutomirski
2018-02-13x86/mm/encrypt: Simplify sme_pgtable_calc()Kirill A. Shutemov
2018-02-13x86/mm/encrypt: Simplify sme_populate_pgd() and sme_populate_pgd_large()Kirill A. Shutemov
2018-02-13x86/mm/encrypt: Move page table helpers into separate translation unitKirill A. Shutemov
2018-02-13x86/mm: Align TLB invalidation infoNadav Amit
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-02-11Linux 4.16-rc1Linus Torvalds
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-02-11Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2018-02-11Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-02-11xtensa: fix build with KASANMax Filippov
2018-02-11nios2: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski
2018-02-11nios2: dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre
2018-02-10Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-10Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-02-10Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86Linus Torvalds
2018-02-10Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-02-10powerpc/pci: Fix broken INTx configuration via OFAlexey Kardashevskiy
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-02-09mconsole_proc(): don't mess with file->f_posAl Viro
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada
2018-02-09platform/x86: mlx-platform: Add support for new 200G IB and Ethernet systemsVadim Pasternak
2018-02-09platform/x86: mlx-platform: Add support for new msn201x system typeVadim Pasternak
2018-02-09platform/x86: mlx-platform: Add support for new msn274x system typeVadim Pasternak
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds