index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base
Ingo Molnar
2016-04-13
1
-42
/
+67
|
\
|
*
x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386
Toshi Kani
2016-04-13
1
-19
/
+0
|
*
x86/xen, pat: Remove PAT table init code from Xen
Toshi Kani
2016-03-29
1
-1
/
+1
|
*
x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()
Toshi Kani
2016-03-29
1
-2
/
+2
|
*
x86/mm/pat: Add pat_disable() interface
Toshi Kani
2016-03-29
1
-1
/
+12
|
*
x86/mm/pat: Add support of non-default PAT MSR setting
Toshi Kani
2016-03-29
1
-20
/
+53
*
|
x86/cpufeature: Remove cpu_has_pse
Borislav Petkov
2016-03-31
4
-6
/
+6
*
|
x86/cpufeature: Remove cpu_has_pge
Borislav Petkov
2016-03-31
1
-1
/
+1
*
|
x86/cpufeature: Remove cpu_has_clflush
Borislav Petkov
2016-03-31
1
-1
/
+1
*
|
x86/cpufeature: Remove cpu_has_gbpages
Borislav Petkov
2016-03-31
4
-5
/
+5
|
/
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-03-24
2
-3
/
+3
|
\
|
*
Merge branch 'x86/cleanups' into x86/urgent
Ingo Molnar
2016-03-17
2
-3
/
+3
|
|
\
|
|
*
x86: Fix misspellings in comments
Adam Buchbinder
2016-02-24
2
-3
/
+3
*
|
|
x86/extable: use generic search and sort routines
Ard Biesheuvel
2016-03-22
1
-108
/
+0
*
|
|
kernel: add kcov code coverage
Dmitry Vyukov
2016-03-22
1
-0
/
+3
*
|
|
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-21
5
-41
/
+261
|
\
\
\
|
*
|
|
x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA
Dave Hansen
2016-03-03
1
-18
/
+0
|
*
|
|
mm/core, x86/mm/pkeys: Add execute-only protection keys support
Dave Hansen
2016-02-18
3
-0
/
+113
|
*
|
|
mm/core, x86/mm/pkeys: Differentiate instruction fetches
Dave Hansen
2016-02-18
1
-2
/
+6
|
*
|
|
x86/mm/pkeys: Optimize fault handling in access_error()
Dave Hansen
2016-02-18
1
-0
/
+15
|
*
|
|
mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys
Dave Hansen
2016-02-18
2
-1
/
+25
|
*
|
|
x86/mm/gup: Simplify get_user_pages() PTE bit handling
Dave Hansen
2016-02-18
1
-16
/
+22
|
*
|
|
x86/mm/pkeys: Fill in pkey field in siginfo
Dave Hansen
2016-02-18
1
-1
/
+63
|
*
|
|
x86/mm/pkeys: Pass VMA down in to fault signal generation code
Dave Hansen
2016-02-18
1
-22
/
+28
|
*
|
|
x86/mm/pkeys: Add new 'PF_PK' page fault error code bit
Dave Hansen
2016-02-18
1
-0
/
+8
|
*
|
|
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
Dave Hansen
2016-02-16
2
-3
/
+3
|
|
|
|
|
|
\
\
|
|
\
\
|
|
\
\
|
*
-
-
-
.
\
\
Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys
Ingo Molnar
2016-02-16
6
-52
/
+69
|
|
\
\
\
\
\
*
|
\
\
\
\
\
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-21
1
-11
/
+23
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPU
Matt Fleming
2016-03-16
1
-1
/
+1
|
*
|
|
|
|
|
|
x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()
Sai Praneeth
2016-02-22
1
-0
/
+3
|
*
|
|
|
|
|
|
x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappings
Sai Praneeth
2016-02-22
1
-0
/
+14
|
*
|
|
|
|
|
|
Merge tag 'v4.5-rc5' into efi/core, before queueing up new changes
Ingo Molnar
2016-02-22
4
-8
/
+15
|
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...
Ingo Molnar
2016-02-03
15
-114
/
+242
|
|
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
x86/mm/pat: Ensure cpa->pfn only contains page frame numbers
Matt Fleming
2015-11-29
1
-11
/
+6
*
|
|
|
|
|
|
|
|
mm: introduce page reference manipulation functions
Joonsoo Kim
2016-03-17
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-03-16
2
-27
/
+23
|
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
x86: also use debug_pagealloc_enabled() for free_init_pages
Christian Borntraeger
2016-03-16
1
-14
/
+15
|
*
|
|
|
|
|
|
|
x86: query dynamic DEBUG_PAGEALLOC setting
Christian Borntraeger
2016-03-16
2
-13
/
+8
*
|
|
|
|
|
|
|
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-03-15
9
-99
/
+134
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
x86/mm/32: Enable full randomization on i386 and X86_32
Hector Marco-Gisbert
2016-03-11
1
-13
/
+1
|
*
|
|
|
|
|
|
|
|
x86/mm/kmmio: Fix mmiotrace for hugepages
Karol Herbst
2016-03-05
1
-29
/
+59
|
*
|
|
|
|
|
|
|
|
x86/mm: Avoid premature success when changing page attributes
Jan Beulich
2016-02-25
1
-1
/
+3
|
*
|
|
|
|
|
|
|
|
x86/mm/ptdump: Remove paravirt_enabled()
Borislav Petkov
2016-02-20
1
-6
/
+5
|
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
x86/kasan: Write protect kasan zero shadow
Andrey Ryabinin
2016-02-09
1
-2
/
+8
|
*
|
|
|
|
|
|
|
x86/kasan: Clear kasan_zero_page after TLB flush
Andrey Ryabinin
2016-02-09
1
-3
/
+8
|
*
|
|
|
|
|
|
|
x86/mm/numa: Check for failures in numa_clear_kernel_node_hotplug()
Ingo Molnar
2016-02-08
1
-1
/
+3
|
*
|
|
|
|
|
|
|
x86/mm/numa: Clean up numa_clear_kernel_node_hotplug()
Ingo Molnar
2016-02-08
1
-23
/
+42
|
*
|
|
|
|
|
|
|
Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix
Ingo Molnar
2016-02-08
7
-50
/
+93
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
x86/mm: Make kmap_prot into a #define
Andy Lutomirski
2016-01-20
1
-3
/
+0
|
*
|
|
|
|
|
|
|
|
x86/mm/32: Set NX in __supported_pte_mask before enabling paging
Andy Lutomirski
2016-01-20
1
-3
/
+2
[next]