aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-13riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti
2023-04-13riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti
2023-04-13riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2023-04-13Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-04-13Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-13Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-13Merge tag 'pinctrl-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2023-04-13Merge tag 'drm-fixes-2023-04-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-04-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-04-13ksmbd: avoid out of bounds access in decode_preauth_ctxt()David Disseldorp
2023-04-13Merge tag 'drm-misc-fixes-2023-04-13' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter
2023-04-13Merge branch 'XDP-hints: change RX-hash kfunc bpf_xdp_metadata_rx_hash'Alexei Starovoitov
2023-04-13selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new argJesper Dangaard Brouer
2023-04-13mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer
2023-04-13veth: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer
2023-04-13mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer
2023-04-13selftests/bpf: xdp_hw_metadata remove bpf_printk and add countersJesper Dangaard Brouer
2023-04-13fbcon: set_con2fb_map needs to set con2fb_map!Daniel Vetter
2023-04-13fbcon: Fix error paths in set_con2fb_mapDaniel Vetter
2023-04-13skbuff: Fix a race between coalescing and releasing SKBsLiang Chen
2023-04-13net: macb: fix a memory corruption in extended buffer descriptor modeRoman Gushchin
2023-04-13selftests: add the missing CONFIG_IP_SCTP in net configXin Long
2023-04-13udp6: fix potential access to stale informationEric Dumazet
2023-04-13selftests: openvswitch: adjust datapath NL message declarationAaron Conole
2023-04-13Merge branch 'mptcp-more-fixes-for-6-3'Jakub Kicinski
2023-04-13selftests: mptcp: userspace pm: uniform verify eventsMatthieu Baerts
2023-04-13mptcp: fix NULL pointer dereference on fastopen early fallbackPaolo Abeni
2023-04-13mptcp: stricter state check in mptcp_workerPaolo Abeni
2023-04-13mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni
2023-04-13i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger
2023-04-13RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel
2023-04-13x86/rtc: Remove __init for runtime functionsMatija Glavinic Pecotic
2023-04-13Merge tag 'drm-intel-fixes-2023-04-13' of git://anongit.freedesktop.org/drm/d...Daniel Vetter
2023-04-13net: enetc: workaround for unresponsive pMAC after receiving express trafficVladimir Oltean
2023-04-13sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long
2023-04-13Merge tag 'amd-drm-fixes-6.3-2023-04-12' of https://gitlab.freedesktop.org/ag...Daniel Vetter
2023-04-13net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan
2023-04-13ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2Stefan Binding
2023-04-12rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi
2023-04-12Merge tag 'for-linus-2023041201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-12Merge tag 'dmaengine-fix-6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-12drm/amd/pm: correct the pcie link state check for SMU13Evan Quan
2023-04-12drm/amd/pm: correct SMU13.0.7 max shader clock reportingHoratio Zhang
2023-04-12drm/amd/pm: correct SMU13.0.7 pstate profiling clock settingsHoratio Zhang
2023-04-12drm/amd/display: Pass the right info to drm_dp_remove_payloadWayne Lin
2023-04-12cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpusetWaiman Long
2023-04-12cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long
2023-04-12cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long