index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
\
\
\
\
|
*
|
|
|
|
x86/paravirt: Remove unnecessary return from void function
Anton Vasilyev
2017-06-24
1
-1
/
+1
|
*
|
|
|
|
x86/boot: Add missing strchr() declaration
Tommy Nguyen
2017-06-24
1
-0
/
+1
*
|
|
|
|
|
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-07-03
5
-87
/
+136
|
\
\
\
\
\
\
[next]