summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-31Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas12-32/+304
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas45-338/+1020
2020-07-31arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stackManinder Singh1-1/+1
2020-07-30arm64/mm: save memory access in check_and_switch_context() fast switch pathPingfan Liu2-8/+8
2020-07-30arm64: sigcontext.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-30arm64: ptrace.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-30arm64: pgtable-hwdef.h: delete duplicated wordsRandy Dunlap1-2/+2
2020-07-28bus: fsl-mc: Add ACPI support for fsl-mcMakarand Pawagi3-52/+150
2020-07-28bus/fsl-mc: Refactor the MSI domain creation in the DPRC driverDiana Craciun5-40/+47
2020-07-28of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi3-19/+19
2020-07-28of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun3-6/+9
2020-07-28dt-bindings: arm: fsl: Add msi-map device-tree binding for fsl-mc busLaurentiu Tudor1-6/+44
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi5-45/+70
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi4-26/+26
2020-07-28ACPI/IORT: Add an input ID to acpi_dma_configure()Lorenzo Pieralisi5-23/+67
2020-07-28ACPI/IORT: Remove useless PCI bus walkLorenzo Pieralisi1-3/+0
2020-07-28ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi3-10/+10
2020-07-28ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi3-11/+13
2020-07-28ACPI/IORT: Make iort_match_node_callback walk the ACPI namespace for NCLorenzo Pieralisi1-2/+18
2020-07-24arm64: enable time namespace supportAndrei Vagin1-0/+1
2020-07-24arm64/vdso: Restrict splitting VVAR VMAAndrei Vagin1-0/+13
2020-07-24arm64/vdso: Handle faults on timens pageAndrei Vagin1-4/+52
2020-07-24arm64/vdso: Add time namespace pageAndrei Vagin7-5/+47
2020-07-24arm64/vdso: Zap vvar pages when switching to a time namespaceAndrei Vagin1-0/+31
2020-07-24arm64/vdso: use the fault callback to map vvar pagesAndrei Vagin1-10/+15
2020-07-24recordmcount: only record relocation of type R_AARCH64_CALL26 on arm64.Gregory Herrero1-0/+6
2020-07-24arm64: Reserve HWCAP2_MTE as (1 << 18)Catalin Marinas3-0/+3
2020-07-23arm64/entry: deduplicate SW PAN entry/exit routinesArd Biesheuvel1-48/+47
2020-07-22arm64: s/AMEVTYPE/AMEVTYPERVladimir Murzin2-36/+36
2020-07-21arm64: perf: Expose some new events via sysfsShaokun Zhang2-0/+46
2020-07-20tools headers UAPI: Update tools's copy of linux/perf_event.hLeo Yan1-3/+20
2020-07-20arm64: perf: Add cap_user_time_shortPeter Zijlstra1-5/+7
2020-07-20perf: Add perf_event_mmap_page::cap_user_time_short ABIPeter Zijlstra1-3/+20
2020-07-20arm64: perf: Only advertise cap_user_time for arch_timerPeter Zijlstra1-6/+13
2020-07-20arm64: perf: Implement correct cap_user_timePeter Zijlstra1-9/+29
2020-07-20time/sched_clock: Use raw_read_seqcount_latch()Ahmed S. Darwish1-1/+1
2020-07-20sched_clock: Expose struct clock_read_dataPeter Zijlstra2-28/+41
2020-07-20arm64: perf: Correct the event index in sysfsShaokun Zhang1-5/+8
2020-07-15arm64: tlb: Use the TLBI RANGE feature in arm64Zhenyu Ye2-29/+131
2020-07-15arm64: enable tlbi range instructionsZhenyu Ye2-0/+21
2020-07-15arm64: tlb: Detect the ARMv8.4 TLBI RANGE featureZhenyu Ye3-1/+15
2020-07-15arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configsAnshuman Khandual3-2/+42
2020-07-14arm64: stacktrace: Move export for save_stack_trace_tsk()Mark Brown1-1/+1
2020-07-14arm64/acpi: disallow writeable AML opregion mapping for EFI code regionsArd Biesheuvel1-0/+9
2020-07-14arm64/acpi: disallow AML memory opregions to access kernel memoryArd Biesheuvel2-14/+67
2020-07-13perf/smmuv3: To simplify code for ioremap page in pmcgJay Chen1-2/+1
2020-07-10arm64: tlb: don't set the ttl value in flush_tlb_page_nosyncZhenyu Ye1-3/+2
2020-07-07arm64/cpufeature: Validate feature bits spacing in arm64_ftr_regs[]Anshuman Khandual1-3/+44
2020-07-07arm64: Shift the __tlbi_level() indentation leftCatalin Marinas1-22/+21
2020-07-07arm64: tlb: Set the TTL field in flush_*_tlb_rangeZhenyu Ye1-0/+10