summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-29arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2-0/+3
2016-07-29arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinuxArd Biesheuvel3-29/+5
2016-07-29arm64: vmlinux.lds: make __rela_offset and __dynsym_offset ABSOLUTEArd Biesheuvel1-2/+2
2016-07-27arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototypeCatalin Marinas2-1/+1
2016-07-27arm64: Only select ARM64_MODULE_PLTS if MODULES=yCatalin Marinas1-1/+1
2016-07-25arm64: mm: run pgtable_page_ctor() on non-swapper translation table pagesArd Biesheuvel1-3/+6
2016-07-25arm64: mm: make create_mapping_late() non-allocatingArd Biesheuvel1-1/+1
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas27-10/+1781
2016-07-21arm64: Honor nosmp kernel command line optionSuzuki K Poulose1-0/+7
2016-07-21arm64: Fix incorrect per-cpu usage for boot CPUSuzuki K Poulose1-1/+1
2016-07-21arm64: kprobes: Add KASAN instrumentation around stack accessesCatalin Marinas1-0/+5
2016-07-21arm64: kprobes: Cleanup jprobe_returnMarc Zyngier1-12/+10
2016-07-20arm64: kprobes: Fix overflow when saving stackMarc Zyngier1-8/+14
2016-07-19arm64: kprobes: WARN if attempting to step with PSTATE.D=1Will Deacon1-0/+2
2016-07-19arm64: debug: remove unused local_dbg_{enable, disable} macrosWill Deacon1-3/+0
2016-07-19arm64: debug: remove redundant spsr manipulationWill Deacon1-11/+2
2016-07-19arm64: debug: unmask PSTATE.D earlierWill Deacon3-2/+2
2016-07-19arm64: localise Image objcopy flagsMark Rutland2-1/+2
2016-07-19arm64: ptrace: remove extra define for CPSR's E bitVladimir Murzin1-1/+0
2016-07-19kprobes: Add arm64 case in kprobe example moduleSandeepa Prabhu1-0/+9
2016-07-19arm64: Add kernel return probes support (kretprobes)Sandeepa Prabhu2-1/+90
2016-07-19arm64: Add trampoline code for kretprobesWilliam Cohen5-0/+100
2016-07-19arm64: kprobes instruction simulation supportSandeepa Prabhu8-15/+326
2016-07-19arm64: Treat all entry code as non-kprobe-ablePratyush Anand3-0/+30
2016-07-19arm64: Blacklist non-kprobe-able symbolPratyush Anand4-0/+31
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu14-5/+859
2016-07-19arm64: add conditional instruction simulation supportDavid A. Long4-4/+119
2016-07-19arm64: Add more test functions to insn.cDavid A. Long2-0/+70
2016-07-19arm64: Add HAVE_REGS_AND_STACK_ACCESS_API featureDavid A. Long4-1/+152
2016-07-12arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfsSteve Capper3-0/+132
2016-07-12arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky4-15/+64
2016-07-12arm64: Refactor vDSO time functionsKevin Brodsky1-126/+172
2016-07-11arm64: fix vdso-offsets.h dependencyKevin Brodsky3-8/+13
2016-07-11Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas2-7/+7
2016-07-08arm64: mm: change IOMMU notifier action to attach DMA opsLorenzo Pieralisi1-17/+5
2016-07-08drivers/perf: arm-pmu: Handle per-interrupt affinity maskMarc Zyngier2-6/+25
2016-07-08arm64: Fix vdso-offsets.h dependencyCatalin Marinas2-7/+7
2016-07-01arm64: mm: fold init_pgd() into __create_pgd_mapping()Ard Biesheuvel1-18/+6
2016-07-01arm64: mm: Remove split_p*d() functionsCatalin Marinas1-43/+4
2016-07-01arm64: efi: avoid block mappings for unaligned UEFI memory regionsArd Biesheuvel1-0/+14
2016-07-01arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel2-3/+36
2016-07-01arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel3-42/+29
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara5-2/+75
2016-07-01arm64: consolidate signal injection on emulation errorsAndre Przywara3-36/+54
2016-07-01arm64: errata: Calling enable functions for CPU errata tooAndre Przywara3-2/+9
2016-07-01arm64: include alternative handling in dcache_by_line_opAndre Przywara1-1/+11
2016-07-01arm64: fix "dc cvau" cache operation on errata-affected coreAndre Przywara2-1/+5
2016-07-01Revert "arm64: alternatives: add enable parameter to conditional asm macros"Andre Przywara1-9/+3
2016-06-30arm64: mm: remove unnecessary BUG_ONKefeng Wang1-1/+0
2016-06-27arm64: mm: fix location of _etextArd Biesheuvel4-16/+17