summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-10-0846-178/+2270
|\
| * arm64: Remove unneeded extern keywordGeoff Levand2014-10-031-2/+2
| * ARM64: make of_device_ids constUwe Kleine-König2014-10-031-1/+1
| * arm64: Use phys_addr_t type for physical addressMin-Hua Chen2014-10-022-2/+2
| * arm64: Use DMA_ERROR_CODE to denote failed allocationSean Paul2014-10-021-1/+1
| * arm64: Fix typos in KGDB macrosCatalin Marinas2014-09-253-14/+14
| * arm64: insn: Add return statements after BUG_ON()Mark Brown2014-09-252-0/+33
| * arm64: debug: don't re-enable debug exceptions on return from el1_dbgWill Deacon2014-09-231-1/+0
| * Revert "arm64: dmi: Add SMBIOS/DMI support"Catalin Marinas2014-09-223-50/+0
| * arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiersCatalin Marinas2014-09-222-31/+7
| * arm64: dmi: Add SMBIOS/DMI supportYi Li2014-09-223-0/+50
| * arm64: Correct ftrace calls to aarch64_insn_gen_branch_imm()Catalin Marinas2014-09-191-4/+6
| * arm64:mm: initialize max_mapnr using function set_max_mapnrGanapatrao Kulkarni2014-09-171-1/+1
| * setup: Move unmask of async interrupts after possible earlycon setupJon Masters2014-09-151-5/+6
| * arm64: LLVMLinux: Fix inline arm64 assembly for use with clangMark Charlebois2014-09-151-1/+1
| * arm64: pageattr: Correctly adjust unaligned start addressesLaura Abbott2014-09-121-1/+2
| * net: bpf: arm64: fix module memory leak when JIT image build failsDaniel Borkmann2014-09-121-1/+3
| * Merge arm64 CPU suspend branchCatalin Marinas2014-09-128-32/+216
| |\
| | * arm64: add PSCI CPU_SUSPEND based cpu_suspend supportLorenzo Pieralisi2014-09-121-0/+104
| | * arm64: kernel: introduce cpu_init_idle CPU operationLorenzo Pieralisi2014-09-124-0/+48
| | * arm64: kernel: refactor the CPU suspend API for retention statesLorenzo Pieralisi2014-09-123-32/+64
| * | arm64: defconfig: increase NR_CPUS default to 64Robert Richter2014-09-081-3/+3
| * | arm64: eBPF JIT compilerZi Shen Lim2014-09-085-0/+852
| * | arm64: introduce aarch64_insn_gen_logical_shifted_reg()Zi Shen Lim2014-09-082-0/+85
| * | arm64: introduce aarch64_insn_gen_data3()Zi Shen Lim2014-09-082-0/+56
| * | arm64: introduce aarch64_insn_gen_data2()Zi Shen Lim2014-09-082-0/+68
| * | arm64: introduce aarch64_insn_gen_data1()Zi Shen Lim2014-09-082-0/+50
| * | arm64: introduce aarch64_insn_gen_add_sub_shifted_reg()Zi Shen Lim2014-09-082-0/+60
| * | arm64: introduce aarch64_insn_gen_movewide()Zi Shen Lim2014-09-082-0/+56
| * | arm64: introduce aarch64_insn_gen_bitfield()Zi Shen Lim2014-09-082-0/+72
| * | arm64: introduce aarch64_insn_gen_add_sub_imm()Zi Shen Lim2014-09-082-0/+60
| * | arm64: introduce aarch64_insn_gen_load_store_pair()Zi Shen Lim2014-09-082-0/+81
| * | arm64: introduce aarch64_insn_gen_load_store_reg()Zi Shen Lim2014-09-082-0/+82
| * | arm64: introduce aarch64_insn_gen_cond_branch_imm()Zi Shen Lim2014-09-082-0/+38
| * | arm64: introduce aarch64_insn_gen_branch_reg()Zi Shen Lim2014-09-082-2/+40
| * | arm64: introduce aarch64_insn_gen_comp_branch_imm()Zi Shen Lim2014-09-082-5/+140
| * | arm64: LLVMLinux: Use global stack pointer in return_address()Behan Webster2014-09-081-2/+1
| * | arm64: LLVMLinux: Use global stack register variable for aarch64Mark Charlebois2014-09-081-2/+2
| * | arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.cBehan Webster2014-09-081-2/+1
| * | arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointerBehan Webster2014-09-081-2/+2
| * | arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tskBehan Webster2014-09-081-2/+1
| * | arm64: LLVMLinux: Add current_stack_pointer() for arm64Behan Webster2014-09-081-0/+5
| * | arm64: Add CONFIG_DEBUG_SET_MODULE_RONX supportLaura Abbott2014-09-084-1/+112
| * | arm64: Introduce {set,clear}_pte_bitLaura Abbott2014-09-081-14/+19
| * | arm64: convert part of soft_restart() to assemblyArun Chandran2014-09-083-28/+19
| * | arm64/efi: efistub: don't abort if base of DRAM is occupiedArd Biesheuvel2014-09-081-10/+6
| * | arm64/efi: efistub: cover entire static mem footprint in PE/COFF .textArd Biesheuvel2014-09-081-3/+3
| * | arm64: spin-table: handle unmapped cpu-release-addrsMark Rutland2014-09-081-5/+17
| * | arm64: don't flag non-aliasing VIPT I-caches as aliasingArd Biesheuvel2014-09-081-2/+12
| * | arm64: add helper functions to read I-cache attributesArd Biesheuvel2014-09-082-0/+34
| |/