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
2016-05-17
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-76
/
+80
2016-05-17
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-73
/
+158
2016-05-17
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-02
mm/rmap: batched invalidations should use existing api
Nadav Amit
1
-1
/
+1
2016-04-02
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-23
x86/extable: use generic search and sort routines
Ard Biesheuvel
1
-108
/
+0
2016-03-23
kernel: add kcov code coverage
Dmitry Vyukov
1
-0
/
+3
2016-03-21
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-41
/
+261
2016-03-21
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+23
2016-03-18
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-16
x86: also use debug_pagealloc_enabled() for free_init_pages
Christian Borntraeger
1
-14
/
+15
2016-03-16
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-15
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-29
/
+73
2016-03-15
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]