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
2016-05-16
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-76
/
+80
2016-05-16
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-73
/
+158
2016-05-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+117
2016-05-12
Merge branch 'sched/urgent' into sched/core to pick up fixes
Ingo Molnar
1
-2
/
+3
2016-05-10
x86/boot: Add missing file header comments
Kees Cook
1
-0
/
+5
2016-05-07
x86/boot: Split out kernel_ident_mapping_init()
Yinghai Lu
2
-73
/
+75
2016-05-07
Merge branch 'linus' into efi/core, to pick up fixes
Ingo Molnar
1
-2
/
+3
2016-04-29
x86/segments/64: When loadsegment(fs, ...) fails, clear the base
Andy Lutomirski
1
-0
/
+10
2016-04-29
Merge branch 'x86/urgent' into x86/asm, to refresh the tree
Ingo Molnar
1
-2
/
+3
2016-04-28
x86/mm, sched/core: Turn off IRQs in switch_mm()
Andy Lutomirski
1
-0
/
+10
2016-04-28
x86/mm, sched/core: Uninline switch_mm()
Andy Lutomirski
1
-0
/
+102
2016-04-28
x86/mm: Build arch/x86/mm/tlb.c even on !SMP
Andy Lutomirski
2
-2
/
+5
2016-04-28
x86/mm/pat: Document the (currently) EFI-only code path
Matt Fleming
1
-1
/
+7
2016-04-26
Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging"
Andy Lutomirski
1
-2
/
+3
2016-04-22
x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET
Baoquan He
1
-3
/
+0
2016-04-19
Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes
Ingo Molnar
1
-4
/
+10
2016-04-13
x86/extable: Add a comment about early exception handlers
Andy Lutomirski
1
-0
/
+14
2016-04-13
x86/msr: Carry on after a non-"safe" MSR access fails
Andy Lutomirski
1
-0
/
+27
2016-04-13
x86/traps: Enable all exception handler callbacks early
Andy Lutomirski
1
-17
/
+2
2016-04-13
x86/head: Move early exception panic code into early_fixup_exception()
Andy Lutomirski
1
-5
/
+24
2016-04-13
x86/head: Move the early NMI fixup into C
Andy Lutomirski
1
-0
/
+5
2016-04-13
x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()
Andy Lutomirski
1
-3
/
+3
2016-04-13
Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base
Ingo Molnar
1
-42
/
+67
2016-04-13
x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386
Toshi Kani
1
-19
/
+0
2016-04-01
mm/rmap: batched invalidations should use existing api
Nadav Amit
1
-1
/
+1
2016-04-01
x86/mm: TLB_REMOTE_SEND_IPI should count pages
Nadav Amit
1
-3
/
+9
2016-03-31
x86/cpufeature: Remove cpu_has_pse
Borislav Petkov
4
-6
/
+6
2016-03-31
x86/cpufeature: Remove cpu_has_pge
Borislav Petkov
1
-1
/
+1
2016-03-31
x86/cpufeature: Remove cpu_has_clflush
Borislav Petkov
1
-1
/
+1
2016-03-31
x86/cpufeature: Remove cpu_has_gbpages
Borislav Petkov
4
-5
/
+5
2016-03-29
x86/xen, pat: Remove PAT table init code from Xen
Toshi Kani
1
-1
/
+1
2016-03-29
x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()
Toshi Kani
1
-2
/
+2
2016-03-29
x86/mm/pat: Add pat_disable() interface
Toshi Kani
1
-1
/
+12
2016-03-29
x86/mm/pat: Add support of non-default PAT MSR setting
Toshi Kani
1
-20
/
+53
2016-03-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+3
2016-03-22
x86/extable: use generic search and sort routines
Ard Biesheuvel
1
-108
/
+0
2016-03-22
kernel: add kcov code coverage
Dmitry Vyukov
1
-0
/
+3
2016-03-20
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-41
/
+261
2016-03-20
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+23
2016-03-17
mm: introduce page reference manipulation functions
Joonsoo Kim
1
-1
/
+1
2016-03-17
Merge branch 'x86/cleanups' into x86/urgent
Ingo Molnar
2
-3
/
+3
2016-03-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-27
/
+23
2016-03-16
x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPU
Matt Fleming
1
-1
/
+1
2016-03-15
x86: also use debug_pagealloc_enabled() for free_init_pages
Christian Borntraeger
1
-14
/
+15
2016-03-15
x86: query dynamic DEBUG_PAGEALLOC setting
Christian Borntraeger
2
-13
/
+8
2016-03-15
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
9
-99
/
+134
2016-03-15
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+3
2016-03-14
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-29
/
+73
2016-03-14
Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-7
/
+1
2016-03-11
x86/mm/32: Enable full randomization on i386 and X86_32
Hector Marco-Gisbert
1
-13
/
+1
[next]