summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2015-05-10x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-3/+3
2015-03-06x86: mm/fault: Fix semaphore imbalanceBen Hutchings1-1/+1
2015-02-20Revert "x86, 64bit, mm: Mark data/bss/brk to nx"Ben Hutchings1-4/+3
2015-02-20Revert "x86, mm: Set NX across entire PMD at boot"Ben Hutchings1-10/+1
2015-02-20vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-12-14x86, mm: Set NX across entire PMD at bootKees Cook1-1/+10
2014-12-14x86, 64bit, mm: Mark data/bss/brk to nxYinghai Lu1-3/+4
2014-09-14x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin1-11/+28
2014-08-06x86, ioremap: Speed up check for RAM pagesRoland Dreier1-7/+19
2013-09-10x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea1-2/+4
2013-05-13x86/mm: account for PGDIR_SIZE alignmentjerry.hoemann@hp.com1-0/+5
2013-04-25x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio1-2/+4
2013-03-06x86/mm: Check if PUD is large when validating a kernel addressMel Gorman1-0/+3
2013-03-06x86: Do not leak kernel page mapping locationsKees Cook1-3/+5
2012-12-06x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu1-4/+0
2012-12-06x86, mm: Find_early_table_space based on ranges that are actually being mappedJacob Shin1-29/+42
2012-09-12mm: hugetlbfs: correctly populate shared pmdMichal Hocko1-5/+16
2012-01-26ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64)Kurt Garloff1-0/+4
2012-01-26x86: Fix mmap random address rangeLudwig Nussel1-2/+2
2011-12-09thp: add compound tail page _mapcount when mappedYouquan Song1-0/+2
2011-12-05x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardle...Konrad Rzeszutek Wilk1-0/+2
2011-11-03thp: share get_huge_page_tail()Andrea Arcangeli1-11/+0
2011-11-03mm: thp: tail page refcounting fixAndrea Arcangeli1-2/+3
2011-10-28Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2011-10-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-16/+4
2011-10-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+7
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2011-10-24x86: Fix S4 regressionTakashi Iwai1-2/+1
2011-09-28x86-64: Don't apply destructive erratum workaround on unaffected CPUsJan Beulich1-1/+7
2011-09-15Merge branch 'master' into for-nextJiri Kosina2-2/+15
2011-09-15Remove unneeded version.h include from arch/x86/Jesper Juhl1-1/+0
2011-08-16x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.cH. Peter Anvin1-0/+1
2011-08-16x86: fix mm/fault.c buildRandy Dunlap1-0/+1
2011-08-13Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+13
2011-08-11x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski1-0/+12
2011-08-06x86-32, amd: Move va_align definition to unbreak 32-bit buildBorislav Petkov1-1/+4
2011-08-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov1-15/+0
2011-08-05x86-64: Add user_64bit_mode paravirt opAndy Lutomirski1-1/+1
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-23Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+18
2011-07-23Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+1
2011-07-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+4
2011-07-13x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo1-0/+15
2011-07-13x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/Tejun Heo1-3/+3
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt1-2/+1
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-3/+3
2011-06-19x86, efi: Do not reserve boot services regions within reserved areasMaarten Lankhorst1-2/+2
2011-06-15x86: Swap save_stack_trace_regs parametersMasami Hiramatsu1-1/+1
2011-05-28x86: Convert vmalloc()+memset() to vzalloc()Joe Perches1-2/+1