summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-12-05arm64: Remove reference to asm/opcodes.hMarc Zyngier
2016-12-02arm64: Get rid of asm/opcodes.hMarc Zyngier
2016-12-02arm64: smp: Prevent raw_smp_processor_id() recursionRobin Murphy
2016-11-29Merge Will Deacon's for-next/perf branch into for-next/coreCatalin Marinas
2016-11-29arm64: head.S: Fix CNTHCTL_EL2 access on VHE systemJintack
2016-11-23arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas
2016-11-23arm64: Enable HIBERNATION in defconfigCatalin Marinas
2016-11-21arm64: Enable CONFIG_ARM64_SW_TTBR0_PANCatalin Marinas
2016-11-21arm64: xen: Enable user access before a privcmd hvc callCatalin Marinas
2016-11-21arm64: Handle faults caused by inadvertent user access with PAN enabledCatalin Marinas
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas
2016-11-21arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas
2016-11-21arm64: Update the synchronous external abort fault descriptionCatalin Marinas
2016-11-18arm64: Allow hw watchpoint of length 3,5,6 and 7Pratyush Anand
2016-11-18arm64: hw_breakpoint: Handle inexact watchpoint addressesPavel Labath
2016-11-18arm64: Allow hw watchpoint at varied offset from base addressPratyush Anand
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose
2016-11-16arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose
2016-11-11arm64: split thread_info from task stackMark Rutland
2016-11-11arm64: assembler: introduce ldr_this_cpuMark Rutland
2016-11-11arm64: make cpu number a percpu variableMark Rutland
2016-11-11arm64: smp: prepare for smp_processor_id() reworkMark Rutland
2016-11-11arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland
2016-11-11arm64: prep stack walkers for THREAD_INFO_IN_TASKMark Rutland
2016-11-11arm64: unexport walk_stackframeMark Rutland
2016-11-11arm64: traps: simplify die() and __die()Mark Rutland
2016-11-11arm64: factor out current_stack_pointerMark Rutland
2016-11-11arm64: asm-offsets: remove unused definitionsMark Rutland
2016-11-11arm64: thread_info remove stale itemsMark Rutland
2016-11-09arm64: percpu: kill off final ACCESS_ONCE() usesMark Rutland
2016-11-09arm64: hugetlb: fix the wrong address for several functionsHuang Shijie
2016-11-09arm64: hugetlb: remove the wrong pmd check in find_num_contig()Huang Shijie
2016-11-09arm64: Fix typo in add_default_hugepagesz() for 64K pagesCatalin Marinas
2016-11-07arm64: fix error: conflicting types for 'kprobe_fault_handler'Pratyush Anand
2016-11-07arm64: Add uprobe supportPratyush Anand
2016-11-07arm64: introduce mm context flag to keep 32 bit task informationPratyush Anand
2016-11-07arm64: Handle TRAP_BRKPT for user mode as wellPratyush Anand
2016-11-07arm64: Handle TRAP_TRACE for user mode as wellPratyush Anand
2016-11-07arm64: kgdb_step_brk_fn: ignore other's exceptionPratyush Anand
2016-11-07arm64: kprobe: protect/rename few definitions to be reused by uprobePratyush Anand
2016-11-07arm64: dump: Add checking for writable and exectuable pagesLaura Abbott
2016-11-07arm64: dump: Remove max_addrLaura Abbott
2016-11-07arm64: dump: Make the page table dumping seq_file optionalLaura Abbott
2016-11-07arm64: dump: Make ptdump debugfs a separate optionLaura Abbott
2016-11-07arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel
2016-11-07arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel
2016-11-07arm64: mm: BUG on unsupported manipulations of live kernel mappingsArd Biesheuvel
2016-11-07arm64: Remove pointless WARN_ON in DMA teardownRobin Murphy