aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2022-12-23KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozenSean Christopherson1-3/+3
2022-12-23KVM: nVMX: Don't stuff secondary execution control if it's not supportedSean Christopherson1-0/+7
2022-12-23KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1Sean Christopherson1-1/+2
2022-12-23KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberateSean Christopherson1-4/+13
2022-12-23KVM: x86: Sanity check inputs to kvm_handle_memory_failure()Sean Christopherson1-0/+3
2022-12-23KVM: x86: Simplify kvm_apic_hw_enabledPeng Hao1-2/+2
2022-12-23KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warningVitaly Kuznetsov1-27/+36
2022-12-23KVM: x86: ioapic: Fix level-triggered EOI and userspace I/OAPIC reconfigure raceAdamos Ttofari1-2/+3
2022-12-23KVM: x86/pmu: Prevent zero period event from being repeatedly releasedLike Xu2-2/+4
2022-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-44/+97
2022-12-21Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-0/+33