summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2014-01-10arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas1-1/+1
2014-01-10arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas2-6/+3
2014-01-10arm64: Avoid cache flushing in flush_dcache_page()Catalin Marinas1-18/+4
2014-01-10clocksource: arch_timer: use virtual countersMark Rutland1-10/+0
2014-01-10arm64: Remove unused cpu_name ascii in arch/arm64/mm/proc.SCatalin Marinas1-4/+0
2014-01-10arm64: dts: Reserve the memory used for secondary CPU release addressCatalin Marinas1-0/+2
2014-01-10arm64: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro1-0/+6
2014-01-10arm64: fix possible invalid FPSIMD initialization stateJiang Liu1-0/+2
2014-01-10arm64: Change kernel stack size to 16KFeng Kan2-3/+3
2014-01-10arm64: virt: ensure visibility of __boot_cpu_modeMark Rutland1-0/+13
2014-01-10arm64: Only enable local interrupts after the CPU is marked onlineCatalin Marinas1-7/+8
2014-01-10arm64: spinlock: retry trylock operation if strex fails on free lockCatalin Marinas1-1/+2
2014-01-10arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon1-20/+18
2013-09-27arm64: perf: fix ARMv8 EVTYPE_MASK to include NSH bitWill Deacon1-1/+1
2013-09-27arm64: perf: fix group validation when using enable_on_execWill Deacon1-1/+4
2013-08-29arm64: perf: fix event validation for software group leadersWill Deacon1-0/+3
2013-08-29arm64: perf: fix array out of bounds access in armpmu_map_hw_event()Will Deacon1-1/+6
2013-08-20Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+5
2013-07-26arm64: mm: don't treat user cache maintenance faults as writesWill Deacon1-26/+20
2013-06-20perf: arm64: Record the user-mode PC in the call chain.Jed Davis1-0/+1
2013-05-31arm64: don't kill the kernel on a bad esr from el0Mark Rutland1-3/+9
2013-05-31arm64: treat unhandled compat el0 traps as undefMark Rutland1-0/+10
2013-05-24arm64: Do not report user faults for handled signalsCatalin Marinas2-3/+5
2013-05-24arm64: kernel: compiling issue, need 'EXPORT_SYMBOL(clear_page)'Chen Gang1-0/+1
2013-05-17arm64: debug: fix mdscr.ss check when enabling debug exceptionsWill Deacon1-1/+1
2013-05-14arm64: Do not source kernel/time/Kconfig explicitlyCatalin Marinas1-2/+0
2013-05-14arm64: mm: Fix operands of clz in __flush_dcache_allSukanto Ghosh1-1/+1
2013-05-14arm64: Invoke the of_platform_populate() at arch_initcall() levelCatalin Marinas1-9/+3
2013-05-13arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon2-4/+1
2013-05-13arm64: Fix duplicate definition of early_consoleChen Gang1-2/+3
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-8/+1
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2-8/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-05-09Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-12/+17
2013-05-08arm64: Treat the bitops index argument as an 'int'Catalin Marinas1-5/+5
2013-05-08arm64: Ignore the 'write' ESR flag on cache maintenance faultsCatalin Marinas1-1/+2
2013-05-08arm64: dts: fix #address-cells for foundation-v8Mark Rutland1-1/+1
2013-05-08arm64: vexpress: Add support for poweroff/restartCatalin Marinas3-5/+8
2013-05-08arm64: Enable support for the ARM GIC interrupt controllerCatalin Marinas1-0/+1
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+9
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+0
2013-05-01dump_stack: unify debug information printed by show_regs()Tejun Heo1-6/+1
2013-05-01dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0
2013-04-30Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds37-88/+1408
2013-04-30arm64: Use acquire/release semantics instead of explicit DMBCatalin Marinas1-4/+2
2013-04-30arm64: klib: bitops: fix unpredictable stxr usageMark Rutland1-2/+2
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-39/+6
2013-04-30sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-8/+5
2013-04-30mm/ARM: use common help functions to free reserved pagesJiang Liu1-24/+2
2013-04-26arm64: vexpress: Enable ARMv8 RTSM model (SoC) supportCatalin Marinas2-1/+14