messages from 2025-04-08 09:23:59 to 2025-04-08 10:18:24 UTC [more...]
xhci: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state
2025-04-08 10:18 UTC (11+ messages)
` [PATCH RFC RFT] usb: hcd: Add a usb_device argument to hc_driver.endpoint_reset()
[PATCH v2 0/3] Implement numa node notifier
2025-04-08 10:17 UTC (3+ messages)
` [PATCH v2 1/3] mm,slub: Do not special case N_NORMAL nodes for slab_nodes
[PATCH 00/16] lan966x pci device: Add support for SFPs
2025-04-08 10:17 UTC (3+ messages)
` [PATCH 02/16] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
[PATCH v2 nf-next] docs: tproxy: fix formatting for nft code block
2025-04-08 10:17 UTC (2+ messages)
[PATCH 1/3] fs: sort out cosmetic differences between stat funcs and add predicts
2025-04-08 10:16 UTC (4+ messages)
` [PATCH 2/3] fs: predict not having to do anything in fdput()
[PATCH v2] sfc: Propagate the return value of devlink_info_serial_number_put()
2025-04-08 10:16 UTC (2+ messages)
[PATCH] x86/microcode: Fix crashes on early 486 CPUs due to usage of 'cpuid'
2025-04-08 10:16 UTC (7+ messages)
[PATCH v7 0/2] riscv: pwm: sophgo: add pwm support for CV1800
2025-04-08 10:15 UTC (7+ messages)
` [PATCH v7 2/2] pwm: sophgo: add pwm support for Sophgo CV1800 SoC
[PATCH net-next v4 00/14] yt6801: Add Motorcomm yt6801 PCIe driver
2025-04-08 10:14 UTC (12+ messages)
` [PATCH net-next v4 01/14] yt6801: Add support for a pci table in this module
` [PATCH net-next v4 02/14] yt6801: Implement mdio register
` [PATCH net-next v4 03/14] yt6801: Implement pci_driver shutdown
` [PATCH net-next v4 07/14] net:phy:motorcomm: Add PHY_INTERFACE_MODE_INTERNAL to support YT6801
` [PATCH net-next v4 08/14] yt6801: Implement the fxgmac_hw_init function
` [PATCH net-next v4 12/14] yt6801: Implement pci_driver suspend and resume
` [PATCH net-next v4 14/14] yt6801: update ethernet documentation and maintainer
` [PATCH net-next v4 04/14] yt6801: Implement the fxgmac_init function
` [PATCH net-next v4 05/14] yt6801: Implement the .ndo_open function
` [PATCH net-next v4 09/14] yt6801: Implement the poll functions
` [PATCH net-next v4 10/14] yt6801: Implement .ndo_start_xmit function
[PATCH 0/2] MI300A ATL and FMPM fixes
2025-04-08 10:14 UTC (5+ messages)
` [PATCH 2/2] RAS/AMD/{ATL,FMPM}: Get masked address
[PATCH v2] media: i2c: thp7312: use fwnode_for_each_child_node()
2025-04-08 10:12 UTC (4+ messages)
[PATCH] hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
2025-04-08 10:11 UTC (10+ messages)
[PATCH] arm64: dts: mediatek: mt8188: Fix IOMMU device for rdma0
2025-04-08 10:09 UTC (2+ messages)
[PATCH v3 00/33] Implement kernel-doc in Python
2025-04-08 10:09 UTC (34+ messages)
` [PATCH v3 01/33] scripts/kernel-doc: rename it to scripts/kernel-doc.pl
` [PATCH v3 02/33] scripts/kernel-doc: add a symlink to the Perl version of kernel-doc
` [PATCH v3 03/33] scripts/kernel-doc.py: add a Python parser
` [PATCH v3 04/33] scripts/kernel-doc.py: output warnings the same way as kerneldoc
` [PATCH v3 05/33] scripts/kernel-doc.py: better handle empty sections
` [PATCH v3 06/33] scripts/kernel-doc.py: properly handle struct_group macros
` [PATCH v3 07/33] scripts/kernel-doc.py: move regex methods to a separate file
` [PATCH v3 08/33] scripts/kernel-doc.py: move KernelDoc class "
` [PATCH v3 09/33] scripts/kernel-doc.py: move KernelFiles "
` [PATCH v3 10/33] scripts/kernel-doc.py: move output classes "
` [PATCH v3 11/33] scripts/kernel-doc.py: convert message output to an interactor
` [PATCH v3 12/33] scripts/kernel-doc.py: move file lists to the parser function
` [PATCH v3 13/33] scripts/kernel-doc.py: implement support for -no-doc-sections
` [PATCH v3 14/33] scripts/kernel-doc.py: fix line number output
` [PATCH v3 15/33] scripts/kernel-doc.py: fix handling of doc output check
` [PATCH v3 16/33] scripts/kernel-doc.py: properly handle out_section for ReST
` [PATCH v3 17/33] scripts/kernel-doc.py: postpone warnings to the output plugin
` [PATCH v3 18/33] docs: add a .pylintrc file with sys path for docs scripts
` [PATCH v3 19/33] docs: sphinx: kerneldoc: verbose kernel-doc command if V=1
` [PATCH v3 20/33] docs: sphinx: kerneldoc: ignore "\" characters from options
` [PATCH v3 21/33] docs: sphinx: kerneldoc: use kernel-doc.py script
` [PATCH v3 22/33] scripts/kernel-doc.py: Set an output format for --none
` [PATCH v3 23/33] scripts/kernel-doc.py: adjust some coding style issues
` [PATCH v3 24/33] scripts/lib/kdoc/kdoc_parser.py: fix Python compat with < v3.13
` [PATCH v3 25/33] scripts/kernel-doc.py: move modulename to man class
` [PATCH v3 26/33] scripts/kernel-doc.py: properly handle KBUILD_BUILD_TIMESTAMP
` [PATCH v3 27/33] scripts/lib/kdoc/kdoc_parser.py: remove a python 3.9 dependency
` [PATCH v3 28/33] scripts/kernel-doc.py: Properly handle Werror and exit codes
` [PATCH v3 29/33] scripts/kernel-doc: switch to use kernel-doc.py
` [PATCH v3 30/33] scripts/lib/kdoc/kdoc_files.py: allow filtering output per fname
` [PATCH v3 31/33] scripts/kernel_doc.py: better handle exported symbols
` [PATCH v3 32/33] scripts/kernel-doc.py: Rename the kernel doc Re class to KernRe
` [PATCH v3 33/33] scripts: kernel-doc: fix parsing function-like typedefs (again)
[PATCH v2 1/4] media: v4l: dev-decoder: Add source change V4L2_EVENT_SRC_CH_COLORSPACE
2025-04-08 10:09 UTC (7+ messages)
[PATCH v3 1/1] device property: Add a note to the fwnode.h
2025-04-08 10:09 UTC (2+ messages)
[PATCHv6 net-next 0/2] wireguard: selftests: use nftables for testing
2025-04-08 9:38 UTC (3+ messages)
` [PATCHv6 net-next 1/2] wireguard: selftests: convert iptables to nft
[GIT PULL] KVM fixes for Linux 6.15-rc2
2025-04-08 10:06 UTC
[PATCH V4] mm/gup: Clear the LRU flag of a page before adding to LRU batch
2025-04-08 10:04 UTC (7+ messages)
[PATCH v2 1/1] i2c: imx: add some dev_err_probe calls
2025-04-08 10:02 UTC
[PATCH ath-next v4 0/9] wifi: ath12k: fixes for rmmod and recovery issues with hardware grouping
2025-04-08 10:00 UTC (19+ messages)
` [PATCH ath-next v4 1/9] wifi: ath12k: fix SLUB BUG - Object already free in ath12k_reg_free()
` [PATCH ath-next v4 2/9] wifi: ath12k: add reference counting for core attachment to hardware group
` [PATCH ath-next v4 3/9] wifi: ath12k: fix failed to set mhi state error during reboot with hardware grouping
` [PATCH ath-next v4 4/9] wifi: ath12k: fix ATH12K_FLAG_REGISTERED flag handling
` [PATCH ath-next v4 5/9] wifi: ath12k: fix firmware assert during reboot with hardware grouping
` [PATCH ath-next v4 6/9] wifi: ath12k: fix ath12k_core_pre_reconfigure_recovery() with grouping
` [PATCH ath-next v4 7/9] wifi: ath12k: handle ath12k_core_restart() with hardware grouping
` [PATCH ath-next v4 8/9] wifi: ath12k: handle ath12k_core_reset() "
` [PATCH ath-next v4 9/9] wifi: ath12k: reset MLO global memory during recovery
[PATCH v3 0/3] mm/gup: Minor fix, cleanup and improvements
2025-04-08 10:00 UTC (5+ messages)
` [PATCH v3 1/3] mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()
[PATCH] netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_max sysctl
2025-04-08 9:58 UTC (3+ messages)
` [PATCH V2] "
[PATCH] gpio: vf610: Allow building as a module
2025-04-08 9:57 UTC (4+ messages)
` "
[PATCH] accel/ivpu: Add handling of VPU_JSM_STATUS_MVNCI_CONTEXT_VIOLATION_HW
2025-04-08 9:57 UTC
[PATCH v3] riscv: KGDB: Do not inline arch_kgdb_breakpoint()
2025-04-08 9:54 UTC
[PATCH v2 0/3] usb: renesas_usbhs: Reorder clock handling
2025-04-08 9:55 UTC (5+ messages)
` [PATCH v2 1/3] usb: renesas_usbhs: Correct function references in comment
` [PATCH v2 2/3] usb: renesas_usbhs: Fix typo "
[PATCH v2 00/12] Always call constructor for kernel page tables
2025-04-08 9:52 UTC (13+ messages)
` [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
` [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs
` [PATCH v2 04/12] m68k: "
` [PATCH v2 05/12] powerpc: "
` [PATCH v2 06/12] sparc64: "
` [PATCH v2 07/12] mm: Skip ptlock_init() for kernel PMDs
` [PATCH v2 08/12] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH v2 09/12] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH v2 10/12] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH v2 11/12] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH v2 12/12] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc
[PATCH 0/3] dma mapping benchmark: add support for dma_map_sg
2025-04-08 9:53 UTC (7+ messages)
` [PATCH 1/3] dma mapping benchmark: modify the framework to adapt to more map modes
` [PATCH 2/3] dma-mapping: benchmark: add support for dma_map_sg
[syzbot] [f2fs?] kernel BUG in dec_valid_block_count
2025-04-08 9:53 UTC (2+ messages)
[PATCH v1] net/mlx5: Fix null-ptr-deref in mlx5_create_inner_ttc_table()
2025-04-08 9:53 UTC (2+ messages)
[net-next PATCH v14 00/16] net: dsa: Add Airoha AN8855 support
2025-04-08 9:51 UTC (17+ messages)
` [net-next PATCH v14 01/16] dt-bindings: nvmem: Document support for Airoha AN8855 Switch EFUSE
` [net-next PATCH v14 02/16] dt-bindings: net: Document support for Airoha AN8855 Switch Virtual MDIO
` [net-next PATCH v14 03/16] dt-bindings: net: dsa: Document support for Airoha AN8855 DSA Switch
` [net-next PATCH v14 04/16] dt-bindings: net: Document support for AN8855 Switch Internal PHY
` [net-next PATCH v14 05/16] dt-bindings: mfd: Document support for Airoha AN8855 Switch SoC
` [net-next PATCH v14 06/16] net: mdio: regmap: prepare support for multiple valid addr
` [net-next PATCH v14 07/16] net: mdio: regmap: add support for C45 read/write
` [net-next PATCH v14 08/16] net: mdio: regmap: add support for multiple valid addr
` [net-next PATCH v14 09/16] net: mdio: regmap: add OF support
` [net-next PATCH v14 10/16] mfd: an8855: Add support for Airoha AN8855 Switch MFD
` [net-next PATCH v14 11/16] net: mdio: Add Airoha AN8855 Switch MDIO Passtrough
` [net-next PATCH v14 12/16] nvmem: an8855: Add support for Airoha AN8855 Switch EFUSE
` [net-next PATCH v14 13/16] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver
` [net-next PATCH v14 14/16] net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY
` [net-next PATCH v14 15/16] MAINTAINERS: add myself as maintainer for AN8855
` [net-next PATCH v14 16/16] net: dsa: tag_mtk: add comments about Airoha usage of this TAG
[PATCH] ALSA: cs46xx: Remove commented out code
2025-04-08 9:51 UTC (2+ messages)
[PATCH net-next v2 0/3] net: phy: dp83822: Add support for changing the MAC series termination
2025-04-08 9:51 UTC (5+ messages)
` [PATCH net-next v2 2/3] net: phy: Add helper for getting MAC termination resistance
` [PATCH net-next v2 3/3] net: phy: dp83822: Add support for changing the MAC termination
[PATCH v2 1/1] device property: Add a note to the fwnode.h
2025-04-08 9:50 UTC (4+ messages)
[PATCH v8 0/8] vhost: Add support of kthread API
2025-04-08 9:45 UTC (5+ messages)
` [PATCH v8 4/8] vhost: Introduce vhost_worker_ops in vhost_worker
[PATCH v3] docs: update THP admin guide about non-tmpfs filesystem support
2025-04-08 9:44 UTC (3+ messages)
[PATCH] drm/amdgpu: check a user-provided number of BOs in list
2025-04-08 9:39 UTC (3+ messages)
` [lvc-project] "
[PATCH] sctp: detect and prevent references to a freed transport in sendmsg
2025-04-08 9:40 UTC (2+ messages)
[PATCH v3 0/2] Add the NXP S32 Watchdog
2025-04-08 9:39 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: watchdog: Add NXP Software Watchdog Timer
[PATCH 1/1] MAINTAINERS: Add i.MX team to all arm NXP platforms
2025-04-08 9:39 UTC
[PATCH v4 0/3] Use proper printk format in appletbdrm
2025-04-08 9:38 UTC (4+ messages)
[PATCH v6 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping
2025-04-08 9:36 UTC (8+ messages)
` [PATCH v6 1/2] staging: rtl8723bs: Add white spaces around binary operators
[PATCH v3 0/3] PCI: endpoint: space allocation fixups
2025-04-08 9:36 UTC (5+ messages)
` [PATCH v3 2/3] PCI: endpoint: improve fixed_size bar handling when allocating space
Kernel WARNING (RCU) with btnxpuart on TI AM62 platform
2025-04-08 9:35 UTC (3+ messages)
6.15-rc1/regression/bisected - commit 474f7825d533 is broke systemd-nspawn on my system
2025-04-08 9:34 UTC (7+ messages)
[RFC PATCH 1/2] MAINTAINERS: update SLAB ALLOCATOR maintainers
2025-04-08 9:34 UTC (3+ messages)
` [RFC PATCH 2/2] MAINTAINERS: add MM subsection for the page allocator
[PATCH] scripts/spdxcheck: Limit the scope of git.Repo
2025-04-08 9:33 UTC (4+ messages)
[PATCH v2 00/24] ARM / arm64: dts: qcom: Use the header with DSI phy clock IDs
2025-04-08 9:32 UTC (25+ messages)
` [PATCH v2 01/24] ARM: dts: qcom: msm8226: "
` [PATCH v2 02/24] ARM: dts: qcom: msm8974: "
` [PATCH v2 03/24] ARM: dts: qcom: msm8916: "
` [PATCH v2 04/24] arm64: dts: qcom: msm8917: "
` [PATCH v2 05/24] arm64: dts: qcom: msm8939: "
` [PATCH v2 06/24] arm64: dts: qcom: msm8953: "
` [PATCH v2 07/24] arm64: dts: qcom: msm8976: "
` [PATCH v2 08/24] arm64: dts: qcom: msm8996: "
` [PATCH v2 09/24] arm64: dts: qcom: msm8998: "
` [PATCH v2 10/24] arm64: dts: qcom: qcm2290: "
` [PATCH v2 11/24] arm64: dts: qcom: sc7180: "
` [PATCH v2 12/24] arm64: dts: qcom: sc8180x: "
` [PATCH v2 13/24] arm64: dts: qcom: sdm630: "
` [PATCH v2 14/24] arm64: dts: qcom: sdm670: "
` [PATCH v2 15/24] arm64: dts: qcom: sdm845: "
` [PATCH v2 16/24] arm64: dts: qcom: sm6115: "
` [PATCH v2 17/24] arm64: dts: qcom: sm6125: "
` [PATCH v2 18/24] arm64: dts: qcom: sm6350: "
` [PATCH v2 19/24] arm64: dts: qcom: sm8150: "
` [PATCH v2 20/24] arm64: dts: qcom: sm8250: "
` [PATCH v2 21/24] arm64: dts: qcom: sm8350: "
` [PATCH v2 22/24] arm64: dts: qcom: sm8450: "
` [PATCH v2 23/24] arm64: dts: qcom: sm8550: "
` [PATCH v2 24/24] arm64: dts: qcom: sm8650: "
[linux-next:master 12681/13861] drivers/i2c/i2c-core-base.o: warning: objtool: __i2c_transfer+0x120: stack state mismatch: reg1[24]=-1+0 reg2[24]=-2-24
2025-04-08 9:32 UTC (8+ messages)
[PATCH v2 0/7] TQMLS102xA: New display overlays and small fixes
2025-04-08 9:30 UTC (8+ messages)
` [PATCH v2 1/7] ARM: dts: ls1021a-tqmals1021a: Fix license
` [PATCH v2 2/7] ARM: dts: ls1021a-tqmals1021a: Add vcc-supply for spi-nor
` [PATCH v2 3/7] ARM: dts: ls1021a-tqmals1021a: Add HDMI overlay
` [PATCH v2 4/7] ARM: dts: ls1021a-tqmals1021a: Add LVDS overlay for Tianma TM070JVGH33
` [PATCH v2 5/7] ARM: dts: ls1021a-tqmals1021a: Add overlay for CDTech FC21 RGB display
` [PATCH v2 6/7] ARM: dts: ls1021a-tqmals1021a: Add overlay for CDTech DC44 "
` [PATCH v2 7/7] ARM: dts: ls1021a-tqmals1021a: change sound card model name
[PATCH v2 0/3] fix incorrectly disallowed anonymous VMA merges
2025-04-08 9:29 UTC (4+ messages)
` [PATCH v2 1/3] mm/vma: "
` [PATCH v2 2/3] tools/testing: add PROCMAP_QUERY helper functions in mm self tests
` [PATCH v2 3/3] tools/testing/selftests: assert that anon merge cases behave as expected
[PATCH] LoongArch: Handle fp, lsx, lasx and lbt assembly symbols
2025-04-08 9:29 UTC
[PATCH] virtio-net: disable delayed refill when pausing rx
2025-04-08 9:28 UTC (5+ messages)
[PATCH] LoongArch: Enhance robust of kprobe
2025-04-08 9:27 UTC
[PATCH 00/11] sound: Replace deprecated PCI functions
2025-04-08 9:26 UTC (4+ messages)
` (subset) "
[PATCH] kunit: cs_dsp: Depend on FW_CS_DSP rather then enabling it
2025-04-08 9:25 UTC (2+ messages)
[PATCH] net: mac80211: Replace __get_unaligned_cpu32 in mesh_pathtbl.c
2025-04-08 9:22 UTC
[PATCH] ASoC: pcm6240: Remove unnecessary NULL check before release_firmware()
2025-04-08 9:24 UTC (2+ messages)
[PATCH V2] ASoC: codec: ak5386: Convert to GPIO descriptors
2025-04-08 9:24 UTC (2+ messages)
[PATCH] ASoC: tas2781-fmwlib: Remove unnecessary NULL check before release_firmware()
2025-04-08 9:24 UTC (2+ messages)
[PATCH] ASoC: tas2781-i2c: Remove unnecessary NULL check before release_firmware()
2025-04-08 9:24 UTC (2+ messages)
[PATCH] ASoC: wm_adsp: Remove unnecessary NULL check before release_firmware()
2025-04-08 9:24 UTC (2+ messages)
[PATCH v16 0/9] Rust support for mm_struct, vm_area_struct, and mmap
2025-04-08 9:22 UTC (10+ messages)
` [PATCH v16 1/9] mm: rust: add abstraction for struct mm_struct
` [PATCH v16 2/9] mm: rust: add vm_area_struct methods that require read access
` [PATCH v16 3/9] mm: rust: add vm_insert_page
` [PATCH v16 4/9] mm: rust: add lock_vma_under_rcu
` [PATCH v16 5/9] mm: rust: add mmput_async support
` [PATCH v16 6/9] mm: rust: add VmaNew for f_ops->mmap()
` [PATCH v16 7/9] rust: miscdevice: add mmap support
` [PATCH v16 8/9] task: rust: rework how current is accessed
` [PATCH v16 9/9] mm: rust: add MEMORY MANAGEMENT [RUST]
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox