messages from 2023-10-26 20:46:48 to 2023-10-26 22:03:34 UTC [more...]
[PATCH net-next 1/2] net: dsa: realtek: support reset controller
2023-10-26 22:03 UTC (4+ messages)
` [PATCH net-next 2/2] dt-bindings: net: dsa: realtek: add "
[PATCH v1 0/1] dts: Add the ability to bind ports to drivers
2023-10-26 21:58 UTC (2+ messages)
` [PATCH v1 1/1] dts: bind to DPDK driver before running test suites
[RFC][PATCH] wifi: wil6210: Replace strlcat() usage with seq_buf
2023-10-26 22:03 UTC (2+ messages)
[PATCH 1/2] man*/: srcfix
2023-10-26 22:02 UTC (10+ messages)
` `\c`, mdoc(7), and man(7) extension macros (was: [PATCH 1/2] man*/: srcfix)
` Why does man(7) have 3 paragraph macros for the same thing? (was: `\c`, mdoc(7), and man(7) extension macros)
[PATCH next v2 0/3] ethtool: Add ethtool_puts()
2023-10-26 22:02 UTC (6+ messages)
` [PATCH next v2 1/3] ethtool: Implement ethtool_puts()
` [Intel-wired-lan] "
` [PATCH next v2 2/3] checkpatch: add ethtool_sprintf rules
` [PATCH next v2 3/3] treewide: Convert some ethtool_sprintf() to ethtool_puts()
[PATCH v2 03/13] PCI/ASPM: Disable ASPM when driver requests it
2023-10-26 22:02 UTC (7+ messages)
` [Intel-wired-lan] "
KTODO automated TODO lists
2023-10-26 21:58 UTC (6+ messages)
[PATCH] usb:gadget:uvc Do not use worker thread to pump usb requests
2023-10-26 21:56 UTC (2+ messages)
` [PATCH v2] "
[PATCH net-next 0/5] WAKE_FILTER for Broadcom PHY (v2)
2023-10-26 21:56 UTC (6+ messages)
` [PATCH net-next 4/5] net: phy: broadcom: Add support for WAKE_FILTER
[PATCH v1] dts: add Dockerfile
2023-10-26 21:56 UTC (3+ messages)
[PATCH] drm/i915: Skip pxp init if gt is wedged
2023-10-26 21:54 UTC (2+ messages)
` [Intel-gfx] "
bpf: shift-out-of-bounds in tnum_rshift()
2023-10-26 21:53 UTC (6+ messages)
[PATCH v2 00/15] DPP PKEX Changes
2023-10-26 21:53 UTC (3+ messages)
` [PATCH v2 05/15] dpp: fix config request header check
[PATCH 0/2] Remove container_enough logic
2023-10-26 21:52 UTC (2+ messages)
[PATCH net] octeontx2-pf: Fix holes in error code
2023-10-26 21:52 UTC (5+ messages)
` [EXT] "
[PATCH V3 1/1] mdadm/super1: Add MD_FEATURE_RAID0_LAYOUT if kernel>=5.4
2023-10-26 21:49 UTC (3+ messages)
[PATCH 1/1] mdadm/ddf: Abort when raid disk is smaller in getinfo_super_ddf
2023-10-26 21:47 UTC (4+ messages)
[PATCH 1/1] RDMA/rxe: Fix blktests srp lead kernel panic with 64k page size
2023-10-26 21:47 UTC (12+ messages)
[PATCH] staging: media: tegra-video: Convert to platform remove callback returning void
2023-10-26 21:47 UTC
[PATCH bpf-next 1/2] bpf: add skcipher API support to TC/XDP programs
2023-10-26 21:47 UTC (2+ messages)
[PATCH] dm vdo: add MAINTAINERS file entry
2023-10-26 21:47 UTC
[Intel-xe] [PATCH] drm/xe: Dump CTB during TLB timeout
2023-10-26 21:43 UTC (2+ messages)
[PATCH 0/4] mdadm: Fix some errors for regression tests and building
2023-10-26 21:44 UTC (8+ messages)
` [PATCH 1/4 v2] mdadm/tests: Fix regular expression failure
` [PATCH 2/4 v2] mdadm/tests: Don't run mknod before losetup
[PATCH] staging: fbtft: Convert to platform remove callback returning void
2023-10-26 21:44 UTC (2+ messages)
[PATCH 6.5 211/285] btrfs: scrub: fix grouping of read IO
2023-10-26 21:43 UTC (5+ messages)
[PATCH v3] Fix race of "mdadm --add" and "mdadm --incremental"
2023-10-26 21:42 UTC (2+ messages)
[Intel-gfx] [CI 1/2] drm/i915: fix Makefile sort and indent
2023-10-26 21:43 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [CI,1/2] "
[PATCH v4 00/39] dm vdo: add the dm-vdo deduplication and compression DM target
2023-10-26 21:41 UTC (40+ messages)
` [PATCH v4 01/39] dm: add documentation for dm-vdo target
` [PATCH v4 02/39] dm vdo: add the MurmurHash3 fast hashing algorithm
` [PATCH v4 03/39] dm vdo: add memory allocation utilities
` [PATCH v4 04/39] dm vdo: add basic logging and support utilities
` [PATCH v4 05/39] dm vdo: add vdo type declarations, constants, and simple data structures
` [PATCH v4 06/39] dm vdo: add thread and synchronization utilities
` [PATCH v4 07/39] dm vdo: add specialized request queueing functionality
` [PATCH v4 08/39] dm vdo: add basic hash map data structures
` [PATCH v4 09/39] dm vdo: add deduplication configuration structures
` [PATCH v4 10/39] dm vdo: add deduplication index storage interface
` [PATCH v4 11/39] dm vdo: implement the delta index
` [PATCH v4 12/39] dm vdo: implement the volume index
` [PATCH v4 13/39] dm vdo: implement the open chapter and chapter indexes
` [PATCH v4 14/39] dm vdo: implement the chapter volume store
` [PATCH v4 15/39] dm vdo: implement top-level deduplication index
` [PATCH v4 16/39] dm vdo: implement external deduplication index interface
` [PATCH v4 17/39] dm vdo: add administrative state and action manager
` [PATCH v4 18/39] dm vdo: add vio, the request object for vdo metadata
` [PATCH v4 19/39] dm vdo: add data_vio, the request object which services incoming bios
` [PATCH v4 20/39] dm vdo: add flush support
` [PATCH v4 21/39] dm vdo: add the vdo io_submitter
` [PATCH v4 22/39] dm vdo: add hash locks and hash zones
` [PATCH v4 23/39] dm vdo: add use of deduplication index in "
` [PATCH v4 24/39] dm vdo: add the compressed block bin packer
` [PATCH v4 25/39] dm vdo: add slab structure, slab journal and reference counters
` [PATCH v4 26/39] dm vdo: add the slab summary
` [PATCH v4 27/39] dm vdo: add the block allocators and physical zones
` [PATCH v4 28/39] dm vdo: add the slab depot
` [PATCH v4 29/39] dm vdo: add the block map
` [PATCH v4 30/39] dm vdo: implement the block map page cache
` [PATCH v4 31/39] dm vdo: add the recovery journal
` [PATCH v4 32/39] dm vdo: add repair of damaged vdo volumes
` [PATCH v4 33/39] dm vdo: add the primary vdo structure
` [PATCH v4 34/39] dm vdo: add the on-disk formats and marshalling of vdo structures
` [PATCH v4 35/39] dm vdo: add statistics reporting
` [PATCH v4 36/39] dm vdo: add sysfs support for setting parameters and fetching stats
` [PATCH v4 37/39] dm vdo: add debugging support
` [PATCH v4 38/39] dm vdo: add the top-level DM target
` [PATCH v4 39/39] dm vdo: enable configuration and building of dm-vdo
[PATCH v3] hwmon: (pmbus/max31785) Add delay between bus accesses
2023-10-26 21:41 UTC (2+ messages)
[PATCH tests v2 0/8] tests: add some regression tests
2023-10-26 21:25 UTC (2+ messages)
[PATCH] git-gui: sv.po: Update Swedish translation (576t0f0u)
2023-10-26 21:40 UTC
[PATCH v3] rust: macros: improve `#[vtable]` documentation
2023-10-26 21:39 UTC (3+ messages)
[PATCH 0/2] soc: qcom: llcc: Introduce support for SM8650
2023-10-26 21:39 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: cache: qcom,llcc: Document the SM8650 Last Level Cache Controller
[RFC PATCH v11 02/19] ipe: add policy parser
2023-10-26 21:36 UTC (5+ messages)
` [PATCH RFC v11 2/19] "
[PATCH v5] Incremental: remove obsoleted calls to udisks
2023-10-26 21:37 UTC (4+ messages)
[PATCH] Assemble: fix redundant memory free
2023-10-26 21:21 UTC (3+ messages)
[PATCH] scsi: sd: Introduce manage_shutdown device flag
2023-10-26 21:36 UTC (5+ messages)
[POC][RFC][PATCH v2] sched: Extended Scheduler Time Slice
2023-10-26 21:35 UTC (6+ messages)
[PATCH bpf-next] selftests/bpf: umount children of TDIR in test_bpffs
2023-10-26 21:35 UTC (4+ messages)
[PATCH v4 1/2] Mdmonitor: Improve udev event handling
2023-10-26 21:35 UTC (4+ messages)
[RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
2023-10-26 21:33 UTC (4+ messages)
` [PATCH RFC v11 5/19] "
[PATCH bpf-next 0/2] bpf: Fix incorrect immediate spill
2023-10-26 21:33 UTC (2+ messages)
[PATCH] target/i386/monitor: synchronize cpu before printing lapic state
2023-10-26 21:33 UTC (3+ messages)
[PATCH v2 1/2] usb: gadget: initialize serialnumber
2023-10-26 21:32 UTC (4+ messages)
` [PATCH v2 2/2] scripts: get_maintainers: drop --status enforcement
[PATCH 1/2] usb: gadget: initialize serialnumber as empty string
2023-10-26 21:30 UTC (7+ messages)
` [PATCH 2/2] scripts: get_maintainers: drop --status enforcement
[PATCH v2 0/6] mdadm: POSIX portable naming rules
2023-10-26 21:31 UTC (2+ messages)
[PATCH 0/6] Add support for multiple BISes
2023-10-26 21:32 UTC (2+ messages)
[PATCH] dt-bindings: iommu: arm,smmu: document the SM8650 System MMU
2023-10-26 21:30 UTC (3+ messages)
[PATCH v4 0/4] rockchip: add GATE_LINK
2023-10-26 21:29 UTC (8+ messages)
[PATCH] dt-bindings: crypto: qcom,prng: document SM8650
2023-10-26 21:30 UTC (2+ messages)
Fwd: possible fd handling bug/issue/opportunities? in libbpf
2023-10-26 21:29 UTC
[PATCH] dt-bindings: crypto: qcom-qce: document the SM8650 crypto engine
2023-10-26 21:30 UTC (2+ messages)
[PATCH] dt-bindings: soc: qcom: pmic-glink: document SM8650 compatible
2023-10-26 21:29 UTC (2+ messages)
[PATCH] dt-bindings: qcom,pdc: document the SM8650 Power Domain Controller
2023-10-26 21:29 UTC (2+ messages)
[PATCH] dt-bindings: PCI: qcom: document the SM8650 PCIe Controller
2023-10-26 21:29 UTC (2+ messages)
[PATCH v3 0/6] Delay VERW
2023-10-26 21:27 UTC (12+ messages)
` [PATCH v3 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v3 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
[android-common:android12-5.4-lts 375/29903] htmldocs: Documentation/driver-api/driver-model/driver.rst:215: WARNING: Inline emphasis start-string without end-string
2023-10-26 21:27 UTC
[PATCH v2 0/8] Add support to configure TPDM CMB subunit
2023-10-26 21:27 UTC (7+ messages)
` [PATCH v2 1/8] dt-bindings: arm: Add support for CMB element size
` [PATCH v2 7/8] dt-bindings: arm: Add support for TPDM CMB MSR register
[PATCH] dt-bindings: cpufreq: qcom-hw: document SM8560 CPUFREQ Hardware
2023-10-26 21:27 UTC (2+ messages)
[PATCH v3 1/1] hmp: synchronize cpu state for lapic info
2023-10-26 21:19 UTC
[PATCH] drm/amdgpu: Fixes uninitialized variable usage in amdgpu_dm_setup_replay
2023-10-26 21:25 UTC (3+ messages)
[PATCH v6 0/5] ASoC: makes CPU/Codec channel connection map more generic
2023-10-26 21:22 UTC (3+ messages)
` [PATCH v6 5/5] dt-bindings: audio-graph-port: add channel-map-index property
[PATCH v7 0/4] cpufreq: qcom-nvmem: add support for ipq806x
2023-10-26 21:23 UTC (3+ messages)
` [PATCH v7 4/4] ARM: dts: qcom: ipq8064: Add CPU OPP table
[PATCH net,v2] hv_netvsc: fix race of netvsc and VF register_netdevice
2023-10-26 21:22 UTC
[PATCH v1 net-next] af_unix: Remove module remnants
2023-10-26 21:23 UTC
[PATCH v8 00/23] Fix libata suspend/resume handling and code cleanup
2023-10-26 21:21 UTC (11+ messages)
` [PATCH v8 04/23] scsi: sd: Differentiate system and runtime start/stop management
[PATCH] Include gettext.h in MyFirstContribution tutorial
2023-10-26 21:21 UTC (3+ messages)
[PATCH v2 1/3] bugreport: include +i in outfile suffix as needed
2023-10-26 21:19 UTC (4+ messages)
` [PATCH v3 0/1] "
` [PATCH v3 1/1] "
[nfs-utils 1/2] Fix build failure due to glibc <= 2.24 and check for Linux 3.17+
2023-10-26 21:18 UTC (3+ messages)
[PATCH v4 1/2] firmware_loader: Refactor kill_pending_fw_fallback_reqs()
2023-10-26 21:18 UTC (4+ messages)
` [PATCH v4 2/2] firmware_loader: Abort all upcoming firmware load request once reboot triggered
[PATCH] x86/sgx: Return VM_FAULT_SIGBUS for EPC exhaustion
2023-10-26 21:16 UTC (7+ messages)
[PATCH v2] pwm: Use device_get_match_data()
2023-10-26 21:15 UTC (4+ messages)
[PATCH] acpi: Use access_width over register_width for system memory accesses
2023-10-26 21:15 UTC (2+ messages)
` [PATCH v2] "
[PATCH] block: Set memalloc_noio to false in the error path
2023-10-26 21:14 UTC (2+ messages)
[PATCH drm-misc-next v3] drm/sched: implement dynamic job-flow control
2023-10-26 21:13 UTC (2+ messages)
[PATCH bpf-next v6 00/10] Registrating struct_ops types from modules
2023-10-26 21:11 UTC (5+ messages)
` [PATCH bpf-next v6 04/10] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v6 07/10] bpf, net: switch to dynamic registration
[PATCH] eal/unix: allow creating thread with real-time priority
2023-10-26 21:10 UTC (5+ messages)
` [PATCH v3 0/2] "
[PATCH v3 00/15] drm/msm/hdmi & phy: use generic PHY framework
2023-10-26 21:08 UTC (28+ messages)
` [PATCH v3 02/15] phy: qualcomm: add QMP HDMI PHY driver
` [PATCH v3 05/15] phy: qualcomm: add legacy "
` [PATCH v3 13/15] drm/msm/hdmi: pair msm_hdmi_phy_powerup with msm_hdmi_phy_powerdown
` [PATCH v3 14/15] drm/msm/hdmi: switch to generic PHY subsystem
` [PATCH v3 15/15] drm/msm/hdmi: drop old HDMI PHY code
[PATCH] hv_netvsc: Mark VF as slave before exposing it to user-mode
2023-10-26 21:07 UTC (5+ messages)
[RFC PATCH 0/2] clk: qcom: provide alternative 'parked' RCG
2023-10-26 21:05 UTC (7+ messages)
` [RFC PATCH 1/2] clk: qcom: implement RCG2 'parked' clock support
[PATCH RFC v2 0/3] efi/cxl-cper: Report CPER CXL component events through trace events
2023-10-26 21:02 UTC (5+ messages)
` [PATCH RFC v2 1/3] cxl/trace: Remove uuid from event trace known events
` [PATCH RFC v2 2/3] firmware/efi: Process CXL Component Events
[PATCH v2] board: ti: common: board_detect: Fix EEPROM offset read for 1-byte
2023-10-26 21:02 UTC (2+ messages)
[PATCH] pico-pi-imx7d: Convert to watchdog driver model
2023-10-26 21:01 UTC
[PATCH v1 0/5] soc/arm64: qcom: add initial version of memory dump
2023-10-26 21:01 UTC (4+ messages)
` [PATCH v1 1/5] dt-bindings: soc: qcom: Add memory_dump driver bindings
[PATCH] tools: gitignore: Fix tools/generated path
2023-10-26 21:00 UTC
[RFC PATCH 00/22] vPMU bugfixes and support for PMUv5
2023-10-26 20:38 UTC (5+ messages)
` [RFC PATCH 22/22] x86/AMD: add IRPerf support
[QEMU][PATCHv2 0/8] Xen: support grant mappings
2023-10-26 20:56 UTC (7+ messages)
[PATCH] xfs: fix internal error from AGFL exhaustion
2023-10-26 20:56 UTC (9+ messages)
[PATCH v2 0/2] x86: ucode and CPU Kconfig
2023-10-26 20:55 UTC (3+ messages)
` [PATCH v2 1/2] x86/ucode: Move vendor specifics back out of early_microcode_init()
` [PATCH v2 2/2] x86/Kconfig: Introduce CONFIG_{AMD,INTEL} and conditionalise ucode
[PATCH] MAINTAINERS: create an entry for exportfs
2023-10-26 20:55 UTC
[isilence:zc/veth 1010/1018] io_uring/net.c:1071:40: sparse: sparse: Using plain integer as NULL pointer
2023-10-26 20:55 UTC
[PATCH v5 00/13] KVM: x86/pmu: selftests: Fixes and new tests
2023-10-26 20:54 UTC (4+ messages)
` [PATCH v5 08/13] KVM: selftests: Test Intel PMU architectural events on gp counters
[PATCH 2/2] x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space
2023-10-26 20:53 UTC (2+ messages)
[PATCH v2] KVM: arm64: Add tracepoint for MMIO accesses where ISV==0
2023-10-26 20:53 UTC
[RFC] pvpanic notifications for non-panic reboot events
2023-10-26 20:50 UTC
[PATCH] staging: olpc_dcon: Remove I2C_CLASS_DDC support
2023-10-26 20:49 UTC
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.