summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | KVM: ARM: Emulation framework and CP15 emulationChristoffer Dall2013-01-2311-4/+1160
| | * | | | | | | | KVM: ARM: World-switch implementationChristoffer Dall2013-01-236-4/+1122
| | * | | | | | | | KVM: ARM: Inject IRQs and FIQs from userspaceChristoffer Dall2013-01-234-0/+112
| | * | | | | | | | KVM: ARM: Memory virtualization setupChristoffer Dall2013-01-238-2/+488
| | * | | | | | | | KVM: ARM: Hypervisor initializationChristoffer Dall2013-01-239-0/+755
| | * | | | | | | | KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall2013-01-2319-0/+1385
| | * | | | | | | | ARM: Section based HYP idmapChristoffer Dall2013-01-234-12/+51
| | * | | | | | | | ARM: Add page table and page defines needed by KVMChristoffer Dall2013-01-233-0/+47
| * | | | | | | | | Merge branch 'for-rmk/virt/psci' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2013-01-236-0/+283
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: psci: add support for PSCI invocations from the kernelWill Deacon2013-01-104-0/+258
| | * | | | | | | | | ARM: opcodes: add opcodes definitions for ARM security extensionsWill Deacon2013-01-101-0/+24
| | * | | | | | | | | ARM: opcodes: add missing include of linux/linkage.hWill Deacon2013-01-101-0/+1
| * | | | | | | | | | Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-01-236-49/+75
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | ARM: perf: simplify __hw_perf_event_init err handlingMark Rutland2013-01-181-5/+3
| | * | | | | | | | | ARM: perf: remove unnecessary checks for idx < 0Mark Rutland2013-01-181-8/+0
| | * | | | | | | | | ARM: perf: handle armpmu_register failingMark Rutland2013-01-181-5/+10
| | * | | | | | | | | ARM: perf: don't pretend to support counting of L1I writesWill Deacon2013-01-163-12/+12
| | * | | | | | | | | ARM: perf: remove redundant NULL check on cpu_pmuWill Deacon2013-01-141-1/+1
| | * | | | | | | | | ARM: Use implementor and part defines from cputype.hChristoffer Dall2013-01-111-18/+16
| | * | | | | | | | | ARM: Define CPU part numbers and implementorsChristoffer Dall2013-01-111-0/+33
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'for-rmk/virt/hyp-boot/updates' of git://git.kernel.org/pub/scm/...Russell King2013-01-233-16/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: virt: hide CONFIG_ARM_VIRT_EXT from userWill Deacon2013-01-101-7/+3
| | * | | | | | | | | ARM: virt: use PSR_N_BIT for detecting boot CPU mode mismatchWill Deacon2013-01-101-2/+2
| | * | | | | | | | | ARM: virt: avoid clobbering lr when forcing svc modeRussell King2013-01-101-7/+3
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'for-rmk/hw-breakpoint' of git://git.kernel.org/pub/scm/linux/ke...Russell King2013-01-234-18/+62
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: hw_breakpoint: Debug powerdown support for self-hosted debugDietmar Eggemann2013-01-101-1/+27
| | * | | | | | | | | ARM: hw_breakpoint: Check function for OS Save and Restore mechanismDietmar Eggemann2013-01-102-5/+26
| | * | | | | | | | | ARM: coresight: common definition for (OS) Lock Access Register key valueDietmar Eggemann2013-01-103-12/+9
| | |/ / / / / / / /
* | | | | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-02-2023-413/+209
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'misc' into for-linusRussell King2013-02-2022-411/+207
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: add SCHED_HRTICK config optionRussell King2013-02-171-0/+3
| | * | | | | | | | | | ARM: 7650/1: mm: replace direct access to mm->context.id with new macroBen Dooks2013-02-163-3/+3
| | * | | | | | | | | | ARM: 7649/1: mm: mm->context.id fix for big-endianBen Dooks2013-02-162-0/+8
| | * | | | | | | | | | ARM: 7648/1: pci: Allow passing per-controller private dataThierry Reding2013-02-162-0/+4
| | * | | | | | | | | | ARM: 7647/1: pci: Keep pci_common_init() around after initThierry Reding2013-02-161-3/+3
| | * | | | | | | | | | ARM: fix warnings introduced by previous patchRussell King2013-02-161-2/+0
| | * | | | | | | | | | ARM: 7646/1: mm: use static_vm for managing static mapped areasJoonsoo Kim2013-02-162-59/+46
| | * | | | | | | | | | ARM: 7645/1: ioremap: introduce an infrastructure for static mapped areaJoonsoo Kim2013-02-162-0/+76
| | * | | | | | | | | | ARM: 7644/1: vmregion: remove vmregion code entirelyJoonsoo Kim2013-02-163-237/+1
| | * | | | | | | | | | ARM: 7637/1: memory: use SZ_ constants for defining the virtual memory layoutWill Deacon2013-02-161-4/+4
| | * | | | | | | | | | ARM: 7635/1: versatile: fix the PCI IRQ regressionLinus Walleij2013-02-062-6/+20
| | * | | | | | | | | | ARM: 7639/1: cache-l2x0: add missed dummy outer_resume entryBarry Song2013-02-061-0/+1
| | * | | | | | | | | | ARM: 7632/1: spinlock: avoid exclusive accesses on unlock() pathWill Deacon2013-01-281-15/+1
| | * | | | | | | | | | ARM: smp: remove wrapper functionsRussell King2013-01-141-23/+8
| | * | | | | | | | | | ARM: 7626/1: arm/crypto: Make asm SHA-1 and AES code Thumb-2 compatibleDave Martin2013-01-132-59/+29
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | ARM: 7643/1: sched: correct update_sched_clock()Joonsoo Kim2013-02-111-2/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-02-202-8/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMAGeert Uytterhoeven2013-02-092-8/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-2038-407/+180
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki2013-02-1828-350/+118
| |\ \ \ \ \ \ \ \ \ \