Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | arm64: Use DMA_ERROR_CODE to denote failed allocation | Sean Paul | 2014-10-02 | 1 | -1/+1 | |
| * | | | | | | | | arm64: Fix typos in KGDB macros | Catalin Marinas | 2014-09-25 | 3 | -14/+14 | |
| * | | | | | | | | arm64: insn: Add return statements after BUG_ON() | Mark Brown | 2014-09-25 | 2 | -0/+33 | |
| * | | | | | | | | arm64: debug: don't re-enable debug exceptions on return from el1_dbg | Will Deacon | 2014-09-23 | 1 | -1/+0 | |
| * | | | | | | | | Revert "arm64: dmi: Add SMBIOS/DMI support" | Catalin Marinas | 2014-09-22 | 3 | -50/+0 | |
| * | | | | | | | | arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiers | Catalin Marinas | 2014-09-22 | 2 | -31/+7 | |
| * | | | | | | | | arm64: dmi: Add SMBIOS/DMI support | Yi Li | 2014-09-22 | 3 | -0/+50 | |
| * | | | | | | | | arm64: Correct ftrace calls to aarch64_insn_gen_branch_imm() | Catalin Marinas | 2014-09-19 | 1 | -4/+6 | |
| * | | | | | | | | arm64:mm: initialize max_mapnr using function set_max_mapnr | Ganapatrao Kulkarni | 2014-09-17 | 1 | -1/+1 | |
| * | | | | | | | | setup: Move unmask of async interrupts after possible earlycon setup | Jon Masters | 2014-09-15 | 1 | -5/+6 | |
| * | | | | | | | | arm64: LLVMLinux: Fix inline arm64 assembly for use with clang | Mark Charlebois | 2014-09-15 | 1 | -1/+1 | |
| * | | | | | | | | arm64: pageattr: Correctly adjust unaligned start addresses | Laura Abbott | 2014-09-12 | 1 | -1/+2 | |
| * | | | | | | | | net: bpf: arm64: fix module memory leak when JIT image build fails | Daniel Borkmann | 2014-09-12 | 1 | -1/+3 | |
| * | | | | | | | | Merge arm64 CPU suspend branch | Catalin Marinas | 2014-09-12 | 8 | -32/+216 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | arm64: add PSCI CPU_SUSPEND based cpu_suspend support | Lorenzo Pieralisi | 2014-09-12 | 1 | -0/+104 | |
| | * | | | | | | | | arm64: kernel: introduce cpu_init_idle CPU operation | Lorenzo Pieralisi | 2014-09-12 | 4 | -0/+48 | |
| | * | | | | | | | | arm64: kernel: refactor the CPU suspend API for retention states | Lorenzo Pieralisi | 2014-09-12 | 3 | -32/+64 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | arm64: defconfig: increase NR_CPUS default to 64 | Robert Richter | 2014-09-08 | 1 | -3/+3 | |
| * | | | | | | | | arm64: eBPF JIT compiler | Zi Shen Lim | 2014-09-08 | 5 | -0/+852 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_logical_shifted_reg() | Zi Shen Lim | 2014-09-08 | 2 | -0/+85 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_data3() | Zi Shen Lim | 2014-09-08 | 2 | -0/+56 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_data2() | Zi Shen Lim | 2014-09-08 | 2 | -0/+68 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_data1() | Zi Shen Lim | 2014-09-08 | 2 | -0/+50 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_add_sub_shifted_reg() | Zi Shen Lim | 2014-09-08 | 2 | -0/+60 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_movewide() | Zi Shen Lim | 2014-09-08 | 2 | -0/+56 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_bitfield() | Zi Shen Lim | 2014-09-08 | 2 | -0/+72 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_add_sub_imm() | Zi Shen Lim | 2014-09-08 | 2 | -0/+60 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_load_store_pair() | Zi Shen Lim | 2014-09-08 | 2 | -0/+81 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_load_store_reg() | Zi Shen Lim | 2014-09-08 | 2 | -0/+82 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_cond_branch_imm() | Zi Shen Lim | 2014-09-08 | 2 | -0/+38 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_branch_reg() | Zi Shen Lim | 2014-09-08 | 2 | -2/+40 | |
| * | | | | | | | | arm64: introduce aarch64_insn_gen_comp_branch_imm() | Zi Shen Lim | 2014-09-08 | 2 | -5/+140 | |
| * | | | | | | | | arm64: LLVMLinux: Use global stack pointer in return_address() | Behan Webster | 2014-09-08 | 1 | -2/+1 | |
| * | | | | | | | | arm64: LLVMLinux: Use global stack register variable for aarch64 | Mark Charlebois | 2014-09-08 | 1 | -2/+2 | |
| * | | | | | | | | arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.c | Behan Webster | 2014-09-08 | 1 | -2/+1 | |
| * | | | | | | | | arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer | Behan Webster | 2014-09-08 | 1 | -2/+2 | |
| * | | | | | | | | arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tsk | Behan Webster | 2014-09-08 | 1 | -2/+1 | |
| * | | | | | | | | arm64: LLVMLinux: Add current_stack_pointer() for arm64 | Behan Webster | 2014-09-08 | 1 | -0/+5 | |
| * | | | | | | | | arm64: Add CONFIG_DEBUG_SET_MODULE_RONX support | Laura Abbott | 2014-09-08 | 4 | -1/+112 | |
| * | | | | | | | | arm64: Introduce {set,clear}_pte_bit | Laura Abbott | 2014-09-08 | 1 | -14/+19 | |
| * | | | | | | | | arm64: convert part of soft_restart() to assembly | Arun Chandran | 2014-09-08 | 3 | -28/+19 | |
| * | | | | | | | | arm64/efi: efistub: don't abort if base of DRAM is occupied | Ard Biesheuvel | 2014-09-08 | 1 | -10/+6 | |
| * | | | | | | | | arm64/efi: efistub: cover entire static mem footprint in PE/COFF .text | Ard Biesheuvel | 2014-09-08 | 1 | -3/+3 | |
| * | | | | | | | | arm64: spin-table: handle unmapped cpu-release-addrs | Mark Rutland | 2014-09-08 | 1 | -5/+17 | |
| * | | | | | | | | arm64: don't flag non-aliasing VIPT I-caches as aliasing | Ard Biesheuvel | 2014-09-08 | 1 | -2/+12 | |
| * | | | | | | | | arm64: add helper functions to read I-cache attributes | Ard Biesheuvel | 2014-09-08 | 2 | -0/+34 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2014-10-08 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ | Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int... | Russell King | 2014-10-02 | 2 | -4/+9 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | / / / / | | | | |_|_|/ / / / | | | |/| | | | | | | ||||||
| | | | * | | | | | | ARM: 8167/1: extend the reserved memory for initrd to be page aligned | Yalin Wang | 2014-10-02 | 1 | -1/+7 | |
| | | | * | | | | | | ARM: 8168/1: extend __init_end to a page align address | Yalin Wang | 2014-10-02 | 1 | -1/+1 | |
| | | |/ / / / / / | | |/| | | | | | |