index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
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-28
x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefix
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/boot/e820: Clean up the E820 table size define names
Ingo Molnar
2
-5
/
+5
2017-01-28
x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"
Ingo Molnar
2
-7
/
+7
2017-01-28
x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any()/e820__mapped_all()
Ingo Molnar
1
-6
/
+6
2017-01-28
x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to memblock_set_dma_reserve()
Ingo Molnar
1
-0
/
+47
2017-01-28
x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.h
Ingo Molnar
2
-0
/
+2
2017-01-28
x86/boot/e820: Remove spurious asm/e820/api.h inclusions
Ingo Molnar
1
-0
/
+1
2017-01-28
x86/boot/e820: Move asm/e820.h to asm/e820/api.h
Ingo Molnar
11
-11
/
+11
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-12
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+1
2016-12-12
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+1
2016-12-12
Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
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/~airlied/linux
Linus Torvalds
1
-0
/
+14
2016-10-27
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-18
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-11
Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2016-10-10
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-8
/
+143
2016-10-03
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-5
/
+3
2016-10-03
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2016-10-03
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-2
/
+71
2016-10-03
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-31
/
+18
2016-09-30
Merge branch 'x86/urgent' into x86/asm
Thomas Gleixner
1
-10
/
+11
2016-09-27
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-09
mm: fix cache mode of dax pmd mappings
Dan Williams
1
-7
/
+10
[prev]
[next]