summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-06arm64: Work around broken .inst when defective gas is detectedMarc Zyngier1-4/+25
2016-12-06arm64: Add detection code for broken .inst support in binutilsMarc Zyngier1-2/+8
2016-12-05arm64: Remove reference to asm/opcodes.hMarc Zyngier1-2/+0
2016-12-02arm64: Get rid of asm/opcodes.hMarc Zyngier4-13/+14
2016-12-02arm64: smp: Prevent raw_smp_processor_id() recursionRobin Murphy1-1/+3
2016-11-29Merge Will Deacon's for-next/perf branch into for-next/coreCatalin Marinas7-43/+372
2016-11-29arm64: head.S: Fix CNTHCTL_EL2 access on VHE systemJintack1-1/+12
2016-11-23arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas2-8/+5
2016-11-23arm64: Enable HIBERNATION in defconfigCatalin Marinas1-0/+1
2016-11-21arm64: Enable CONFIG_ARM64_SW_TTBR0_PANCatalin Marinas1-0/+8
2016-11-21arm64: xen: Enable user access before a privcmd hvc callCatalin Marinas1-0/+15
2016-11-21arm64: Handle faults caused by inadvertent user access with PAN enabledCatalin Marinas1-4/+10
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas7-20/+153
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas10-13/+146
2016-11-21arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas2-5/+14
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas7-58/+93
2016-11-21arm64: Update the synchronous external abort fault descriptionCatalin Marinas1-4/+4
2016-11-18selftests: arm64: add test for unaligned/inexact watchpoint handlingPratyush Anand2-1/+240
2016-11-18arm64: Allow hw watchpoint of length 3,5,6 and 7Pratyush Anand2-0/+40
2016-11-18arm64: hw_breakpoint: Handle inexact watchpoint addressesPavel Labath1-27/+69
2016-11-18arm64: Allow hw watchpoint at varied offset from base addressPratyush Anand3-28/+28
2016-11-18hw_breakpoint: Allow watchpoint of length 3,5,6 and 7Pratyush Anand2-0/+8
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose7-4/+65
2016-11-16arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose4-21/+15
2016-11-11arm64: split thread_info from task stackMark Rutland10-54/+73
2016-11-11arm64: assembler: introduce ldr_this_cpuMark Rutland2-5/+16
2016-11-11arm64: make cpu number a percpu variableMark Rutland2-1/+15
2016-11-11arm64: smp: prepare for smp_processor_id() reworkMark Rutland1-3/+4
2016-11-11arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland4-10/+7
2016-11-11arm64: prep stack walkers for THREAD_INFO_IN_TASKMark Rutland3-6/+24
2016-11-11arm64: unexport walk_stackframeMark Rutland1-1/+0
2016-11-11arm64: traps: simplify die() and __die()Mark Rutland1-7/+6
2016-11-11arm64: factor out current_stack_pointerMark Rutland7-5/+17
2016-11-11arm64: asm-offsets: remove unused definitionsMark Rutland1-2/+0
2016-11-11arm64: thread_info remove stale itemsMark Rutland1-2/+0
2016-11-11thread_info: include <current.h> for THREAD_INFO_IN_TASKMark Rutland1-0/+6
2016-11-11thread_info: factor out restart_blockMark Rutland2-40/+52
2016-11-09arm64: percpu: kill off final ACCESS_ONCE() usesMark Rutland1-8/+8
2016-11-09arm64: hugetlb: fix the wrong address for several functionsHuang Shijie1-4/+4
2016-11-09arm64: hugetlb: remove the wrong pmd check in find_num_contig()Huang Shijie1-12/+0
2016-11-09arm64: Fix typo in add_default_hugepagesz() for 64K pagesCatalin Marinas1-1/+1
2016-11-07arm64: fix error: conflicting types for 'kprobe_fault_handler'Pratyush Anand1-1/+0
2016-11-07arm64: Add uprobe supportPratyush Anand10-2/+277
2016-11-07arm64: introduce mm context flag to keep 32 bit task informationPratyush Anand2-2/+11
2016-11-07arm64: Handle TRAP_BRKPT for user mode as wellPratyush Anand1-7/+11
2016-11-07arm64: Handle TRAP_TRACE for user mode as wellPratyush Anand1-10/+12
2016-11-07arm64: kgdb_step_brk_fn: ignore other's exceptionPratyush Anand1-0/+3
2016-11-07arm64: kprobe: protect/rename few definitions to be reused by uprobePratyush Anand4-43/+52
2016-11-07arm64: dump: Add checking for writable and exectuable pagesLaura Abbott4-0/+94
2016-11-07arm64: dump: Remove max_addrLaura Abbott1-1/+0