messages from 2024-01-04 10:35:09 to 2024-01-04 13:40:47 UTC [more...]
[PATCH v4 0/5] PHY: Add support for dual refclk configurations in Cadence Torrent PHY driver
2024-01-04 13:30 UTC (3+ messages)
` [PATCH v4 3/5] phy: cadence-torrent: Add USXGMII(156.25MHz) + SGMII/QSGMII(100MHz) multilink configuration
` [PATCH v4 4/5] dt-bindings: phy: cadence-torrent: Add a separate compatible for TI J7200
i2c-designware: NULL ptr at RIP: 0010:regmap_read+0x12/0x70
2024-01-04 13:40 UTC (4+ messages)
[PATCH] md: use RCU lock to protect traversal in md_spares_need_change()
2024-01-04 13:36 UTC
[PATCH] seq_file: Optimize seq_puts()
2024-01-04 13:29 UTC
[PATCH v3 1/2] ACPI: IPMI: Add helper to wait for when SMI is selected
2024-01-04 13:34 UTC (2+ messages)
[PATCH] riscv: Add support for BATCHED_UNMAP_TLB_FLUSH
2024-01-04 13:33 UTC (3+ messages)
[PATCH] staging: axis-fifo: fixes alignment should match open parenthesis
2024-01-04 13:32 UTC (2+ messages)
[PATCH 0/2] riscv: tlb: avoid tlb flushing on exit & execve
2024-01-04 13:26 UTC (9+ messages)
` [PATCH 1/2] mm/tlb: fix fullmm semantics
` [PATCH 2/2] riscv: tlb: avoid tlb flushing if fullmm == 1
[tip: x86/bugs] x86/retpoline: Ensure default return thunk isn't used at runtime
2024-01-04 13:26 UTC (13+ messages)
` [PATCH -v2] "
[PATCH 0/2] irqchip/gic-v3: Enable non-coherent GIC designs probing
2024-01-04 13:21 UTC (8+ messages)
` [PATCH v4 0/3] "
` [PATCH v4 3/3] irqchip/gic-v3: Enable non-coherent redistributors/ITSes ACPI probing
[net-next PATCH v8 0/5] net: phy: generic polarity + LED support for qca808x
2024-01-04 13:20 UTC (9+ messages)
` [net-next PATCH v8 1/5] dt-bindings: net: phy: Make LED active-low property common
` [net-next PATCH v8 2/5] dt-bindings: net: phy: Document LED inactive high impedance mode
` [net-next PATCH v8 3/5] net: phy: add support for PHY LEDs polarity modes
` [net-next PATCH v8 4/5] dt-bindings: net: Document QCA808x PHYs
` [net-next PATCH v8 5/5] net: phy: at803x: add LED support for qca808x
[net-next PATCH v3 0/4] net: phy: at803x: even more generalization
2024-01-04 13:15 UTC (6+ messages)
` [net-next PATCH v3 1/4] net: phy: at803x: generalize cdt fault length function
` [net-next PATCH v3 2/4] net: phy: at803x: refactor qca808x cable test get status function
[RFC PATCH v2 0/3] Virtio SPI Linux driver compliant to draft spec V10
2024-01-04 13:01 UTC (4+ messages)
` [RFC PATCH v2 1/3] virtio: Add ID for virtio SPI
` [RFC PATCH v2 2/3] virtio-spi: Add virtio-spi.h (V10 draft specification)
` [RFC PATCH v2 3/3] SPI: Add virtio SPI driver "
[PATCH] usb: core: Prevent null pointer dereference in update_port_device_state
2024-01-04 13:13 UTC (4+ messages)
[PATCH V7 0/3] Add rs485 support to uartps driver
2024-01-04 13:12 UTC (4+ messages)
` [PATCH V7 3/3] tty: serial: uartps: "
[PATCH bpf-next v2] bpf: Return -ENOTSUPP if calls are not allowed in non-JITed programs
2024-01-04 13:08 UTC
[PATCH net v3 1/1] net: phylink: Add module_exit()
2024-01-04 13:05 UTC (2+ messages)
[RFC 0/9] PCI: introduce the concept of power sequencing of PCIe devices
2024-01-04 13:01 UTC (10+ messages)
` [RFC 1/9] arm64: dts: qcom: sm8250: describe the PCIe port
` [RFC 2/9] arm64: dts: qcom: qrb5165-rb5: describe the WLAN module of QCA6390
` [RFC 3/9] PCI/portdrv: create platform devices for child OF nodes
` [RFC 4/9] PCI: hold the rescan mutex when scanning for the first time
` [RFC 5/9] PCI/pwrseq: add pwrseq core code
` [RFC 6/9] dt-bindings: vendor-prefixes: add a PCI prefix for Qualcomm Atheros
` [RFC 7/9] dt-bindings: wireless: ath11k: describe QCA6390
` [RFC 8/9] PCI/pwrseq: add a pwrseq driver for QCA6390
` [RFC 9/9] arm64: defconfig: enable the PCIe power sequencing "
[PATCH 0/2] drm/panel: ltk050h3146w: error-path debug message improvements
2024-01-04 12:41 UTC (3+ messages)
` [PATCH 1/2] drm/panel: ltk050h3146w: only print message when GPIO getting is not EPROBE_DEFER
` [PATCH 2/2] drm/panel: ltk050h3146w: use dev_err_probe wherever possible
[PATCH v4 00/12] riscv: ASID-related and UP-related TLB flush enhancements
2024-01-04 13:01 UTC (21+ messages)
` [PATCH v4 01/12] riscv: Flush the instruction cache during SMP bringup
` [PATCH v4 02/12] riscv: Use IPIs for remote cache/TLB flushes by default
` [PATCH v4 03/12] riscv: mm: Broadcast kernel TLB flushes only when needed
` [PATCH v4 04/12] riscv: Only send remote fences when some other CPU is online
` [PATCH v4 05/12] riscv: mm: Combine the SMP and UP TLB flush code
` [PATCH v4 08/12] riscv: mm: Introduce cntx2asid/cntx2version helper macros
` [PATCH v4 09/12] riscv: mm: Use a fixed layout for the MM context ID
` [PATCH v4 10/12] riscv: mm: Make asid_bits a local variable
` [PATCH v4 11/12] riscv: mm: Preserve global TLB entries when switching contexts
` [PATCH v4 12/12] riscv: mm: Always use an ASID to flush mm contexts
[PATCH V3 0/4] gpio: eic-sprd: Modification of UNISOC Platform EIC Driver
2024-01-04 13:01 UTC (5+ messages)
` [PATCH V3 1/4] gpio: eic-sprd: Keep the clock rtc_1k on
` [PATCH V3 3/4] gpio: eic-sprd: Modify the calculation method of eic number
[PATCH net v2 0/2] Fix phylink unloadable issue
2024-01-04 13:00 UTC (5+ messages)
` [PATCH net v2 2/2] net: phylink: Add module_exit_stub()
linux-next: build failure after merge of the pwm tree
2024-01-04 12:50 UTC (6+ messages)
` (subset) "
[PATCH 6.6 00/49] 6.6.10-rc1 review
2024-01-04 12:58 UTC (7+ messages)
[PATCH] OPP: Remove the unused argument to config_clks_t
2024-01-04 12:56 UTC (3+ messages)
[syzbot] [net?] general protection fault in hfsc_tcf_block
2024-01-04 12:47 UTC
[PATCH 0/3] arm64: dts: qcom: sc8280xp: Add CAMSS core dtsi support
2024-01-04 12:42 UTC (8+ messages)
` [PATCH 1/3] media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding
[PATCH v1 1/4] perf vendor events intel: Alderlake/rocketlake metric fixes
2024-01-04 12:39 UTC (2+ messages)
[PATCH] arm64: mm: Fix SOCs with DDR starting above zero
2024-01-04 12:38 UTC (4+ messages)
` [EXT] "
[PATCH v6 00/12] Add Cgroup support for SGX EPC memory
2024-01-04 12:38 UTC (11+ messages)
` [PATCH v6 09/12] x86/sgx: Restructure top-level EPC reclaim function
[syzbot] Monthly jfs report (Jan 2024)
2024-01-04 12:38 UTC
[PATCH] RDMA/device: Fix a race between mad_client and cm_client init
2024-01-04 12:37 UTC (3+ messages)
[PATCH -fixes v2] RISC-V: KVM: Require HAVE_KVM
2024-01-04 12:37 UTC
[syzbot] Monthly reiserfs report (Jan 2024)
2024-01-04 12:37 UTC
[syzbot] [net?] general protection fault in htb_tcf_block
2024-01-04 12:36 UTC
[PATCH v2 0/4] riscv: modules: Fix module loading error handling
2024-01-04 12:35 UTC (3+ messages)
` [PATCH v2 4/4] riscv: Convert relocation iterator to do-while
[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
2024-01-04 12:32 UTC (17+ messages)
` [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: "
` [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
` [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis
` [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block
[PATCH v4 00/11] dt-bindings: marvell: a38x: add solidrun armada 388 clearfog boards
2024-01-04 12:28 UTC (7+ messages)
` [PATCH v4 02/11] dt-bindings: marvell: a38x: convert the soc compatibles description to yaml
` [PATCH v4 04/11] dt-bindings: marvell: a38x: add kobol helios-4 board
[PATCH v2] firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and ASM108x/VT630x PCIe cards
2024-01-04 12:26 UTC (2+ messages)
[PATCH v2 0/7] PCI: Solve two bridge window sizing issues
2024-01-04 12:18 UTC (3+ messages)
[PATCH 00/11] firmware: Convert to platform remove callback returning void
2024-01-04 12:22 UTC (5+ messages)
` [PATCH 08/11] firmware: stratix10-rsu: "
` [PATCH 09/11] firmware: stratix10-svc: "
[PATCH 0/3] drm: property: Adjustments for three function implementations
2024-01-04 12:21 UTC (8+ messages)
` [PATCH 1/3] drm: property: One function call less in drm_property_create() after error detection
` [1/3] "
[PATCH 6.1 000/100] 6.1.71-rc1 review
2024-01-04 12:15 UTC (4+ messages)
[PATCH 5.10 00/75] 5.10.206-rc1 review
2024-01-04 12:15 UTC (3+ messages)
[syzbot] [net?] general protection fault in qdisc_create
2024-01-04 12:15 UTC
[PATCH v2 0/8] ext4: fix divide error in mb_update_avg_fragment_size()
2024-01-04 12:14 UTC (16+ messages)
` [PATCH v2 3/8] ext4: regenerate buddy after block freeing failed if under fc replay
` [PATCH v2 4/8] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
` [PATCH v2 5/8] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
` [PATCH v2 6/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
` [PATCH v2 7/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
` [PATCH v2 8/8] ext4: mark the group block bitmap as corrupted before reporting an error
[PATCH 00/13] irqchip: Convert to platform remove callback returning void
2024-01-04 11:56 UTC (3+ messages)
` [PATCH 06/13] irqchip/madera: "
[PATCH] dt-bindings: security: tpm: Convert TPM tis spi to yaml
2024-01-04 12:10 UTC (3+ messages)
[PATCH] arm64: dts: qcom: ipq6018: add #power-domain-cells for gcc node
2024-01-04 12:07 UTC (10+ messages)
[PATCH v2 0/2] efi/cper, cxl: Decode CXL Protocol Errors CPER
2024-01-04 12:06 UTC (3+ messages)
` [PATCH v2 1/2] efi/cper, cxl: Decode CXL Protocol Error Section
[syzbot] [ntfs3?] KMSAN: kernel-infoleak in listxattr
2024-01-04 12:04 UTC
[PATCH v1 0/3] dt-bindings: riscv: sophgo: add mfd RTC and power for CV1800
2024-01-04 12:03 UTC (16+ messages)
` [PATCH v1 1/3] dt-bindings: rtc: sophgo: add RTC for Sophgo CV1800 series SoC
` [PATCH v1 2/3] dt-bindings: power: sophgo: add Power-On-Reset/POR "
` [PATCH v1 3/3] dt-bindings: mfd: sophgo: add misc MFD "
[PATCH RFC RESEND] soc: pxa: ssp: Cast to enum pxa_ssp_type instead of int
2024-01-04 12:02 UTC (4+ messages)
[RFC] Fix stuck UCSI controller on DELL
2024-01-04 11:59 UTC (2+ messages)
[PATCH] Bluetooth: Avoid potential use-after-free in hci_error_reset
2024-01-04 11:56 UTC
[PATCH 5.15 00/95] 5.15.146-rc1 review
2024-01-04 11:54 UTC (3+ messages)
[PATCH v3] ptp: ocp: add Adva timecard support
2024-01-04 11:53 UTC (2+ messages)
[PATCH] kunit: Protect string comparisons against NULL
2024-01-04 11:52 UTC (3+ messages)
[v1 0/2] Add support for Truly NT36672E LCD DSI panel
2024-01-04 11:45 UTC (10+ messages)
` [v1 1/2] dt-bindings: display: panel: Add "
` [v1 2/2] drm/panel: Add support for Truly NT36672E panel driver
[syzbot] [net?] general protection fault in hfsc_tcf_block
2024-01-04 11:44 UTC (2+ messages)
` [syzbot] "
[syzbot] [net?] general protection fault in htb_tcf_block
2024-01-04 11:44 UTC (2+ messages)
` [syzbot] "
[syzbot] [net?] general protection fault in qdisc_create
2024-01-04 11:42 UTC (2+ messages)
` [syzbot] "
[PATCH bpf-next 0/2] Annotate kfuncs in .BTF_ids section
2024-01-04 11:41 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpf: btf: Support optional flags for BTF_SET8 sets
` [PATCH bpf-next 2/2] bpf: treewide: Annotate BPF kfuncs in BTF
[PATCH v3 00/34] kmsan: Enable on s390
2024-01-04 11:34 UTC (5+ messages)
` [PATCH v3 28/34] s390/mm: Define KMSAN metadata for vmalloc and modules
[syzbot] [mm?] [reiserfs?] general protection fault in free_swap_cache (4)
2024-01-04 11:33 UTC
[PATCH] RISC-V: KVM: Require HAVE_KVM
2024-01-04 11:33 UTC (5+ messages)
` "
[PATCH v2] thermal: k3_j72xx_bandgap: implement suspend/resume support
2024-01-04 11:31 UTC (2+ messages)
[PATCH v2] sched/stat: correct the task blocking state
2024-01-04 11:29 UTC (3+ messages)
[syzbot] [jfs?] INFO: task hung in deactivate_super (2)
2024-01-04 11:28 UTC (2+ messages)
` [syzbot] [reiserfs?] "
[syzbot] Monthly bluetooth report (Jan 2024)
2024-01-04 11:26 UTC
[PATCH 0/5] arm64: dts: add description for solidrun am642 som and hummingboard evb
2024-01-04 11:25 UTC (6+ messages)
` [PATCH 2/5] arm64: dts: add description for solidrun am642 som and evaluation board
[PATCH] dt-bindings: mtd: Change the schema for nodename which includes "sram"
2024-01-04 11:23 UTC
[PATCH v2 0/2] drm/rockchip: lvds: improve erroring out when drm_of_find_panel_or_bridge fails
2024-01-04 10:57 UTC (2+ messages)
[PATCH v2] arm64: dts: ti: k3-j721e: Add support for DFS in J721E A72
2024-01-04 11:19 UTC
[PATCH v3 4/7] rcu: Improve handling of synchronize_rcu() users
2024-01-04 11:17 UTC (11+ messages)
[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
2024-01-04 11:16 UTC (6+ messages)
` [PATCH v1 03/26] iommu/amd: Don't rely on external callers to enable IOMMU SNP support
` [PATCH v1 04/26] x86/sev: Add the host SEV-SNP initialization support
[PATCH V4 net-next 0/4] There are some features for the HNS3 ethernet driver
2024-01-04 11:17 UTC (2+ messages)
[PATCH v3] usb: gadget: f_fs: Add the missing get_alt callback
2024-01-04 11:16 UTC (2+ messages)
[RFC PATCH 2/7] osdump: reuse some code from crash_core to get vmcoreinfo
2024-01-04 11:16 UTC (2+ messages)
[PATCH v1 0/6] thermal: netlink: Redefine the API and drop unused code
2024-01-04 11:12 UTC (4+ messages)
` [PATCH v1 4/6] thermal: netlink: Drop thermal_notify_tz_trip_add/delete()
[PATCH] ALSA: hda/conexant: Fix headset auto detect fail in cx8070 and SN6140
2024-01-04 11:10 UTC
[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests
2024-01-04 11:09 UTC (9+ messages)
` [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch timer test
` "
[PATCH v3 0/1] i2c: busses: i2c-mv64xxx: fix arb-loss i2c lock
2024-01-04 11:04 UTC (3+ messages)
` [PATCH v3 1/1] "
[PATCH] scripts/get_abi.pl: ignore some temp files
2024-01-04 11:03 UTC (3+ messages)
[PATCH v3] sched/stats: Fix rt/dl task's sched latency statistics error in sched_stat_wait trace_point
2024-01-04 11:02 UTC (2+ messages)
linux-next: Tree for Jan 2
2024-01-04 11:02 UTC (3+ messages)
` linux-next: Tree for Jan 2 (riscv: exittext undef. references)
[PATCH] asix: Add check for usbnet_get_endpoints
2024-01-04 11:00 UTC (2+ messages)
[PATCH v4 0/1] net: ravb: fixes for the ravb driver
2024-01-04 11:00 UTC (2+ messages)
[PATCH] uapi: regulator: Fix typo
2024-01-04 10:55 UTC (2+ messages)
syslog spam: TCP segment has incorrect auth options set
2024-01-04 10:55 UTC
[PATCH 0/4] riscv: support fast gup
2024-01-04 10:55 UTC (11+ messages)
` [PATCH 1/4] riscv: tlb: fix __p*d_free_tlb()
` [PATCH 3/4] riscv: enable MMU_GATHER_RCU_TABLE_FREE for SMP && MMU
` [PATCH 4/4] riscv: enable HAVE_FAST_GUP if MMU
[PATCH v12 00/41] Introduce QC USB SND audio offloading support
2024-01-04 10:54 UTC (3+ messages)
` [PATCH v12 02/41] xhci: add helper to stop endpoint and wait for completion
[PATCH 0/4] mmc: xenon: add AC5 support
2024-01-04 10:50 UTC (3+ messages)
` [PATCH 4/4] mmc: xenon: Add ac5 support via bounce buffer
[PATCH v2 0/6] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
2024-01-04 10:48 UTC (7+ messages)
` [PATCH v2 1/6] firmware: arm_scmi: introduce helper get_max_msg_size
` [PATCH v2 2/6] dt-bindings: firmware: arm,scmi: support pinctrl protocol
` [PATCH v2 3/6] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
` [PATCH v2 4/6] pinctrl: Implementation of the generic scmi-pinctrl driver
` [PATCH NOT APPLY v2 5/6] firmware: scmi: support compatible string
` [PATCH NOT APPLY v2 6/6] pinctrl: scmi: implement pinctrl_scmi_imx_dt_node_to_map
[PATCH v4 00/22] stackdepot: allow evicting stack traces
2024-01-04 10:42 UTC (6+ messages)
` [PATCH v4 17/22] lib/stackdepot: allow users to evict "
[net PATCH] octeontx2-af: Always configure NIX TX link credits based on max frame size
2024-01-04 10:40 UTC (2+ messages)
[net PATCH] octeontx2-af: Re-enable MAC TX in otx2_stop processing
2024-01-04 10:40 UTC (2+ messages)
[RFC PATCH 0/2] Introduce runtime modifiable Energy Model
2024-01-04 10:38 UTC (4+ messages)
` [PATCH 1/2] OPP: Add API to update EM after adjustment of voltage for OPPs
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