index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2013-02-20
14
-120
/
+246
|
\
|
*
sparc32: refactor smp boot
Sam Ravnborg
2013-02-20
6
-78
/
+132
|
*
sparc64: Fix huge PMD to PTE translation for sun4u in TLB miss handler.
David S. Miller
2013-02-20
1
-9
/
+19
|
*
sparc64: Fix tsb_grow() in atomic context.
David S. Miller
2013-02-20
6
-16
/
+72
|
*
sparc64: Handle hugepage TSB being NULL.
David S. Miller
2013-02-20
1
-16
/
+22
|
*
sparc64: Fix gfp_flags setting in tsb_grow().
David S. Miller
2013-02-20
1
-1
/
+1
*
|
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-02-20
28
-173
/
+853
|
\
\
|
*
|
arm64: mm: update CONTEXTIDR register to contain PID of current process
Will Deacon
2013-02-11
3
-1
/
+26
|
*
|
arm64: atomics: fix grossly inconsistent asm constraints for exclusives
Will Deacon
2013-02-11
4
-143
/
+143
|
*
|
arm64: compat: use compat_uptr_t type for compat_ucontext.uc_link
Will Deacon
2013-02-11
1
-2
/
+2
|
*
|
arm64: Select ARCH_WANT_FRAME_POINTERS
Catalin Marinas
2013-01-29
1
-0
/
+1
|
*
|
arm64: Add kvm_para.h and xor.h generic headers
Catalin Marinas
2013-01-29
2
-0
/
+5
|
*
|
arm64: SMP: enable PSCI boot method
Marc Zyngier
2013-01-29
4
-1
/
+55
|
*
|
arm64: psci: add support for PSCI invocations from the kernel
Will Deacon
2013-01-29
4
-1
/
+253
|
*
|
arm64: SMP: rework the SMP code to be enabling method agnostic
Marc Zyngier
2013-01-29
4
-23
/
+123
|
*
|
arm64: perf: add guest vs host discrimination
Marc Zyngier
2013-01-29
2
-1
/
+43
|
*
|
arm64: add COMPAT_PSR_*_BIT flags
Marc Zyngier
2013-01-29
1
-0
/
+10
|
*
|
arm64: Add simple earlyprintk support
Catalin Marinas
2013-01-22
8
-2
/
+185
|
*
|
arm64: Populate the platform devices
Catalin Marinas
2013-01-22
1
-0
/
+8
*
|
|
Merge branch 'for-linus-2' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-02-20
53
-95
/
+6865
|
\
\
\
|
*
\
\
Merge branch 'for-rmk/virt/kvm/core' of git://git.kernel.org/pub/scm/linux/ke...
Russell King
2013-02-04
35
-12
/
+6437
|
|
\
\
\
|
|
*
|
|
KVM: ARM: Power State Coordination Interface implementation
Marc Zyngier
2013-01-23
7
-4
/
+190
|
|
*
|
|
KVM: ARM: Handle I/O aborts
Christoffer Dall
2013-01-23
9
-3
/
+255
|
|
*
|
|
KVM: ARM: Handle guest faults in KVM
Christoffer Dall
2013-01-23
4
-1
/
+192
|
|
*
|
|
KVM: ARM: VFP userspace interface
Rusty Russell
2013-01-23
2
-0
/
+190
|
|
*
|
|
KVM: ARM: Demux CCSIDR in the userspace API
Christoffer Dall
2013-01-23
2
-3
/
+170
|
|
*
|
|
KVM: ARM: User space API for getting/setting co-proc registers
Christoffer Dall
2013-01-23
4
-4
/
+345
|
|
*
|
|
KVM: ARM: Emulation framework and CP15 emulation
Christoffer Dall
2013-01-23
11
-4
/
+1160
|
|
*
|
|
KVM: ARM: World-switch implementation
Christoffer Dall
2013-01-23
6
-4
/
+1122
|
|
*
|
|
KVM: ARM: Inject IRQs and FIQs from userspace
Christoffer Dall
2013-01-23
4
-0
/
+112
|
|
*
|
|
KVM: ARM: Memory virtualization setup
Christoffer Dall
2013-01-23
8
-2
/
+488
|
|
*
|
|
KVM: ARM: Hypervisor initialization
Christoffer Dall
2013-01-23
9
-0
/
+755
|
|
*
|
|
KVM: ARM: Initial skeleton to compile KVM support
Christoffer Dall
2013-01-23
19
-0
/
+1385
|
|
*
|
|
ARM: Section based HYP idmap
Christoffer Dall
2013-01-23
4
-12
/
+51
|
|
*
|
|
ARM: Add page table and page defines needed by KVM
Christoffer Dall
2013-01-23
3
-0
/
+47
|
*
|
|
|
Merge branch 'for-rmk/virt/psci' of git://git.kernel.org/pub/scm/linux/kernel...
Russell King
2013-01-23
6
-0
/
+283
|
|
\
\
\
\
|
|
*
|
|
|
ARM: psci: add support for PSCI invocations from the kernel
Will Deacon
2013-01-10
4
-0
/
+258
|
|
*
|
|
|
ARM: opcodes: add opcodes definitions for ARM security extensions
Will Deacon
2013-01-10
1
-0
/
+24
|
|
*
|
|
|
ARM: opcodes: add missing include of linux/linkage.h
Will Deacon
2013-01-10
1
-0
/
+1
|
*
|
|
|
|
Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Russell King
2013-01-23
6
-49
/
+75
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
ARM: perf: simplify __hw_perf_event_init err handling
Mark Rutland
2013-01-18
1
-5
/
+3
|
|
*
|
|
|
ARM: perf: remove unnecessary checks for idx < 0
Mark Rutland
2013-01-18
1
-8
/
+0
|
|
*
|
|
|
ARM: perf: handle armpmu_register failing
Mark Rutland
2013-01-18
1
-5
/
+10
|
|
*
|
|
|
ARM: perf: don't pretend to support counting of L1I writes
Will Deacon
2013-01-16
3
-12
/
+12
|
|
*
|
|
|
ARM: perf: remove redundant NULL check on cpu_pmu
Will Deacon
2013-01-14
1
-1
/
+1
|
|
*
|
|
|
ARM: Use implementor and part defines from cputype.h
Christoffer Dall
2013-01-11
1
-18
/
+16
|
|
*
|
|
|
ARM: Define CPU part numbers and implementors
Christoffer Dall
2013-01-11
1
-0
/
+33
|
|
|
/
/
/
|
*
|
|
|
Merge branch 'for-rmk/virt/hyp-boot/updates' of git://git.kernel.org/pub/scm/...
Russell King
2013-01-23
3
-16
/
+8
|
|
\
\
\
\
|
|
*
|
|
|
ARM: virt: hide CONFIG_ARM_VIRT_EXT from user
Will Deacon
2013-01-10
1
-7
/
+3
|
|
*
|
|
|
ARM: virt: use PSR_N_BIT for detecting boot CPU mode mismatch
Will Deacon
2013-01-10
1
-2
/
+2
[next]