messages from 2023-09-18 02:11:58 to 2023-09-18 04:51:44 UTC [more...]
[PATCH v3 0/3] Introduce reset driver for T-HEAD th1520 SoC
2023-09-18 4:51 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: reset: Document th1520 reset control
` [PATCH v3 2/3] reset: Add th1520 reset driver support
` [PATCH v3 3/3] riscv: dts: Add th1520 reset device tree
[RFC PATCH 0/5] virtio-net: Introduce LM early load
2023-09-18 4:49 UTC (4+ messages)
` [RFC PATCH 1/5] vhost-user: Add presetup protocol feature and op
` [RFC PATCH 4/5] virtio: Add VMState for early load
` [RFC PATCH 5/5] virtio-net: Introduce LM "
[PATCH v1 1/1] poll: fix the data race in the use of pwq->triggered in poll_schedule_timeout()
2023-09-18 4:48 UTC
[PATCH v1 1/1] xarray: fix the data-race in xas_find_chunk() by using READ_ONCE()
2023-09-18 4:47 UTC
[Intel-xe] [PATCH 1/3] drm/xe: Fix xe_exec_queue_is_idle for parallel exec queues
2023-09-18 4:48 UTC (5+ messages)
` [Intel-xe] [PATCH 2/3] drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementation
` [Intel-xe] [PATCH 3/3] drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queue
[PATCH v5 00/32] Introduce sssnic PMD for 3SNIC's 9x0 serials Ethernet adapters
2023-09-18 4:47 UTC (14+ messages)
` [PATCH v5 04/32] net/sssnic: initialize hardware base
` [PATCH v5 06/32] net/sssnic/base: add message definition and utility
` [PATCH v5 07/32] net/sssnic/base: add mailbox support
` [PATCH v5 08/32] net/sssnic/base: add work queue
` [PATCH v5 09/32] net/sssnic/base: add control queue
[PATCH v4 00/12] drm/bridge: tc358768: Fixes and timings improvements
2023-09-18 4:46 UTC (3+ messages)
[igt-dev] [PATCH i-g-t] tests/intel/hwmon: Scale hwmon tests to support xe kmd
2023-09-18 4:44 UTC (2+ messages)
[PULL 0/5] Block patches
2023-09-18 4:41 UTC (6+ messages)
` [PULL 4/5] hw/ufs: Support for UFS logical unit
[virtio-comment] [PATCH 0/5] virtio: introduce SUSPEND bit and vq state
2023-09-18 4:42 UTC (20+ messages)
` [virtio-comment] [PATCH 2/5] virtio: introduce SUSPEND bit in device status
` [virtio-comment] "
` [virtio-dev] "
` [virtio-dev] RE: [virtio-comment] "
` [virtio-comment] [PATCH 3/5] virtqueue: constraints for virtqueue state
` [virtio-comment] "
` [virtio-dev] "
` [virtio-comment] Re: [PATCH 0/5] virtio: introduce SUSPEND bit and vq state
` [virtio-dev] "
[PATCH] Revert "SUNRPC dont update timeout value on connection reset"
2023-09-18 4:40 UTC (3+ messages)
[syzbot] [fs?] [mm?] WARNING in page_copy_sane
2023-09-18 4:41 UTC
[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
2023-09-18 4:38 UTC (22+ messages)
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
` [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
[PATCH v13 00/22] TDX host kernel support
2023-09-18 4:36 UTC (6+ messages)
` [PATCH v13 20/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
[PATCH v4 0/8] Add support for XLCDC to sam9x7 SoC family
2023-09-18 4:30 UTC (7+ messages)
` [PATCH v4 5/8] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver
[PATCH v2] xfs: remove redundant batch variables for serialization
2023-09-18 4:33 UTC (2+ messages)
[PATCH] genirq: irq_pipeline: fix irq flow handling with stacked irqchips
2023-09-18 4:24 UTC (6+ messages)
[PATCH] dt-bindings: Add Google Widevine initialization parameters
2023-09-18 4:20 UTC (4+ messages)
[PATCH v2] x86/tdx: Fix __noreturn build warning around __tdx_hypercall_failed()
2023-09-18 4:18 UTC
[PATCH v6,0/4] Add compatible to increase MT8188 audio control
2023-09-18 4:15 UTC (13+ messages)
` [PATCH v6,2/4] drm/mediatek: dp: Add the audio packet flag to mtk_dp_data struct
` [PATCH v6, 2/4] "
` [PATCH v6,3/4] drm/mediatek: dp: Add the audio divider "
` [PATCH v6,4/4] drm/mediatek: dp: Add support MT8188 dp/edp function
[PATCH v2 0/3] HID: nvidia-shield: Fix the error handling path of shield_probe()
2023-09-18 4:13 UTC (4+ messages)
` [PATCH v2 1/3] HID: nvidia-shield: Fix a missing led_classdev_unregister() in the probe error handling path
` [PATCH v2 2/3] HID: nvidia-shield: Fix some missing function calls() "
` [PATCH v2 3/3] HID: nvidia-shield: Introduce thunderstrike_destroy()
[PATCH 00/10] io_uring/ublk: exit notifier support
2023-09-18 4:11 UTC (11+ messages)
` [PATCH 01/10] io_uring: allocate ctx id and build map between id and ctx
` [PATCH 02/10] io_uring: pass io_uring_ctx->id to uring_cmd
` [PATCH 03/10] io_uring: support io_uring notifier for uring_cmd
` [PATCH 04/10] ublk: don't get ublk device reference in ublk_abort_queue()
` [PATCH 05/10] ublk: make sure ublk uring cmd handling is done in submitter task context
` [PATCH 06/10] ublk: make sure that uring cmd aiming at same queue won't cross io_uring contexts
` [PATCH 07/10] ublk: rename mm_lock as lock
` [PATCH 08/10] ublk: quiesce request queue when aborting queue
` [PATCH 09/10] ublk: replace monitor work with uring_cmd exit notifier
` [PATCH 10/10] ublk: simplify aborting request
[PATCH] ARM: dts: at91/trivial: fix typo in crypto DT naming
2023-09-18 4:08 UTC (3+ messages)
[PATCH] x86/tdx: Fix __noreturn build warning around __tdx_hypercall_failed()
2023-09-18 3:57 UTC (3+ messages)
[PATCH] tools/power/x86/intel_pstate_tracer: python minimum version
2023-09-18 4:03 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v21 00/29] Add KVM LoongArch support
2023-09-18 4:03 UTC (12+ messages)
` [PATCH v21 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v21 05/29] LoongArch: KVM: Add vcpu related header files
[syzbot] [mm?] WARNING in page_add_anon_rmap
2023-09-18 3:57 UTC
Railway GRP
2023-09-18 3:51 UTC
linux-next: Tree for Sep 18
2023-09-18 3:50 UTC
[PATCH] drm/omap: dsi: Fix deferred probe warnings
2023-09-18 3:48 UTC (5+ messages)
[PATCH 1/1] migration: skip poisoned memory pages on "ram saving" phase
2023-09-18 3:47 UTC (6+ messages)
` [PATCH v2 0/1] Qemu crashes on VM migration after an handled memory error
` [PATCH v2 1/1] migration: skip poisoned memory pages on "ram saving" phase
[PATCH v1] configs: imxrt1050-evk: enable distro bootcmd
2023-09-18 3:47 UTC
[PATCH v3] xfs: introduce protection for drop nlink
2023-09-18 3:44 UTC (2+ messages)
[PATCH 0/2] sched/eevdf: sched_attr::sched_runtime slice hint
2023-09-18 3:43 UTC (3+ messages)
[RFC PATCH v1 0/4] Rust abstractions for network PHY drivers
2023-09-18 3:44 UTC (11+ messages)
` [RFC PATCH v1 1/4] rust: core "
[RFC] Adding Support for Firefox's Gecko Profile Format
2023-09-18 3:39 UTC (11+ messages)
[PATCH] perf vendors events: Remove repeated word in comments
2023-09-18 3:36 UTC
[PATCH Review V2 1/1] drm/amdgpu: Fix false positive error log
2023-09-18 3:39 UTC (2+ messages)
[PATCH] cpu-throttle: Fix vcpu missed throttle work
2023-09-18 3:29 UTC
drivers/platform/x86/intel/pmc/core.c:500 pmc_core_send_ltr_ignore() error: uninitialized symbol 'pmc'
2023-09-18 3:33 UTC
[PATCH] soc: imx8m: Enable OCOTP clock for imx8mm before reading registers
2023-09-18 3:26 UTC (5+ messages)
[PATCH v2 0/2] soc: mediatek: svs: add support for mt8188
2023-09-18 3:18 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: soc: mediatek: add mt8188 svs dt-bindings
` [PATCH v2 2/2] soc: mediatek: svs: add support for mt8188
linux-next: build warning after merge of the mm tree
2023-09-18 3:18 UTC
[PATCH 1/3] hw/pci: Add all Data Object Types
2023-09-18 3:16 UTC (4+ messages)
` [PATCH 2/3] backends: Initial support for SPDM socket support
linux-next: build warnings after merge of the net-next tree
2023-09-18 3:15 UTC
[PATCH] Documentation: RCU: Remove repeated word in comments
2023-09-18 3:13 UTC
[PATCH net v2 1/3] net: replace calls to sock->ops->connect() with kernel_connect()
2023-09-18 3:11 UTC (5+ messages)
` [PATCH net v2 2/3] net: prevent rewrite of msg_name in sock_sendmsg()
` [PATCH net v2 3/3] net: prevent address rewrite in kernel_bind()
[PATCH v19 0/4] Add Intel LJCA device driver
2023-09-18 3:08 UTC (3+ messages)
confusion about dpdk asan
2023-09-18 3:08 UTC (5+ messages)
[RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads
2023-09-18 2:49 UTC (6+ messages)
[PATCH] perf jevents: Fix segfault in perf_pmu__find_events_table
2023-09-18 3:03 UTC
[PATCH v2 0/7] Add pinctrl driver support for Realtek DHC SoCs
2023-09-18 3:02 UTC (4+ messages)
` [PATCH v2 1/7] pinctrl: realtek: Add common pinctrl driver for Realtek DHC RTD SoCs
[PATCH v10 00/16] MediaTek DDP GAMMA - 12-bit LUT support
2023-09-18 2:30 UTC (5+ messages)
` [PATCH v10 03/16] drm/mediatek: gamma: Support SoC specific LUT size
[PATCH] media: i2c/hi556: add a new mode 1296x722 settings
2023-09-18 2:58 UTC
[cel:nfsd-next 28/29] ld: fs/nfsd/netlink.o:undefined reference to `nfsd_nl_rpc_status_get_done'
2023-09-18 3:01 UTC
✅ PASS (SKIPPED 5 of 234): Test report for master (6.6.0-rc1, mainline.kernel.org-clang, e7892864)
2023-09-18 3:01 UTC
[PATCH v1 0/2] soc: mediatek: svs: add support for mt8188
2023-09-18 3:00 UTC (4+ messages)
` [PATCH v1 2/2] "
[PATCH] HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event
2023-09-18 2:40 UTC
[PATCH 5.10 000/406] 5.10.195-rc1 review
2023-09-18 2:53 UTC (3+ messages)
` [PATCH 5.10 096/406] crypto: blake2b - sync with blake2s implementation
[net-next:main 7/43] ERROR: modpost: "ice_is_clock_mux_present_e810t" [drivers/net/ethernet/intel/ice/ice.ko] undefined!
2023-09-18 2:50 UTC
[PATCH v2 00/27] refact the nfpcore module
2023-09-18 2:46 UTC (33+ messages)
` [PATCH v3 "
` [PATCH v3 02/27] net/nfp: unify the indent coding style
` [PATCH v4 00/26] refact the nfpcore module
` [PATCH v4 01/26] net/nfp: explicitly compare to null and 0
` [PATCH v4 02/26] net/nfp: unify the indent coding style
` [PATCH v4 03/26] net/nfp: unify the type of integer variable
` [PATCH v4 04/26] net/nfp: remove the unneeded logic
` [PATCH v4 05/26] net/nfp: standard the local variable coding style
` [PATCH v4 06/26] net/nfp: adjust the log statement
` [PATCH v4 07/26] net/nfp: standard the comment style
` [PATCH v4 08/26] net/nfp: standard the blank character
` [PATCH v4 09/26] net/nfp: unify the guide line of header file
` [PATCH v4 10/26] net/nfp: rename some parameter and variable
` [PATCH v4 11/26] net/nfp: refact the hwinfo module
` [PATCH v4 12/26] net/nfp: refact the nffw module
` [PATCH v4 13/26] net/nfp: refact the mip module
` [PATCH v4 14/26] net/nfp: refact the rtsym module
` [PATCH v4 15/26] net/nfp: refact the resource module
` [PATCH v4 16/26] net/nfp: refact the target module
` [PATCH v4 17/26] net/nfp: add a new header file
` [PATCH v4 18/26] net/nfp: refact the nsp module
` [PATCH v4 19/26] net/nfp: refact the mutex module
` [PATCH v4 20/26] net/nfp: rename data field to sync with kernel driver
` [PATCH v4 21/26] net/nfp: add the dev module
` [PATCH v4 22/26] net/nfp: add header file for PCIe module
` [PATCH v4 23/26] net/nfp: refact the cppcore module
` [PATCH v4 24/26] net/nfp: refact the PCIe module
` [PATCH v4 25/26] net/nfp: refact the cppcore and "
` [PATCH v4 26/26] net/nfp: extend the usage of nfp BAR from 8 to 24
[PATCH net-next v4] net/core: Introduce netdev_core_stats_inc() for trace
2023-09-18 2:40 UTC
128 Character limit on proctitle field?
2023-09-18 2:38 UTC (2+ messages)
[PATCH] media: videobuf2-dma-sg: limit the sg segment size
2023-09-18 2:28 UTC (17+ messages)
` [EXT] "
[PATCH 1/2] NFSv4: Fix a nfs4_state_manager() race
2023-09-18 2:27 UTC (6+ messages)
` [PATCH 2/2] NFSv4: Fix a state manager thread deadlock regression
[PATCH] ceph: Annotate struct ceph_monmap with __counted_by
2023-09-18 2:25 UTC (4+ messages)
[PATCH] raw/ntb: add support for 5th and 6th Gen Intel Xeon
2023-09-18 2:25 UTC (3+ messages)
[PATCH] MA-21654 Use dma_alloc_pages in vb2_dma_sg_alloc_compacted
2023-09-18 2:20 UTC (3+ messages)
[PATCH] drm/amdkfd: Use gpu_offset for user queue's wptr
2023-09-18 2:14 UTC (4+ messages)
[PATCH v3 00/17] update idpf base code
2023-09-18 2:11 UTC (20+ messages)
` [PATCH v4 00/18] "
` [PATCH v4 01/18] common/idpf: refactor single queue Tx data path
` [PATCH v4 02/18] common/idpf/base: enable support for physical port stats
` [PATCH v4 03/18] common/idpf/base: add miss completion capabilities
` [PATCH v4 04/18] common/idpf/base: initial PTP support
` [PATCH v4 05/18] common/idpf/base: remove mailbox registers
` [PATCH v4 06/18] common/idpf/base: add some adi specific fields
` [PATCH v4 07/18] common/idpf/base: add necessary check
` [PATCH v4 08/18] common/idpf/base: add union for SW cookie fields in ctlq msg
` [PATCH v4 09/18] common/idpf/base: define non-flexible size structure for ADI
` [PATCH v4 10/18] common/idpf/base: use local pointer before updating 'CQ out'
` [PATCH v4 11/18] common/idpf/base: use 'void' return type
` [PATCH v4 12/18] common/idpf/base: refactor descriptor 'ret val' stripping
` [PATCH v4 13/18] common/idpf/base: refine comments and alignment
` [PATCH v4 14/18] common/idpf/base: use GENMASK macro
` [PATCH v4 15/18] common/idpf/base: use 'type functionname(args)' style
` [PATCH v4 16/18] common/idpf/base: don't declare union with 'flex'
` [PATCH v4 17/18] common/idpf/base: remove unused Tx descriptor types
` [PATCH v4 18/18] common/idpf/base: update version
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.