summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-24drm/bridge: display-connector: allow YCbCr 420 for HDMI and DPDmitry Baryshkov
2024-10-24drm/atomic: add interlaced and ycbcr_420 flags to connector's state dumpDmitry Baryshkov
2024-10-24drm/display: bridge_connector: handle ycbcr_420_allowedDmitry Baryshkov
2024-10-24Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds
2024-10-24gpiolib: fix a NULL-pointer dereference when setting directionBartosz Golaszewski
2024-10-24docs: remove Documentation/dontdiffJonathan Corbet
2024-10-24Revert "9p: Enable multipage folios"Dominique Martinet
2024-10-24ASoC: add CS42L84 codec driverMark Brown
2024-10-24ASoC: add Allwinner H616 audio codec supportMark Brown
2024-10-24soc: qcom: pmic_glink: Handle GLINK intent allocation rejectionsBjorn Andersson
2024-10-24rpmsg: glink: Handle rejected intent request betterBjorn Andersson
2024-10-24riscv: Check that vdso does not contain any dynamic relocationsAlexandre Ghiti
2024-10-24riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti
2024-10-24iio: dac: Kconfig: Fix build error for ltc2664Jinjie Ruan
2024-10-24drm/xe: Don't restart parallel queues multiple times on GT resetNirmoy Das
2024-10-24drm/xe/ufence: Prefetch ufence addr to catch bogus addressNirmoy Das
2024-10-24drm/xe: Handle unreliable MMIO reads during forcewakeShuicheng Lin
2024-10-24drm/xe/guc/ct: Flush g2h worker in case of g2h response timeoutBadal Nilawar
2024-10-24drm/xe: Enlarge the invalidation timeout from 150 to 500Shuicheng Lin
2024-10-24arm64: dts: qcom: x1e80100: fix PCIe5 interconnectJohan Hovold
2024-10-24arm64: dts: qcom: x1e80100: fix PCIe4 interconnectJohan Hovold
2024-10-24iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()Zicheng Qu
2024-10-24staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg()Zicheng Qu
2024-10-24docs: iio: ad7380: fix supply for ad7380-4Julien Stephan
2024-10-24iio: adc: ad7380: fix supplies for ad7380-4Julien Stephan
2024-10-24iio: adc: ad7380: add missing suppliesJulien Stephan
2024-10-24iio: adc: ad7380: use devm_regulator_get_enable_read_voltage()Julien Stephan
2024-10-24dt-bindings: iio: adc: ad7380: fix ad7380-4 reference supplyJulien Stephan
2024-10-24iio: light: veml6030: fix microlux value calculationJavier Carrasco
2024-10-24Merge branch 'share-user-memory-to-bpf-program-through-task-storage-map'Alexei Starovoitov
2024-10-24selftests/bpf: Create task_local_storage map with invalid uptr's structMartin KaFai Lau
2024-10-24selftests/bpf: Add uptr failure verifier testsMartin KaFai Lau
2024-10-24selftests/bpf: Add update_elem failure test for task storage uptrMartin KaFai Lau
2024-10-24selftests/bpf: Test a uptr struct spanning across pages.Martin KaFai Lau
2024-10-24selftests/bpf: Some basic __uptr testsKui-Feng Lee
2024-10-24libbpf: define __uptr.Kui-Feng Lee
2024-10-24bpf: Add uptr support in the map_value of the task local storage.Martin KaFai Lau
2024-10-24bpf: Postpone bpf_obj_free_fields to the rcu callbackMartin KaFai Lau
2024-10-24bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()Martin KaFai Lau
2024-10-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...Martin KaFai Lau
2024-10-24bpf: Handle BPF_UPTR in verifierKui-Feng Lee
2024-10-24bpf: Support __uptr type tag in BTFKui-Feng Lee
2024-10-24arm64: tegra: smaug: Declare cros-ec extconDiogo Ivo
2024-10-24arm64: tegra: Add SDMMC sdr104-offsets for Tegra X1Diogo Ivo
2024-10-24arm64: dts: nvidia: tegra210-smaug: Add TMP451 temperature sensor nodeJasper Korten
2024-10-24arm64: dts: nvidia: tegra210-smaug: Add touchscreen nodeJasper Korten
2024-10-24arm64: tegra: p2180: Add mandatory compatible for WiFi nodeTomasz Maciej Nowak
2024-10-24Merge branch 'add-the-missing-bpf_link_type-invocation-for-sockmap'Andrii Nakryiko
2024-10-24bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao
2024-10-24bpf: Add the missing BPF_LINK_TYPE invocation for sockmapHou Tao