aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2014-11-21arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2014-11-21arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner
2014-11-21arm64: __clear_user: handle exceptions on strbKyle McMartin
2014-10-30arm64: compat: fix compat types affecting struct compat_elf_prpsinfoVictor Kamensky
2014-10-05arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon
2014-10-05arm64: flush TLS registers during execWill Deacon
2014-07-28locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra
2014-07-17arm64: implement TASK_SIZE_OFColin Cross
2014-07-09arm64: Bug fix in stack alignment exceptionChiaHao
2014-06-30arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon
2014-05-06arm64: Make DMA coherent and strongly ordered mappings not executableCatalin Marinas
2014-05-06arm64: Do not synchronise I and D caches for special ptesCatalin Marinas
2014-03-06ARM64: unwind: Fix PC calculationOlof Johansson
2014-02-20arm64: add DSB after icache flush in __flush_icache_all()Vinayak Kale
2014-02-20arm64: vdso: fix coarse clock handlingNathan Lynch
2014-02-20arm64: Invalidate the TLB when replacing pmd entries during bootCatalin Marinas
2014-02-20arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon
2014-02-20arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSENathan Lynch
2014-01-09arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas
2014-01-09arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas
2014-01-09arm64: Avoid cache flushing in flush_dcache_page()Catalin Marinas
2014-01-09clocksource: arch_timer: use virtual countersMark Rutland
2014-01-09arm64: Remove unused cpu_name ascii in arch/arm64/mm/proc.SCatalin Marinas
2014-01-09arm64: dts: Reserve the memory used for secondary CPU release addressCatalin Marinas
2014-01-09arm64: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro
2014-01-09arm64: fix possible invalid FPSIMD initialization stateJiang Liu
2014-01-09arm64: Change kernel stack size to 16KFeng Kan
2014-01-09arm64: virt: ensure visibility of __boot_cpu_modeMark Rutland
2014-01-09arm64: Only enable local interrupts after the CPU is marked onlineCatalin Marinas
2014-01-09arm64: spinlock: retry trylock operation if strex fails on free lockCatalin Marinas
2014-01-09arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon
2013-09-26arm64: perf: fix ARMv8 EVTYPE_MASK to include NSH bitWill Deacon
2013-09-26arm64: perf: fix group validation when using enable_on_execWill Deacon
2013-08-29arm64: perf: fix event validation for software group leadersWill Deacon
2013-08-29arm64: perf: fix array out of bounds access in armpmu_map_hw_event()Will Deacon
2013-08-20Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-07-25arm64: mm: don't treat user cache maintenance faults as writesWill Deacon
2013-06-20perf: arm64: Record the user-mode PC in the call chain.Jed Davis
2013-05-31arm64: don't kill the kernel on a bad esr from el0Mark Rutland
2013-05-31arm64: treat unhandled compat el0 traps as undefMark Rutland
2013-05-24arm64: Do not report user faults for handled signalsCatalin Marinas
2013-05-24arm64: kernel: compiling issue, need 'EXPORT_SYMBOL(clear_page)'Chen Gang
2013-05-17arm64: debug: fix mdscr.ss check when enabling debug exceptionsWill Deacon
2013-05-14arm64: Do not source kernel/time/Kconfig explicitlyCatalin Marinas
2013-05-14arm64: mm: Fix operands of clz in __flush_dcache_allSukanto Ghosh
2013-05-14arm64: Invoke the of_platform_populate() at arch_initcall() levelCatalin Marinas
2013-05-13arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon
2013-05-13arm64: Fix duplicate definition of early_consoleChen Gang
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro