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.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
/
arm64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-12-12
7
-35
/
+10
|
\
|
*
flagday: don't pass regs to copy_thread()
Al Viro
2012-11-28
1
-2
/
+1
|
*
take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h
Al Viro
2012-11-28
1
-8
/
+0
|
*
arm64: sanitize copy_thread(), switch to generic fork/vfork/clone
Al Viro
2012-11-28
7
-28
/
+12
|
*
-
.
Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...
Al Viro
2012-11-28
10
-207
/
+56
|
|
\
\
|
|
*
\
Merge branch 'arch-microblaze' into no-rebases
Al Viro
2012-11-16
5
-4
/
+5
|
|
|
\
\
*
|
|
\
\
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-12-12
29
-366
/
+469
|
\
\
\
\
\
|
*
|
|
|
|
arm64: compat for clock_adjtime(2) is miswired
Al Viro
2012-12-05
1
-1
/
+1
|
*
|
|
|
|
arm64: move FP-SIMD save/restore code to a macro
Marc Zyngier
2012-12-05
2
-40
/
+67
|
*
|
|
|
|
arm64: hyp: initialize vttbr_el2 to zero
Marc Zyngier
2012-12-05
1
-0
/
+3
|
*
|
|
|
|
arm64: add hypervisor stub
Marc Zyngier
2012-12-05
4
-1
/
+118
|
*
|
|
|
|
arm64: record boot mode when entering the kernel
Marc Zyngier
2012-12-05
2
-3
/
+73
|
*
|
|
|
|
arm64: move vector entry macro to assembler.h
Marc Zyngier
2012-12-05
2
-4
/
+8
|
*
|
|
|
|
arm64: add AArch32 execution modes to ptrace.h
Marc Zyngier
2012-12-05
1
-0
/
+10
|
*
|
|
|
|
arm64: expand register mapping between AArch32 and AArch64
Marc Zyngier
2012-12-05
1
-2
/
+19
|
*
|
|
|
|
arm64: generic timer: use virtual counter instead of physical at EL0
Will Deacon
2012-12-05
3
-6
/
+7
|
*
|
|
|
|
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: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ
Alexander Shiyan
2012-11-29
1
-1
/
+0
|
*
|
|
|
|
arm64: Make !dirty ptes read-only
Catalin Marinas
2012-11-29
1
-0
/
+2
|
*
|
|
|
|
arm64: Convert empty flush_cache_{mm,page} functions to static inline
Catalin Marinas
2012-11-23
2
-11
/
+9
|
*
|
|
|
|
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
|
*
|
|
|
|
arm64: Include the clkdev.h generic header
Catalin Marinas
2012-11-23
1
-0
/
+1
|
*
|
|
|
|
arm64: Force use of common clk at architecture level
Deepak Saxena
2012-11-20
1
-0
/
+1
|
*
|
|
|
|
Merge branch 'execve' into upstream
Catalin Marinas
2012-11-19
7
-52
/
+25
|
|
\
\
\
\
\
|
|
*
\
\
\
\
Merge remote-tracking branch 'viro/arch-arm64' into execve
Catalin Marinas
2012-11-19
7
-52
/
+25
|
|
|
\
\
\
\
\
|
|
|
|
|
/
/
/
|
|
|
|
/
|
|
|
|
|
|
*
|
|
|
Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64
Al Viro
2012-11-16
14
-82
/
+92
|
|
|
|
\
\
\
\
|
|
|
*
|
|
|
|
arm64: get rid of fork/vfork/clone wrappers
Al Viro
2012-10-22
7
-52
/
+25
|
*
|
|
|
|
|
|
Merge branch 'execve' into upstream
Catalin Marinas
2012-11-14
10
-157
/
+33
|
|
\
|
|
|
|
|
|
|
|
*
|
|
|
|
|
Merge tag 'v3.7-rc5' into execve
Catalin Marinas
2012-11-13
16
-86
/
+97
|
|
|
\
\
\
\
\
\
|
|
|
|
/
/
/
/
/
|
|
|
/
|
|
|
/
/
|
|
|
|
|
_
|
/
/
|
|
|
|
/
|
|
|
|
|
*
|
|
|
|
arm64: Use generic sys_execve() implementation
Catalin Marinas
2012-10-17
7
-54
/
+2
|
|
*
|
|
|
|
arm64: Use generic kernel_execve() implementation
Catalin Marinas
2012-10-17
3
-44
/
+2
|
|
*
|
|
|
|
arm64: Use generic kernel_thread() implementation
Catalin Marinas
2012-10-17
4
-59
/
+29
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
arm64: mm: update max_dma32 before calculating size of NORMAL zone
Will Deacon
2012-11-14
1
-2
/
+2
|
*
|
|
|
|
arm64: Make the user fault reporting more specific
Catalin Marinas
2012-11-14
1
-2
/
+11
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2012-12-11
1
-0
/
+1
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2012-12-08
1
-0
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
tracing,x86: Add a TSC trace_clock
David Sharp
2012-11-13
1
-0
/
+1
*
|
|
|
|
|
|
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2012-12-11
4
-11
/
+17
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
arm64: Fix the dtbs target building
Catalin Marinas
2012-12-10
1
-1
/
+1
|
*
|
|
|
|
|
arm64: Add dtbs target for building all the enabled dtb files
Rob Herring
2012-12-03
2
-6
/
+12
|
*
|
|
|
|
|
arm64: use new common dtc rule
Stephen Warren
2012-12-03
3
-6
/
+6
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
open*(2) compat fixes (s390, arm64)
Al Viro
2012-12-02
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
arm64: Distinguish between user and kernel XN bits
Catalin Marinas
2012-11-16
3
-23
/
+25
|
/
/
/
/
*
|
|
|
arm64: mm: fix booting on systems with no memory below 4GB
Will Deacon
2012-11-08
2
-1
/
+3
[next]