This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 325d0eab4f31 Merge branch 'akpm' (patches from Andrew) new a608b6a646e8 kconfig: qconf: use delete[] instead of delete to free arr [...] new 19b835a5db93 kconfig: qconf: fix incomplete type 'struct gstr' warning new a46afd114147 kconfig: qconf: revive help message in the info view new c7948fe9bada Merge tag 'kbuild-fixes-v5.9-3' of git://git.kernel.org/pu [...] new 5868ec267de5 mm: fix wake_page_function() comment typos new c4440b8a4577 Input: i8042 - add Entroware Proteus EL07R4 to nomux and r [...] new 6c77545af100 Input: trackpoint - add new trackpoint variant IDs new 376566ca8725 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new cd8100f1f3be EDAC/ghes: Clear scanned data on unload new 251c54ea26fa EDAC/ghes: Check whether the driver is on the safe list correctly new aac5925b4995 Merge tag 'edac_urgent_for_v5.9_rc6' of git://git.kernel.o [...] new fe88c6489264 serial: core: fix port-lock initialisation new e0830dbf71f1 serial: core: fix console port-lock regression new 3c5a87be170a serial: 8250_pci: Add Realtek 816a and 816b new ec0972adecb3 fbcon: Fix user font detection test at fbcon_resize(). new f44f3f83d895 Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/li [...] new f022ff7bf377 thunderbolt: Retry DROM read once if parsing fails new bf638d736e3e Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.o [...] new 130a96d698d7 usb: typec: ucsi: acpi: Increase command completion timeout value new 386e15a65044 usb: typec: ucsi: Prevent mode overrun new 325b008723b2 USB: UAS: fix disconnect by unplugging a hub new bcea6dafeeef USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for [...] new d69030c91b37 usb: typec: intel_pmc_mux: Handle SCU IPC error conditions new 29231826f3bd ehci-hcd: Move include to keep CRC stable new 9cdabcb3ef8c usblp: fix race between disconnect() and read() new d0373c1463ef Merge tag 'usb-5.9-rc6' of git://git.kernel.org/pub/scm/li [...] new 66d18dbda846 RISC-V: Take text_mutex in ftrace_init_nop() new 21190b74bcf3 riscv: Add sfence.vma after early page table changes new f025d9d9934b riscv: Fix Kendryte K210 device tree new d5be89a8d118 RISC-V: Resurrect the MMIO timer implementation for M-mode [...] new bdcf11de8f77 Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.or [...]
The 31 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/riscv/Kconfig | 1 + arch/riscv/boot/dts/kendryte/k210.dtsi | 6 +++-- arch/riscv/include/asm/clint.h | 26 +++++++++++++++++++ arch/riscv/include/asm/ftrace.h | 7 +++++ arch/riscv/include/asm/timex.h | 27 +++++++++++++++++++ arch/riscv/kernel/ftrace.c | 19 ++++++++++++++ arch/riscv/mm/init.c | 7 +++-- drivers/clocksource/timer-clint.c | 17 ++++++++++++ drivers/edac/ghes_edac.c | 5 ++++ drivers/input/mouse/trackpoint.c | 10 +++++--- drivers/input/mouse/trackpoint.h | 10 +++++--- drivers/input/serio/i8042-x86ia64io.h | 16 ++++++++++++ drivers/thunderbolt/eeprom.c | 20 ++++++++++++--- drivers/tty/serial/8250/8250_pci.c | 11 ++++++++ drivers/tty/serial/serial_core.c | 44 +++++++++++++++---------------- drivers/usb/class/usblp.c | 5 ++++ drivers/usb/core/quirks.c | 4 +++ drivers/usb/host/ehci-hcd.c | 1 + drivers/usb/host/ehci-hub.c | 1 - drivers/usb/storage/uas.c | 14 ++++++++-- drivers/usb/typec/mux/intel_pmc_mux.c | 12 ++++++--- drivers/usb/typec/ucsi/ucsi.c | 22 +++++++++++----- drivers/usb/typec/ucsi/ucsi_acpi.c | 2 +- drivers/video/fbdev/core/fbcon.c | 2 +- include/linux/serial_core.h | 1 + mm/filemap.c | 4 +-- scripts/kconfig/lkc.h | 47 ++++++++++++++++++++++------------ scripts/kconfig/lkc_proto.h | 14 ---------- scripts/kconfig/qconf.cc | 13 +++++++--- 29 files changed, 275 insertions(+), 93 deletions(-) create mode 100644 arch/riscv/include/asm/clint.h