aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-20usb: xhci-mtk: add optional frame count clockChunfeng Yun2-1/+2
2023-04-20dt-bindings: usb: mtk-xhci: add an optional frame count clockChunfeng Yun1-0/+2
2023-04-20usb: xhci: plat: Add USB 3.0 phy supportStanley Chang1-0/+15
2023-04-20usb: host: xhci-plat: Use dev_is_pci() helperNobuhiro Iwamatsu1-3/+1
2023-04-20xhci: fix debugfs register accesses while suspendedJohan Hovold1-0/+1
2023-04-20usb: Add explicit of.h of_platform.h includeRob Herring3-3/+3
2023-04-20KVM: arm64: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2023-04-20KVM: arm64: Slightly optimize flush_context()Christophe JAILLET1-1/+1
2023-04-20KVM: arm64: Have kvm_psci_vcpu_on() use WRITE_ONCE() to update mp_stateReiji Watanabe1-1/+1
2023-04-20KVM: arm64: Acquire mp_state_lock in kvm_arch_vcpu_ioctl_vcpu_init()Reiji Watanabe1-1/+5
2023-04-20usb: gadget: tegra-xudc: Remove unneeded return variableJon Hunter1-3/+2
2023-04-20usb: gadget: tegra-xudc: Fix crash in vbus_drawJon Hunter1-1/+1
2023-04-20net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean1-0/+11
2023-04-20Merge tag 'usb-serial-6.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-0/+6
2023-04-20ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBookAndy Chi1-0/+1
2023-04-20Merge tag 'asoc-fix-v6.3-rc7' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai5-11/+24
2023-04-19Merge branch 'Access variable length array relaxed for integer type'Alexei Starovoitov6-3/+75
2023-04-19selftests/bpf: Add test to access integer type of variable arrayFeng Zhou5-0/+70
2023-04-19bpf: support access variable length array of integer typeFeng Zhou1-3/+5
2023-04-19ext4: Add a uapi header for ext4 userspace APIsJosh Triplett3-90/+119
2023-04-19ext4: remove useless conditional branch codewuchi1-4/+1
2023-04-19ext4: remove unneeded check of nr_to_submitTom Rix1-1/+1
2023-04-20powerpc/Makefile: Don't prefix archhelp commands with "@"Michael Ellerman1-19/+19
2023-04-20powerpc/pseries: Always inline functions called from cpuidleMichael Ellerman1-6/+6
2023-04-20cpuidle: pseries: Mark ->enter() functions as __cpuidleMichael Ellerman1-14/+14
2023-04-20powerpc/64: Don't call trace_hardirqs_on() in prep_irq_for_idle()Michael Ellerman1-6/+2
2023-04-20powerpc/64: Mark prep_irq_for_idle() __cpuidleMichael Ellerman1-1/+1
2023-04-20powerpc/irq: Mark check_return_regs_valid() notraceMichael Ellerman1-1/+1
2023-04-20powerpc/corenet: Add PPC_QEMU_E500 to corenet configsMichael Ellerman1-0/+1
2023-04-20powerpc: drop MPC8272-ADS and PowerQUICC II FADS shared code.Paul Gortmaker5-223/+0
2023-04-20powerpc: drop PowerQUICC II Family ADS platform supportPaul Gortmaker7-518/+0
2023-04-20powerpc: drop MPC8272_ADS platform supportPaul Gortmaker7-560/+0
2023-04-20powerpc: drop HPCD/MPC8610 evaluation platform supportPaul Gortmaker6-835/+0
2023-04-20powerpc: drop HPC-NET/MPC8641D evaluation platform supportPaul Gortmaker7-843/+1
2023-04-20powerpc: drop HPC II (MPC7448) evaluation platform support.Paul Gortmaker7-489/+1
2023-04-20powerpc: drop MPC832x_MDS platform supportPaul Gortmaker8-607/+0
2023-04-20powerpc: drop MPC837x_MDS platform supportPaul Gortmaker9-1611/+0
2023-04-20powerpc: drop MPC836x_MDS platform supportPaul Gortmaker8-756/+0
2023-04-20powerpc: drop MPC834x_MDS platform supportPaul Gortmaker8-569/+0
2023-04-20powerpc/pseries: Add FW_FEATURE_PLPKS feature flagAndrew Donnellan3-2/+8
2023-04-20selftests/powerpc/dscr: Restore timeout to DSCR selftestsBenjamin Gray2-3/+0
2023-04-20selftests/powerpc/dscr: Speed up DSCR sysfs testsBenjamin Gray1-7/+4
2023-04-20selftests/powerpc/dscr: Improve DSCR explicit random test caseBenjamin Gray3-115/+113
2023-04-20selftests/powerpc/dscr: Add lockstep test cases to DSCR explicit testsBenjamin Gray3-14/+159
2023-04-20selftests/powerpc: Allow bind_to_cpu() to automatically pick CPUBenjamin Gray7-15/+21
2023-04-20selftests/powerpc: Move bind_to_cpu() to utils.hBenjamin Gray4-14/+13
2023-04-20selftests/powerpc/dscr: Correct typosBenjamin Gray3-6/+6
2023-04-20powerpc: Remove duplicate SPRN_HSRR definitionsJoel Stanley1-2/+0
2023-04-20powerpc/64: modules support building with PCREL addresingNicholas Piggin5-35/+309
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin19-38/+228