messages from 2024-01-02 11:35:45 to 2024-01-02 13:01:00 UTC [more...]
[PATCH v1 00/12] Support SPI NAND in fastboot protocol
2024-01-02 13:00 UTC (5+ messages)
` [PATCH v1 10/12] fastboot: check device type for SPI NAND too
` [PATCH v1 11/12] fastboot: enable FASTBOOT_FLASH option for SPI NAND devices
[PATCH] sched/tracing: correct the task blocking state
2024-01-02 13:00 UTC (3+ messages)
[PATCH 0/8] Some random cleanups to mballoc
2024-01-02 13:00 UTC (3+ messages)
` [PATCH 1/8] ext4: remove unused return value of __mb_check_buddy
[PATCH v6 0/2] acpi: report numa nodes for device memory using GI
2024-01-02 12:58 UTC (6+ messages)
` [PATCH v6 1/2] qom: new object to associate device to numa node
[PATCH 00/15] stackdepot: allow evicting stack traces
2024-01-02 12:59 UTC (7+ messages)
` [PATCH 11/15] stackdepot: use read/write lock
[libevl][PATCH] meson: setup-uapi: Take Debian multiarch into account
2024-01-02 12:58 UTC (3+ messages)
[PATCH 0/9] dts: Move to SoC-specific build rules
2024-01-02 12:58 UTC (6+ messages)
` [PATCH 1/9] microblaze: dts: Use the normal build rule
[RFC][oe-core][PATCH] utfcpp: add recipe
2024-01-02 12:52 UTC
[PATCH RFC net-next] net: pcs: pcs-mtk-lynxi fix mtk_pcs_lynxi_get_state() for 2500base-x
2024-01-02 12:55 UTC (7+ messages)
sound/soc/codecs/tas2781-i2c.c:255:26-27: WARNING opportunity for min() (fwd)
2024-01-02 12:55 UTC
[PATCH v1] ASoC: tas2563: Add dsp firmware for laptops or other mobile devices
2024-01-02 12:55 UTC (2+ messages)
[PATCH mm 00/21] kasan: save mempool stack traces
2024-01-02 12:54 UTC (2+ messages)
linux-next: build warning after merge of the mm tree
2024-01-02 12:54 UTC (2+ messages)
[PATCH] mtd: spi-nor: scale up timeout for full-chip erase
2024-01-02 12:53 UTC
[LTP] LTP Release preparations
2024-01-02 12:53 UTC
[PATCH v3 0/7] Reduce synchronize_rcu() latency(V3)
2024-01-02 12:52 UTC (8+ messages)
` [PATCH v3 4/7] rcu: Improve handling of synchronize_rcu() users
[GIT PULL] thermal material for v6.8-rc1
2024-01-02 12:51 UTC (2+ messages)
[PATCH] md/raid1: round robin disk selection for large sequential reads
2024-01-02 12:51 UTC
64-bit time_t
2024-01-02 12:50 UTC (2+ messages)
[PATCH v6 00/11] Support blob memory and venus on qemu
2024-01-02 12:49 UTC (11+ messages)
` [PATCH v6 03/11] virtio-gpu: Support context init feature with virglrenderer
` [PATCH v6 04/11] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [PATCH v6 05/11] virtio-gpu: Introduce virgl_gpu_resource structure
` [PATCH v6 07/11] virtio-gpu: Handle resource blob commands
` [PATCH v6 08/11] virtio-gpu: Resource UUID
[PATCH net-next 0/2] net/sched: retire tc ipt action
2024-01-02 12:50 UTC (2+ messages)
[PATCH v2 1/2] Bluetooth: btusb: mediatek: refactor btusb_mtk_reset function
2024-01-02 12:47 UTC (2+ messages)
` [PATCH v2 2/2] Bluetooth: btusb: mediatek: add a recovery method for MT7922 and MT7925
Should NVME_SC_INVALID_NS be translated to BLK_STS_IOERR instead of BLK_STS_NOTSUPP so that multipath(both native and dm) can failover on the failure?
2024-01-02 12:46 UTC (11+ messages)
[Buildroot] [PATCH] package/fmt: bump to version 1.2.0
2024-01-02 12:45 UTC
[RFC PATCH v2 00/25] ext4: use iomap for regular file's buffered IO path and enable large foilo
2024-01-02 12:39 UTC (26+ messages)
` [RFC PATCH v2 01/25] ext4: refactor ext4_da_map_blocks()
` [RFC PATCH v2 02/25] ext4: convert to exclusive lock while inserting delalloc extents
` [RFC PATCH v2 03/25] ext4: correct the hole length returned by ext4_map_blocks()
` [RFC PATCH v2 04/25] ext4: add a hole extent entry in cache after punch
` [RFC PATCH v2 05/25] ext4: make ext4_map_blocks() distinguish delalloc only extent
` [RFC PATCH v2 06/25] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
` [RFC PATCH v2 07/25] iomap: don't increase i_size if it's not a write operation
` [RFC PATCH v2 08/25] iomap: add pos and dirty_len into trace_iomap_writepage_map
` [RFC PATCH v2 09/25] ext4: allow inserting delalloc extents with multi-blocks
` [RFC PATCH v2 10/25] ext4: correct delalloc extent length
` [RFC PATCH v2 11/25] ext4: also mark extent as delalloc if it's been unwritten
` [RFC PATCH v2 12/25] ext4: factor out bh handles to ext4_da_get_block_prep()
` [RFC PATCH v2 13/25] ext4: use reserved metadata blocks when splitting extent in endio
` [RFC PATCH v2 14/25] ext4: introduce seq counter for extent entry
` [RFC PATCH v2 15/25] ext4: add a new iomap aops for regular file's buffered IO path
` [RFC PATCH v2 16/25] ext4: implement buffered read iomap path
` [RFC PATCH v2 17/25] ext4: implement buffered write "
` [RFC PATCH v2 18/25] ext4: implement writeback "
` [RFC PATCH v2 19/25] ext4: implement mmap "
` [RFC PATCH v2 20/25] ext4: implement zero_range "
` [RFC PATCH v2 21/25] ext4: writeback partial blocks before zero range
` [RFC PATCH v2 22/25] ext4: fall back to buffer_head path for defrag
` [RFC PATCH v2 23/25] ext4: partially enable iomap for regular file's buffered IO path
` [RFC PATCH v2 24/25] filemap: support disable large folios on active inode
` [RFC PATCH v2 25/25] ext4: enable large folio for regular file with iomap buffered IO path
[PATCH v2 0/6] platform/x86/amd/pmc: Updates to amd-pmc driver
2024-01-02 12:42 UTC (3+ messages)
[syzbot] [hfs?] possible deadlock in hfs_extend_file (2)
2024-01-02 12:36 UTC (4+ messages)
` [PATCH] hfs: fix deadlock in hfs_extend_file
[PATCH v3] usb: gadget: f_fs: Add the missing get_alt callback
2024-01-02 12:34 UTC
[PATCH v3 1/7] platform/x86: Move hsmp_test to probe
2024-01-02 12:41 UTC (4+ messages)
` [PATCH v3 6/7] platform/x86: Convert to ACPI based probing
[cip-dev][isar-cip-core][RFC v3 0/5] Add Bootloader to sw-description
2024-01-02 12:40 UTC (7+ messages)
` [cip-dev][isar-cip-core][RFC v3 1/5] efibootguard-efi.py: copy signed ebg binary to DEPLOY_DIR
` [cip-dev][isar-cip-core][RFC v3 3/5] swupdate: Extend sw-description to update efibootguard
` [cip-dev][isar-cip-core][RFC v3 5/5] images/swupdate.inc: Add variables to generate the sw-description
[PATCH net-next v1 1/1] ptp: ocp: Use DEFINE_RES_*() in place
2024-01-02 12:40 UTC (2+ messages)
[PATCH net-next] net-device: move gso_partial_features to net_device_read_tx
2024-01-02 12:40 UTC (2+ messages)
[GIT PULL] USB4/Thunderbolt changes for v6.8 merge window
2024-01-02 12:39 UTC
[PATCH] platform/x86/amd/pmf: Return a status code only as a constant in two functions
2024-01-02 12:38 UTC (2+ messages)
[PATCH v3] LoongArch: Fix and simplify fcsr initialization on execve
2024-01-02 12:37 UTC
[PATCH] platform/x86/amd/pmf: Return directly after a failed apmf_if_call() in apmf_sbios_heartbeat_notify()
2024-01-02 12:37 UTC (2+ messages)
[PATCH v2] platform/x86: wmi: linux/wmi.h: fix Excess kernel-doc description warning
2024-01-02 12:37 UTC (2+ messages)
[PATCH RFC net-next] net: phylink: add quirk for disabling in-band-status for mediatek pcs at 2500base-x
2024-01-02 12:36 UTC (8+ messages)
[PATCH] ext4: return 0 when ext4_get_group_info failed in __mb_check_buddy
2024-01-02 12:33 UTC (3+ messages)
[PATCH 0/2] backends/iommufd: Remove mutex
2024-01-02 12:32 UTC (3+ messages)
` [PATCH 1/2] backends/iommufd: Remove check on number of backend users
` [PATCH 2/2] backends/iommufd: Remove mutex
[PATCH] rpc_pipefs: Replace one label in bl_resolve_deviceid()
2024-01-02 12:32 UTC (2+ messages)
[isar-cip-core 0/3] Generate CVE-reports during a tag release
2024-01-02 12:32 UTC (2+ messages)
[geert-renesas-devel:master] BUILD SUCCESS a5f44a51122cca65e76ee781cb32563b4799438e
2024-01-02 12:31 UTC
[PATCH] platform/x86/intel/pmc: make lnl_d3_fixup static
2024-01-02 12:31 UTC (2+ messages)
[PATCH] RDMA/device: Fix a race between mad_client and cm_client init
2024-01-02 12:30 UTC (5+ messages)
[PATCH v2 0/2] Set XHCI_SG_TRB_CACHE_SIZE_QUIRK for DWC3 devices
2024-01-02 12:32 UTC (7+ messages)
` [PATCH v2 1/2] usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRK
[PATCH v2 00/16] target/riscv: deprecate riscv_cpu_options[]
2024-01-02 12:29 UTC (7+ messages)
` [PATCH v2 08/16] target/riscv: move 'vlen' to riscv_cpu_properties[]
` [PATCH v2 10/16] target/riscv: create finalize_features() for KVM
[PATCH] x86/coco, x86/sev: Use cpu_feature_enabled() to detect SEV guest flavor
2024-01-02 12:30 UTC (12+ messages)
Question on passing username and password credentials through PLDM
2024-01-02 12:27 UTC (2+ messages)
[RFC PATCH] hw/arm: Prefer arm_feature() over object_property_find()
2024-01-02 12:28 UTC (5+ messages)
[PATCH -next] fs: fix __sb_write_started() kerneldoc formatting
2024-01-02 12:28 UTC (2+ messages)
[PATCH 0/8] Intel PMC Core GBE LTR regression fix
2024-01-02 12:24 UTC (7+ messages)
` [PATCH 6/8] platform/x86/intel/pmc/arl: Add GBE LTR ignore during suspend
` [PATCH 7/8] platform/x86/intel/pmc/lnl: "
` [PATCH 8/8] platform/x86/intel/pmc: Add missing extern
[PATCH] platform/x86: intel-uncore-freq: Add additional client processors
2024-01-02 12:24 UTC (2+ messages)
[PATCH v1 1/1] platform/x86: Remove "X86 PLATFORM DRIVERS - ARCH" from MAINTAINERS
2024-01-02 12:24 UTC (2+ messages)
[PATCH v4 RESEND] hid-ft260: Add serial driver
2023-12-28 11:50 UTC (2+ messages)
[meta-oe][PATCH] libpaper: upgrade 2.1.0 -> 2.1.2
2024-01-02 12:22 UTC
[PATCH v2] drm: Move drm_set_preferred_mode() helper from drm_edid to drm_modes
2024-01-02 12:21 UTC (2+ messages)
[PATCH] wifi: rtl8xxxu: Fix off by one initial RTS rate
2024-01-02 12:22 UTC (3+ messages)
[PATCH v2 00/32] Qualcomm generic board support
2024-01-02 12:21 UTC (8+ messages)
` [PATCH v2 12/32] board: dragonboard410c: upstream DT compat
[PATCH iproute2-rc 0/2] Bugfixes for rdmatool
2024-01-02 12:21 UTC (7+ messages)
` [PATCH iproute2-rc 1/2] rdma: Fix core dump when pretty is used
[PATCH] MAINTAINERS: remove myself as iwlwifi driver maintainer
2024-01-02 12:20 UTC
[PATCH 0/3] Ensure resolving and setting of proper ISO3166 code
2024-01-02 12:16 UTC (3+ messages)
[PATCH] drm: Move drm_set_preferred_mode() helper from drm_edid to drm_modes
2024-01-02 12:16 UTC (5+ messages)
[f2fs-dev] [syzbot] [f2fs?] possible deadlock in super_lock
2024-01-02 12:14 UTC (5+ messages)
` [f2fs-dev] [syzbot] [reiserfs?] "
` "
[PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure
2024-01-02 11:56 UTC (4+ messages)
` [PATCH v8 21/24] evm: Move to "
[PATCH net] rtnetlink: allow to set iface down before enslaving it
2024-01-02 12:14 UTC (5+ messages)
[xen-unstable test] 184243: tolerable FAIL
2024-01-02 12:13 UTC
[PATCH v1] verdin-imx8mm: Remove stale fdt_addr env variable
2024-01-02 12:12 UTC
[PATCH v1] serial: 8250_lpss: copy dma_param using devm_kmemdup()
2024-01-02 12:05 UTC (2+ messages)
[PATCH v5 00/23] Introduce runtime modifiable Energy Model
2024-01-02 12:12 UTC (11+ messages)
` [PATCH v5 14/23] PM: EM: Support late CPUs booting and capacity adjustment
` [PATCH v5 15/23] PM: EM: Optimize em_cpu_energy() and remove division
selftests: net/mptcp: mptcp_connect.sh - Internal error: Oops: qdisc_block_add_dev (net/sched/sch_api.c:1191)
2024-01-02 12:08 UTC (2+ messages)
[PATCH 0/4] arch/parisc: Detect primary framebuffer from device
2024-01-02 12:06 UTC (4+ messages)
` [PATCH 1/4] video/sticore: Store ROM device in STI struct
[PATCH] drm/vc4: plane: check drm_gem_plane_helper_prepare_fb() return value
2024-01-02 12:06 UTC (2+ messages)
` (subset) "
[PATCH v2 1/2] target/loongarch/meson: move gdbstub.c to loongarch.ss
2024-01-02 12:05 UTC (3+ messages)
[PATCH 0/3] Convert qcom,hfpll documentation to yaml + related changes
2024-01-02 12:05 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: clock: qcom,hfpll: Convert to YAML
[PATCH] coresight: Add coresight name support
2024-01-02 12:04 UTC (4+ messages)
[PATCH v2 0/3] drm/i915/display: C20 clock state verification
2024-01-02 11:57 UTC (4+ messages)
` [PATCH v2 1/3] drm/i915/display: Fix C20 pll selection for "
` [PATCH v2 2/3] drm/i915/display: Store hw clock for C20
` [PATCH v2 3/3] drm/i915/display: Cleanup mplla/mpllb selection
[net-next: PATCH] net: mvpp2: initialize port fwnode pointer
2024-01-02 12:03 UTC (2+ messages)
[PATCH net] net: mdio: Prevent Clause 45 scan on SMSC PHYs
2024-01-02 12:02 UTC (3+ messages)
[PATCH] drm/imagination: pvr_device.h: fix all kernel-doc warnings
2024-01-02 12:01 UTC (3+ messages)
` (subset) "
[PATCH] drm/gpuvm: fix all kernel-doc warnings in include/drm/drm_gpuvm.h
2024-01-02 12:01 UTC (3+ messages)
` (subset) "
Should issue_discards be enabled when e2scrub is used on an SSD?
2024-01-02 12:01 UTC (5+ messages)
[PATCH bpf 0/5] fix sockmap + stream af_unix memleak
2024-01-02 12:00 UTC (3+ messages)
` [PATCH bpf 1/5] bpf: sockmap, fix proto update hook to avoid dup calls
[PATCH mptcp-next v7 24/24] selftests: mptcp: flush userspace addrs list
2024-01-02 11:59 UTC (3+ messages)
` selftests: mptcp: flush userspace addrs list: Tests Results
[xilinx-xlnx:master 1075/1123] core.c:undefined reference to `ulpi_write'
2024-01-02 11:58 UTC (2+ messages)
[PATCH] util-linux-demsg-issue-2666-patch-1.patch
2024-01-02 11:58 UTC (2+ messages)
[PATCH net-next v5 00/13] Introduce PHY listing and link_topology tracking
2024-01-02 11:57 UTC (4+ messages)
[PATCH 1/2] beaglebone-yocto: Remove the redundant kernel-devicetree
2024-01-02 11:57 UTC (2+ messages)
` [PATCH 2/2] beaglebone-yocto: Remove the obsolete variables for uImage
[PATCH 0/3] connection: Rename 'connection.c' to 'gateway.c'
2024-01-02 11:57 UTC (6+ messages)
[PATCH v2 0/6] Remove some lruvec page accounting functions
2024-01-02 11:56 UTC (3+ messages)
` [PATCH v2 6/6] mm/memcontrol: Remove __mod_lruvec_page_state()
[PATCH] pytest: update requirements.txt
2024-01-02 11:55 UTC
mtd0 device is missing in /sys/class/mtd
2024-01-02 11:54 UTC (3+ messages)
sound/soc/codecs/tas2781-i2c.c:255:26-27: WARNING opportunity for min()
2024-01-02 11:53 UTC
[PATCH v2 0/2] bus: ts-nbus: Two improvements
2024-01-02 11:52 UTC (2+ messages)
[PATCH] doc: user: barebox: add missing empty lines
2024-01-02 11:51 UTC (2+ messages)
inappropriate capability checks in tty_ioctl()
2024-01-02 11:51 UTC (2+ messages)
[PATCH net-next] Documentation: add pyyaml to requirements.txt
2024-01-02 11:51 UTC (3+ messages)
[PATCH 0/2] net/smc: Adjustments for two function implementations
2024-01-02 11:50 UTC (5+ messages)
` [0/2] "
[PATCH] habv4: Fix parsing of unresonable events
2024-01-02 11:46 UTC (2+ messages)
[Buildroot] [PATCH v2, 1/2] package/gdal: giflib and qhull are mandatory
2024-01-02 11:46 UTC (2+ messages)
` [Buildroot] [PATCH v2,2/2] package/gdal: bump to version 3.8.2
[PATCH] arm64: dts: mediatek: mt7986: fix reference to PWM in fan node
2024-01-02 11:45 UTC (7+ messages)
[PATCH 0/8] vga: improve emulation fidelity
2024-01-02 11:45 UTC (5+ messages)
` [PATCH 5/8] vga: optimize horizontal pel panning in 256-color modes
[PATCH] net: phy: linux/phy.h: fix Excess kernel-doc description warning
2024-01-02 11:45 UTC (2+ messages)
[PATCH net-next] tcp: Revert no longer abort SYN_SENT when receiving some ICMP
2024-01-02 11:41 UTC (5+ messages)
[PATCH v13 00/26] riscv: RVA22 profiles support
2024-01-02 11:40 UTC (2+ messages)
linux-next: errors fetching the irqchip trees
2024-01-02 11:40 UTC (3+ messages)
[PATCHSET v29.0 01/28] xfs: live inode scans for online fsck
2024-01-02 11:40 UTC (5+ messages)
` [PATCH 6/7] xfs: cache a bunch of inodes for repair scans
` [PATCH 7/7] xfs: iscan batching should handle unallocated inodes too
[PATCH v5 0/3] mesa: RustiCL support
2024-01-02 11:40 UTC (5+ messages)
` [PATCH v5 2/3] mesa: add support for RustiCL under PACKAGECONFIG "opencl"
` [OE-core] "
[PATCH 00/50] big header dependency cleanup targeting sched.h
2024-01-02 11:39 UTC (6+ messages)
` [PATCH 44/50] restart_block: Trim includes
` [PATCH 50/50] Kill sched.h dependency on rcupdate.h
[PATCH v5 0/3] arm64: add ethernet to orange pi 3 & one plus
2024-01-02 11:38 UTC (5+ messages)
` [PATCH v5 1/3] phy: handle optional regulator for PHY
[PATCH] mm: zswap: fix the lack of page lru flag in zswap_writeback_entry
2024-01-02 11:39 UTC (3+ messages)
` [External] "
[PATCHv3 RESEND 00/10] ASoC: fsl-asoc-card: compatibility integration of a generic codec use case for use with S/PDIF controller
2024-01-02 11:37 UTC (4+ messages)
` [PATCHv3 RESEND 10/10] ASoC: dt-bindings: fsl-asoc-card: add compatible for generic codec
[PATCH] net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHY
2024-01-02 11:36 UTC (7+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 4/4] "
[Mainline/linux-next-netdev/net-next/scsi]Dlpar remove, drmgr phb and pci remove operations are failing
2024-01-02 11:35 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.