aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-02-01Merge tag 'zynq-soc-for-v6.3' of https://github.com/Xilinx/linux-xlnx into ar...Arnd Bergmann1-0/+1
2023-01-31Merge tag 'imx-soc-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Arnd Bergmann2-12/+13
2023-01-31Merge tag 'samsung-soc-6.3' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-1/+2
2023-01-31Merge tag 'arm-soc/for-6.3/soc' of https://github.com/Broadcom/stblinux into ...Arnd Bergmann1-2/+1
2023-01-26ARM: imx: mach-imx6ul: add imx6ulz supportPierluigi Passaro1-0/+1
2023-01-26ARM: imx: Call ida_simple_remove() for ida_simple_getAngus Chen1-12/+12
2023-01-24arm64: drop redundant "ARMv8" from Kconfig option titleKrzysztof Kozlowski1-5/+5
2023-01-24ARM: ep93xx: Convert to use descriptors for GPIO LEDsLinus Walleij1-2/+11
2023-01-24Merge tag 'omap-for-v6.3/omap1-signed' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-1/+1
2023-01-24Merge tag 'omap-for-v6.3/cleanup-signed' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann5-3/+3
2023-01-20ARM: s3c: fix s3c64xx_set_timer_source prototypeArnd Bergmann1-1/+2
2023-01-19ARM: OMAP2+: Fix spelling typos in commentNir Levy1-1/+1
2023-01-19ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/machine.h>Geert Uytterhoeven1-1/+0
2023-01-19ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/pinmux.h>Geert Uytterhoeven1-1/+0
2023-01-19ARM: OMAP1: call platform_device_put() in error case in omap1_dm_timer_init()Yang Yingliang1-1/+1
2023-01-10ARM: BCM63xx: remove useless goto statementDario Binacchi1-2/+1
2023-01-09Merge branch 'omap/omap2-cleanup' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann58-1541/+49
2023-01-09ARM: omap2: make functions staticArnd Bergmann31-65/+39
2023-01-09ARM: omap2: remove unused omap2_pm_initArnd Bergmann4-332/+0
2023-01-09ARM: omap2: remove unused declarationsArnd Bergmann11-60/+0
2023-01-09ARM: omap2: remove unused functionsArnd Bergmann25-549/+0
2023-01-09ARM: omap2: smartreflex: remove on_init controlArnd Bergmann2-16/+0
2023-01-09ARM: omap2: remove APLL controlArnd Bergmann3-107/+0
2023-01-09ARM: omap2: simplify clock2xxx headerArnd Bergmann6-40/+9
2023-01-09ARM: omap2: remove unused omap_hwmod_reset.cArnd Bergmann3-106/+1
2023-01-09ARM: omap2: remove unused headersArnd Bergmann7-93/+0
2023-01-09ARM: omap2: remove unused USB codeArnd Bergmann3-160/+0
2023-01-09ARM: remove CONFIG_UNUSED_BOARD_FILESArnd Bergmann1-13/+0
2023-01-05ARM: zynq: Fix refcount leak in zynq_early_slcr_initQiheng Lin1-0/+1
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-01-01Merge tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-25/+17
2022-12-28Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini11-115/+164
2022-12-28KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini1-3/+27
2022-12-27x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKMasami Hiramatsu (Google)1-20/+8
2022-12-27x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKMasami Hiramatsu (Google)1-3/+7
2022-12-27x86/calldepth: Fix incorrect init section referencesArnd Bergmann1-2/+2
2022-12-27perf/x86/amd: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2022-12-27KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapiDavid Woodhouse1-7/+7
2022-12-27KVM: x86/xen: Simplify eventfd IOCTLsMichal Luczaj1-7/+1
2022-12-27KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_portsPaolo Bonzini1-11/+18
2022-12-27KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badlyDavid Woodhouse1-38/+18
2022-12-27KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()Michal Luczaj1-3/+4
2022-12-27kvm: x86/mmu: Remove duplicated "be split" in spte.hLai Jiangshan1-1/+1
2022-12-27ARM: OMAP2+: Fix memory leak in realtime_counter_init()Chen Hui1-0/+1
2022-12-27ARM: OMAP2+: omap4-common: Fix refcount leak bugLiang He1-0/+1
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-23Merge tag 'mips_6.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2-1/+5
2022-12-23KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected levelSean Christopherson1-1/+3
2022-12-23KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowedSean Christopherson1-1/+2
2022-12-23KVM: x86/mmu: Map TDP MMU leaf SPTE iff target level is reachedSean Christopherson1-3/+11