index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-25
userfaultfd: non-cooperative: add event for memory unmaps
Mike Rapoport
1
-2
/
+2
2017-02-25
mm: fix get_user_pages() vs device-dax pud mappings
Dan Williams
1
-4
/
+24
2017-02-25
mm, x86: add support for PUD-sized transparent hugepages
Matthew Wilcox
1
-0
/
+31
2017-02-23
mm: drop unused argument of zap_page_range()
Kirill A. Shutemov
1
-1
/
+1
2017-02-23
mm/memory_hotplug: set magic number to page->freelist instead of page->lru.next
Yasuaki Ishimatsu
1
-1
/
+1
2017-02-16
x86/mm/ptdump: Add address marker for KASAN shadow region
Andrey Ryabinin
1
-0
/
+9
2017-02-16
x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=y
Andrey Ryabinin
1
-1
/
+15
2017-02-16
Merge branch 'linus' into x86/mm
Thomas Gleixner
1
-0
/
+2
2017-02-10
x86/mm/ptdump: Fix soft lockup in page table walker
Andrey Ryabinin
1
-0
/
+2
2017-02-04
x86/mm/pat: Use rb_entry()
Geliang Tang
1
-6
/
+6
2017-01-30
x86/mm/cpa: Avoid wbinvd() for PREEMPT
John Ogness
1
-0
/
+13
2017-01-14
x86/mpx: Use compatible types in comparison to fix sparse error
Tobias Klauser
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
4
-4
/
+4
2016-12-17
x86/mpx: Move bd_addr to mm_context_t
Mark Rutland
1
-5
/
+5
2016-12-15
x86/mm: Drop unused argument 'removed' from sync_global_pgds()
Kirill A. Shutemov
2
-18
/
+8
2016-12-15
ACPI/NUMA: Do not map pxm to node when NUMA is turned off
Boris Ostrovsky
1
-1
/
+1
2016-12-13
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2016-12-13
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2016-12-12
Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+2
2016-11-23
Merge branch 'linus' into x86/fpu, to resolve conflicts
Ingo Molnar
1
-1
/
+6
2016-11-21
x86/traps: Ignore high word of regs->cs in early_fixup_exception()
Andy Lutomirski
1
-1
/
+6
2016-11-09
x86/pat, mm: Make track_pfn_insert() return void
Borislav Petkov
1
-5
/
+2
2016-11-01
Merge branch 'core/urgent' into x86/fpu, to merge fixes
Ingo Molnar
4
-7
/
+20
2016-11-01
Merge branch 'linus' into x86/asm, to pick up fixes
Ingo Molnar
2
-3
/
+17
2016-10-28
Merge tag 'drm-x86-pat-regression-fix' of git://people.freedesktop.org/~airli...
Linus Torvalds
1
-0
/
+14
2016-10-28
kconfig.h: remove config_enabled() macro
Masahiro Yamada
1
-3
/
+3
2016-10-26
x86/io: add interface to reserve io memtype for a resource range. (v1.1)
Dave Airlie
1
-0
/
+14
2016-10-25
x86/dumpstack: Remove kernel text addresses from stack dump
Josh Poimboeuf
1
-2
/
+1
2016-10-19
Merge branch 'gup_flag-cleanups'
Linus Torvalds
2
-4
/
+3
2016-10-19
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
1
-3
/
+2
2016-10-19
mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
Lorenzo Stoakes
1
-1
/
+1
2016-10-18
x86/fpu: Finish excising 'eagerfpu'
Andy Lutomirski
1
-2
/
+1
2016-10-12
Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2016-10-10
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-8
/
+143
2016-10-04
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-5
/
+3
2016-10-04
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+3
2016-10-04
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-2
/
+71
2016-10-04
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-31
/
+18
2016-09-30
Merge branch 'x86/urgent' into x86/asm
Thomas Gleixner
1
-10
/
+11
2016-09-28
exceptions: detritus removal
Al Viro
1
-1
/
+1
2016-09-26
Merge branch 'x86/urgent' into x86/apic
Thomas Gleixner
1
-1
/
+1
2016-09-21
x86/numa: Online memory-less nodes at boot time
Tang Chen
1
-14
/
+13
2016-09-21
x86/e820: Use much less memory for e820/e820_saved, save up to 120k
Denys Vlasenko
1
-2
/
+2
2016-09-21
x86/e820: Prepare e280 code for switch to dynamic storage
Denys Vlasenko
1
-0
/
+2
2016-09-20
x86/mm/pat: Prevent hang during boot when mapping pages
Matt Fleming
1
-10
/
+11
2016-09-20
x86: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2
-2
/
+2
2016-09-15
Merge branch 'linus' into x86/asm, to pick up recent fixes
Ingo Molnar
2
-8
/
+11
2016-09-13
x86: Clean up various simple wrapper functions
Masahiro Yamada
1
-3
/
+1
2016-09-10
mm: fix cache mode of dax pmd mappings
Dan Williams
1
-7
/
+10
2016-09-09
x86/pkeys: Allow configuration of init_pkru
Dave Hansen
1
-0
/
+66
[next]