All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-21 20:51:34 to 2024-02-21 21:27:37 UTC [more...]

[PATCH 0/5] Add migration test for loongarch64
 2024-02-21 21:24 UTC  (3+ messages)
` [PATCH 5/5] tests: "

[PATCH v2 00/28] qemu-img: refersh options and --help handling, cleanups
 2024-02-21 21:16 UTC  (27+ messages)
` [PATCH 01/28] qemu-img: stop printing error twice in a few places
` [PATCH 02/28] qemu-img: measure: convert img_size to signed, simplify handling
` [PATCH 03/28] qemu-img: create: "
` [PATCH 04/28] qemu-img: global option processing and error printing
` [PATCH 05/28] qemu-img: pass current cmd info into command handlers
` [PATCH 06/28] qemu-img: create: refresh options/--help
` [PATCH 07/28] qemu-img: factor out parse_output_format() and use it in the code
` [PATCH 08/28] qemu-img: check: refresh options/--help
` [PATCH 09/28] qemu-img: simplify --repair error message
` [PATCH 10/28] qemu-img: commit: refresh options/--help
` [PATCH 11/28] qemu-img: compare: "
` [PATCH 12/28] qemu-img: convert: "
` [PATCH 13/28] qemu-img: info: "
` [PATCH 14/28] qemu-img: map: "
` [PATCH 16/28] qemu-img: snapshot: make -l (list) the default, simplify option handling
` [PATCH 17/28] qemu-img: snapshot: refresh options/--help
` [PATCH 19/28] qemu-img: resize: do not always eat last argument
` [PATCH 20/28] qemu-img: resize: refresh options/--help
` [PATCH 21/28] qemu-img: amend: "
` [PATCH 22/28] qemu-img: bench: "
` [PATCH 23/28] qemu-img: bitmap: "
` [PATCH 24/28] qemu-img: dd: "
` [PATCH 25/28] qemu-img: measure: "
` [PATCH 26/28] qemu-img: implement short --help, remove global help() function
` [PATCH 27/28] qemu-img: inline list of supported commands, remove qemu-img-cmds.h include
` [PATCH 28/28] qemu-img: extend cvtnum() and use it in more places

[PATCH v5 0/7] riscv: set vstart_eq_zero on mark_vs_dirty
 2024-02-21 21:24 UTC  (2+ messages)

[PULL 00/25] Misc HW patches for 2024-02-21
 2024-02-21 21:16 UTC  (25+ messages)
` [PULL 01/25] hw/input/pckbd: Open-code i8042_setup_a20_line() wrapper
` [PULL 02/25] hw/sysbus: Inline and remove sysbus_add_io()
` [PULL 03/25] hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" header
` [PULL 04/25] hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h
` [PULL 05/25] hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/
` [PULL 06/25] hw/ppc/ppc440_pcix: Move ppc440_pcix.c "
` [PULL 07/25] hw/i2c/smbus_slave: Add object path on error prints
` [PULL 08/25] hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machines
` [PULL 09/25] hw/i386/pc: Store pointers to IDE buses in PCMachineState
` [PULL 10/25] hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()
` [PULL 11/25] hw/i386/x86: Turn apic_xrupt_override into class attribute
` [PULL 12/25] hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()
` [PULL 13/25] hw/i386/pc: Defer smbios_set_defaults() to machine_done
` [PULL 14/25] hw/i386/pc: Confine system flash handling to pc_sysfw
` [PULL 15/25] hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it
` [PULL 16/25] hw/i386/pc_q35: Populate interrupt handlers before realizing LPC PCI function
` [PULL 17/25] hw/isa/meson.build: Sort alphabetically
` [PULL 18/25] hw/ide: Add the possibility to disable the CompactFlash device in the build
` [PULL 19/25] hw/ide: Split qdev.c into ide-bus.c and ide-dev.c
` [PULL 20/25] hw/ide: Move IDE DMA related definitions to a separate header ide-dma.h
` [PULL 21/25] hw/ide: Move IDE device related definitions to ide-dev.h
` [PULL 22/25] hw/ide: Move IDE bus related definitions to a new header ide-bus.h
` [PULL 23/25] hw/ide: Remove the include/hw/ide.h legacy file
` [PULL 24/25] hw/ide: Stop exposing internal.h to non-IDE files

[PATCH v4 00/36] Memory allocation profiling
 2024-02-21 21:25 UTC  (13+ messages)
` [PATCH v4 01/36] fix missing vmalloc.h includes
` [PATCH v4 02/36] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 06/36] mm: enumerate all gfp flags

[PATCH V3 00/13] allow cpr-reboot for vfio
 2024-02-21 21:23 UTC  (5+ messages)
` [PATCH V3 10/13] migration: stop vm for cpr

[PATCH v2 0/9] mmc: Use proper sg_miter for scatterlists
 2024-02-21 21:25 UTC  (6+ messages)
` [PATCH v2 9/9] mmc: sh_mmcif: Use sg_miter for PIO

[PATCH v2 0/3] hw/i386: Move SGX under KVM and use QDev API
 2024-02-21 21:17 UTC  (2+ messages)

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-02-21 21:24 UTC  (26+ messages)
` [PATCH v2 01/25] mnt_idmapping: split out core vfs[ug]id_t definitions into vfsid.h
` [PATCH v2 02/25] mnt_idmapping: include cred.h
` [PATCH v2 03/25] capability: add static asserts for comapatibility of vfs_cap_data and vfs_ns_cap_data
` [PATCH v2 04/25] capability: rename cpu_vfs_cap_data to vfs_caps
` [PATCH v2 05/25] capability: use vfsuid_t for vfs_caps rootids
` [PATCH v2 06/25] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH v2 07/25] capability: provide a helper for converting vfs_caps to xattr for userspace
` [PATCH v2 08/25] xattr: add is_fscaps_xattr() helper
` [PATCH v2 09/25] commoncap: use is_fscaps_xattr()
` [PATCH v2 10/25] xattr: "
` [PATCH v2 11/25] security: add hooks for set/get/remove of fscaps
` [PATCH v2 12/25] selinux: add hooks for fscaps operations
` [PATCH v2 13/25] smack: "
` [PATCH v2 14/25] evm: add support for fscaps security hooks
` [PATCH v2 15/25] security: call evm fscaps hooks from generic "
` [PATCH v2 16/25] fs: add inode operations to get/set/remove fscaps
` [PATCH v2 17/25] fs: add vfs_get_fscaps()
` [PATCH v2 18/25] fs: add vfs_set_fscaps()
` [PATCH v2 19/25] fs: add vfs_remove_fscaps()
` [PATCH v2 20/25] ovl: add fscaps handlers
` [PATCH v2 21/25] ovl: use vfs_{get,set}_fscaps() for copy-up
` [PATCH v2 22/25] fs: use vfs interfaces for capabilities xattrs
` [PATCH v2 23/25] commoncap: remove cap_inode_getsecurity()
` [PATCH v2 24/25] commoncap: use vfs fscaps interfaces
` [PATCH v2 25/25] vfs: return -EOPNOTSUPP for fscaps from vfs_*xattr()

[PATCH v3] drm/i915/panelreplay: Panel replay workaround with VRR
 2024-02-21 21:24 UTC  (6+ messages)

[meta-webserver][PATCH v2] netdata: version bump 1.43.2 -> 1.44.3
 2024-02-21 21:23 UTC 

[RFC PATCH v2 00/22] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-02-21 21:23 UTC  (5+ messages)
` [RFC PATCH v2 01/22] target/arm: Add FEAT_NMI to max
` [RFC PATCH v2 06/22] target/arm: Add support for Non-maskable Interrupt

[PATCH 1/7] qmimodem: Use l_queue_remove_if to eliminate double lookup
 2024-02-21 21:22 UTC  (7+ messages)
` [PATCH 2/7] qmimodem: Use l_timeout for discovery
` [PATCH 3/7] qmimodem: Use l_idle for shutdown instead of g_timeout
` [PATCH 4/7] qmimodem: Use l_idle and l_timeout for service creation
` [PATCH 5/7] qmimodem: Use l_idle for discovery when timeout is 0
` [PATCH 6/7] qmimodem: Eliminate glib macros
` [PATCH 7/7] qmimodem: Use l_free in qmi_free for consistency

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-02-21 21:22 UTC  (11+ messages)
` [PATCH 03/30] thread_info: tif_need_resched() now takes resched_t as param

[PATCH v2 0/2] Try to fix the sg_mitet bugs in SH MMCIF
 2024-02-21 21:23 UTC  (3+ messages)
` [PATCH v2 1/2] mmc: sh_mmcif: sg_miter does not need to be atomic
` [PATCH v2 2/2] mmc: sh_mmcif: Advance sg_miter before reading blocks

kernel/bpf/syscall.c:2009:20: warning: 'bpf_link_type_strs' defined but not used
 2024-02-21 21:21 UTC 

[PATCH 00/10] patchset for bnxt
 2024-02-21 21:20 UTC  (11+ messages)
` [PATCH 01/10] net/bnxt: extend long bd check for VXLAN GPE
` [PATCH 02/10] net/bnxt: add dual rate module detection log
` [PATCH 03/10] net/bnxt: increase queue size for async handling
` [PATCH 04/10] net/bnxt: fix AGG ID computation
` [PATCH 05/10] net/bnxt: fix a null pointer dereference
` [PATCH 06/10] net/bnxt: handle UDP GSO Tx
` [PATCH 07/10] net/bnxt: add IPv6 flow label based RSS support
` [PATCH 08/10] net/bnxt: fix compressed CQE handling
` [PATCH 09/10] net/bnxt: fix compressed Rx "
` [PATCH 10/10] doc: update release notes for bnxt

[PATCH bpf-next v2] bpf: clarify batch lookup semantics
 2024-02-21 21:18 UTC 

[PATCH 1/2] kallsyms: get rid of code for absolute kallsyms
 2024-02-21 21:18 UTC  (2+ messages)

[PATCH] doc: clarify the format of placeholders
 2024-02-21 21:18 UTC 

[PATCH 1/2] crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags
 2024-02-21 21:18 UTC  (3+ messages)
` [PATCH 2/2] crypto: iaa "

[PATCH bpf-next v4] bpf, docs: Add callx instructions in new conformance group
 2024-02-21 21:18 UTC  (4+ messages)
` [Bpf] "

[PATCH v4 0/8] usb: misc: onboard_hub: add support for XMOS XVF3500
 2024-02-21 21:18 UTC  (6+ messages)
` [PATCH v4 6/8] usb: misc: onboard_dev: use device supply names

[PATCH v1 0/7] toradex: fix reset and hardware detection regressions
 2024-02-21 21:16 UTC  (4+ messages)
` [PATCH v1 5/7] toradex: common: Add sysinfo driver

[PATCH i-g-t,v2] drm-uapi/xe: Remove unused flags
 2024-02-21 21:17 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm-uapi/xe: Remove unused flags (rev2)

[PATCH] dev-manual: packages: clarify shared PR service constraint
 2024-02-21 21:16 UTC 

[PATCH V1] serial: exar: Preserve FCTR[5] bit in pci_xr17v35x_setup()
 2024-02-21 21:16 UTC  (2+ messages)
` [PATCH V2] "

[PATCH v3 0/4] hw/pci-host: Build ppc4xx_pci.c/ppc440_pcix.c once
 2024-02-21 21:15 UTC  (2+ messages)

[PATCH] i2c: aspeed: Fix the dummy irq expected print
 2024-02-21 21:14 UTC  (5+ messages)

[PATCH] hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices"
 2024-02-21 21:13 UTC  (2+ messages)

[musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-21 21:12 UTC  (17+ messages)

[PATCH] drm/xe: Add debug prints for skipping rebinds
 2024-02-21 21:13 UTC  (2+ messages)

[PATCH] checkpolicy, libsepol: Fix potential double free of mls_level_t
 2024-02-21 21:12 UTC  (3+ messages)

[PATCH 0/2] selftests/damon: misc fixes
 2024-02-21 21:11 UTC  (3+ messages)
` [PATCH 1/2] selftest: damon: fix minor typos in test logs
` [PATCH 2/2] selftests: damon: add access_memory to .gitignore

[PATCH 1/3] platform/x86/intel/vsec: Remove nuisance message
 2024-02-21 21:12 UTC  (3+ messages)
` [PATCH 2/3] platform/x86/intel/pmc/lnl: Remove SSRAM support
` [PATCH 3/3] platform/x86/intel/pmc/arl: Put GNA device in D3

[PATCH 1/3] selftests: lib.mk: Do not process TEST_GEN_MODS_DIR
 2024-02-21 21:12 UTC  (2+ messages)

[RFC 0/7] selftests: openvswitch: cleanups for running as selftests
 2024-02-21 21:11 UTC  (4+ messages)
` [RFC 3/7] selftests: openvswitch: use non-graceful kills when needed
  ` [ovs-dev] "

Why isn't ext2 deprecated over ext4?
 2024-02-21 21:11 UTC  (5+ messages)

[PATCH RFC 0/8] Add Counter delegation ISA extension support
 2024-02-21 21:10 UTC  (6+ messages)

[PATCH v2 0/2] GPU hang replay
 2024-02-21 21:10 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/xe: Group live kunit tests
 2024-02-21 21:09 UTC  (2+ messages)

[PATCH v2] mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err cases
 2024-02-21 21:08 UTC 

[LSF TOPIC] statx extensions for subvol/snapshot filesystems & more
 2024-02-21 21:08 UTC  (4+ messages)

[PATCH v2] checkpolicy, libsepol: Fix potential double free of mls_level_t
 2024-02-21 21:07 UTC 

[PATCH v3 0/3] Fixed-type GENMASK/BIT
 2024-02-21 21:07 UTC  (7+ messages)
` [PATCH v3 1/3] bits: introduce fixed-type genmasks

[PATCH v2 0/7] Introduce multifd zero page checking
 2024-02-21 21:06 UTC  (7+ messages)
` [PATCH v2 3/7] migration/multifd: Zero page transmission on the multifd thread
` [PATCH v2 4/7] migration/multifd: Enable zero page checking from multifd threads
` [PATCH v2 5/7] migration/multifd: Add new migration test cases for legacy zero page checking

[PATCH] proc: allow restricting /proc/pid/mem writes
 2024-02-21 21:06 UTC 

[PATCH v2] erofs: fix refcount on the metabuf used for inode lookup
 2024-02-21 21:03 UTC  (2+ messages)

[PATCH RFC] power: reset: restart-poweroff: convert to module
 2024-02-21 21:01 UTC  (2+ messages)

[PATCH v13 0/4] cxl, EINJ: Update EINJ for CXL error types
 2024-02-21 21:00 UTC  (6+ messages)
` [PATCH v13 2/4] EINJ: Add CXL error type support

[PATCH v1 0/3] Add support for detecting Controller Level PCIe Errors
 2024-02-21 21:00 UTC  (3+ messages)
` [PATCH v1 3/3] PCI: qcom: Add support for detecting controller level PCIe errors

[PATCH v3 0/3] VIRTIO-IOMMU: Set default granule to host page size
 2024-02-21 20:58 UTC  (4+ messages)
` [PATCH v3 1/3] qdev: Add a granule_mode property
` [PATCH v3 2/3] virtio-iommu: Add a granule property
` [PATCH v3 3/3] virtio-iommu: Change the default granule to the host page size

Bug: impure renames may be reported as pure renames
 2024-02-21 21:00 UTC  (4+ messages)

[PATCH] hw/cxl/cxl-mailbox-utils: remove unneeded mailbox output payload space zeroing
 2024-02-21 20:59 UTC  (2+ messages)

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-02-21 20:57 UTC  (9+ messages)

[PATCH v8 00/10] Support Andes PMU extension
 2024-02-21 20:58 UTC  (3+ messages)

[PATCH v3] i2c: imx: when being a target, mark the last read as processed
 2024-02-21 20:58 UTC  (3+ messages)

[PATCH 0/4] Add Synopsys DesignWare HDMI RX Controller
 2024-02-21 20:55 UTC  (6+ messages)
` [PATCH 2/4] dt-bindings: media: Document bindings for "

[syzbot] [bpf?] KMSAN: uninit-value in bpf_bprintf_prepare
 2024-02-21 20:55 UTC 

[syzbot] [bpf?] KMSAN: uninit-value in bstr_printf
 2024-02-21 20:55 UTC 

[PATCH v2 0/7] hw/ide: Clean up hw/ide/qdev.c and include/hw/ide/internal.h
 2024-02-21 20:52 UTC  (5+ messages)
` [PATCH v2 4/7] hw/ide: Move IDE device related definitions to ide-dev.h

[PATCH] virtio_blk: Fix device surprise removal
 2024-02-20 22:05 UTC  (2+ messages)

fs/bcachefs/
 2024-02-21 20:52 UTC  (7+ messages)

+ writeback-remove-a-use-of-write_cache_pages-from-do_writepages.patch added to mm-unstable branch
 2024-02-21 20:51 UTC 

+ writeback-add-a-writeback-iterator.patch added to mm-unstable branch
 2024-02-21 20:51 UTC 

+ writeback-move-the-folio_prepare_writeback-loop-out-of-write_cache_pages.patch added to mm-unstable branch
 2024-02-21 20:51 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.