summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * perf/core: Export AUX buffer helpers to modulesWill Deacon2017-10-181-0/+4
| | * genirq: export irq_get_percpu_devid_partition to modulesWill Deacon2017-10-181-0/+1
| * | arm/arm64: pmu: Distinguish percpu irq and percpu_devid irqJulien Thierry2017-10-242-7/+7
| * | irqdesc: Add function to identify percpu_devid irqsJulien Thierry2017-10-241-0/+8
| * | arm64: Fix the feature type for ID register fieldsSuzuki K Poulose2017-10-191-51/+51
| * | arm64: Update fault_info table with new exception typesJulien Thierry2017-10-191-6/+6
| * | Merge tag 'acpi/iort-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Will Deacon2017-10-173-61/+203
| |\ \
| | * | ACPI/IORT: Enable SMMUv3/PMCG IORT MSI domain set-upLorenzo Pieralisi2017-10-161-0/+45
| | * | ACPI/IORT: Add SMMUv3 specific special index mapping handlingHanjun Guo2017-10-161-1/+38
| | * | ACPI/IORT: Enable special index ITS group mappings for IORT nodesHanjun Guo2017-10-161-4/+28
| | * | ACPI/IORT: Look up IORT node through struct fwnode_handle pointerHanjun Guo2017-10-161-1/+42
| | * | ACPI/IORT: Make platform devices initialization code SMMU agnosticLorenzo Pieralisi2017-10-161-33/+30
| | * | ACPI/IORT: Improve functions return type/storage class specifier indentationLorenzo Pieralisi2017-10-162-21/+19
| | * | ACPI/IORT: Remove leftover ACPI_IORT_SMMU_V3_PXM_VALID guardLorenzo Pieralisi2017-10-161-1/+1
| | * | acpi/arm64: pr_err() strings should end with newlinesArvind Yadav2017-10-161-1/+1
| | |/
| * | arm64: use WFE for long delaysJulien Thierry2017-10-132-5/+22
| * | arm_arch_timer: Expose event stream statusJulien Thierry2017-10-134-3/+30
| * | arm64: docs: describe ELF hwcapsMark Rutland2017-10-111-0/+156
| * | arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose2017-10-115-1/+34
| * | arm64: elf.h: Correct comment about READ_IMPLIES_EXEC propagationBen Hutchings2017-10-091-2/+2
| * | dma mapping : export caller to vmallocinfoMatthieu CASTET2017-10-041-1/+1
| * | arm64: Unconditionally support {ARCH_}HAVE_NMI{_SAFE_CMPXCHG}Stephen Boyd2017-10-041-2/+2
| * | drivers/perf: arm_pmu_acpi: drop redundant acpi_disabled checkShaokun Zhang2017-10-041-3/+0
| * | arm64: consistently log boot/secondary CPU IDsMark Rutland2017-10-042-5/+6
| * | perf: qcom_l2_pmu: add event namesNeil Leeder2017-10-021-0/+54
| * | arm64: Always use REFCOUNT_FULLKees Cook2017-10-021-0/+1
| * | arm64: dma-mapping: Cocci spatch "vma_pages"Thomas Meyer2017-10-021-2/+1
| * | arm64: remove unneeded copy to init_utsname()->machineMasahiro Yamada2017-10-022-4/+0
| * | arm64: mm: Remove useless and wrong comments from fault.cWill Deacon2017-10-021-51/+1
| * | arm64: fix documentation on kernel pages mappings to HYP VAYury Norov2017-10-021-5/+5
| * | arm64: move TASK_* definitions to <asm/processor.h>Yury Norov2017-10-023-16/+22
| |/
* | Merge tag 'riscv-for-linus-4.15-arch-v9-premerge' of git://git.kernel.org/pub...Linus Torvalds2017-11-15114-1/+10303
|\ \
| * | RISC-V: Build InfrastructurePalmer Dabbelt2017-09-2710-1/+581
| * | RISC-V: User-facing APIPalmer Dabbelt2017-09-2727-0/+1687
| * | RISC-V: Paging and MMUPalmer Dabbelt2017-09-278-0/+1192
| * | RISC-V: Device, timer, IRQs, and the SBIPalmer Dabbelt2017-09-279-0/+566
| * | RISC-V: Task implementationPalmer Dabbelt2017-09-279-0/+1243
| * | RISC-V: ELF and module implementationPalmer Dabbelt2017-09-274-0/+187
| * | RISC-V: Generic library routines and assemblyPalmer Dabbelt2017-09-2711-0/+1389
| * | RISC-V: Atomic and Locking CodePalmer Dabbelt2017-09-2710-0/+1423
| * | RISC-V: Init and Halt CodePalmer Dabbelt2017-09-2715-0/+1524
| * | dt-bindings: RISC-V CPU BindingsPalmer Dabbelt2017-09-261-0/+162
| * | lib: Add shared copies of some GCC library routinesPalmer Dabbelt2017-09-269-0/+353
| * | MAINTAINERS: Add RISC-VJonathan Neuschäfer2017-09-261-0/+10
* | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1517-21/+2162
|\ \ \
| * \ \ Merge branch 'for-4.15/callbacks' into for-linusJiri Kosina2017-11-1510-17/+1114
| |\ \ \
| | * | | livepatch: __klp_disable_patch() should never be called for disabled patchesPetr Mladek2017-10-261-1/+4
| | * | | livepatch: Correctly call klp_post_unpatch_callback() in error pathsPetr Mladek2017-10-262-6/+6
| | * | | livepatch: add transition noticesJoe Lawrence2017-10-191-1/+17
| | * | | livepatch: move transition "complete" notice into klp_complete_transition()Joe Lawrence2017-10-191-3/+3