All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-08 15:31:59 to 2024-03-08 16:25:35 UTC [more...]

Unmapping KVM Guest Memory from Host Kernel
 2024-03-08 16:25 UTC  (2+ messages)

[PATCH v2] btrfs: validate device maj:min during open
 2024-03-08 16:23 UTC  (5+ messages)

[PATCH] drm/amdgpu: Handle duplicate BOs during process restore
 2024-03-08 16:22 UTC 

[PATCH 0/3] Minor fixes for errors reported by static analyzer
 2024-03-08 16:22 UTC  (4+ messages)
` [PATCH 2/3] drm/xe/vf: Remove lmtt->ops null check in xe_lmtt_estimate_pt_size

[PATCH 0/4] checkout: cleanup --conflict=
 2024-03-08 16:22 UTC  (9+ messages)
` [PATCH 3/4] merge options: add a conflict style member
` [PATCH 4/4] checkout: cleanup --conflict=<style> parsing

[PATCH] nvme-apple: Convert to platform remove callback returning void
 2024-03-08 16:21 UTC  (3+ messages)

[PATCH v3] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-03-08 16:21 UTC  (5+ messages)

[PATCH v3 0/2] nvmet: add some commands tracing
 2024-03-08 16:21 UTC  (2+ messages)

[PATCH] nvmet-tcp: do not continue for invalid icreq
 2024-03-08 16:20 UTC  (2+ messages)

[PATCH] Bluetooth: bfusb: Updated code to follow style guide
 2024-03-08 16:20 UTC 

[PATCH v3] nvme: fix reconnection fail due to reserved tag allocation
 2024-03-08 16:20 UTC  (4+ messages)

[PATCH BlueZ v1] bluetooth: Add BT_ISO_SYNC_TIMEOUT
 2024-03-08 16:20 UTC  (2+ messages)

[PATCH BlueZ 0/4] client: Add scripts to start broadcast source/sink
 2024-03-08 16:20 UTC  (2+ messages)

[PATCH BlueZ] mgmt-tester: Fix eir name length related tests
 2024-03-08 16:20 UTC  (2+ messages)

[PATCH 0/15] allow multi-byte core.commentChar
 2024-03-08 16:20 UTC  (6+ messages)
` [PATCH 11/15] find multi-byte comment chars in unterminated buffers

[PATCH v3] mips: dts: ralink: mt7621: add cell count properties to usb
 2024-03-08 16:19 UTC  (3+ messages)

[PATCH v3 0/3] Extend devicetree coverage of MT7621's UART interfaces
 2024-03-08 16:19 UTC  (11+ messages)
` [PATCH v3 1/3] mips: dts: ralink: mt7621: associate uart1_pins with serial0
` [PATCH v3 2/3] mips: dts: ralink: mt7621: reorder serial0 properties
` [PATCH v3 3/3] mips: dts: ralink: mt7621: add serial1 and serial2 nodes

[PATCH 0/6] s390: constify struct class usage
 2024-03-08 16:19 UTC  (2+ messages)

[RFC v6.8-rc6 0/7] dlm: fix race between callback and remove message
 2024-03-08 16:18 UTC  (8+ messages)
` [RFC v6.8-rc6 1/7] dlm: fix user space lock decision to copy lvb
` [RFC v6.8-rc6 2/7] dlm: remove lkb from ast bast tracepoints
` [RFC v6.8-rc6 3/7] dlm: remove callback queue debugfs functionality
` [RFC v6.8-rc6 4/7] dlm: move lkb debug information out of callback
` [RFC v6.8-rc6 5/7] dlm: combine switch case fail and default statements
` [RFC v6.8-rc6 6/7] dlm: fix race between final callback and remove
` [RFC v6.8-rc6 7/7] dlm: remove callback reference counting

[PATCH v2 0/4] physmem: Fix MemoryRegion for second access to cached MMIO Address Space
 2024-03-08 16:16 UTC  (3+ messages)

Deprecated packet modification flow actions
 2024-03-08 16:17 UTC 

[PATCH] drm/xe/hdcp: Fix condition for hdcp gsc cs requirement
 2024-03-08 16:16 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v5] platform/x86: add lenovo wmi camera button driver
 2024-03-08 16:15 UTC 

[PATCH] serial: 8250_pnp: Support configurable reg shift property
 2024-03-08 16:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] x86/kernel: Validate ROM before DMI scanning when SEV-SNP is active
 2024-03-08 16:14 UTC  (6+ messages)
` [PATCH v2] x86/kernel: skip ROM range scans and validation for SEV-SNP guests

[PATCH] docs/about: Deprecate the "mainstone", "tosa" and "z2" machines
 2024-03-08 16:14 UTC  (4+ messages)

vm_area at addr ffffffffc0800000 is not marked as VM_IOREMAP
 2024-03-08 16:13 UTC  (3+ messages)

[RFC PATCH 0/5] hw/i386/q35: Decouple virtual SMI# lines and wire them to ICH9 chipset
 2024-03-08 16:12 UTC  (7+ messages)
` [RFC PATCH 4/5] hw/i386/q35: Wire virtual SMI# lines "

[PATCH v2 00/13] Cleanup on SMP and its test
 2024-03-08 16:12 UTC  (15+ messages)
` [PATCH v2 01/13] hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurations
` [PATCH v2 02/13] hw/core/machine-smp: Deprecate unsupported "parameter=1" "
` [PATCH v2 03/13] hw/core/machine-smp: Calculate total CPUs once in machine_parse_smp_config()
` [PATCH v2 04/13] tests/unit/test-smp-parse: Drop the unsupported "dies=1" case
` [PATCH v2 05/13] tests/unit/test-smp-parse: Use CPU number macros in invalid topology case
` [PATCH v2 06/13] tests/unit/test-smp-parse: Bump max_cpus to 4096
` [PATCH v2 07/13] tests/unit/test-smp-parse: Make test cases aware of the book/drawer
` [PATCH v2 08/13] tests/unit/test-smp-parse: Test "books" parameter in -smp
` [PATCH v2 09/13] tests/unit/test-smp-parse: Test "drawers" "
` [PATCH v2 10/13] tests/unit/test-smp-parse: Test "drawers" and "books" combination case
` [PATCH v2 11/13] tests/unit/test-smp-parse: Test the full 7-levels topology hierarchy
` [PATCH v2 12/13] tests/unit/test-smp-parse: Test smp_props.has_clusters
` [PATCH v2 13/13] tests/unit/test-smp-parse: Test "parameter=0" SMP configurations

[PATCH v2] x86/apic: Use u32 instead of unsigned long
 2024-03-08 16:12 UTC  (3+ messages)
` [RESEND PATCH "

[PATCH][next] tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
 2024-03-08 16:10 UTC  (2+ messages)

[PATCH v2] net :mana : Add per-cpu stats for MANA device
 2024-03-08 16:10 UTC  (2+ messages)

[PATCH 0/4] docs/interop/firmware.json: scripts/qapi-gen.py compatibility
 2024-03-08 16:09 UTC  (5+ messages)
` [PATCH 3/4] docs/interop/firmware.json: Use full include paths

[PATCH v4 0/5] arm64: dts: qcom: sc8280xp: PCIe fixes and GICv3 ITS enable
 2024-03-08 16:09 UTC  (3+ messages)
` (subset) "

[RFC][PATCH 0/8] ima: Integrate with digest_cache LSM
 2024-03-08 16:08 UTC  (3+ messages)
` [RFC][PATCH 6/8] ima: Use digest cache for measurement

[PATCH v6 0/6] Fix double allocation in swiotlb_alloc()
 2024-03-08 16:08 UTC  (3+ messages)
` [PATCH v6 6/6] swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE

[PATCH v2 09/16] drm/ttm: fix ttm_bo.h kernel-doc warnings
 2024-03-08 16:07 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] hw/intc/grlib_irqmp: abort realize when ncpus value is out of range
 2024-03-08 16:06 UTC  (3+ messages)

[PATCH v1] Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
 2024-03-08 16:07 UTC 

[PATCH 1/1] KVM: x86: Print names of apicv inhibit reasons in traces
 2024-03-08 16:06 UTC  (2+ messages)

[PATCH 0/8] drm: fix .get_modes() return values
 2024-03-08 16:06 UTC  (10+ messages)
` [PATCH 1/8] drm/probe-helper: warn about negative .get_modes()
` [PATCH 2/8] drm/panel: do not return negative error codes from drm_panel_get_modes()
` [PATCH 3/8] drm/exynos: do not return negative values from .get_modes()
` [PATCH 4/8] drm/bridge: lt8912b: "
` [PATCH 5/8] drm/imx/ipuv3: "
` [PATCH 6/8] drm/vc4: hdmi: "
` [PATCH 7/8] drm/bridge: lt9611uxc: use int for holding number of modes
` [PATCH 8/8] drm/exynos: simplify the return value handling in exynos_dp_get_modes()

[PATCH v1] crypto/ipsec_mb: unified IPsec MB interface
 2024-03-08 16:05 UTC  (8+ messages)
` [PATCH v5 1/4] crypto/ipsec_mb: bump minimum IPsec Multi-buffer version
  ` [EXTERNAL] "

[PATCH v2 1/2] platform/x86: wmi: Support reading/writing 16 bit EC values
 2024-03-08 16:04 UTC  (3+ messages)

[PATCH v3 10/18] mm: Allow non-hugetlb large folios to be batch processed
 2024-03-08 16:03 UTC  (14+ messages)

CVE-2023-52496: mtd: maps: vmu-flash: Fix the (mtd core) switch to ref counters
 2024-03-08 16:02 UTC  (3+ messages)

[PATCH -next] ACPI: Add kernel-doc comments to handle_eject_request function
 2024-03-08 16:02 UTC  (2+ messages)

[PATCH v1 0/5] hw/ppc: SPI model
 2024-03-08 16:00 UTC  (3+ messages)
` [PATCH v1 1/5] hw/ppc: SPI responder model

[Buildroot] [Bug 15976] New: .hash file requires newline to process correctly
 2024-03-08 16:01 UTC 

[PATCH -next] ACPI: Add kernel-doc comments for ACPI suspend and hibernation functions
 2024-03-08 16:01 UTC  (2+ messages)

[RFC PATCH v1] ASoC: wm8904: enable fll with fixed mclk
 2024-03-08 15:58 UTC 

[PATCH v2] mshyperv: Introduce hv_get_hypervisor_version function
 2024-03-08 15:58 UTC  (2+ messages)

[PATCH 0/8] guestfs: fixes and enhancements
 2024-03-08 15:56 UTC  (7+ messages)

[PATCH net v3] netfilter: Add protection for bmp length out of range
 2024-03-08 15:55 UTC  (3+ messages)

[PATCH v4 RFC] btrfs: do not skip re-registration for the mounted device
 2024-03-08 15:54 UTC  (9+ messages)

[PULL 00/14] target-arm queue
 2024-03-08 15:50 UTC  (15+ messages)
` [PULL 01/14] target/arm: Move some register related defines to internals.h
` [PULL 02/14] target/arm: Timer _EL02 registers UNDEF for E2H == 0
` [PULL 03/14] target/arm: use FIELD macro for CNTHCTL bit definitions
` [PULL 04/14] target/arm: Don't allow RES0 CNTHCTL_EL2 bits to be written
` [PULL 05/14] target/arm: Implement new FEAT_ECV trap bits
` [PULL 06/14] target/arm: Define CNTPCTSS_EL0 and CNTVCTSS_EL0
` [PULL 07/14] target/arm: Implement FEAT_ECV CNTPOFF_EL2 handling
` [PULL 08/14] target/arm: Enable FEAT_ECV for 'max' CPU
` [PULL 09/14] hw/gpio: Implement STM32L4x5 GPIO
` [PULL 10/14] hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoC
` [PULL 11/14] tests/qtest: Add STM32L4x5 GPIO QTest testcase
` [PULL 12/14] target/arm: Fix 32-bit SMOPA
` [PULL 13/14] hw/rtc/sun4v-rtc: Relicense to GPLv2-or-later
` [PULL 14/14] target/arm: Move v7m-related code from cpu32.c into a separate file

[PATCH] net: macb: remove change_mtu callback
 2024-03-08 15:53 UTC 

[PATCH 0/2] backup: allow specifying minimum cluster size
 2024-03-08 15:51 UTC  (3+ messages)
` [PATCH 1/2] copy-before-write: "
` [PATCH 2/2] backup: add minimum cluster size to performance options

[PATCH v3 0/5] backup: discard-source parameter
 2024-03-08 15:49 UTC  (10+ messages)
` [PATCH v3 2/5] block/copy-before-write: support unligned snapshot-discard
` [PATCH v3 3/5] block/copy-before-write: create block_copy bitmap in filter node
` [PATCH v3 4/5] qapi: blockdev-backup: add discard-source parameter
` [PATCH v3 5/5] iotests: add backup-discard-source

[PATCH 0/5] add initial support for testing nfs with krb5
 2024-03-08 15:50 UTC  (3+ messages)

[RESEND PATCH v2] sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_array
 2024-03-08 15:50 UTC 

[PATCH BlueZ] Bluetooth: Fix eir name length
 2024-03-08 15:50 UTC  (2+ messages)

[PATCH v1] Bluetooth: ISO: Align broadcast sync_timeout with connection timeout
 2024-03-08 15:50 UTC  (2+ messages)

possible deprecation and removal of some old QEMU Arm machine types (pxa2xx, omap, sa1110)
 2024-03-08 15:50 UTC  (6+ messages)

[PATCH v7 0/6] drm/i915: Convert fbdev to DRM client
 2024-03-08 15:49 UTC  (3+ messages)
` [PATCH v7 1/6] drm/client: Export drm_client_dev_unregister()

[Regression] [PCI/ASPM] [ASUS PN51] Reboot on resume attempt (bisect done; commit found)
 2024-03-08 15:49 UTC  (6+ messages)

arm64: WARNING: at mm/vmalloc.c:315 ioremap_page_range
 2024-03-08 15:49 UTC  (4+ messages)

[PATCH v4 0/4] Add support for MAX96714F and MAX96717F GMSL2 ser/des
 2024-03-08 15:48 UTC  (6+ messages)
` [PATCH v4 2/4] dt-bindings: media: add Maxim MAX96714 GMSL2 Deserializer

[PATCH 0/3] net mshot fixes and improvements
 2024-03-08 15:47 UTC  (2+ messages)

[PATCH v2 0/3] rockchip: small DTS fixes for RK3399 Puma
 2024-03-08 15:46 UTC  (12+ messages)
` [PATCH v2 1/3] arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID "
` [PATCH v2 2/3] arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# "
` [PATCH v2 3/3] arm64: dts: rockchip: add regulators for PCIe on RK3399 Puma Haikou

[PATCH v2] media: chips-media: wave5: Add hrtimer based polling support
 2024-03-08 15:45 UTC  (3+ messages)

pull-request: wireless-next-2024-03-08
 2024-03-08 15:45 UTC  (2+ messages)

[PATCH v3] ssb: Fix potential NULL pointer dereference in ssb_device_uevent
 2024-03-08 15:44 UTC  (5+ messages)

[PATCH xe-for-ci] drm/xe/pvc: fix CI GuC FW path
 2024-03-08 15:44 UTC  (2+ messages)

[PATCH net-next v2 00/22] Introducing OpenVPN Data Channel Offload
 2024-03-08 15:44 UTC  (4+ messages)
` [PATCH net-next v2 08/22] ovpn: implement basic TX path (UDP)

[LSF/MM/BPF TOPIC] faster uprobes
 2024-03-08 15:43 UTC  (6+ messages)

[PATCH] generic/392: stop checking st_blocks
 2024-03-08 15:43 UTC  (3+ messages)

[PATCH v6 0/8] hugetlb: parallelize hugetlb page init on boot
 2024-03-08 15:42 UTC  (5+ messages)
` [PATCH v6 4/8] padata: dispatch works on different nodes

What's cooking in git.git (Mar 2024, #02; Thu, 7)
 2024-03-08 15:42 UTC  (5+ messages)

[PATCH RESEND] nvme-pci: Fix EEH failure on ppc after subsystem reset
 2024-03-08 15:41 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 6.9
 2024-03-08 15:40 UTC  (6+ messages)

[PATCH 0/6] Bigjoiner refactoring
 2024-03-08 15:40 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for Bigjoiner refactoring (rev9)

[PATCH 8/8] ring-buffer: Validate boot range memory events
 2024-03-08 15:39 UTC  (2+ messages)

[PATCH v3 0/6] Extra verbose/perf-list details
 2024-03-08 15:39 UTC  (2+ messages)

[PATCH] TIMESPEC_TO_TIMEVAL.3, TIMEVAL_TO_TIMESPEC.3: Document these macros
 2024-03-08 15:38 UTC  (3+ messages)

[PATCH-next v2] arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2024-03-08 15:37 UTC  (5+ messages)

[PATCH V2] rust: reproducibility issue fix with v1.75
 2024-03-08 15:36 UTC 

[PATCH] drm/i915: Rename ICL_PORT_TX_DW6 bits
 2024-03-08 15:33 UTC  (2+ messages)

[PATCH v4 net-next 0/4] net: Provide SMP threads for backlog NAPI
 2024-03-08 15:33 UTC  (2+ messages)


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.