Paul Gortmaker 8bd26e3a7e arm: delete __cpuinit/__CPUINIT usage from all ARM users il y a 12 ans
..
.gitignore da1562af62 [ARM] 5194/1: update .gitignore il y a 17 ans
Makefile 21884a83b2 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip il y a 12 ans
arch_timer.c 38ff87f77a sched_clock: Make ARM's sched_clock generic for all architectures il y a 12 ans
armksyms.c 91b006def3 Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus il y a 13 ans
arthur.c 7cc09c248f [ARM] arm/kernel/arthur.c: add MODULE_LICENSE il y a 17 ans
asm-offsets.c 7604537bbb ARM: kernel: implement stack pointer save array through MPIDR hashing il y a 12 ans
atags.h bd51e2f595 ARM: 7506/1: allow for ATAGS to be configured out when DT support is selected il y a 13 ans
atags_compat.c aa783b6fd6 ARM: 7505/1: split out ATAGS parsing il y a 13 ans
atags_parse.c aa783b6fd6 ARM: 7505/1: split out ATAGS parsing il y a 13 ans
atags_proc.c d9dda78bad procfs: new helper - PDE_DATA(inode) il y a 12 ans
bios32.c 14d86e725e ARM: pci: create pci_common_init_dev() il y a 12 ans
calls.S 3f7d1fe108 ARM: 7665/1: Wire up kcmp syscall il y a 13 ans
cpuidle.c e1689795a7 cpuidle: Add common time keeping and irq enabling il y a 13 ans
crash_dump.c 93a72052be crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn il y a 14 ans
debug.S a73b59c51a ARM: compile fix for DEBUG_LL=y && MMU=n il y a 13 ans
devtree.c 8d5bc1a6ac ARM: dt: Only print warning, not WARN() on bad cpu map in device tree il y a 12 ans
dma-isa.c e8b8f5ef90 ARM: dma-isa: request cascade channel after registering it il y a 16 ans
dma.c bd31b85960 locking, ARM: Annotate low level hw locks as raw il y a 14 ans
early_printk.c d0380e6c3c early_printk: consolidate random copies of identical code il y a 12 ans
elf.c 9f97da78bf Disintegrate asm/system.h for ARM il y a 13 ans
entry-armv.S a4780adeef ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and fork il y a 12 ans
entry-common.S 3c0c01ab74 Merge branch 'devel-stable' into for-next il y a 12 ans
entry-header.S f150abe101 Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stable il y a 12 ans
entry-v7m.S 19c4d593f0 ARM: ARMv7-M: Add support for exception handling il y a 12 ans
etm.c 9387a393ef ARM/etm/sysrq: fix inconstistent help message of sysrq key il y a 12 ans
fiq.c bc89663aa5 ARM: fiq: change FIQ_START to a variable il y a 13 ans
fiqasm.S dc2eb928a1 ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2 il y a 14 ans
ftrace.c 4c36595ec8 ARM: 7468/1: ftrace: Trace function entry before updating index il y a 13 ans
head-common.S 8bd26e3a7e arm: delete __cpuinit/__CPUINIT usage from all ARM users il y a 12 ans
head-nommu.S 8bd26e3a7e arm: delete __cpuinit/__CPUINIT usage from all ARM users il y a 12 ans
head.S 8bd26e3a7e arm: delete __cpuinit/__CPUINIT usage from all ARM users il y a 12 ans
hw_breakpoint.c 8bd26e3a7e arm: delete __cpuinit/__CPUINIT usage from all ARM users il y a 12 ans
hyp-stub.S 3f71be237c ARM: arch_timer: stop virtual timer when booted in HYP mode il y a 12 ans
insn.c fa0d1dbf7f ARM: fix missing bug.h include in arch/arm/kernel/insn.c il y a 13 ans
insn.h 09f05d8529 ARM: 7334/1: add jump label support il y a 13 ans
io.c ecea4ab6d3 arm: convert core files from module.h to export.h il y a 14 ans
irq.c ebafed7ab9 ARM: irq: Call irqchip_init if no init_irq function is specified il y a 12 ans
isa.c 6d4561110a sysctl: Drop & in front of every proc_handler. il y a 16 ans
iwmmxt.S 392ba787bc ARM: pxa: fix logic error in PJ4 iWMMXt handling il y a 14 ans
jump_label.c 09f05d8529 ARM: 7334/1: add jump label support il y a 13 ans
kgdb.c 834b2964b7 kgdb,arm: fix register dump il y a 15 ans
kprobes-arm.c b5bed7fe80 ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and below il y a 14 ans
kprobes-common.c 9f97da78bf Disintegrate asm/system.h for ARM il y a 13 ans
kprobes-test-arm.c 5c5b06c3c0 ARM: kprobes: make more tests conditional il y a 13 ans
kprobes-test-thumb.c 46589e2922 ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernels il y a 14 ans
kprobes-test.c 744627e91c treewide: fix printk typo in multiple drivers il y a 13 ans
kprobes-test.h 46589e2922 ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernels il y a 14 ans
kprobes-thumb.c 2307574a50 ARM: 7423/1: kprobes: run t32_simulate_ldr_literal() without insn slot il y a 13 ans
kprobes.c b67bfe0d42 hlist: drop the node parameter from iterators il y a 13 ans
kprobes.h 2c89240b63 ARM: kprobes: Add exports for test code il y a 14 ans
machine_kexec.c 19ab428f4b ARM: 7759/1: decouple CPU offlining from reboot/shutdown il y a 12 ans
module.c 40b313608a Finally eradicate CONFIG_HOTPLUG il y a 12 ans
opcodes.c 0c9030deaf ARM: 7206/1: Add generic ARM instruction set condition code checks. il y a 14 ans
patch.c b21d55e98a ARM: 7332/1: extract out code patch function from kprobes il y a 13 ans
patch.h b21d55e98a ARM: 7332/1: extract out code patch function from kprobes il y a 13 ans
perf_event.c c5f927a6f6 ARM: 7765/1: perf: Record the user-mode PC in the call chain. il y a 12 ans
perf_event_cpu.c 8bd26e3a7e arm: delete __cpuinit/__CPUINIT usage from all ARM users il y a 12 ans
perf_event_v6.c 40c390c768 ARM: perf: don't pretend to support counting of L1I writes il y a 13 ans
perf_event_v7.c f2fe09b055 ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bit il y a 13 ans
perf_event_xscale.c 40c390c768 ARM: perf: don't pretend to support counting of L1I writes il y a 13 ans
pj4-cp0.c d91ef63bd5 arm: remove several unnecessary module.h include instances il y a 14 ans
process.c 1b3a5d02ee reboot: move arch/x86 reboot= handling to generic kernel il y a 12 ans
psci.c 0577408839 arm: introduce psci_smp_ops il y a 12 ans
psci_smp.c 8bd26e3a7e arm: delete __cpuinit/__CPUINIT usage from all ARM users il y a 12 ans
ptrace.c 6af9df7f5b ptrace/arm: revert "hw_breakpoints: Fix racy access to ptrace breakpoints" il y a 12 ans
relocate_kernel.S 552e0c8da8 ARM: 7065/1: kexec: ensure new kernel is entered in ARM state il y a 14 ans
return_address.c 01223f3650 ARM: 7676/1: fix a wrong value returned from CALLER_ADDRn il y a 12 ans
setup.c 16d6d5b00e reboot: arm: prepare reboot_mode for moving to generic kernel code il y a 12 ans
signal.c 9dfc28b630 ARM: mpu: protect the vectors page with an MPU region il y a 12 ans
signal.h 8d4150ccbb ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline"" il y a 13 ans
sleep.S 7604537bbb ARM: kernel: implement stack pointer save array through MPIDR hashing il y a 12 ans
smp.c 8bd26e3a7e arm: delete __cpuinit/__CPUINIT usage from all ARM users il y a 12 ans
smp_scu.c 73a09d212e Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stable il y a 13 ans
smp_tlb.c 0d0752bca1 ARM: 7769/1: Cortex-A15: fix erratum 798181 implementation il y a 12 ans
smp_twd.c 8bd26e3a7e arm: delete __cpuinit/__CPUINIT usage from all ARM users il y a 12 ans
stacktrace.c ecea4ab6d3 arm: convert core files from module.h to export.h il y a 14 ans
suspend.c 7604537bbb ARM: kernel: implement stack pointer save array through MPIDR hashing il y a 12 ans
swp_emulate.c b11ac20eca arm: single_open() leaks il y a 12 ans
sys_arm.c 38a61b6b4a arm: switch to generic fork/vfork/clone il y a 13 ans
sys_oabi-compat.c a7c1938e22 userns: Convert stat to return values mapped from kuids and kgids il y a 13 ans
tcm.c de40614e92 ARM: 7694/1: ARM, TCM: initialize TCM in paging_init(), instead of setup_arch() il y a 12 ans
thumbee.c 58834eecde ARM: 7385/1: ThumbEE: Use cpuid macros to read ID_PFR0 for ThumbEE il y a 13 ans
time.c 38ff87f77a sched_clock: Make ARM's sched_clock generic for all architectures il y a 12 ans
topology.c 92bdd3f5eb ARM: 7742/1: topology: export cpu_topology il y a 12 ans
traps.c 3c0c01ab74 Merge branch 'devel-stable' into for-next il y a 12 ans
unwind.c ddf5a25c5f ARM: unwinder: fix bisection to find origin in .idx section il y a 14 ans
vmlinux.lds.S 40b313608a Finally eradicate CONFIG_HOTPLUG il y a 12 ans
xscale-cp0.c d91ef63bd5 arm: remove several unnecessary module.h include instances il y a 14 ans