summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2016-08-01Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-08-01Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-28arm64:acpi: fix the acpi alignment exception when 'mem=' specifiedDennis Chen
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-27arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototypeCatalin Marinas
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2016-07-27arm64: Only select ARM64_MODULE_PLTS if MODULES=yCatalin Marinas
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-07-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-25dtb: xgene: Add MDIO nodeIyappan Subramanian
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-25Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-25arm64: mm: run pgtable_page_ctor() on non-swapper translation table pagesArd Biesheuvel
2016-07-25arm64: mm: make create_mapping_late() non-allocatingArd Biesheuvel
2016-07-25Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-apei' and 'acpi-sleep'Rafael J. Wysocki
2016-07-25Merge branch 'acpi-tables'Rafael J. Wysocki
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-23arm64: KVM: VHE: Context switch MDSCR_EL1Marc Zyngier
2016-07-21arm64: add support for ACPI Low Power Idle(LPI)Sudeep Holla
2016-07-21arm64: cpuidle: drop __init section marker to arm_cpuidle_initSudeep Holla
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas
2016-07-21arm64: Honor nosmp kernel command line optionSuzuki K Poulose
2016-07-21arm64: Fix incorrect per-cpu usage for boot CPUSuzuki K Poulose
2016-07-21arm64: kprobes: Add KASAN instrumentation around stack accessesCatalin Marinas
2016-07-21arm64: kprobes: Cleanup jprobe_returnMarc Zyngier
2016-07-20arm64: kprobes: Fix overflow when saving stackMarc Zyngier
2016-07-19arm64: kprobes: WARN if attempting to step with PSTATE.D=1Will Deacon
2016-07-19arm64: debug: remove unused local_dbg_{enable, disable} macrosWill Deacon
2016-07-19arm64: debug: remove redundant spsr manipulationWill Deacon
2016-07-19arm64: debug: unmask PSTATE.D earlierWill Deacon
2016-07-19arm64: localise Image objcopy flagsMark Rutland
2016-07-19arm64: ptrace: remove extra define for CPSR's E bitVladimir Murzin
2016-07-19arm64: Add kernel return probes support (kretprobes)Sandeepa Prabhu
2016-07-19arm64: Add trampoline code for kretprobesWilliam Cohen
2016-07-19arm64: kprobes instruction simulation supportSandeepa Prabhu
2016-07-19arm64: Treat all entry code as non-kprobe-ablePratyush Anand
2016-07-19arm64: Blacklist non-kprobe-able symbolPratyush Anand
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu
2016-07-19arm64: add conditional instruction simulation supportDavid A. Long