index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-07-03
14
-33
/
+84
|
\
|
*
m68k: Remove ptrace_signal_deliver
Andreas Schwab
2017-06-19
2
-21
/
+0
|
*
m68k/defconfig: Update defconfigs for v4.12-rc1
Geert Uytterhoeven
2017-05-14
12
-12
/
+84
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-07-03
57
-1194
/
+1064
|
\
\
|
*
|
x86/mm: Delete a big outdated comment about TLB flushing
Andy Lutomirski
2017-06-30
1
-36
/
+0
|
*
|
x86/mm: Don't reenter flush_tlb_func_common()
Andy Lutomirski
2017-06-30
1
-2
/
+15
|
*
|
x86/KASLR: Fix detection 32/64 bit bootloaders for 5-level paging
Kirill A. Shutemov
2017-06-30
1
-6
/
+12
|
*
|
x86/ftrace: Exclude functions in head64.c from function-tracing
Kirill A. Shutemov
2017-06-29
1
-0
/
+1
|
*
|
x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmap
Michal Hocko
2017-06-24
1
-3
/
+0
|
*
|
x86/mm: Remove reset_lazy_tlbstate()
Andy Lutomirski
2017-06-22
2
-9
/
+0
|
*
|
x86/ldt: Simplify the LDT switching logic
Andy Lutomirski
2017-06-22
2
-18
/
+28
|
*
|
Merge branch 'linus' into x86/mm, to pick up fixes
Ingo Molnar
2017-06-22
71
-188
/
+258
|
|
\
\
|
*
|
|
x86/boot/64: Put __startup_64() into .head.text
Kirill A. Shutemov
2017-06-20
1
-2
/
+4
|
*
|
|
x86/mm: Add support for 5-level paging for KASLR
Kirill A. Shutemov
2017-06-13
1
-19
/
+62
|
*
|
|
x86/mm: Make kernel_physical_mapping_init() support 5-level paging
Kirill A. Shutemov
2017-06-13
1
-9
/
+60
|
*
|
|
x86/mm: Add sync_global_pgds() for configuration with 5-level paging
Kirill A. Shutemov
2017-06-13
1
-0
/
+39
|
*
|
|
x86/boot/64: Add support of additional page table level during early boot
Kirill A. Shutemov
2017-06-13
4
-12
/
+66
|
*
|
|
x86/boot/64: Rename init_level4_pgt and early_level4_pgt
Kirill A. Shutemov
2017-06-13
11
-39
/
+38
|
*
|
|
x86/boot/64: Rewrite startup_64() in C
Kirill A. Shutemov
2017-06-13
2
-93
/
+87
|
*
|
|
x86/boot/compressed: Enable 5-level paging during decompression stage
Kirill A. Shutemov
2017-06-13
1
-1
/
+85
|
*
|
|
x86/boot/efi: Define __KERNEL32_CS GDT on 64-bit configurations
Kirill A. Shutemov
2017-06-13
1
-2
/
+23
|
*
|
|
x86/boot/efi: Fix __KERNEL_CS definition of GDT entry on 64-bit configurations
Kirill A. Shutemov
2017-06-13
1
-2
/
+7
|
*
|
|
x86/boot/efi: Cleanup initialization of GDT entries
Kirill A. Shutemov
2017-06-13
1
-18
/
+21
|
*
|
|
x86/asm: Fix comment in return_from_SYSCALL_64()
Kirill A. Shutemov
2017-06-13
1
-1
/
+2
|
*
|
|
x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation
Kirill A. Shutemov
2017-06-13
10
-513
/
+122
|
*
|
|
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
Andy Lutomirski
2017-06-13
20
-29
/
+79
|
*
|
|
Merge branch 'sched/urgent' into x86/mm, to pick up dependent fix
Ingo Molnar
2017-06-13
51
-203
/
+386
|
|
\
\
\
|
*
|
|
|
x86/ldt: Rename ldt_struct::size to ::nr_entries
Borislav Petkov
2017-06-08
6
-30
/
+31
|
*
|
|
|
x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constant
Andy Lutomirski
2017-06-05
2
-3
/
+37
|
*
|
|
|
x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code
Andy Lutomirski
2017-06-05
1
-3
/
+2
|
*
|
|
|
x86/mm: Rework lazy TLB to track the actual loaded mm
Andy Lutomirski
2017-06-05
6
-144
/
+147
|
*
|
|
|
x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code
Andy Lutomirski
2017-06-05
8
-104
/
+5
|
*
|
|
|
x86/mm: Use new merged flush logic in arch_tlbbatch_flush()
Andy Lutomirski
2017-06-05
1
-6
/
+2
|
*
|
|
|
x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases
Andy Lutomirski
2017-06-05
2
-66
/
+48
|
*
|
|
|
x86/mm: Change the leave_mm() condition for local TLB flushes
Andy Lutomirski
2017-06-05
1
-1
/
+1
|
*
|
|
|
x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
Andy Lutomirski
2017-06-05
7
-64
/
+61
|
*
|
|
|
Merge tag 'v4.12-rc4' into x86/mm, to pick up fixes
Ingo Molnar
2017-06-05
34
-226
/
+363
|
|
\
\
\
\
|
*
|
|
|
|
mm, x86/mm: Make the batched unmap TLB flush API more generic
Andy Lutomirski
2017-05-24
3
-0
/
+41
|
*
|
|
|
|
x86/mm: Reduce indentation in flush_tlb_func()
Andy Lutomirski
2017-05-24
1
-16
/
+18
|
*
|
|
|
|
x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
Andy Lutomirski
2017-05-24
2
-28
/
+5
*
|
|
|
|
|
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-07-03
3
-6
/
+34
|
\
\
\
\
\
\
|
*
|
|
|
|
|
x86/microcode: Make a couple of symbols static
Colin Ian King
2017-06-26
2
-2
/
+2
|
*
|
|
|
|
|
x86/microcode/intel: Save pointer to ucode patch for early AP loading
Borislav Petkov
2017-06-20
1
-4
/
+21
|
*
|
|
|
|
|
x86/microcode: Look for the initrd at the correct address on 32-bit
Borislav Petkov
2017-06-20
1
-0
/
+11
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-07-03
2
-10
/
+23
|
\
\
\
\
\
\
|
*
|
|
|
|
|
x86/hyperv: Read TSC frequency from a synthetic MSR
Vitaly Kuznetsov
2017-06-22
1
-0
/
+15
|
*
|
|
|
|
|
x86/hyperv: Check frequency MSRs presence according to the specification
Vitaly Kuznetsov
2017-06-22
2
-10
/
+8
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-07-03
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
x86/nmi: Fix timeout test in test_nmi_ipi()
Dan Carpenter
2017-06-20
1
-1
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-07-03
2
-1
/
+2
|
\
\
\
\
\
\
[next]