index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/entry/compat: Keep TS_COMPAT set during signal delivery
Andy Lutomirski
2016-02-17
1
-10
/
+13
*
x86/syscalls/64: Mark sys_iopl() as using ptregs
Andy Lutomirski
2016-02-01
1
-1
/
+1
*
x86/entry/64: Fix fast-path syscall return register state
Andy Lutomirski
2016-02-01
1
-1
/
+3
*
x86/entry/64: Fix an IRQ state error on ptregs-using syscalls
Andy Lutomirski
2016-02-01
1
-6
/
+13
*
x86/vdso: Use static_cpu_has()
Borislav Petkov
2016-01-30
1
-1
/
+1
*
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
2016-01-30
5
-3
/
+4
*
x86/entry/64: Migrate the 64-bit syscall slow path to C
Andy Lutomirski
2016-01-29
2
-78
/
+65
*
x86/entry/64: Stop using int_ret_from_sys_call in ret_from_fork
Andy Lutomirski
2016-01-29
1
-16
/
+19
*
x86/entry/64: Call all native slow-path syscalls with full pt-regs
Andy Lutomirski
2016-01-29
2
-87
/
+10
*
x86/entry/64: Always run ptregs-using syscalls on the slow path
Andy Lutomirski
2016-01-29
3
-24
/
+55
*
x86/syscalls: Add syscall entry qualifiers
Andy Lutomirski
2016-01-29
3
-7
/
+20
*
x86/syscalls: Move compat syscall entry handling into syscalltbl.sh
Andy Lutomirski
2016-01-29
3
-14
/
+22
*
x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32
Andy Lutomirski
2016-01-29
2
-9
/
+16
*
x86/syscalls: Refactor syscalltbl.sh
Andy Lutomirski
2016-01-29
1
-5
/
+13
*
Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...
Ingo Molnar
2016-01-29
4
-6
/
+9
|
\
|
*
UBSAN: run-time undefined behavior sanity checker
Andrey Ryabinin
2016-01-21
1
-0
/
+1
|
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-01-14
1
-6
/
+6
|
|
\
|
|
*
x86/vdso/pvclock: Protect STABLE check with the seqcount
Andy Lutomirski
2016-01-13
1
-6
/
+6
|
*
|
Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-01-13
2
-0
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
x86: add sys_copy_file_range to syscall tables
Zach Brown
2015-12-01
2
-0
/
+2
*
|
|
x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64
Alexander Kuleshov
2016-01-19
1
-31
/
+0
*
|
|
x86/vdso: Disallow vvar access to vclock IO for never-used vclocks
Andy Lutomirski
2016-01-12
2
-3
/
+10
*
|
|
x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mapping
Andy Lutomirski
2016-01-12
1
-40
/
+57
*
|
|
x86/vdso: Use .fault for the vDSO text mapping
Andy Lutomirski
2016-01-12
2
-14
/
+19
*
|
|
x86/vdso: Track each mm's loaded vDSO image as well as its base
Andy Lutomirski
2016-01-12
1
-0
/
+1
|
/
/
*
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-01-12
8
-104
/
+118
|
\
\
|
*
|
x86/entry/64_compat: Make labels local
Borislav Petkov
2015-12-14
1
-5
/
+5
|
*
|
x86/vdso: Enable vdso pvclock access on all vdso variants
Andy Lutomirski
2015-12-11
1
-51
/
+40
|
*
|
x86/vdso: Remove pvclock fixmap machinery
Andy Lutomirski
2015-12-11
2
-1
/
+1
|
*
|
x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
Andy Lutomirski
2015-12-11
4
-13
/
+26
|
*
|
x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader
Andy Lutomirski
2015-12-11
1
-35
/
+46
|
*
|
x86/entry/64: Bypass enter_from_user_mode on non-context-tracking boots
Andy Lutomirski
2015-11-24
2
-6
/
+17
|
*
|
Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes
Ingo Molnar
2015-11-24
1
-1
/
+18
|
|
\
\
|
*
|
|
x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op
Boris Ostrovsky
2015-11-23
1
-8
/
+2
|
*
|
|
x86/paravirt: Remove the unused irq_enable_sysexit pv op
Boris Ostrovsky
2015-11-23
1
-6
/
+2
|
*
|
|
x86/xen: Avoid fast syscall path for Xen PV guests
Boris Ostrovsky
2015-11-23
2
-6
/
+9
|
|
|
/
|
|
/
|
*
|
|
x86/entry: Restore traditional SYSENTER calling convention
Andy Lutomirski
2015-12-21
4
-19
/
+51
*
|
|
x86/entry: Fix some comments
Andy Lutomirski
2015-12-21
2
-2
/
+2
*
|
|
x86/xen: Avoid fast syscall path for Xen PV guests
Boris Ostrovsky
2015-12-19
2
-6
/
+9
|
|
/
|
/
|
*
|
x86/entry/64: Fix irqflag tracing wrt context tracking
Andy Lutomirski
2015-11-24
1
-1
/
+18
|
/
*
mm: mlock: add new mlock system call
Eric B Munson
2015-11-06
2
-0
/
+2
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-11-04
1
-0
/
+2
|
\
|
*
Merge tag 'v4.3-rc3' into x86/mm, to pick up fixes before applying new changes
Ingo Molnar
2015-10-06
1
-1
/
+15
|
|
\
|
*
|
x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSO
Toshi Kani
2015-09-22
1
-0
/
+2
*
|
|
x86/entry/32: Fix FS and GS restore in opportunistic SYSEXIT
Andy Lutomirski
2015-10-18
1
-2
/
+2
*
|
|
x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on
Andy Lutomirski
2015-10-18
3
-8
/
+17
*
|
|
x86/entry/64/compat: Document sysenter_fix_flags's reason for existence
Borislav Petkov
2015-10-11
1
-0
/
+6
*
|
|
x86/entry: Split and inline syscall_return_slowpath()
Andy Lutomirski
2015-10-09
1
-21
/
+29
*
|
|
x86/entry: Split and inline prepare_exit_to_usermode()
Andy Lutomirski
2015-10-09
1
-15
/
+28
*
|
|
x86/entry: Use pt_regs_to_thread_info() in syscall entry tracing
Andy Lutomirski
2015-10-09
1
-11
/
+11
[next]