summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-12-15ARM: tegra: Add dummy backlight power suppliesThierry Reding2-0/+6
2021-12-15ARM: tegra: Remove PHY reset GPIO references from USB controller nodeThierry Reding5-10/+0
2021-12-15ARM: tegra: Add compatible string for built-in ASIX on Colibri boardsThierry Reding2-0/+2
2021-12-14ARM: tegra: Avoid pwm- prefix in pinmux nodesThierry Reding3-6/+6
2021-12-14ARM: tegra: Sort Tegra124 XUSB clocks correctlyThierry Reding1-2/+2
2021-12-14ARM: tegra: Drop unused AHCI clocks on Tegra124Thierry Reding1-4/+2
2021-12-14ARM: tegra: Fix Tegra124 I2C compatible string listThierry Reding1-6/+6
2021-12-14ARM: tegra: Rename CPU and EMC OPP table device-tree nodesDmitry Osipenko16-402/+402
2021-12-14ARM: tegra: Rename thermal zone nodesThierry Reding4-13/+13
2021-12-14ARM: tegra: Drop reg-shift for Tegra HS UARTThierry Reding11-1/+25
2021-12-14ARM: tegra: Rename GPU node on Tegra124Thierry Reding6-11/+6
2021-12-14ARM: tegra: Rename GPIO hog nodes to match schemaThierry Reding8-12/+12
2021-12-14ARM: tegra: Add #reset-cells for Tegra114 MCThierry Reding1-0/+1
2021-12-14ARM: tegra: Fix compatible string for Tegra114+ timerThierry Reding2-2/+2
2021-12-14ARM: tegra: Rename top-level regulatorsDmitry Osipenko23-139/+139
2021-12-14ARM: tegra: Rename top-level clocksDavid Heidelberg16-17/+17
2021-12-14ARM: tegra: Rename SPI flash chip nodesThierry Reding6-6/+12
2021-12-14ARM: tegra: Specify correct PMIC compatible on Tegra114 boardsThierry Reding3-3/+3
2021-12-14ARM: tegra: Clean up external memory controller nodesThierry Reding4-1696/+1754
2021-11-14Merge tag 'for-5.16/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-6/+14
2021-11-14Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds20-179/+74
2021-11-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-13/+13
2021-11-14Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-6/+6
2021-11-14Merge tag 'locking-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+11
2021-11-14Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-16/+15
2021-11-14Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+5
2021-11-14Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-4/+60
2021-11-14parisc/entry: fix trace test in syscall exit pathSven Schnelle1-1/+1
2021-11-14parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin2-4/+10
2021-11-14parisc: Fix implicit declaration of function '__kernel_text_address'Helge Deller1-0/+1
2021-11-14parisc: Fix backtrace to always include init funtion namesHelge Deller1-1/+2
2021-11-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds38-352/+822
2021-11-13Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-14/+387
2021-11-13Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-137/+292
2021-11-13Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds22-37/+184
2021-11-13signal/vm86_32: Remove pointless test in BUG_ONEric W. Biederman1-1/+1
2021-11-13Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini8-16/+19
2021-11-12x86/cpu: Add Raptor Lake to Intel familyTony Luck1-0/+2
2021-11-12x86/mce: Add errata workaround for Skylake SKX37Dave Jones1-2/+3
2021-11-12ARM: 9156/1: drop cc-option fallbacks for architecture selectionArnd Bergmann1-11/+11
2021-11-12ARM: 9155/1: fix early early_iounmap()Michał Mirosław1-2/+2
2021-11-12KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_fromPaolo Bonzini1-14/+11
2021-11-12KVM: x86: move guest_pv_has out of user_access sectionPaolo Bonzini1-3/+6
2021-11-12dt-bindings: Rename Ingenic CGU headers to ingenic,*.hPaul Cercueil6-6/+6
2021-11-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+3
2021-11-12Merge tag 'm68knommu-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-12/+2
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+4
2021-11-11Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-11-11kasan: add kasan mode messages when kasan initKuan-Ying Lee1-1/+1