summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-1/+1
|\
| * exceptions: detritus removalAl Viro2016-09-271-1/+1
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-102-8/+143
|\ \
| * | x86/pkeys: Allow configuration of init_pkruDave Hansen2016-09-091-0/+66
| * | x86/pkeys: Default to a restrictive init PKRUDave Hansen2016-09-091-0/+38
| * | x86/pkeys: Allocation/free syscallsDave Hansen2016-09-091-8/+30
| * | x86/pkeys: Add fault handling for PF_PK page fault bitDave Hansen2016-09-091-0/+9
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-033-5/+3
|\ \ \
| * | | x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-202-2/+2
| * | | x86: Clean up various simple wrapper functionsMasahiro Yamada2016-09-131-3/+1
| | |/ | |/|
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-1/+3
|\ \ \
| * | | x86/e820: Use much less memory for e820/e820_saved, save up to 120kDenys Vlasenko2016-09-211-2/+2
| * | | x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-0/+2
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-033-2/+71
|\ \ \
| * \ \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-10/+11
| |\ \ \
| * \ \ \ Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-152-8/+11
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski2016-09-081-0/+32
| * | | | Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-081-2/+24
| |\ \ \ \
| | * | | | x86/mm/64: Enable KASLR for vmemmap memory regionThomas Garnier2016-08-101-2/+24
| * | | | | x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski2016-08-241-0/+15
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-032-31/+18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge branch 'x86/urgent' into x86/apicThomas Gleixner2016-09-261-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | x86/numa: Online memory-less nodes at boot timeTang Chen2016-09-211-14/+13
| * | | | | x86/mm/numa: Open code function early_get_boot_cpu_id()Baoquan He2016-08-151-17/+5
| | |/ / / | |/| | |
* | | | | x86/mm/pat: Prevent hang during boot when mapping pagesMatt Fleming2016-09-201-10/+11
| |_|_|/ |/| | |
* | | | mm: fix cache mode of dax pmd mappingsDan Williams2016-09-091-7/+10
| |/ / |/| |
* | | treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada2016-08-261-1/+1
|/ /
* | Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-08-121-8/+11
|\ \ | |/ |/|
| *-. Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2016-08-121-8/+11
| |\ \
| | * | x86/power/64: Always create temporary identity mapping correctlyRafael J. Wysocki2016-08-081-8/+11
| | |/
* | | x86/mm/KASLR: Increase BRK pages for KASLR memory randomizationThomas Garnier2016-08-101-2/+12
* | | x86/mm/KASLR: Fix physical memory calculation on KASLR memory randomizationThomas Garnier2016-08-101-1/+1
|/ /
* | treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-2/+2
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-0120-24/+10
|\ \
| * | x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-1419-19/+9
| * | x86: Don't use module.h just for AUTHOR / LICENSE tagsPaul Gortmaker2016-07-141-5/+1
| |/
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-07-301-7/+0
|\ \
| * \ Merge branch 'linus' into x86/microcode, to pick up merge window changesIngo Molnar2016-07-2711-149/+327
| |\ \
| * \ \ Merge tag 'v4.7-rc6' into x86/microcode, to pick up fixes before merging new ...Ingo Molnar2016-07-081-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | x86/microcode: Fix suspend to RAM with builtin microcodeBorislav Petkov2016-06-081-7/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-262-4/+8
|\ \ \ \
| * | | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
| * | | | arch: x86: charge page tables to kmemcgVladimir Davydov2016-07-261-3/+7
| | |_|/ | |/| |
* | | | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-07-262-115/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'acpi-numa'Rafael J. Wysocki2016-07-252-115/+3
| |\ \ \
| | * | | ACPI / NUMA: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.cHanjun Guo2016-05-301-57/+0
| | * | | ACPI / NUMA: remove unneeded acpi_numa=1Hanjun Guo2016-05-301-2/+0
| | * | | ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.cDavid Daney2016-05-302-14/+1
| | * | | x86 / ACPI / NUMA: cleanup acpi_numa_processor_affinity_init()Hanjun Guo2016-05-301-16/+5
| | * | | ACPI / NUMA: move acpi_numa_slit_init() to drivers/acpi/numa.cHanjun Guo2016-05-301-27/+0