summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-251-3/+8
|\
| * x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski2016-05-201-3/+8
* | x86: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-191-0/+1
* | include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-191-3/+1
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-163-76/+80
|\
| * x86/boot: Add missing file header commentsKees Cook2016-05-101-0/+5
| * x86/boot: Split out kernel_ident_mapping_init()Yinghai Lu2016-05-072-73/+75
| * x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He2016-04-221-3/+0
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-168-73/+158
|\ \
| * | x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski2016-04-291-0/+10
| * | Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar2016-04-291-2/+3
| |\ \
| * \ \ Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-191-4/+10
| |\ \ \ | | | |/ | | |/|
| * | | x86/extable: Add a comment about early exception handlersAndy Lutomirski2016-04-131-0/+14
| * | | x86/msr: Carry on after a non-"safe" MSR access failsAndy Lutomirski2016-04-131-0/+27
| * | | x86/traps: Enable all exception handler callbacks earlyAndy Lutomirski2016-04-131-17/+2
| * | | x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski2016-04-131-5/+24
| * | | x86/head: Move the early NMI fixup into CAndy Lutomirski2016-04-131-0/+5
| * | | x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski2016-04-131-3/+3
| * | | Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar2016-04-131-42/+67
| |\ \ \
| | * | | x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386Toshi Kani2016-04-131-19/+0
| | * | | x86/xen, pat: Remove PAT table init code from XenToshi Kani2016-03-291-1/+1
| | * | | x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()Toshi Kani2016-03-291-2/+2
| | * | | x86/mm/pat: Add pat_disable() interfaceToshi Kani2016-03-291-1/+12
| | * | | x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani2016-03-291-20/+53
| * | | | x86/cpufeature: Remove cpu_has_pseBorislav Petkov2016-03-314-6/+6
| * | | | x86/cpufeature: Remove cpu_has_pgeBorislav Petkov2016-03-311-1/+1
| * | | | x86/cpufeature: Remove cpu_has_clflushBorislav Petkov2016-03-311-1/+1
| * | | | x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov2016-03-314-5/+5
| |/ / /
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-162-2/+117
|\ \ \ \
| * \ \ \ Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2016-05-121-2/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski2016-04-281-0/+10
| * | | | x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski2016-04-281-0/+102
| * | | | x86/mm: Build arch/x86/mm/tlb.c even on !SMPAndy Lutomirski2016-04-282-2/+5
| | |_|/ | |/| |
* | | | Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar2016-05-071-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging"Andy Lutomirski2016-04-261-2/+3
| |/ /
* | | x86/mm/pat: Document the (currently) EFI-only code pathMatt Fleming2016-04-281-1/+7
|/ /
* | mm/rmap: batched invalidations should use existing apiNadav Amit2016-04-011-1/+1
* | x86/mm: TLB_REMOTE_SEND_IPI should count pagesNadav Amit2016-04-011-3/+9
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-242-3/+3
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-172-3/+3
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-242-3/+3
* | | x86/extable: use generic search and sort routinesArd Biesheuvel2016-03-221-108/+0
* | | kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-205-41/+261
|\ \ \
| * | | x86/mm/pkeys: Fix access_error() denial of writes to write-only VMADave Hansen2016-03-031-18/+0
| * | | mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2016-02-183-0/+113
| * | | mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2016-02-181-2/+6
| * | | x86/mm/pkeys: Optimize fault handling in access_error()Dave Hansen2016-02-181-0/+15
| * | | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-182-1/+25
OpenPOWER on IntegriCloud