aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2016-10-28Merge tag 'drm-x86-pat-regression-fix' of git://people.freedesktop.org/~airli...Gravatar Linus Torvalds 1-0/+14
2016-10-27kconfig.h: remove config_enabled() macroGravatar Masahiro Yamada 1-3/+3
2016-10-26x86/io: add interface to reserve io memtype for a resource range. (v1.1)Gravatar Dave Airlie 1-0/+14
2016-10-19Merge branch 'gup_flag-cleanups'Gravatar Linus Torvalds 2-4/+3
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-3/+2
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-1/+1
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-8/+143
2016-10-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-5/+3
2016-10-03Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+3
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-2/+71
2016-10-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-31/+18
2016-09-30Merge branch 'x86/urgent' into x86/asmGravatar Thomas Gleixner 1-10/+11
2016-09-27exceptions: detritus removalGravatar Al Viro 1-1/+1
2016-09-26Merge branch 'x86/urgent' into x86/apicGravatar Thomas Gleixner 1-1/+1
2016-09-21x86/numa: Online memory-less nodes at boot timeGravatar Tang Chen 1-14/+13
2016-09-21x86/e820: Use much less memory for e820/e820_saved, save up to 120kGravatar Denys Vlasenko 1-2/+2
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageGravatar Denys Vlasenko 1-0/+2
2016-09-20x86/mm/pat: Prevent hang during boot when mapping pagesGravatar Matt Fleming 1-10/+11
2016-09-20x86: Migrate exception table users off module.h and onto extable.hGravatar Paul Gortmaker 2-2/+2
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesGravatar Ingo Molnar 2-8/+11
2016-09-13x86: Clean up various simple wrapper functionsGravatar Masahiro Yamada 1-3/+1
2016-09-09mm: fix cache mode of dax pmd mappingsGravatar Dan Williams 1-7/+10
2016-09-09x86/pkeys: Allow configuration of init_pkruGravatar Dave Hansen 1-0/+66
2016-09-09x86/pkeys: Default to a restrictive init PKRUGravatar Dave Hansen 1-0/+38
2016-09-09x86/pkeys: Allocation/free syscallsGravatar Dave Hansen 1-8/+30
2016-09-09x86/pkeys: Add fault handling for PF_PK page fault bitGravatar Dave Hansen 1-0/+9
2016-09-08x86/mm: Improve stack-overflow #PF handlingGravatar Andy Lutomirski 1-0/+32
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityGravatar Ingo Molnar 1-2/+24
2016-08-26treewide: replace config_enabled() with IS_ENABLED() (2nd round)Gravatar Masahiro Yamada 1-1/+1
2016-08-24x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Gravatar Andy Lutomirski 1-0/+15
2016-08-15x86/mm/numa: Open code function early_get_boot_cpu_id()Gravatar Baoquan He 1-17/+5
2016-08-12Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-8/+11
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-8/+11
2016-08-10x86/mm/64: Enable KASLR for vmemmap memory regionGravatar Thomas Garnier 1-2/+24
2016-08-10x86/mm/KASLR: Increase BRK pages for KASLR memory randomizationGravatar Thomas Garnier 1-2/+12
2016-08-10x86/mm/KASLR: Fix physical memory calculation on KASLR memory randomizationGravatar Thomas Garnier 1-1/+1
2016-08-08x86/power/64: Always create temporary identity mapping correctlyGravatar Rafael J. Wysocki 1-8/+11
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 1-2/+2
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 20-24/+10
2016-07-30Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-7/+0
2016-07-27Merge branch 'linus' into x86/microcode, to pick up merge window changesGravatar Ingo Molnar 11-149/+327
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+8
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-115/+3
2016-07-26mm: do not pass mm_struct into handle_mm_faultGravatar Kirill A. Shutemov 1-1/+1
2016-07-26arch: x86: charge page tables to kmemcgGravatar Vladimir Davydov 1-3/+7
2016-07-25Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+8
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-72/+300
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-70/+17
2016-07-25Merge branch 'acpi-numa'Gravatar Rafael J. Wysocki 2-115/+3