public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-11 08:31:36 to 2022-07-11 09:20:18 UTC [more...]

[PATCH 5.10 00/55] 5.10.130-rc1 review
 2022-07-11  9:07 UTC  (13+ messages)
` [PATCH 5.10 01/55] mm/slub: add missing TID updates on slab deactivation
` [PATCH 5.10 02/55] ALSA: hda/realtek: Add quirk for Clevo L140PU
` [PATCH 5.10 03/55] can: bcm: use call_rcu() instead of costly synchronize_rcu()
` [PATCH 5.10 04/55] can: grcan: grcan_probe(): remove extra of_node_get()
` [PATCH 5.10 05/55] can: gs_usb: gs_usb_open/close(): fix memory leak
` [PATCH 5.10 06/55] bpf: Fix incorrect verifier simulation around jmp32s jeq/jne
` [PATCH 5.10 07/55] bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
` [PATCH 5.10 08/55] usbnet: fix memory leak in error case
` [PATCH 5.10 10/55] netfilter: nft_set_pipapo: release elements in clone from abort path
` [PATCH 5.10 11/55] netfilter: nf_tables: stricter validation of element data
` [PATCH 5.10 12/55] iommu/vt-d: Fix PCI bus rescan device hot add
` [PATCH 5.10 13/55] fbdev: fbmem: Fix logo center image dx issue

[PATCH 1/2] genirq: allow irq_set_chip_handler_name_locked() to take a const irq_chip
 2022-07-11  9:11 UTC  (2+ messages)

[PATCH 5.4 00/38] 5.4.205-rc1 review
 2022-07-11  9:07 UTC  (39+ messages)
` [PATCH 5.4 01/38] esp: limit skb_page_frag_refill use to a single page
` [PATCH 5.4 02/38] mm/slub: add missing TID updates on slab deactivation
` [PATCH 5.4 03/38] can: bcm: use call_rcu() instead of costly synchronize_rcu()
` [PATCH 5.4 04/38] can: grcan: grcan_probe(): remove extra of_node_get()
` [PATCH 5.4 05/38] can: gs_usb: gs_usb_open/close(): fix memory leak
` [PATCH 5.4 06/38] usbnet: fix memory leak in error case
` [PATCH 5.4 07/38] net: rose: fix UAF bug caused by rose_t0timer_expiry
` [PATCH 5.4 08/38] iommu/vt-d: Fix PCI bus rescan device hot add
` [PATCH 5.4 09/38] fbdev: fbmem: Fix logo center image dx issue
` [PATCH 5.4 10/38] fbmem: Check virtual screen sizes in fb_set_var()
` [PATCH 5.4 11/38] fbcon: Disallow setting font bigger than screen size
` [PATCH 5.4 12/38] fbcon: Prevent that screen size is smaller than font size
` [PATCH 5.4 13/38] video: of_display_timing.h: include errno.h
` [PATCH 5.4 14/38] powerpc/powernv: delay rng platform device creation until later in boot
` [PATCH 5.4 15/38] can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info
` [PATCH 5.4 16/38] can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression
` [PATCH 5.4 17/38] can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits
` [PATCH 5.4 18/38] xfs: remove incorrect ASSERT in xfs_rename
` [PATCH 5.4 19/38] ARM: meson: Fix refcount leak in meson_smp_prepare_cpus
` [PATCH 5.4 20/38] pinctrl: sunxi: a83t: Fix NAND function name for some pins
` [PATCH 5.4 21/38] pinctrl: sunxi: sunxi_pconf_set: use correct offset
` [PATCH 5.4 22/38] ARM: at91: pm: use proper compatible for sama5d2s rtc
` [PATCH 5.4 23/38] ARM: at91: pm: use proper compatibles for sam9x60s rtc and rtt
` [PATCH 5.4 24/38] ibmvnic: Properly dispose of all skbs during a failover
` [PATCH 5.4 25/38] selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLT
` [PATCH 5.4 26/38] selftests: forwarding: fix learning_test when h1 "
` [PATCH 5.4 27/38] selftests: forwarding: fix error message in learning_test
` [PATCH 5.4 28/38] i2c: cadence: Unregister the clk notifier in error path
` [PATCH 5.4 29/38] dmaengine: imx-sdma: Allow imx8m for imx7 FW revs
` [PATCH 5.4 30/38] misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transfer
` [PATCH 5.4 31/38] misc: rtsx_usb: use separate command and response buffers
` [PATCH 5.4 32/38] misc: rtsx_usb: set return value in rsp_buf alloc err path
` [PATCH 5.4 33/38] dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo
` [PATCH 5.4 34/38] ida: dont use BUG_ON() for debugging
` [PATCH 5.4 35/38] dmaengine: pl330: Fix lockdep warning about non-static key
` [PATCH 5.4 36/38] dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly
` [PATCH 5.4 37/38] dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate
` [PATCH 5.4 38/38] dmaengine: ti: Add missing put_device "

[PATCH 4.19 00/31] 4.19.252-rc1 review
 2022-07-11  9:07 UTC  (32+ messages)
` [PATCH 4.19 01/31] esp: limit skb_page_frag_refill use to a single page
` [PATCH 4.19 02/31] mm/slub: add missing TID updates on slab deactivation
` [PATCH 4.19 03/31] can: bcm: use call_rcu() instead of costly synchronize_rcu()
` [PATCH 4.19 04/31] can: grcan: grcan_probe(): remove extra of_node_get()
` [PATCH 4.19 05/31] can: gs_usb: gs_usb_open/close(): fix memory leak
` [PATCH 4.19 06/31] usbnet: fix memory leak in error case
` [PATCH 4.19 07/31] net: rose: fix UAF bug caused by rose_t0timer_expiry
` [PATCH 4.19 08/31] iommu/vt-d: Fix PCI bus rescan device hot add
` [PATCH 4.19 09/31] fbcon: Disallow setting font bigger than screen size
` [PATCH 4.19 10/31] video: of_display_timing.h: include errno.h
` [PATCH 4.19 11/31] powerpc/powernv: delay rng platform device creation until later in boot
` [PATCH 4.19 12/31] can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info
` [PATCH 4.19 13/31] can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression
` [PATCH 4.19 14/31] can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits
` [PATCH 4.19 15/31] xfs: remove incorrect ASSERT in xfs_rename
` [PATCH 4.19 16/31] ARM: meson: Fix refcount leak in meson_smp_prepare_cpus
` [PATCH 4.19 17/31] pinctrl: sunxi: a83t: Fix NAND function name for some pins
` [PATCH 4.19 18/31] ARM: at91: pm: use proper compatible for sama5d2s rtc
` [PATCH 4.19 19/31] ibmvnic: Properly dispose of all skbs during a failover
` [PATCH 4.19 20/31] selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLT
` [PATCH 4.19 21/31] selftests: forwarding: fix learning_test when h1 "
` [PATCH 4.19 22/31] selftests: forwarding: fix error message in learning_test
` [PATCH 4.19 23/31] i2c: cadence: Unregister the clk notifier in error path
` [PATCH 4.19 24/31] misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transfer
` [PATCH 4.19 25/31] misc: rtsx_usb: use separate command and response buffers
` [PATCH 4.19 26/31] misc: rtsx_usb: set return value in rsp_buf alloc err path
` [PATCH 4.19 27/31] ida: dont use BUG_ON() for debugging
` [PATCH 4.19 28/31] dmaengine: pl330: Fix lockdep warning about non-static key
` [PATCH 4.19 29/31] dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly
` [PATCH 4.19 30/31] dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate
` [PATCH 4.19 31/31] dmaengine: ti: Add missing put_device "

[PATCH v2 0/1] add device driver for Nuvoton SIO gpio function
 2022-07-11  9:08 UTC  (8+ messages)
` [PATCH v2 1/1] gpio: nct6116d: add new driver for several Nuvoton super io chips

[PATCH 4.14 00/17] 4.14.288-rc1 review
 2022-07-11  9:06 UTC  (18+ messages)
` [PATCH 4.14 01/17] esp: limit skb_page_frag_refill use to a single page
` [PATCH 4.14 02/17] mm/slub: add missing TID updates on slab deactivation
` [PATCH 4.14 03/17] can: grcan: grcan_probe(): remove extra of_node_get()
` [PATCH 4.14 04/17] can: gs_usb: gs_usb_open/close(): fix memory leak
` [PATCH 4.14 05/17] usbnet: fix memory leak in error case
` [PATCH 4.14 06/17] net: rose: fix UAF bug caused by rose_t0timer_expiry
` [PATCH 4.14 07/17] iommu/vt-d: Fix PCI bus rescan device hot add
` [PATCH 4.14 08/17] fbcon: Disallow setting font bigger than screen size
` [PATCH 4.14 09/17] video: of_display_timing.h: include errno.h
` [PATCH 4.14 10/17] powerpc/powernv: delay rng platform device creation until later in boot
` [PATCH 4.14 11/17] xfs: remove incorrect ASSERT in xfs_rename
` [PATCH 4.14 12/17] pinctrl: sunxi: a83t: Fix NAND function name for some pins
` [PATCH 4.14 13/17] i2c: cadence: Unregister the clk notifier in error path
` [PATCH 4.14 14/17] ida: dont use BUG_ON() for debugging
` [PATCH 4.14 15/17] dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly
` [PATCH 4.14 16/17] dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate
` [PATCH 4.14 17/17] dmaengine: ti: Add missing put_device "

[PATCH 4.9 00/14] 4.9.323-rc1 review
 2022-07-11  9:06 UTC  (15+ messages)
` [PATCH 4.9 01/14] mm/slub: add missing TID updates on slab deactivation
` [PATCH 4.9 02/14] can: grcan: grcan_probe(): remove extra of_node_get()
` [PATCH 4.9 03/14] can: gs_usb: gs_usb_open/close(): fix memory leak
` [PATCH 4.9 04/14] usbnet: fix memory leak in error case
` [PATCH 4.9 05/14] net: rose: fix UAF bug caused by rose_t0timer_expiry
` [PATCH 4.9 06/14] iommu/vt-d: Fix PCI bus rescan device hot add
` [PATCH 4.9 07/14] video: of_display_timing.h: include errno.h
` [PATCH 4.9 08/14] xfs: remove incorrect ASSERT in xfs_rename
` [PATCH 4.9 09/14] pinctrl: sunxi: a83t: Fix NAND function name for some pins
` [PATCH 4.9 10/14] i2c: cadence: Unregister the clk notifier in error path
` [PATCH 4.9 11/14] ida: dont use BUG_ON() for debugging
` [PATCH 4.9 12/14] dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly
` [PATCH 4.9 13/14] dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate
` [PATCH 4.9 14/14] dmaengine: ti: Add missing put_device "

[PATCH] dt-bindings: crypto: ti,sa2ul: drop dma-coherent property
 2022-07-11  9:06 UTC  (3+ messages)

[PATCH 0/5] drm/modes: Command line mode selection fixes and improvements
 2022-07-11  9:04 UTC  (4+ messages)
` [PATCH 4/5] drm/modes: Add support for driver-specific named modes

[PATCH v3 0/2] arm64: kdump: Function supplement and performance optimization
 2022-07-11  9:03 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: kdump: Provide default size when crashkernel=Y,low is not specified
` [PATCH v3 2/2] arm64: kdump: Support crashkernel=X fall back to reserve region above DMA zones

[PATCH] netfilter: xt_TPROXY: fix clang -Wformat warnings:
 2022-07-11  9:04 UTC  (2+ messages)

[PATCH] mm: prevent page_frag_alloc() from corrupting the memory
 2022-07-11  9:02 UTC  (2+ messages)

[PATCH v2 1/4] bus: hisi_lpc: Don't dereference fwnode handle
 2022-07-11  8:59 UTC  (3+ messages)

[PATCH 0/6] pinctrl: sunxi: Allwinner D1/D1s support
 2022-07-11  8:58 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: pinctrl: Add compatibles for Allwinner D1/D1s

[asahilinux:bluetooth-wip 8/8] drivers/bluetooth/hci_bcm43xx.c:1088:23: warning: unused variable 'bcm43xx'
 2022-07-11  8:57 UTC 

[PATCH v2 0/2] Enable SA2UL support on AM64X
 2022-07-11  8:57 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-am64: Add SA2UL address space to Main CBASS ranges
` [PATCH v2 2/2] arm64: dts: ti: k3-am64-main: Enable crypto accelerator

[PATCH] arm64: dts: qcom: sc8280xp: Add lost ranges for timer
 2022-07-11  8:56 UTC  (2+ messages)

[PATCH v2 0/5] lib/find: add find_nth_bit()
 2022-07-11  8:55 UTC  (2+ messages)

[PATCH 0/2] Enable SA2UL support on AM64X
 2022-07-11  8:53 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: ti: k3-am64-main: Enable crypto accelerator

[PATCH v6 0/5] PCI: Rework pci_scan_slot() and isolated PCI functions
 2022-07-11  8:52 UTC  (6+ messages)
` [PATCH v6 1/5] PCI: Clean up pci_scan_slot()

[PATCH v13 0/7] arm64: sunxi: Allwinner H616 SoC DT support
 2022-07-11  8:51 UTC  (2+ messages)

[PATCH 1/1] platform/x86: asus-wmi: Add mic-mute LED classdev support
 2022-07-11  8:50 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v3 0/2] Add USB2.0 phy driver for Sunplus SP7021
 2022-07-11  8:50 UTC  (3+ messages)
` [PATCH v3 1/2] phy: usb: "
` [PATCH v3 2/2] dt-bindings: phy: Add bindings doc for Sunplus USB2 PHY driver

[PATCH -V2 0/7] migrate_pages(): fix several bugs in error path
 2022-07-11  8:49 UTC  (8+ messages)
` [PATCH -V2 1/7] migrate: fix syscall move_pages() return value for failure
` [PATCH -V2 2/7] migrate_pages(): remove unnecessary list_safe_reset_next()
` [PATCH -V2 3/7] migrate_pages(): fix THP failure counting for -ENOMEM
` [PATCH -V2 4/7] migrate_pages(): fix failure counting for THP subpages retrying
` [PATCH -V2 5/7] migrate_pages(): fix failure counting for THP on -ENOSYS
` [PATCH -V2 6/7] migrate_pages(): fix failure counting for THP splitting
` [PATCH -V2 7/7] migrate_pages(): fix failure counting for retry

[PATCH v3 00/10] drm: Add support for low-color frame buffer formats
 2022-07-11  8:50 UTC  (5+ messages)
` [PATCH v3 06/10] drm/fb-helper: Add support for DRM_FORMAT_C[124]

[PATCH 1/2] irqchip/atmel-aic: remove #ifdef CONFIG_PM
 2022-07-11  8:49 UTC  (2+ messages)

[PATCH 0/4] STM32 DMA-MDMA chaining feature
 2022-07-11  8:47 UTC  (5+ messages)
` [PATCH 1/4] docs: arm: stm32: introduce "
` [PATCH 2/4] dmaengine: stm32-dmamux: set dmamux channel id in dma features bitfield
` [PATCH 3/4] dmaengine: stm32-dma: add support to trigger STM32 MDMA
` [PATCH 4/4] dmaengine: stm32-mdma: add support to be triggered by STM32 DMA

arch/mips/boot/compressed/uart-16550.c:44:6: warning: no previous prototype for function 'putc'
 2022-07-11  8:47 UTC 

[PATCH v2 0/5] dt-bindings: mmc: / ARM: qcom: correct reg-names and clock entries
 2022-07-11  8:43 UTC  (7+ messages)
` [PATCH v2 3/5] arm64: dts: qcom: align SDHCI reg-names with DT schema
` [PATCH v2 4/5] ARM: "
` [PATCH v2 5/5] ARM: dts: qcom: align SDHCI clocks "

[PATCH 1/3] dt-bindings: mmc: sdhci-msm: add MSM8998
 2022-07-11  8:42 UTC  (5+ messages)
` [PATCH 2/3] mmc: sdhci-msm: add MSM8998 SDCC specific compatible
` [PATCH 3/3] arm64: dts: qcom: msm8998: "

[PATCH] MIPS: math-emu: Use the bitmap API to allocate bitmaps
 2022-07-11  8:37 UTC  (2+ messages)

[PATCH v2] MIPS: mm: Use the bitmap API to allocate bitmaps
 2022-07-11  8:37 UTC  (2+ messages)

[PATCH] MIPS: vdso: Utilize __pa() for gic_pfn
 2022-07-11  8:38 UTC  (2+ messages)

[PATCH] MIPS: Fixed __debug_virt_addr_valid()
 2022-07-11  8:38 UTC  (2+ messages)

[RFC] MIPS: Enable ARCH_HAS_DEBUG_VIRTUAL for 64-bit
 2022-07-11  8:39 UTC  (2+ messages)

[PATCH] MIPS: Make phys_to_virt utilize __va()
 2022-07-11  8:38 UTC  (2+ messages)

[RFC PATCH 3/7] lib/cpio: use non __init filesystem related functions
 2022-07-11  8:38 UTC  (2+ messages)
` [lib/cpio] 0e4846b4e7: Initramfs_unpacking_failed

[PATCH] scsi: st: replace ternary operator with min() or max()
 2022-07-11  8:37 UTC 

[PATCH v2 01/11] mfd: intel_soc_pmic_bxtwc: Don't shadow error codes in show()/store()
 2022-07-11  8:38 UTC  (15+ messages)
` [PATCH v2 05/11] mfd: intel_soc_pmic_bxtwc: Extend use of temporary variable for struct device
` [PATCH v2 06/11] mfd: intel_soc_pmic_bxtwc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
` [PATCH v2 07/11] mfd: intel_soc_pmic_bxtwc: Drop redundant ACPI_PTR()
` [PATCH v2 08/11] mfd: intel_soc_pmic_bxtwc: Use bits.h macros for all masks
` [PATCH v2 09/11] mfd: intel_soc_pmic_bxtwc: Use sysfs_emit() instead of sprintf()
` [PATCH v2 10/11] mfd: intel_soc_pmic_bxtwc: Drop unneeded casting
` [PATCH v2 11/11] mfd: intel_soc_pmic_bxtwc: Fix spelling in the comment

[PATCH v12 0/3] s390x: KVM: CPU Topology
 2022-07-11  8:41 UTC  (4+ messages)
` [PATCH v12 1/3] KVM: s390: Cleanup ipte lock access and SIIF facility checks
` [PATCH v12 2/3] KVM: s390: guest support for topology function
` [PATCH v12 3/3] KVM: s390: resetting the Topology-Change-Report

[linux-stable-rc:linux-5.15.y 7889/8235] drivers/net/ethernet/mediatek/mtk_eth_soc.c:1325:23: warning: result of comparison of constant 65536 with expression of type 'u16' (aka 'unsigned short') is always true
 2022-07-11  8:36 UTC 

[PATCH v2 0/2] pinctrl: ocelot: Add fixes for ocelot driver
 2022-07-11  8:35 UTC  (10+ messages)
` [PATCH v2 1/2] pinctrl: ocelot: Fix pincfg for lan966x
` [PATCH v2 2/2] pinctrl: ocelot: Fix pincfg

[PATCH v6] coresight: etm4x: avoid build failure with unrolled loops
 2022-07-11  8:34 UTC  (3+ messages)

[PATCH v2 0/5] Bluetooth: hci_bcm: Improve FW load time on CYW55572
 2022-07-11  8:34 UTC  (9+ messages)
` [PATCH v2 1/5] dt-bindings: net: broadcom-bluetooth: Add CYW55572 DT binding
` [PATCH v2 2/5] dt-bindings: net: broadcom-bluetooth: Add conditional constraints
` [PATCH v2 3/5] Bluetooth: hci_bcm: Add DT compatible for CYW55572
` [PATCH v2 5/5] Bluetooth: hci_bcm: Increase host baudrate for CYW55572 in autobaud mode

[PATCH v2] MAINTAINERS: Update freescale pin controllers maintainer
 2022-07-11  8:35 UTC 

[RFC PATCH bpf-next 0/4] bpf_panic() helper
 2022-07-11  8:32 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/4] bpf: add a sysctl to enable destructive bpf helpers
` [RFC PATCH bpf-next 2/4] bpf: add BPF_F_DESTRUCTIVE flag for BPF_PROG_LOAD
` [RFC PATCH bpf-next 3/4] bpf: add bpf_panic() helper
` [RFC PATCH bpf-next 4/4] selftests/bpf: bpf_panic selftest

[RFC PATCH v2] printk: console: Allow each console to have its own loglevel
 2022-07-11  8:32 UTC  (4+ messages)
` design: was: "

[PATCH] arm64: dts: ti: k3-am62: add watchdog nodes
 2022-07-11  8:30 UTC  (3+ messages)


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