summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-09-078-17/+28
|\
| * powerpc/kvm/cma: Fix panic introduces by signed shift operationLaurent Dufour2014-09-031-2/+2
| * Merge tag 'kvm-s390-master-20140902' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2014-09-021-2/+4
| |\
| | * KVM: s390/mm: Fix guest storage key corruption in ptep_set_access_flagsChristian Borntraeger2014-09-021-0/+1
| | * KVM: s390/mm: Fix storage key corruption during swappingChristian Borntraeger2014-09-021-2/+3
| * | Merge tag 'kvm-arm-for-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2014-08-294-0/+12
| |\ \
| | * | arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall2014-08-292-0/+4
| | * | ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar2014-08-292-0/+8
| * | | Merge tag 'kvm-s390-20140825' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-08-252-13/+10
| |\ \ \ | | |/ / | |/| / | | |/
| | * KVM: s390/mm: try a cow on read only pages for key opsChristian Borntraeger2014-08-251-0/+10
| | * KVM: s390: Fix user triggerable bug in dead codeChristian Borntraeger2014-08-251-13/+0
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-09-0611-33/+65
|\ \ \
| * \ \ Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesKevin Hilman2014-09-053-2/+12
| |\ \ \
| | * | | ARM: at91/dt: rm9200: fix usb clock definitionAlexandre Belloni2014-09-051-1/+1
| | * | | ARM: at91: rm9200: fix clock registrationAlexandre Belloni2014-09-051-1/+10
| | * | | ARM: at91/dt: sam9g20: set at91sam9g20 pllb driverGaƫl PORTAY2014-09-051-0/+1