summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-7/+7
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-10/+10
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-094-29/+21
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0910-10/+9
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0913-15/+13
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-097-7/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* arm64: add show_stack_loglvl()Dmitry Safonov2020-06-091-2/+8
* arm64: add loglvl to dump_backtrace()Dmitry Safonov2020-06-093-9/+11
* Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-081-0/+5
|\
| *-----. Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...Joerg Roedel2020-06-021-0/+5
| |\ \ \ \
| | | | * | arm64: dts: qcom: sdm845-cheza: Add iommus propertySibi Sankar2020-05-071-0/+5
| | | |/ / | | |/| |
* | | | | arm64: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-41/+5
* | | | | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-071-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman2020-05-151-2/+2
| |\ \ \ \ \
| | * | | | | arm64: dts: agilex: correct service layer driver's compatible valueRichard Gong2020-04-291-1/+1
| | * | | | | arm64: dts: agilex: correct FPGA manager driver's compatible valueRichard Gong2020-04-291-1/+1
* | | | | | | Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-072-0/+12
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2020-05-2518-31/+80
| |\ \ \ \ \ \ \
| | * | | | | | | arm64: dts: qcom: sc7180: Add interconnect properties for USBSandeep Maheswaram2020-05-251-0/+4
| | * | | | | | | arm64: dts: qcom: sdm845: Add interconnect properties for USBSandeep Maheswaram2020-05-251-0/+8
| | * | | | | | | arm64: dts: amlogic: use the new USB control driver for GXL and GXMMartin Blumenstingl2020-05-2516-31/+68
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | kbuild: remove unused AS assignmentMasahiro Yamada2020-05-121-2/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | PCI: Constify struct pci_ecam_opsRob Herring2020-05-011-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-051-1/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64/elf: Disable automatic READ_IMPLIES_EXEC for 64-bit address spacesKees Cook2020-04-201-2/+2
| * | | | | | | | arm32/64/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACKKees Cook2020-04-201-2/+3
| * | | | | | | | arm32/64/elf: Add tables to document READ_IMPLIES_EXECKees Cook2020-04-201-0/+20
* | | | | | | | | Merge tag 'arm-dt-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-06-04226-2053/+12715
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'zynqmp-dt-for-v5.8' of https://github.com/Xilinx/linux-xlnx into a...Arnd Bergmann2020-06-021-1/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | arm64: zynqmp: Fix GIC compatible propertyMichal Simek2020-04-151-1/+1
| | * | | | | | | | | arm64: zynqmp: Add Xilinx AES nodeKalyani Akula2020-02-281-0/+4
| * | | | | | | | | | Merge tag 'v5.7-next-dts64.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2020-05-267-2/+721
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | arm: dts: mt2712: add uart APDMA to device treeLong Cheng2020-05-231-0/+51
| | * | | | | | | | | | arm64: dts: mt8183: add mmc nodejjian zhou2020-05-232-0/+170
| | * | | | | | | | | | arm64: dts: mt2712: add ethernet device nodeBiao Huang2020-05-232-0/+139
| | * | | | | | | | | | arm64: dts: mt6358: add PMIC MT6358 related nodesHsin-Hsiung Wang2020-05-212-0/+359
| | * | | | | | | | | | arm64: dts: mt6797: Fix mmsys node nameMatthias Brugger2020-05-201-1/+1
| | * | | | | | | | | | arm64: dts: mt8173: Fix mmsys node nameEnric Balletbo i Serra2020-05-201-1/+1
| * | | | | | | | | | | Merge tag 'imx-dt64-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Arnd Bergmann2020-05-2624-65/+1231
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | arm64: dts: Add ds26522 node to dts to ls1043ardbZhao Qiang2020-05-201-0/+16
| | * | | | | | | | | | | arm64: dts: add qe node to ls1043ardbZhao Qiang2020-05-202-0/+81
| | * | | | | | | | | | | arm64: dts: ls1028a: sl28: keep switch port names consistentMichael Walle2020-05-201-2/+2
| | * | | | | | | | | | | arm64: dts: imx8mp: Add src node interruptsAnson Huang2020-05-201-0/+1
| | * | | | | | | | | | | arm64: dts: imx8mq: Add src node interruptsAnson Huang2020-05-201-0/+1
| | * | | | | | | | | | | arm64: dts: imx8m: assign clocks for A53Peng Fan2020-05-204-11/+29
| | * | | | | | | | | | | arm64: dts: freescale: sl28: enable LPUART1Michael Walle2020-05-201-0/+5
| | * | | | | | | | | | | arm64: dts: ls1043a-rdb: add compatible for boardYangbo Lu2020-05-201-0/+1