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
/
arm64
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
compat: generic compat_sys_sched_rr_get_interval() implementation
Catalin Marinas
2012-12-18
1
-15
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-12-12
3
-27
/
+4
|
\
|
*
flagday: don't pass regs to copy_thread()
Al Viro
2012-11-29
1
-2
/
+1
|
*
arm64: sanitize copy_thread(), switch to generic fork/vfork/clone
Al Viro
2012-11-29
3
-26
/
+4
|
*
Merge branch 'arch-microblaze' into no-rebases
Al Viro
2012-11-17
1
-2
/
+1
|
|
\
*
|
|
arm64: move FP-SIMD save/restore code to a macro
Marc Zyngier
2012-12-05
1
-40
/
+3
*
|
|
arm64: hyp: initialize vttbr_el2 to zero
Marc Zyngier
2012-12-05
1
-0
/
+3
*
|
|
arm64: add hypervisor stub
Marc Zyngier
2012-12-05
3
-1
/
+115
*
|
|
arm64: record boot mode when entering the kernel
Marc Zyngier
2012-12-05
1
-3
/
+22
*
|
|
arm64: move vector entry macro to assembler.h
Marc Zyngier
2012-12-05
1
-4
/
+0
*
|
|
arm64: generic timer: use virtual counter instead of physical at EL0
Will Deacon
2012-12-05
2
-2
/
+3
*
|
|
arm64: vdso: defer shifting of nanosecond component of timespec
Will Deacon
2012-12-05
2
-3
/
+7
*
|
|
arm64: vdso: rework __do_get_tspec register allocation and return shift
Will Deacon
2012-12-05
1
-44
/
+44
*
|
|
arm64: vdso: check sequence counter even for coarse realtime operations
Will Deacon
2012-12-05
1
-3
/
+3
*
|
|
arm64: vdso: fix clocksource mask when extracting bottom 56 bits
Will Deacon
2012-12-05
1
-1
/
+1
*
|
|
arm64: signal: let the compiler inline compat_get_sigframe
Will Deacon
2012-11-23
1
-3
/
+3
*
|
|
arm64: signal: return struct rt_sigframe from get_sigframe
Will Deacon
2012-11-23
1
-6
/
+6
*
|
|
arm64: signal: align return types for compat and native setup_return
Will Deacon
2012-11-23
1
-9
/
+5
*
|
|
arm64: signal: push the unwinding prologue on the signal stack
Will Deacon
2012-11-23
1
-21
/
+16
*
|
|
Merge remote-tracking branch 'viro/arch-arm64' into execve
Catalin Marinas
2012-11-19
5
-44
/
+16
|
\
|
|
|
*
|
Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64
Al Viro
2012-11-17
6
-59
/
+75
|
|
\
\
|
*
|
|
arm64: get rid of fork/vfork/clone wrappers
Al Viro
2012-10-23
5
-44
/
+16
*
|
|
|
Merge tag 'v3.7-rc5' into execve
Catalin Marinas
2012-11-13
6
-61
/
+76
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
arm64: smp: add missing completion for secondary boot
Will Deacon
2012-11-08
1
-2
/
+1
|
|
/
|
*
arm64: elf: fix core dumping definitions for GP and FP registers
Will Deacon
2012-11-08
1
-18
/
+0
|
*
arm64: perf: use architected event for CPU cycle counter
Will Deacon
2012-11-08
1
-8
/
+2
|
*
arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpoints
Will Deacon
2012-10-18
1
-16
/
+21
|
*
arm64: ptrace: make structure padding explicit for debug registers
Will Deacon
2012-10-18
1
-6
/
+30
|
*
arm64: Ignore memory blocks below PHYS_OFFSET
Catalin Marinas
2012-10-18
1
-0
/
+12
|
*
arm64: Fix the update_vsyscall() prototype
Catalin Marinas
2012-10-18
1
-10
/
+10
|
*
arm64: Remove duplicate inclusion of mmu_context.h in smp.c
Sachin Kamat
2012-10-16
1
-1
/
+0
*
|
arm64: Use generic sys_execve() implementation
Catalin Marinas
2012-10-17
4
-50
/
+0
*
|
arm64: Use generic kernel_execve() implementation
Catalin Marinas
2012-10-17
2
-44
/
+1
*
|
arm64: Use generic kernel_thread() implementation
Catalin Marinas
2012-10-17
2
-54
/
+28
|
/
*
Merge tag 'arm64-uapi' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...
Linus Torvalds
2012-10-13
5
-143
/
+16
|
\
|
*
arm64: Do not export the compat-specific definitions to the user
Catalin Marinas
2012-10-11
1
-3
/
+3
|
*
arm64: Do not include asm/unistd32.h in asm/unistd.h
Catalin Marinas
2012-10-11
4
-8
/
+4
|
*
arm64: Remove unused definitions from asm/unistd32.h
Catalin Marinas
2012-10-11
2
-132
/
+9
*
|
vfs: define struct filename and have getname() return it
Jeff Layton
2012-10-13
2
-5
/
+5
|
/
*
arm64: Enable interrupts before calling do_notify_resume()
Catalin Marinas
2012-10-08
1
-0
/
+1
*
arm64: Use the generic compat_sys_sendfile() implementation
Catalin Marinas
2012-10-08
1
-20
/
+0
*
compat: move compat_siginfo_t definition to asm/compat.h
Denys Vlasenko
2012-10-05
1
-53
/
+0
*
arm64: ptrace: remove obsolete ptrace request numbers from user headers
Will Deacon
2012-09-27
1
-6
/
+6
*
arm64: Build infrastructure
Catalin Marinas
2012-09-17
3
-0
/
+154
*
arm64: Generic timers support
Marc Zyngier
2012-09-17
1
-0
/
+65
*
arm64: Loadable modules
Will Deacon
2012-09-17
1
-0
/
+456
*
arm64: Miscellaneous library functions
Marc Zyngier
2012-09-17
1
-0
/
+46
*
arm64: Performance counters support
Will Deacon
2012-09-17
1
-0
/
+1368
*
arm64: Debugging support
Will Deacon
2012-09-17
3
-0
/
+2294
*
arm64: Floating point and SIMD
Catalin Marinas
2012-09-17
2
-0
/
+186
[next]