summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | arm64: alternative: Allow alternative status checking per cpufeatureJulien Thierry2019-02-063-7/+19
| * | | | | | | arm64: daifflags: Include PMR in daifflags restore operationsJulien Thierry2019-02-061-4/+46
| * | | | | | | arm64: irqflags: Use ICC_PMR_EL1 for interrupt maskingJulien Thierry2019-02-062-28/+83
| * | | | | | | arm64: kvm: Unmask PMR before entering guestJulien Thierry2019-02-062-0/+32
| * | | | | | | arm64: Unmask PMR before going idleJulien Thierry2019-02-062-11/+45
| * | | | | | | arm64: Make PMR part of task contextJulien Thierry2019-02-065-3/+35
| * | | | | | | arm64: ptrace: Provide definitions for PMR valuesJulien Thierry2019-02-061-0/+12
| * | | | | | | irqchip/gic-v3: Switch to PMR masking before calling IRQ handlerJulien Thierry2019-02-061-0/+17
| * | | | | | | arm/arm64: gic-v3: Add PMR and RPR accessorsJulien Thierry2019-02-061-0/+15
| * | | | | | | arm64: cpufeature: Add cpufeature for IRQ priority maskingJulien Thierry2019-02-063-1/+31
| * | | | | | | arm64: cpufeature: Set SYSREG_GIC_CPUIF as a boot system featureJulien Thierry2019-02-061-1/+1
| * | | | | | | arm64: Remove unused daif related functions/macrosJulien Thierry2019-02-062-19/+1
| * | | | | | | arm64: Fix HCR.TGE status for NMI contextsJulien Thierry2019-02-062-0/+34
| * | | | | | | arm64: entry: Remove unneeded need_resched() loopValentin Schneider2019-02-041-10/+1
| * | | | | | | arm64: add ptrace regsets for ptrauth key managementKristina Martsenko2019-02-012-0/+160
| * | | | | | | arm64: dump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-313-13/+7
| * | | | | | | arm64: uaccess: Implement unsafe accessorsJulien Thierry2019-01-251-20/+59
| * | | | | | | arm64: uaccess: Cleanup get/put_user()Julien Thierry2019-01-251-24/+12
| * | | | | | | arm64: mm: make use of new memblocks_present() helperLogan Gunthorpe2019-01-211-19/+1
| * | | | | | | arm64: Remove asm/memblock.hWill Deacon2019-01-214-23/+1
| * | | | | | | arm64: asm-offsets: remove unused offsetsAndrew Murray2019-01-211-20/+0
| * | | | | | | arm64: default NR_CPUS to 256Mark Rutland2019-01-211-2/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-091-1/+33
|\ \ \ \ \ \ \
| * | | | | | | arm64: dts: Add the PCIE EP node in dtsXiaowei Bao2019-02-211-1/+33
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-084-54/+8
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-02-1740-82/+240
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| * | | | | | arm64: dts: qcom: pmi8998: add interrupt controller propertiesBrian Masney2019-01-241-14/+2
| * | | | | | arm64: dts: qcom: pmi8994: add interrupt controller propertiesBrian Masney2019-01-241-10/+2
| * | | | | | arm64: dts: qcom: pm8998: add interrupt controller propertiesBrian Masney2019-01-241-26/+2
| * | | | | | arm64: dts: qcom: pm8005: add interrupt controller propertiesBrian Masney2019-01-241-4/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-03-063-0/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2019-02-2845-124/+230
| |\ \ \ \ \ \
| * | | | | | | arm64: tegra: custom name for hda sound cardSameer Pujar2019-02-223-0/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-067-23/+70
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'acpi-apei'Rafael J. Wysocki2019-03-047-23/+70
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | firmware: arm_sdei: Add ACPI GHES registration helperJames Morse2019-02-111-0/+4
| | * | | | | | ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notificationsJames Morse2019-02-071-1/+1
| | * | | | | | arm64: KVM/mm: Move SEA handling behind a single 'claim' interfaceJames Morse2019-02-075-21/+55
| | * | | | | | KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbingJames Morse2019-02-073-3/+12
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-067-34/+31
|\ \ \ \ \ \ \
| * | | | | | | numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-1/+1
| * | | | | | | arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand2019-03-052-28/+1
| * | | | | | | arm64: kexec: no need to ClearPageReserved()David Hildenbrand2019-03-051-1/+0
| * | | | | | | arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2019-03-052-0/+25
| * | | | | | | arm64/mm: enable HugeTLB migrationAnshuman Khandual2019-03-051-0/+4
| * | | | | | | kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-051-4/+0
* | | | | | | | Merge tag 'armsoc-newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2019-03-065-0/+178
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: dts: bitmain: Add Sophon Egde board supportManivannan Sadhasivam2019-02-092-0/+53
| * | | | | | | | arm64: dts: bitmain: Add BM1880 SoC supportManivannan Sadhasivam2019-02-092-0/+120
| * | | | | | | | arm64: Add ARCH_BITMAIN platformManivannan Sadhasivam2019-02-091-0/+5
| | |_|_|_|_|/ / | |/| | | | | |