index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+4
2015-09-08
mem-hotplug: handle node hole when initializing numa_meminfo.
Tang Chen
1
-2
/
+4
2015-09-08
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-4
/
+4
2015-09-05
Merge branch 'linus' into x86/urgent, to be able to merge a dependent fix
Ingo Molnar
6
-125
/
+18
2015-09-04
x86, mm: trace when an IPI is about to be sent
Mel Gorman
1
-0
/
+1
2015-09-02
x86/mm/srat: Print non-volatile flag in SRAT
Linda Knippers
1
-2
/
+3
2015-09-01
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-5
/
+8
2015-09-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+5
2015-08-27
mm: ZONE_DEVICE for "device memory"
Dan Williams
2
-4
/
+4
2015-08-25
Merge tag 'v4.2-rc8' into x86/mm, before applying new changes
Ingo Molnar
9
-241
/
+384
2015-08-25
x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modular
Paul Gortmaker
2
-3
/
+2
2015-08-22
x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()
Andrey Ryabinin
1
-118
/
+5
2015-08-20
x86/mm/pat: Add comments to cachemode translation tables
Toshi Kani
1
-2
/
+5
2015-07-31
x86/vm86: Clean up vm86.h includes
Brian Gerst
1
-0
/
+1
2015-07-31
x86/vm86: Move vm86 fields out of 'thread_struct'
Brian Gerst
1
-2
/
+4
2015-07-26
x86/mm/pat: Revert 'Adjust default caching mode translation tables'
Thomas Gleixner
1
-3
/
+3
2015-07-24
x86/mm: Fix newly introduced printk format warnings
Thomas Gleixner
1
-2
/
+2
2015-07-22
x86/mm: Remove region_is_ram() call from ioremap
Toshi Kani
1
-18
/
+6
2015-07-22
x86/mm: Move warning from __ioremap_check_ram() to the call site
Toshi Kani
1
-3
/
+4
2015-07-21
x86/mm/pat: Adjust default caching mode translation tables
Jan Beulich
1
-3
/
+3
2015-07-21
x86/mpx: Do not set ->vm_ops on MPX VMAs
Kirill A. Shutemov
2
-21
/
+10
2015-07-21
x86/mm: Add parenthesis for TLB tracepoint size calculation
Dave Hansen
1
-1
/
+1
2015-07-20
x86/mm: Initialize pmd_idx in page_table_range_init_count()
Minfei Huang
1
-0
/
+1
2015-07-06
x86/kasan: Add message about KASAN being initialized
Andrey Ryabinin
1
-0
/
+3
2015-07-06
x86/kasan: Fix boot crash on AMD processors
Andrey Ryabinin
1
-3
/
+3
2015-07-06
x86/kasan: Flush TLBs after switching CR3
Andrey Ryabinin
1
-0
/
+2
2015-07-06
x86/kasan: Fix KASAN shadow region page tables
Alexander Popov
1
-2
/
+34
2015-06-24
mm/memblock: add extra "flags" to memblock to allow selection of memory based...
Tony Luck
1
-1
/
+1
2015-06-22
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-186
/
+393
2015-06-22
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-197
/
+322
2015-06-22
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+3
2015-06-09
x86/mpx: Allow 32-bit binaries on 64-bit kernels again
Dave Hansen
1
-6
/
+0
2015-06-09
x86/mpx: Do not count MPX VMAs as neighbors when unmapping
Dave Hansen
1
-5
/
+19
2015-06-09
x86/mpx: Rewrite the unmap code
Dave Hansen
1
-243
/
+168
2015-06-09
x86/mpx: Support 32-bit binaries on 64-bit kernels
Dave Hansen
1
-21
/
+149
2015-06-09
x86/mpx: Use 32-bit-only cmpxchg() for 32-bit apps
Dave Hansen
1
-5
/
+36
2015-06-09
x86/mpx: Introduce new 'directory entry' to 'addr' helper function
Dave Hansen
1
-7
/
+34
2015-06-09
x86/mpx: Add temporary variable to reduce masking
Dave Hansen
1
-3
/
+4
2015-06-09
x86/mpx: Trace allocation of new bounds tables
Dave Hansen
1
-0
/
+1
2015-06-09
x86/mpx: Trace the attempts to find bounds tables
Dave Hansen
1
-0
/
+2
2015-06-09
x86/mpx: Trace entry to bounds exception paths
Dave Hansen
1
-0
/
+1
2015-06-09
x86/mpx: Trace #BR exceptions
Dave Hansen
1
-0
/
+3
2015-06-09
x86/mpx: Restrict the mmap() size check to bounds tables
Dave Hansen
1
-2
/
+2
2015-06-09
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
Dave Hansen
1
-10
/
+9
2015-06-09
x86/mpx: Use the new get_xsave_field_ptr()API
Dave Hansen
1
-15
/
+15
2015-06-07
x86/mm/pat: Add set_memory_wt() for Write-Through type
Toshi Kani
2
-13
/
+52
2015-06-07
x86/mm/pat: Extend set_page_memtype() to support Write-Through type
Toshi Kani
1
-30
/
+29
2015-06-07
x86/mm/pat: Add pgprot_writethrough()
Toshi Kani
1
-0
/
+7
2015-06-07
x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings
Toshi Kani
1
-0
/
+21
2015-06-07
x86/mm/pat: Change reserve_memtype() for Write-Through type
Toshi Kani
1
-3
/
+14
[prev]
[next]