summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-30Merge tag 'sound-6.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2022-12-30Merge branches 'acpi-resource' and 'acpi-video'Rafael J. Wysocki
2022-12-30gpio: sprd: Make the irqchip immutableCixi Geng
2022-12-30gpio: pmic-eic-sprd: Make the irqchip immutableCixi Geng
2022-12-30gpio: eic-sprd: Make the irqchip immutableCixi Geng
2022-12-30gpio: pca953x: avoid to use uninitialized value pinctrlHaibo Chen
2022-12-30gpiolib: Fix using uninitialized lookup-flags on ACPI platformsHans de Goede
2022-12-30drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO indexJani Nikula
2022-12-30drm/i915/dsi: add support for ICL+ native MIPI GPIO sequenceJani Nikula
2022-12-30fixdep: remove unneeded <stdarg.h> inclusionMasahiro Yamada
2022-12-30kbuild: sort single-targets alphabetically againMasahiro Yamada
2022-12-30kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequiresMasahiro Yamada
2022-12-30kbuild: Fix running modpost with musl libcSamuel Holland
2022-12-30kbuild: add a missing line for help messageJun ASAKA
2022-12-30.gitignore: ignore *.rpmMasahiro Yamada
2022-12-30arch: fix broken BuildID for arm64 and riscvMasahiro Yamada
2022-12-30drm/i915/uc: Fix two issues with over-size firmware filesJohn Harrison
2022-12-30drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld
2022-12-30drm/i915: Remove __maybe_unused from mtl_infoLucas De Marchi
2022-12-30drm/i915: fix TLB invalidation for Gen12.50 video and compute enginesAndrzej Hajda
2022-12-30net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin
2022-12-30Merge branch 'ena-fixes'David S. Miller
2022-12-30net: ena: Update NUMA TPH hint register upon NUMA node updateDavid Arinzon
2022-12-30net: ena: Set default value for RX interrupt moderationDavid Arinzon
2022-12-30net: ena: Fix rx_copybreak value updateDavid Arinzon
2022-12-30net: ena: Use bitmask to indicate packet redirectionDavid Arinzon
2022-12-30net: ena: Account for the number of processed bytes in XDPDavid Arinzon
2022-12-30net: ena: Don't register memory info on XDP exchangeDavid Arinzon
2022-12-30net: ena: Fix toeplitz initial hash valueDavid Arinzon
2022-12-30selftests: net: fix cmsg_so_mark.sh test hangPo-Hsu Lin
2022-12-30Merge tag 'mlx5-fixes-2022-12-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2022-12-30net: amd-xgbe: add missed tasklet_killJiguang Xiao
2022-12-30net: hns3: refine the handling for VF heartbeatJian Shen
2022-12-30net: ethernet: freescale: enetc: Drop empty platform remove functionUwe Kleine-König
2022-12-30net: ethernet: broadcom: bcm63xx_enet: Drop empty platform remove functionUwe Kleine-König
2022-12-30Merge branch 'tcp-bhash2-fixes'David S. Miller
2022-12-30tcp: Add selftest for bind() and TIME_WAIT.Kuniyuki Iwashima
2022-12-30tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima
2022-12-29libbpf: Restore errno after pr_warn.Alexei Starovoitov
2022-12-29Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-29Merge tag 'io_uring-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-29Merge tag 'linux-kselftest-kunit-fixes-6.2-rc2' of git://git.kernel.org/pub/s...Linus Torvalds
2022-12-29libbpf: Added the description of some API functionsXin Liu
2022-12-29Merge branch 'samples/bpf: enhance syscall tracing program'Andrii Nakryiko
2022-12-29libbpf: Fix invalid return address register in s390Daniel T. Lee
2022-12-29samples/bpf: Use BPF_KSYSCALL macro in syscall tracing programsDaniel T. Lee
2022-12-29samples/bpf: Fix tracex2 by using BPF_KSYSCALL macroDaniel T. Lee
2022-12-29samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee
2022-12-29samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing pro...Daniel T. Lee
2022-12-29samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee