summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon2014-10-052-2/+2
* arm64: flush TLS registers during execWill Deacon2014-10-052-0/+24
* locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra2014-07-281-0/+1
* arm64: implement TASK_SIZE_OFColin Cross2014-07-171-0/+2
* arm64: Bug fix in stack alignment exceptionChiaHao2014-07-091-1/+0
* arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon2014-06-301-0/+4
* arm64: Make DMA coherent and strongly ordered mappings not executableCatalin Marinas2014-05-061-3/+3
* arm64: Do not synchronise I and D caches for special ptesCatalin Marinas2014-05-061-1/+1
* ARM64: unwind: Fix PC calculationOlof Johansson2014-03-061-1/+5
* arm64: add DSB after icache flush in __flush_icache_all()Vinayak Kale2014-02-201-0/+1
* arm64: vdso: fix coarse clock handlingNathan Lynch2014-02-201-1/+6
* arm64: Invalidate the TLB when replacing pmd entries during bootCatalin Marinas2014-02-201-2/+10
* arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon2014-02-201-1/+1
* arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSENathan Lynch2014-02-201-2/+2
* arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas2014-01-091-1/+1
* arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas2014-01-092-6/+3
* arm64: Avoid cache flushing in flush_dcache_page()Catalin Marinas2014-01-091-18/+4
* clocksource: arch_timer: use virtual countersMark Rutland2014-01-091-10/+0
* arm64: Remove unused cpu_name ascii in arch/arm64/mm/proc.SCatalin Marinas2014-01-091-4/+0
* arm64: dts: Reserve the memory used for secondary CPU release addressCatalin Marinas2014-01-091-0/+2
* arm64: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro2014-01-091-0/+6
* arm64: fix possible invalid FPSIMD initialization stateJiang Liu2014-01-091-0/+2
* arm64: Change kernel stack size to 16KFeng Kan2014-01-092-3/+3
* arm64: virt: ensure visibility of __boot_cpu_modeMark Rutland2014-01-091-0/+13
* arm64: Only enable local interrupts after the CPU is marked onlineCatalin Marinas2014-01-091-7/+8
* arm64: spinlock: retry trylock operation if strex fails on free lockCatalin Marinas2014-01-091-1/+2
* arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon2014-01-091-20/+18
* arm64: perf: fix ARMv8 EVTYPE_MASK to include NSH bitWill Deacon2013-09-261-1/+1
* arm64: perf: fix group validation when using enable_on_execWill Deacon2013-09-261-1/+4
* arm64: perf: fix event validation for software group leadersWill Deacon2013-08-291-0/+3
* arm64: perf: fix array out of bounds access in armpmu_map_hw_event()Will Deacon2013-08-291-1/+6
* Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-201-2/+5
* arm64: mm: don't treat user cache maintenance faults as writesWill Deacon2013-07-251-26/+20
* perf: arm64: Record the user-mode PC in the call chain.Jed Davis2013-06-201-0/+1
* arm64: don't kill the kernel on a bad esr from el0Mark Rutland2013-05-311-3/+9
* arm64: treat unhandled compat el0 traps as undefMark Rutland2013-05-311-0/+10
* arm64: Do not report user faults for handled signalsCatalin Marinas2013-05-242-3/+5
* arm64: kernel: compiling issue, need 'EXPORT_SYMBOL(clear_page)'Chen Gang2013-05-241-0/+1
* arm64: debug: fix mdscr.ss check when enabling debug exceptionsWill Deacon2013-05-171-1/+1
* arm64: Do not source kernel/time/Kconfig explicitlyCatalin Marinas2013-05-141-2/+0
* arm64: mm: Fix operands of clz in __flush_dcache_allSukanto Ghosh2013-05-141-1/+1
* arm64: Invoke the of_platform_populate() at arch_initcall() levelCatalin Marinas2013-05-141-9/+3
* arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon2013-05-132-4/+1
* arm64: Fix duplicate definition of early_consoleChen Gang2013-05-131-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-102-8/+1
|\
| * unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-092-8/+1
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-3/+0
|\ \
| * | Remove GENERIC_GPIO config optionAlexandre Courbot2013-04-161-3/+0
* | | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-086-12/+17
|\ \ \
| * | | arm64: Treat the bitops index argument as an 'int'Catalin Marinas2013-05-081-5/+5