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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-06
Merge branch 'x86/mm' into x86/asm, to pick up pending changes
Ingo Molnar
6
-132
/
+153
2017-11-06
Merge branch 'x86/fpu' into x86/asm, to pick up fix
Ingo Molnar
1
-15
/
+11
2017-11-02
x86/cpuid: Replace set/clear_bit32()
Thomas Gleixner
1
-15
/
+11
2017-11-02
x86/entry/64: Shorten TEST instructions
Borislav Petkov
1
-2
/
+2
2017-11-02
x86/traps: Use a new on_thread_stack() helper to clean up an assertion
Andy Lutomirski
2
-2
/
+7
2017-11-02
x86/entry/64: Remove thread_struct::sp0
Andy Lutomirski
4
-20
/
+16
2017-11-02
x86/entry/32: Fix cpu_current_top_of_stack initialization at boot
Andy Lutomirski
1
-2
/
+1
2017-11-02
x86/entry/64: Remove all remaining direct thread_struct::sp0 reads
Andy Lutomirski
4
-4
/
+10
2017-11-02
x86/entry/64: Stop initializing TSS.sp0 at boot
Andy Lutomirski
2
-4
/
+17
2017-11-02
x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()
Andy Lutomirski
1
-3
/
+14
2017-11-02
x86/entry: Add task_top_of_stack() to find the top of a task's stack
Andy Lutomirski
1
-0
/
+2
2017-11-02
x86/entry/64: Pass SP0 directly to load_sp0()
Andy Lutomirski
8
-25
/
+20
2017-11-02
x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()
Andy Lutomirski
5
-10
/
+21
2017-11-02
x86/entry/64: De-Xen-ify our NMI code
Andy Lutomirski
1
-12
/
+18
2017-11-02
xen, x86/entry/64: Add xen NMI trap entry
Juergen Gross
4
-4
/
+4
2017-11-02
x86/entry/64: Remove the RESTORE_..._REGS infrastructure
Andy Lutomirski
1
-52
/
+0
2017-11-02
x86/entry/64: Use POP instead of MOV to restore regs on NMI return
Andy Lutomirski
1
-4
/
+7
2017-11-02
x86/entry/64: Merge the fast and slow SYSRET paths
Andy Lutomirski
1
-3
/
+3
2017-11-02
x86/entry/64: Use pop instead of movq in syscall_return_via_sysret
Andy Lutomirski
1
-3
/
+11
2017-11-02
x86/entry/64: Shrink paranoid_exit_restore and make labels local
Andy Lutomirski
1
-8
/
+5
2017-11-02
x86/entry/64: Simplify reg restore code in the standard IRET paths
Andy Lutomirski
2
-6
/
+27
2017-11-02
x86/entry/64: Move SWAPGS into the common IRET-to-usermode path
Andy Lutomirski
2
-20
/
+15
2017-11-02
x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths
Andy Lutomirski
3
-11
/
+27
2017-11-02
x86/entry/64: Remove the restore_c_regs_and_iret label
Andy Lutomirski
1
-3
/
+2
2017-11-02
Merge branch 'x86/fpu' into x86/asm
Ingo Molnar
8
-44
/
+182
2017-11-02
Merge branch 'x86/mpx/prep' into x86/asm
Ingo Molnar
69
-219
/
+284
2017-11-01
ptrace,x86: Make user_64bit_mode() available to 32-bit builds
Ricardo Neri
1
-1
/
+5
2017-11-01
x86/boot: Relocate definition of the initial state of CR0
Ricardo Neri
3
-6
/
+3
2017-11-01
x86/mm: Relocate page fault error codes to traps.h
Ricardo Neri
2
-54
/
+52
2017-10-31
x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features
Gayatri Kammela
2
-0
/
+12
2017-10-30
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-4
/
+4
2017-10-30
x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...
Baoquan He
1
-5
/
+5
2017-10-30
Merge tag 'v4.14-rc7' into x86/mm, to pick up fixes
Ingo Molnar
64
-169
/
+277
2017-10-28
Merge tag 'pci-v4.14-fixes-6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-54
/
+54
2017-10-28
Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2017-10-28
Merge tag 'arc-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
5
-6
/
+22
2017-10-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-2
/
+5
2017-10-28
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-31
/
+57
2017-10-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
2017-10-27
Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses"
Ingo Molnar
2
-16
/
+0
2017-10-26
arm/xen: don't inclide rwlock.h directly.
Sebastian Andrzej Siewior
1
-1
/
+1
2017-10-26
alpha/PCI: Move pci_map_irq()/pci_swizzle() out of initdata
Lorenzo Pieralisi
17
-54
/
+54
2017-10-25
s390/kvm: fix detection of guest machine checks
Martin Schwidefsky
1
-2
/
+5
2017-10-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-14
/
+25
2017-10-24
perf/x86/intel/bts: Fix exclusive event reference leak
Alexander Shishkin
1
-3
/
+3
2017-10-23
x86/asm: Don't use the confusing '.ifeq' directive
Josh Poimboeuf
3
-3
/
+3
2017-10-23
Merge branch 'core/objtool' into x86/asm, to pick up dependent changes
Ingo Molnar
4
-17
/
+25
2017-10-23
Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes
Ingo Molnar
129
-740
/
+1475
2017-10-23
x86/unwind: Show function name+offset in ORC error messages
Josh Poimboeuf
1
-14
/
+15
2017-10-23
x86/entry: Fix idtentry unwind hint
Josh Poimboeuf
1
-1
/
+1
[next]