All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-05 15:12:22 to 2023-07-05 15:54:04 UTC [more...]

[dm-devel] [PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-05 15:19 UTC  (12+ messages)
` [dm-devel] [PATCH 01/32] block: Provide blkdev_get_handle_* functions
      `  "
        ` [Drbd-dev] "
        ` [f2fs-dev] "
` [PATCH 25/32] jfs: Convert to blkdev_get_handle_by_dev()

+ kasan-slub-fix-hw_tags-zeroing-with-slub_debug.patch added to mm-hotfixes-unstable branch
 2023-07-05 15:53 UTC 

[PATCH] dt-bindings: cleanup DTS example whitespaces
 2023-07-05 15:53 UTC  (3+ messages)

[PATCH v1 0/3] Add support for Radxa ROCK 4SE
 2023-07-05 15:53 UTC  (9+ messages)
` [PATCH v1 2/3] dt-bindings: arm: rockchip: Add "
` [PATCH v1 3/3] arm64: dts: "

[PATCH v4 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-07-05 15:53 UTC  (10+ messages)
` [PATCH v4 03/13] arm/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v4 12/13] s390/kexec: "

[Intel-xe] [PATCH V2] drm/xe: make GT sysfs init return void
 2023-07-05 15:47 UTC  (4+ messages)

[PATCH v2 1/3] dt-bindings: arm: tegra: flowctrl: Convert to json-schema
 2023-07-05 15:52 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: arm: tegra: ahb: "
` [PATCH v2 3/3] dt-bindings: arm: tegra: nvec: "

[PATCH 0/1] Add ptest for less
 2023-07-05 15:52 UTC  (3+ messages)
` [PATCH 1/1] less: add ptest support
` [OE-core] [PATCH 0/1] Add ptest for less

[PATCH v3 00/11] RISC-V: Probe DT extension support using riscv,isa-extensions & riscv,isa-base
 2023-07-05 15:51 UTC  (4+ messages)
` [PATCH v3 01/11] RISC-V: Provide a more helpful error message on invalid ISA strings

[PATCH] arm64: dts: imx8mn-var-som-symphony: fix USB OTG
 2023-07-05 15:51 UTC  (24+ messages)

Detecting whether dom0 is in a VM
 2023-07-05 15:51 UTC 

[GIT PULL] xfs: more new code for 6.5
 2023-07-05 15:51 UTC 

[PATCH] netconsole: Append kernel version to message
 2023-07-05 15:49 UTC  (7+ messages)

[PATCH v2] mtd: micron-st: enable lock/unlock for mt25qu512a
 2023-07-05 15:49 UTC  (2+ messages)

Fwd: Memory corruption in multithreaded user space program while calling fork
 2023-07-05 15:49 UTC  (14+ messages)

[EXTERNAL] Re: [PATCH] PCI: j721e: Fix delay before PERST# deassert
 2023-07-05 15:49 UTC  (3+ messages)

[PATCH] crypto/qat: fix legacy sm4 ecb capability
 2023-07-05 15:49 UTC  (2+ messages)

[PATCH 0/7] Add initial support for SM7125 and Xiaomi SM7125 platform
 2023-07-05 15:48 UTC  (4+ messages)
` [PATCH 1/7] dt-bindings: arm: qcom,ids: Add SoC ID for SM7125

[PATCH libdrm] amdgpu: Fix pointer/integer mismatch warning
 2023-07-05 15:16 UTC 

+ mm-disable-config_per_vma_lock-until-its-fixed.patch added to mm-hotfixes-unstable branch
 2023-07-05 15:48 UTC  (2+ messages)

[PATCH libdrm] amdgpu: Use %ll to format 64-bit integers
 2023-07-05 15:17 UTC 

+ fork-lock-vmas-of-the-parent-process-when-forking.patch added to mm-hotfixes-unstable branch
 2023-07-05 15:48 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] ethernet: e1000e: Fix possible uninit bug
 2023-07-05 15:47 UTC  (3+ messages)

[PATCH v3] linux-user/syscall: Implement execve without execveat
 2023-07-05 15:46 UTC  (3+ messages)

[PATCH 0/2] ARM: dts: sm32mp: remove shmem for scmi-optee
 2023-07-05 15:44 UTC  (6+ messages)
` [PATCH 1/2] ARM: dts: sm32mp: remove shmem for scmi-optee on stm32mp15
` [PATCH 2/2] ARM: dts: sm32mp: remove shmem for scmi-optee on stm32mp13

[PATCH v2 00/19] hw/timer/arm_timer: QOM'ify ARM_TIMER and correct sysbus/irq in ICP_PIT
 2023-07-05 15:44 UTC  (37+ messages)
` [PATCH v2 01/19] hw/timer/arm_timer: Declare QOM types using DEFINE_TYPES() macro
` [PATCH v2 02/19] hw/timer/arm_timer: Remove pointless cast from void *
` [PATCH v2 03/19] hw/timer/arm_timer: Move SP804 code around
` [PATCH v2 04/19] hw/timer/arm_timer: CamelCase rename icp_pit_state -> IntegratorPIT
` [PATCH v2 05/19] hw/timer/arm_timer: CamelCase rename arm_timer_state -> ArmTimer
` [PATCH v2 06/19] hw/timer/arm_timer: Rename SP804State -> SP804Timer
` [PATCH v2 07/19] hw/timer/arm_timer: Rename TYPE_SP804 -> TYPE_SP804_TIMER
` [PATCH v2 08/19] hw/timer/arm_timer: Extract arm_timer_reset_hold()
` [PATCH v2 09/19] hw/timer/arm_timer: Convert read/write handlers to MemoryRegionOps ones
` [PATCH v2 10/19] hw/timer/arm_timer: Rename arm_timer_init() -> arm_timer_new()
` [PATCH v2 11/19] hw/timer/arm_timer: Convert ArmTimer::freq to uint32_t type
` [PATCH v2 12/19] hw/timer/arm_timer: Use array of frequency in SP804Timer
` [PATCH v2 13/19] hw/timer/arm_timer: Iterate on timers using for() loop statement
` [PATCH v2 14/19] hw/timer/arm_timer: Pass timer output IRQ as parameter to arm_timer_new
` [PATCH v2 15/19] hw/timer/arm_timer: Fix misuse of SysBus IRQ in IntegratorPIT
` [PATCH v2 16/19] hw/timer/arm_timer: Extract icp_pit_realize() from icp_pit_init()
` [PATCH v2 18/19] hw/timer/arm_timer: Map ARM_TIMER MMIO regions into IntegratorPIT
` [PATCH v2 19/19] hw/timer/arm_timer: Map ARM_TIMER MMIO regions into SP804Timer

[PATCH] ppc/pnv: Set P10 core xscom region size to match hardware
 2023-07-05 15:41 UTC  (2+ messages)

RFC: Faster memtest (possibly bypassing data cache)
 2023-07-05 15:41 UTC 

[v3 PATCH bpf-next 0/6] bpf: add percpu stats for bpf_map
 2023-07-05 15:41 UTC  (9+ messages)
` [v3 PATCH bpf-next 5/6] selftests/bpf: test map percpu stats

[syzbot] [ntfs3?] WARNING in wnd_add_free_ext (2)
 2023-07-05 15:39 UTC 

+ mm-memfd-sysctl-fix-memfd_noexec_scope_noexec_enforced.patch added to mm-unstable branch
 2023-07-05 15:38 UTC 

+ selftests-memfd-sysctl-fix-memfd_noexec_scope_noexec_enforced.patch added to mm-unstable branch
 2023-07-05 15:38 UTC 

[PATCHSET 0/5] fstests: random fixes for v2023.06.18
 2023-07-05 15:38 UTC  (5+ messages)
` [PATCH 3/5] xfs/439: amend test to work with new log geometry validation
  ` [PATCH v1.1 "

[PATCH v2] gpio: mxc: add runtime pm support
 2023-07-05 15:37 UTC 

[PATCH v3 00/52] xen/arm: Add Armv8-R64 MPU support to Xen - Part#1
 2023-07-05 15:35 UTC  (3+ messages)
` [PATCH v3 44/52] xen/mpu: P2M initialization in MPU system

v2023.07-rc5 regression: Image overlaps SPL
 2023-07-05 15:35 UTC  (11+ messages)

Overly aggressive .gitignore file?
 2023-07-05 15:34 UTC  (3+ messages)

[XEN PATCH v2 00/13] xen: fix violations of MISRA C:2012 Rule 7.2
 2023-07-05 15:33 UTC  (15+ messages)
` [XEN PATCH v2 01/13] x86/cpufreq: "
` [XEN PATCH v2 02/13] AMD/IOMMU: "
` [XEN PATCH v2 03/13] x86/svm: "
` [XEN PATCH v2 04/13] xen/arm: "
` [XEN PATCH v2 05/13] xen/device-tree: "
` [XEN PATCH v2 06/13] xen/efi: "
` [XEN PATCH v2 07/13] x86/vmx: "
` [XEN PATCH v2 08/13] xen/pci: "
` [XEN PATCH v2 09/13] xen/public: "
` [XEN PATCH v2 10/13] x86/monitor: "
` [XEN PATCH v2 11/13] xen/vpci: "
` [XEN PATCH v2 12/13] xen/x86: "
` [XEN PATCH v2 13/13] xen: "

[PATCH v3 0/4] Obtain SMBIOS and ACPI entry from FFI
 2023-07-05 15:33 UTC  (4+ messages)

[PATCH] ARM: dts: BCM5301X: Add Wi-Fi regulatory mappings for Luxul devices
 2023-07-05 15:32 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/2] Enable documentation check for i915 driver
 2023-07-05 15:33 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t 2/2] testplan/meson.build: make it check for missing i915 documentation

[Intel-gfx] [PATCH] drm/i915: Fix the disabling sequence for Bigjoiner
 2023-07-05 15:32 UTC  (2+ messages)

[RFC 0/5] net/mlx5: introduce Tx datapath tracing
 2023-07-05 15:31 UTC  (6+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 1/4] net/mlx5: introduce tracepoints for mlx5 drivers
  ` [PATCH v5 2/4] net/mlx5: add comprehensive send completion trace
  ` [PATCH v5 3/4] net/mlx5: add Tx datapath trace analyzing script
  ` [PATCH v5 4/4] doc: add mlx5 datapath tracing feature description

[PATCH] rootfs_rpm: don't depend on opkg-native for update-alternatives
 2023-07-05 15:31 UTC 

[PATCH] dt-bindings: timer: tegra: Convert to json-schema
 2023-07-05 15:30 UTC 

[PATCH v2] oeqa/selftest/devtool: add unit test for "devtool add -b"
 2023-07-05 15:30 UTC 

[PATCH v2] wifi: mt76: mt7921e: fix init command fail with enabled device
 2023-07-05 15:26 UTC 

[igt-dev] [PATCH i-g-t 0/5] Speedup IGT build time
 2023-07-05 15:28 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 1/5] lib/igt_core: use the macro when checking for list_subtests
` [igt-dev] [PATCH i-g-t 2/5] lib/igt_core: add an option to show the testlist
` [igt-dev] [PATCH i-g-t 3/5] tests/meson.build: create testlists for tests
` [igt-dev] [PATCH i-g-t 4/5] tests/meson.build: add gem_stress to the test_list logic
` [igt-dev] [PATCH i-g-t 5/5] scripts/test_list.py: speedup testlist check logic

[PATCH v1] fs: Add kfuncs to handle idmapped mounts
 2023-07-05 15:28 UTC  (7+ messages)

[PATCH v2] colibri-imx7: Call fdt_increase_size()
 2023-07-05 15:28 UTC  (2+ messages)

[PATCH] git-mailrc: add alias for Eugen Hristev
 2023-07-05 15:28 UTC  (2+ messages)

[PATCH] dt-bindings: cpu: Document NVIDIA Tegra186 CCPLEX cluster
 2023-07-05 15:28 UTC 

[Bug 217307] New: windows guest entering boot loop when nested virtualization enabled and hyperv installed
 2023-07-05 15:27 UTC  (5+ messages)
` [Bug 217307] "

[PATCH v2 0/2] Add Richtek RTQ2208 SubPMIC support
 2023-07-05 15:27 UTC  (3+ messages)
` [PATCH v2 1/2] regulator: dt-bindings: rtq2208: Add Richtek RTQ2208 SubPMIC
` [PATCH v2 2/2] regulator: rtq2208: Add Richtek RTQ2208 SubPMIC driver

[PATCH libdrm 0/3] Add support for DRM_FORMAT_NV{24,42}
 2023-07-05 15:26 UTC  (8+ messages)
` [PATCH libdrm 1/3] util: Add NV24 and NV42 frame buffer formats
` [PATCH libdrm 2/3] util: Add pattern support for DRM_FORMAT_NV{24, 42}
  ` [PATCH libdrm 2/3] util: Add pattern support for DRM_FORMAT_NV{24,42}
` [PATCH libdrm 3/3] modetest: Add "

[PATCH 1/3] dt-bindings: spi: tegra-slink: Convert to json-schema
 2023-07-05 15:26 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: spi: tegra-sflash: "
` [PATCH 3/3] dt-bindings: spi: Convert Tegra114 SPI "

[igt-dev] [PATCH v3 1/2] drm-uapi/drm_mode: sync with latest uAPI changes for checksum_region
 2023-07-05 15:26 UTC  (2+ messages)
` [igt-dev] [PATCH v3 2/2] tests/amdgpu/amd_checksum_region: Add test "

[PATCH 0/5] cxl/dcd: Add support for Dynamic Capacity Devices (DCD)
 2023-07-05 14:49 UTC  (3+ messages)
` [PATCH 2/5] cxl/region: Add dynamic capacity cxl region support

[PATCH blktests] common/ublk: avoid modprobe failure for built-in ublk_drv
 2023-07-05 15:24 UTC  (2+ messages)

[bug report] sunxi: H6: no ethernet on Orange Pi One Plus
 2023-07-05 15:24 UTC  (3+ messages)

[PATCH v3] kconfig: Add PCIe devices to s390x machines
 2023-07-05 15:23 UTC 

[PATCH][V2] EDAC/i10nm: shift exponent is negative
 2023-07-05 15:22 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v2] kconfig: Add PCIe devices to s390x machines
 2023-07-05 15:20 UTC  (6+ messages)

[PATCH] cml1: add showconfig task to easily find the generated .config file
 2023-07-05 15:21 UTC 

[PATCH V2] mkfs.xfs: fix segmentation fault caused by accessing a null pointer
 2023-07-05 15:20 UTC  (2+ messages)

[PATCH RFC 03/10] drm/panel: Add LGD panel driver for Sony Xperia XZ3
 2023-07-05 15:20 UTC  (13+ messages)
    ` RFC: DSI host capabilities (was: [PATCH RFC 03/10] drm/panel: Add LGD panel driver for Sony Xperia XZ3)

[PATCH] libjpeg-turbo: upgrade to 3.0.0
 2023-07-05 15:19 UTC  (3+ messages)
` [OE-core] "

[PATCH] doc: support IPsec Multi-buffer lib v1.4
 2023-07-05 15:19 UTC  (2+ messages)

[Bug 217633] New: the insertion of disk to DVD make bad remout /dev/sda
 2023-07-05 15:19 UTC  (2+ messages)
` [Bug 217633] "

[PATCH v3] wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set()
 2023-07-05 15:10 UTC 

[PATCH] net/pcap: support MTU set
 2023-07-05 15:18 UTC  (4+ messages)
` [PATCH v2] pcap: "

[PATCH v2] dt-bindings: serial: tegra-hsuart: Convert to json-schema
 2023-07-05 15:18 UTC 

[PATCH v3 0/2] migration: switchover-hold flag
 2023-07-05 15:16 UTC  (2+ messages)

[PATCHv3 0/3] net/lwip: add lwip library for the network stack
 2023-07-05 15:14 UTC  (4+ messages)
` [PATCHv3 1/3] net/lwip: add lwip-external submodule
` [PATCHv3 2/3] net/lwip: add lwip library for the network stack
` [PATCHv3 3/3] net/lwip: add doc/develop/net_lwip.rst

[CRASH][BISECTED] 6.4.1 crash in boot
 2023-07-05 15:16 UTC  (15+ messages)
                          ` CONFIG_UBSAN_TRAP #UD error message on x86 [was: Re: [CRASH][BISECTED] 6.4.1 crash in boot]

[PATCH v3 0/8] Mdmonitor refactor and udev event handling improvements
 2023-07-05 15:15 UTC  (3+ messages)

[PATCH -stable,5.10,v2 00/11] stable fixes for 5.10
 2023-07-05 15:15 UTC  (2+ messages)

[Intel-wired-lan] [PATCH 0/4] igb: Add support for AF_XDP zero-copy
 2023-07-04 18:48 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH 1/4] igb: prepare for AF_XDP zero-copy support
` [Intel-wired-lan] [PATCH 2/4] igb: Introduce txrx ring enable/disable functions
` [Intel-wired-lan] [PATCH 3/4] igb: add AF_XDP zero-copy Rx support
` [Intel-wired-lan] [PATCH 4/4] igb: add AF_XDP zero-copy Tx support
` [PATCH 0/4] igb: Add support for AF_XDP zero-copy

[Intel-wired-lan] [PATCH iwl-next V2 00/15] Add E800 live migration driver
 2023-07-04 17:59 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH iwl-next V2 10/15] ice: save and restore TX queue head

[Intel-wired-lan] [PATCH 2/4] igb: Introduce txrx ring enable/disable functions
 2023-07-04 10:01 UTC 

[Intel-wired-lan] [PATCH 0/4] igb: Add support for AF_XDP zero-copy
 2023-07-04 10:00 UTC 

[Intel-wired-lan] Bug report: Intel ICE driver
 2023-07-04  8:50 UTC 

[igt-dev] [PATCH i-g-t 00/12] Extend intel_blt to work on Xe
 2023-07-05 15:12 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 05/12] lib/xe_util: Add vm bind/unbind helper for Xe

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-07-05 15:12 UTC  (3+ messages)
` [PATCH 1/6] "

[PATCH v4 2/2] udev: Move udev_block() and udev_unblock() into udev.c
 2023-07-05 14:50 UTC 


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.