public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-21 12:47:44 to 2024-10-21 14:21:11 UTC [more...]

[PATCH net-next v2 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp)
 2024-10-21 14:20 UTC  (22+ messages)
` [PATCH net-next v2 01/18] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next v2 04/18] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v2 05/18] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next v2 07/18] net: Register system page pool as an XDP memory model
` [PATCH net-next v2 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v2 11/18] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next v2 12/18] xdp: add generic xdp_build_skb_from_buff()

[PATCH] usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()
 2024-10-21 14:20 UTC  (5+ messages)

[PATCH] spi: atmel-quadspi: Add support for sama7g5 QSPI
 2024-10-21 14:20 UTC  (3+ messages)

[PATCH v2] tracing: Make percpu stack trace buffer invariant to PAGE_SIZE
 2024-10-21 14:18 UTC 

[syzbot] [mm?] kernel BUG in __page_table_check_zero
 2024-10-21 14:17 UTC  (4+ messages)
` [syzbot] [usb] "

[PATCH v10 0/4] Replace fallback for IO memcpy and IO memset
 2024-10-21 14:16 UTC  (6+ messages)
` [PATCH v10 1/4] "
` [PATCH v10 2/4] arm64: Use new fallback IO memcpy/memset
` [PATCH v10 3/4] csky: "
` [PATCH v10 4/4] loongarch: "

[PATCH] arm64: dts: mediatek: mt8186-corsola: Fix GPU supply coupling max-spread
 2024-10-21 14:15 UTC  (2+ messages)

[PATCH] platform/x86:intel/pmc: fix IS_ENABLED() check
 2024-10-21 14:15 UTC  (2+ messages)

[PATCH 1/9] drm/panfrost: Replace DRM driver allocation method with newer one
 2024-10-21 14:14 UTC  (7+ messages)
` [PATCH 2/9] drm/panfrost: handle inexistent GPU during probe
` [PATCH 3/9] drm/panfrost: handle error when allocating AS number
` [PATCH 4/9] drm/panfrost: handle job hw submit errors

[PATCH v2 0/5] implement lightweight guard pages
 2024-10-21 14:13 UTC  (7+ messages)
` [PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker

[REGRESSION] 9pfs issues on 6.12-rc1
 2024-10-21 14:12 UTC  (6+ messages)

[PATCH v2 0/2] mailbox: add async request mechanism w/ a user
 2024-10-21 14:12 UTC  (4+ messages)
` [PATCH v2 2/2] firmware: add exynos acpm driver

[net-next RFC PATCH 0/4] net: dsa: Add Airoha AN8855 support
 2024-10-21 14:11 UTC  (10+ messages)
` [net-next RFC PATCH 1/4] net: mdio: implement mdio_mutex_nested guard() variant
` [net-next RFC PATCH 2/4] dt-bindings: net: dsa: Add Airoha AN8855 Gigabit Switch documentation
` [net-next RFC PATCH 3/4] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver
` [net-next RFC PATCH 4/4] net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY

[PATCH] drm/edid: transition to passing struct cea_db * to cae_db_payload_len
 2024-10-21 14:11 UTC  (4+ messages)

[PATCH 0/2] printk: Add loud_console printk flag to not suppress sysrq header msgs
 2024-10-21 14:11 UTC  (7+ messages)
` [PATCH 1/2] printk: Introduce LOUD_CON flag

[PATCH] Revert "platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended"
 2024-10-21 14:10 UTC  (2+ messages)

[PATCH/RFC] MAINTAINERS: Re-add cancelled Renesas driver sections
 2024-10-21 14:10 UTC  (3+ messages)

[PATCH] bcachefs: fix shift oob in alloc_lru_idx_fragmentation
 2024-10-21 14:09 UTC 

[PATCH v13 00/13] Add Secure TSC support for SNP guests
 2024-10-21 14:08 UTC  (3+ messages)
` [PATCH v13 06/13] x86/sev: Prevent GUEST_TSC_FREQ MSR interception for Secure TSC enabled guests

[PATCH 0/7] drm/tidss: Interrupt fixes and cleanups
 2024-10-21 14:07 UTC  (8+ messages)
` [PATCH 1/7] drm/tidss: Fix issue in irq handling causing irq-flood issue
` [PATCH 2/7] drm/tidss: Remove unused OCP error flag
` [PATCH 3/7] drm/tidss: Remove extra K2G check
` [PATCH 4/7] drm/tidss: Add printing of underflows
` [PATCH 5/7] drm/tidss: Clear the interrupt status for interrupts being disabled
` [PATCH 6/7] drm/tidss: Fix race condition while handling interrupt registers
` [PATCH 7/7] drm/tidss: Rename 'wait_lock' to 'irq_lock'

[PATCH] power: Switch back to struct platform_driver::remove()
 2024-10-21 14:06 UTC  (2+ messages)

[PATCH v4 00/28] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-21 14:04 UTC  (8+ messages)
` [PATCH v4 21/28] cxl/extent: Process DCD events and realize region extents

[PATCH bpf-next 0/5] Optimize bpf_csum_diff() and homogenize for all archs
 2024-10-21 14:04 UTC  (14+ messages)
` [PATCH bpf-next 1/5] net: checksum: move from32to16() to generic header
` [PATCH bpf-next 2/5] bpf: bpf_csum_diff: optimize and homogenize for all archs
` [PATCH bpf-next 3/5] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier
` [PATCH bpf-next 4/5] selftests/bpf: Add benchmark for bpf_csum_diff() helper
` [PATCH bpf-next 5/5] selftests/bpf: Add a selftest for bpf_csum_diff()

[PATCH 0/3] kprobes: Annotate structs with __counted_by()
 2024-10-21 14:01 UTC  (2+ messages)

[PATCH net-next 00/15] net: sparx5: add support for lan969x switch device
 2024-10-21 13:58 UTC  (16+ messages)
` [PATCH net-next 01/15] net: sparx5: add support for lan969x SKU's and core clock
` [PATCH net-next 02/15] net: sparx5: change spx5_wr to spx5_rmw in cal update()
` [PATCH net-next 03/15] net: sparx5: change frequency calculation for SDLB's
` [PATCH net-next 04/15] net: sparx5: add sparx5 context pointer to a few functions
` [PATCH net-next 05/15] net: sparx5: add registers required by lan969x
` [PATCH net-next 06/15] net: lan969x: add match data for lan969x
` [PATCH net-next 07/15] net: lan969x: add register diffs to match data
` [PATCH net-next 08/15] net: lan969x: add constants "
` [PATCH net-next 09/15] net: lan969x: add lan969x ops "
` [PATCH net-next 10/15] net: lan969x: add PTP handler function
` [PATCH net-next 11/15] net: lan969x: add function for calculating the DSM calendar
` [PATCH net-next 12/15] net: sparx5: use is_sparx5() macro throughout
` [PATCH net-next 13/15] dt-bindings: net: add compatible strings for lan969x SKU's
` [PATCH net-next 14/15] net: sparx5: add compatible strings for lan969x and verify the target
` [PATCH net-next 15/15] net: sparx5: add feature support

[PATCH] riscv/entry: get correct syscall number from syscall_get_nr()
 2024-10-21 14:00 UTC  (2+ messages)

[PATCH 0/2] soc: qcom: llcc: add support for SAR2130P and SAR1130P platforms
 2024-10-21 13:58 UTC  (5+ messages)
` [PATCH 2/2] soc: qcom: llcc: add support for SAR2130P and SAR1130P

[PATCH v2 tip/perf/core 0/2] SRCU-protected uretprobes hot path
 2024-10-21 13:57 UTC  (6+ messages)
` [PATCH v2 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)

[PATCH net] docs: networking: packet_mmap: replace dead links with archive.org links
 2024-10-21 13:55 UTC 

[PATCH v4 00/10] Add CPU-type to topology
 2024-10-21 13:54 UTC  (7+ messages)
` [PATCH v4 02/10] x86/cpu/topology: Add CPU type to struct cpuinfo_topology
` [PATCH v4 04/10] perf/x86/intel: Use topology_hw_cpu_type()

[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in bch2_alloc_to_text
 2024-10-21 13:54 UTC 

[PATCH v2 1/2] irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisor
 2024-10-21 13:53 UTC  (2+ messages)
` [tip: irq/core] irqchip/gic-v3-its: Fix over allocation in itt_alloc_pool()

[PATCH v3] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Fix X1E80100 resets entries
 2024-10-21 13:53 UTC 

[PATCH] drm/panel: s6e3ha8: add static modifier to supply list
 2024-10-21 13:52 UTC 

[PATCH] drm: xlnx: zynqmp_disp: layer may be null while releasing
 2024-10-21 13:51 UTC 

[PATCH 1/3] ceph: correct ceph_mds_cap_item field name
 2024-10-21 13:51 UTC  (3+ messages)

[syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag (2)
 2024-10-21 13:51 UTC  (3+ messages)
` [PATCH] xfs: If unable to pick perag an error needs to be returned

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-21 13:49 UTC  (6+ messages)

[PATCH v3 0/7] arm64: dts: imx95: add various nodes
 2024-10-21 13:48 UTC  (3+ messages)
` [PATCH v3 1/7] arm64: dts: imx95: set max-rx-timeout-ms

[PATCH] btrfs: Fix UAF in __btrfs_free_extra_devids()
 2024-10-21 14:02 UTC 

[PATCH v2 00/10] Enhance min heap API with non-inline functions and optimizations
 2024-10-21 13:47 UTC  (3+ messages)

[PATCH RFC v1 net-next 00/12] bridge-fastpath and related improvements
 2024-10-21 13:47 UTC  (8+ messages)
` [PATCH RFC v1 net-next 11/12] bridge: br_vlan_fill_forward_path_mode no _UNTAG_HW for dsa

[PATCH] block: remove redundant explicit memory barrier from rq_qos waiter and waker
 2024-10-21 13:45 UTC  (2+ messages)

[PATCH v2] drm/fbdev: fix drm_fb_helper_deferred_io() build failure
 2024-10-21 13:44 UTC  (2+ messages)

[PATCH 0/6] drm/display: hdmi: add drm_hdmi_connector_mode_valid()
 2024-10-21 13:44 UTC  (4+ messages)
` [PATCH 1/6] drm/display: hdmi: add generic mode_valid helper

[PATCH v5 0/3] Add DeepComputing FML13V01 board dts
 2024-10-21 13:44 UTC  (6+ messages)
` [PATCH v5 3/3] riscv: dts: starfive: add DeepComputing FML13V01 board device tree

[PATCH] drm: xlnx: zynqmp_dpsub: fix hotplug detection
 2024-10-21 13:41 UTC 

[PATCH vhost 0/2] vdpa/mlx5: Iova mapping related fixes
 2024-10-21 13:40 UTC  (3+ messages)
` [PATCH vhost 1/2] vdpa/mlx5: Fix PA offset with unaligned starting iotlb map
` [PATCH vhost 2/2] vdpa/mlx5: Fix suboptimal range on iotlb iteration

[PATCH v4 2/2] misc:minor basic kunit tests
 2024-10-21 13:39 UTC  (3+ messages)
` [PATCH v5 1/2] misc: misc_minor_alloc to use ida for all dynamic/misc dynamic minors
` [PATCH v5 2/2] misc:minor basic kunit tests

[PATCH 6.11 000/135] 6.11.5-rc1 review
 2024-10-21 13:32 UTC  (2+ messages)

[PATCH] soc: qcom: smem: Fix up kerneldoc
 2024-10-21 13:38 UTC  (2+ messages)

[syzbot] [usb?] INFO: task hung in usb_port_suspend
 2024-10-21 13:37 UTC  (3+ messages)

[PATCH v3 0/5] platform/x86: intel_scu_ipc: Avoid working around IO and cleanups
 2024-10-21 13:34 UTC  (6+ messages)
` [PATCH v3 1/5] platform/x86: intel_scu_ipc: Unify the flow in pwr_reg_rdwr()
` [PATCH v3 2/5] platform/x86: intel_scu_ipc: Replace workaround by 32-bit IO
` [PATCH v3 3/5] platform/x86: intel_scu_ipc: Simplify code with cleanup helpers
` [PATCH v3 4/5] platform/x86: intel_scu_ipc: Convert to check for errors first
` [PATCH v3 5/5] platform/x86: intel_scu_ipc: Save a copy of the entire struct intel_scu_ipc_data

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-21 13:34 UTC  (7+ messages)

[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in bch2_alloc_to_text
 2024-10-21 13:33 UTC  (2+ messages)
` [syzbot] bcachefs: add check on type to mitigate shift-out-bounds

[syzbot] [net?] KASAN: slab-use-after-free Read in __ethtool_get_link_ksettings
 2024-10-21 13:32 UTC 

[PATCH] drm/atomic_helper: Add missing NULL check for drm_plane_helper_funcs.atomic_update
 2024-10-21 13:30 UTC  (5+ messages)

Unable to handle kernel paging request at virtual address ffffffc08058e000
 2024-10-21 13:29 UTC  (5+ messages)

[PATCH v2] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Fix X1E80100 resets entries
 2024-10-21 13:28 UTC  (2+ messages)

[PATCH 0/4] riscv: sophgo: Add ethernet support for SG2044
 2024-10-21 13:27 UTC  (5+ messages)
` [PATCH 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC

[PATCH v2] arm64: dts: mediatek: mt8173-elm-hana: Add vdd-supply to second source trackpad
 2024-10-21 13:26 UTC  (2+ messages)

[PATCH v2] arm64: dts: mediatek: mt8186-corsola-voltorb: Merge speaker codec nodes
 2024-10-21 13:26 UTC  (2+ messages)

[PATCH 0/6] MediaTek MT6735+MT6328 SoC/PMIC pair base support
 2024-10-21 13:25 UTC  (13+ messages)
` [PATCH 1/6] dt-bindings: mediatek: pwrap: Add MT6735 compatible
` [PATCH 2/6] dt-bindings: mfd: mediatek: mt6397: Add bindings for MT6328
` [PATCH 3/6] soc: mediatek: pwrap: Add support for MT6735 and MT6328 SoC/PMIC pair
` [PATCH 4/6] mfd: mt6397: Add initial support for MT6328
` [PATCH 5/6] regulator: Add driver for MediaTek MT6328 PMIC regulators
` [PATCH 6/6] Input: mtk-pmic-keys - Add support for MT6328

[PATCH RFC 0/4] ad7380: add adaq4370-4 and adaq4380-4 support
 2024-10-21 13:25 UTC  (4+ messages)
` [PATCH RFC 1/4] dt-bindings: iio: adc: ad7380: add adaq4370-4 and adaq4380-4 compatible parts

[PATCH bpf-next 0/2] security.bpf xattr name prefix
 2024-10-21 13:24 UTC  (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names

[PATCH 1/3] fpga: Add Efinix Trion & Titanium serial SPI programming driver
 2024-10-21 13:23 UTC  (6+ messages)

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-21 13:22 UTC  (5+ messages)

[PATCH v2] acl: Annotate struct posix_acl with __counted_by()
 2024-10-21 13:20 UTC  (2+ messages)

[PATCH] drm: xlnx: zynqmp_dpsub: also call drm_helper_hpd_irq_event
 2024-10-21 13:19 UTC  (7+ messages)

[patch V5 00/26] posix-timers: Cure the SIG_IGN mess
 2024-10-21 13:19 UTC  (3+ messages)
` [patch V5 07/26] posix-timers: Add proper state tracking

[PATCH v2] xhci: Fix Link TRB DMA in command ring stopped completion event
 2024-10-21 13:19 UTC 

[PATCH v5 4/5] perf test: Add hwmon "PMU" test
 2024-10-21 13:17 UTC  (2+ messages)

[PATCH v5] rust: add global lock support
 2024-10-21 13:17 UTC 

[PATCH] cpufreq/amd-pstate-ut: Add fix for min freq unit test
 2024-10-21 13:15 UTC  (2+ messages)

[PATCH v2 00/11] clk: qcom: add support for clock controllers on the SAR2130P platform
 2024-10-21 13:14 UTC  (3+ messages)

[PATCH v5 0/8] Add iio backend compatibility for ad7606
 2024-10-21 13:10 UTC  (3+ messages)

[PATCH] iommu/sysfs: constify the class struct
 2024-10-21 13:08 UTC  (2+ messages)

[PATCH] drm/bridge: tc358767: fix missing of_node_put() in for_each_endpoint_of_node()
 2024-10-21 13:08 UTC  (2+ messages)

[PATCH v2] drm/bridge: Fix assignment of the of_node of the parent to aux bridge
 2024-10-21 13:08 UTC  (2+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_dev_btree_bitmap_mark
 2024-10-21 13:07 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_journal_key_insert_take
 2024-10-21 13:07 UTC 

[PATCH 1/2] drm/sched: memset() 'job' in drm_sched_job_init()
 2024-10-21 13:05 UTC  (2+ messages)

[PATCH 0/2] amd-pstate: Make amd-pstate the default driver on server platforms
 2024-10-21 13:05 UTC  (2+ messages)

[PATCH v3] platform/x86/hp: Avoid spurious wakeup on HP ProOne 440
 2024-10-21 13:04 UTC  (4+ messages)

[PATCH v2] ASoC: soc-utils: Remove PAGE_SIZE compile-time constant assumption
 2024-10-21 13:03 UTC 

[PATCH 0/6] iio: adc: ad7606: add support for AD760{7,8,9} parts
 2024-10-21 13:02 UTC  (7+ messages)
` [PATCH 1/6] iio: adc: ad7606: fix/persist oversampling_ratio setting
` [PATCH 2/6] iio: adc: ad7606: fix issue/quirk with find_closest() for oversampling
` [PATCH 3/6] iio: adc: ad7606: use realbits for sign-extending in scan_direct
` [PATCH 4/6] iio: adc: ad7606: rework scale-available to be static
` [PATCH 5/6] dt-bindings: iio: adc: adi,ad7606: document AD760{7,8,9} parts
` [PATCH 6/6] iio: adc: ad7606: add support for "

[PATCH v2 0/2] usb: typec: qcom-pmic-typec: fix missing fwnode removal in error path
 2024-10-21 13:01 UTC  (5+ messages)
` [PATCH v2 1/2] usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodes
` [PATCH v2 2/2] usb: typec: qcom-pmic-typec: fix missing fwnode removal in error path

[PATCH] usb: core: adds support for PM control of specific USB dev skip suspend
 2024-10-21 13:01 UTC  (2+ messages)

[PATCH v2] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large
 2024-10-21 13:00 UTC 

[PATCH v7 0/9] tmpfs: Add case-insensitive support for tmpfs
 2024-10-21 12:59 UTC  (3+ messages)
` [PATCH v7 6/9] tmpfs: Add casefold lookup support

[PATCH v3 0/2] Introduce bus-width property for input bus format
 2024-10-21 12:59 UTC  (2+ messages)

[PATCH] drm/bridge: ite-it66121: Drop hdmi_avi_infoframe_init() function call
 2024-10-21 12:59 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: display: bridge: tc358768: switch to bus-width
 2024-10-21 12:59 UTC  (2+ messages)

[PATCH -next 0/3] drm: Enable module autoloading
 2024-10-21 12:59 UTC  (2+ messages)
` (subset) "

[PATCH 0/5] drm: misc: few simple cleanups
 2024-10-21 12:59 UTC  (2+ messages)
` (subset) "

CVE-2024-47722: xen: use correct end address of kernel for conflict checking
 2024-10-21 12:58 UTC  (2+ messages)

[PATCH v3 00/11] Add PCIe support for bcm2712
 2024-10-21 12:56 UTC  (5+ messages)
` [PATCH v3 09/11] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk

[PATCH v5 0/5] iio: fix possible race condition during access of available info lists
 2024-10-21 12:54 UTC  (6+ messages)
` [PATCH v5 1/5] iio: core: add read_avail_release_resource callback to fix race
` [PATCH v5 2/5] iio: consumers: copy/release available info from producer "
` [PATCH v5 3/5] iio: pac1921: use read_avail+release APIs instead of custom ext_info
` [PATCH v5 4/5] iio: ad7192: copy/release available filter frequencies to fix race
` [PATCH v5 5/5] iio: as73211: copy/release available integration times "

[PATCH v2 1/3] arm64: dts: qcom: x1e80100: enable OTG on USB-C controllers
 2024-10-21 12:54 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: qcom: x1e80100-crd: enable otg on usb ports

[PATCH RFC] usb: typec: ucsi: Set orientation as none when connector is unplugged
 2024-10-21 12:52 UTC  (2+ messages)

[PATCH v1 0/2] tty: serial: samsung: Add Exynos8895 compatible
 2024-10-21 12:51 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: serial: samsung: Add samsung,exynos8895-uart compatible

[PATCH v2 0/5] iio: adc: ad7380: fix several supplies issues
 2024-10-21 12:50 UTC  (4+ messages)
` [PATCH v2 4/5] iio: adc: ad7380: fix supplies for ad7380-4

[PATCH v13 0/3] drm/mediatek: Add support for OF graphs
 2024-10-21 12:51 UTC  (2+ messages)

[PATCH] phy: tegra: xusb: Add error pointer check in xusb.c
 2024-10-21 12:50 UTC  (2+ messages)

[PATCH v3] PCI: imx6: Add suspend/resume support for i.MX6QDL
 2024-10-21 12:49 UTC 

[PATCH] fuse: zero folio correctly in fuse_notify_store()
 2024-10-21 12:59 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox