summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-17ARM: remove support for NOMMU ARMv4/v5Arnd Bergmann10-100/+24
2022-03-01Merge tag 'mvebu-arm-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann5-14/+8
2022-03-01ARM: PXA: fix up decompressor codeArnd Bergmann1-1/+1
2022-02-28soc: microchip: make mpfs_sys_controller_put staticConor Dooley1-2/+1
2022-02-28Merge tag 'samsung-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2-11/+13
2022-02-28ARM: pxa: remove Intel Imote2 and Stargate 2 boardsJonathan Cameron12-1303/+2
2022-02-25ARM: mmp: Fix failure to remove sram deviceUwe Kleine-König1-10/+12
2022-02-25Merge tag 'at91-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/at...Arnd Bergmann11-14/+248
2022-02-25ARM: mstar: Select ARM_ERRATA_814220Daniel Palmer1-0/+1
2022-02-25Merge tag 'imx-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Arnd Bergmann3-0/+28
2022-02-25Merge tag 'ixp4xx-cleanup-for-v5.18' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann28-2886/+99
2022-02-25soc: add microchip polarfire soc system controllerConor Dooley6-2/+209
2022-02-25ARM: at91: Kconfig: select PM_OPPClaudiu Beznea1-0/+1
2022-02-25ARM: at91: PM: add cpu idle support for sama7g5Claudiu Beznea3-1/+31
2022-02-25ARM: at91: ddr: fix typo to align with datasheet namingClaudiu Beznea2-3/+3
2022-02-25ARM: at91: ddr: align macro definitionsClaudiu Beznea1-4/+4
2022-02-25ARM: at91: ddr: remove CONFIG_SOC_SAMA7 dependencyClaudiu Beznea1-4/+0
2022-02-12ARM: ixp4xx: Convert to SPARSE_IRQ and P2VLinus Walleij1-1/+3
2022-02-12ARM: ixp4xx: Drop all common codeLinus Walleij9-826/+4
2022-02-12ARM: ixp4xx: Drop custom DMA coherency and bouncingLinus Walleij3-64/+0
2022-02-12ARM: ixp4xx: Remove feature bit accessorsLinus Walleij2-31/+0
2022-02-12net: ixp4xx_hss: Check features using sysconLinus Walleij2-18/+24
2022-02-12net: ixp4xx_eth: Drop platform data supportLinus Walleij3-89/+21
2022-02-12soc: ixp4xx-npe: Access syscon regs using regmapLinus Walleij3-9/+27
2022-02-12soc: ixp4xx: Add features from regmap helperLinus Walleij1-0/+24
2022-02-12ARM: ixp4xx: Drop UDC info setting functionLinus Walleij2-19/+0
2022-02-12ARM: ixp4xx: Drop stale Kconfig entryLinus Walleij1-7/+0
2022-02-12ARM: ixp4xx: Delete old PCI driverLinus Walleij8-1084/+1
2022-02-12ARM: ixp4xx: Delete the Goramo MLR boardfileLinus Walleij4-558/+0
2022-02-12ARM: ixp4xx: Delete Gateway 7001 boardfilesZoltan HERPAI4-185/+0
2022-02-12dt-bindings: soc: samsung: usi: refer to dtschema for childrenKrzysztof Kozlowski1-10/+10
2022-02-06Linux 5.17-rc3v5.17-rc3Linus Torvalds1-1/+1
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds19-160/+196
2022-02-06Merge tag 'perf-tools-fixes-for-v5.17-2022-02-06' of git://git.kernel.org/pub...Linus Torvalds18-45/+186
2022-02-06Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-10/+43
2022-02-06Merge tag 'objtool_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2022-02-06Merge tag 'irq_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2022-02-06Merge tag 'edac_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2022-02-06perf ftrace: system_wide collection is not effective by defaultChangbin Du1-21/+24
2022-02-06libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2-1/+102
2022-02-06tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo1-1/+3
2022-02-06perf stat: Fix display of grouped aliased eventsIan Rogers1-9/+10
2022-02-06perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez3-2/+5
2022-02-06perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida1-1/+1
2022-02-06perf synthetic-events: Return error if procfs isn't mounted for PID namespacesLeo Yan1-0/+19
2022-02-06perf session: Check for NULL pointer before dereferenceAmeer Hamza1-1/+2
2022-02-06perf annotate: Set error stream of objdump process for TUINamhyung Kim1-0/+1
2022-02-06perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()Anshuman Khandual1-1/+1
2022-02-06tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-3/+3
2022-02-06Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo335-2199/+4741