All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-03 22:19:58 to 2025-04-04 00:03:42 UTC [more...]

[v3 0/1] Unnecessary code cleanup patches
 2025-04-04  0:02 UTC 

[RFC PATCH-for-10.1 00/39] single-binary: Make hw/arm/ common
 2025-04-03 23:58 UTC  (31+ messages)
` [RFC PATCH-for-10.1 01/39] target/arm: Implement per-binary TargetInfo structures
` [RFC PATCH-for-10.1 02/39] target/arm: Register TYPE_BINARY_QEMU_SYSTEM_ARM/AARCH64 interfaces
` [RFC PATCH-for-10.1 03/39] target/arm: Filter CPU types for binary
` [RFC PATCH-for-10.1 04/39] hw/arm: Filter machine "
` [RFC PATCH-for-10.1 05/39] hw/arm/aspeed: "
` [RFC PATCH-for-10.1 06/39] hw/arm/aspeed: Build objects once
` [RFC PATCH-for-10.1 07/39] hw/arm/raspi: Filter machine types for binary
` [RFC PATCH-for-10.1 08/39] hw/arm/raspi: Build objects once
` [RFC PATCH-for-10.1 09/39] target/arm/cpregs: Include missing 'target/arm/cpu.h' header
` [RFC PATCH-for-10.1 10/39] hw/arm/boot: Include missing 'system/memory.h' header
` [RFC PATCH-for-10.1 11/39] hw/arm: Use full "target/arm/cpu.h" path to include target's "cpu.h"
` [RFC PATCH-for-10.1 12/39] target/arm/cpu-features: Include missing 'cpu.h' header
` [RFC PATCH-for-10.1 13/39] target/arm/qmp: "
` [RFC PATCH-for-10.1 14/39] target/arm/kvm: Include missing 'cpu-qom.h' header
` [RFC PATCH-for-10.1 15/39] target/arm/hvf: "
` [RFC PATCH-for-10.1 16/39] hw/arm: Remove unnecessary 'cpu.h' header
` [RFC PATCH-for-10.1 17/39] target/arm: Restrict inclusion of 'multiprocessing.h'
` [RFC PATCH-for-10.1 18/39] target/arm: Move some definitions from 'cpu.h' to 'multiprocessing.h'
` [RFC PATCH-for-10.1 19/39] hw/arm: Include missing 'target/arm/gtimer.h' header
` [RFC PATCH-for-10.1 20/39] target/arm: Extract PSCI definitions to 'psci.h'
` [RFC PATCH-for-10.1 21/39] target/arm: Extract feature definitions to 'cpu_has_feature.h' header
` [RFC PATCH-for-10.1 22/39] target/arm: Add arm_cpu_has_feature() helper
` [RFC PATCH-for-10.1 23/39] hw/arm/realview: Replace arm_feature() -> arm_cpu_has_feature()
` [RFC PATCH-for-10.1 24/39] hw/arm/virt-acpi: "
` [RFC PATCH-for-10.1 25/39] hw/arm: Build virt-acpi-build.c once
` [RFC PATCH-for-10.1 26/39] system/hvf: Avoid including 'cpu.h'
` [RFC PATCH-for-10.1 27/39] system/hvf: Expose hvf_enabled() to common code
` [RFC PATCH-for-10.1 28/39] exec: Do not poison hardware accelerators
` [RFC PATCH-for-10.1 29/39] hw/arm: Build sbsa-ref.c once
` [RFC PATCH-for-10.1 30/39] target/arm: Replace target_ulong -> hwaddr in ARMMMUFaultInfo

[PATCH v4 0/8] Introduce CET supervisor state support
 2025-04-04  0:02 UTC  (5+ messages)
` [PATCH v4 8/8] x86/fpu/xstate: Warn if guest-only supervisor states are detected in normal fpstate

[meta-filesystems][PATCH] f2fs-tools: Fix build with gcc-15
 2025-04-04  0:01 UTC  (2+ messages)
` [oe] "

[PATCH] Bluetooth: Introduce HCI Driver Packet
 2025-04-04  0:01 UTC  (3+ messages)

[PATCH v2 0/3] BMG PCIe Gen4 downspeed attributes and usage
 2025-04-04  0:00 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v1 0/6] Add module support for Arm64 Exynos MCT driver
 2025-04-04  0:02 UTC  (7+ messages)
  ` [PATCH v1 4/6] arm64: dts: exynos: gs101: Add 'local-timer-stop' to cpuidle nodes

[RFC v2 iproute2-next 0/2] Add mdb offload failure notification
 2025-04-03 23:54 UTC  (3+ messages)
` [RFC v2 iproute2-next 1/2] bridge: mdb: Support offload failed flag
` [RFC v2 iproute2-next 2/2] iplink_bridge: Add mdb_offload_fail_notification

[Patch v2 net-next 0/3] Add support for mdb offload failure notification
 2025-04-03 23:44 UTC  (3+ messages)
` [Patch v2 net-next 2/3] net: bridge: Add offload_fail_notification bopt
` [Patch v2 net-next 3/3] net: bridge: mcast: Notify on mdb offload failure

linux-next: manual merge of the risc-v tree with the mm tree
 2025-04-03 23:54 UTC 

[PATCH 6.6 00/26] 6.6.86-rc1 review
 2025-04-03 23:54 UTC  (3+ messages)

[ BUG: Invalid wait context ] rtc_lock at: mc146818_avoid_UIP
 2025-04-03 23:46 UTC  (3+ messages)

[RFC PATCH-for-10.1 00/19] qemu: Introduce TargetInfo API (for single binary)
 2025-04-03 23:49 UTC  (20+ messages)
` [RFC PATCH-for-10.1 01/19] qemu: Introduce TargetInfo API in 'target_info.h'
` [RFC PATCH-for-10.1 02/19] qemu: Convert target_name() to TargetInfo API
` [RFC PATCH-for-10.1 03/19] qemu: Factor target_system_arch() out
` [RFC PATCH-for-10.1 04/19] qemu: Convert target_words_bigendian() to TargetInfo API
` [RFC PATCH-for-10.1 05/19] qemu: Introduce target_long_bits()
` [RFC PATCH-for-10.1 06/19] target/tricore: Replace TARGET_LONG_BITS -> target_long_bits()
` [RFC PATCH-for-10.1 07/19] target/hppa: "
` [RFC PATCH-for-10.1 08/19] target/riscv: "
` [RFC PATCH-for-10.1 09/19] qemu: Introduce target_cpu_type()
` [RFC PATCH-for-10.1 10/19] cpus: Replace CPU_RESOLVING_TYPE -> target_cpu_type()
` [RFC PATCH-for-10.1 11/19] accel/tcg: "
` [RFC PATCH-for-10.1 12/19] cpus: Move target-agnostic methods out of cpu-target.c
` [RFC PATCH-for-10.1 13/19] accel: Replace CPU_RESOLVING_TYPE -> target_cpu_type()
` [RFC PATCH-for-10.1 14/19] accel: Implement accel_init_ops_interfaces() for both system/user mode
` [RFC PATCH-for-10.1 15/19] accel: Include missing 'qemu/accel.h' header in accel-internal.h
` [RFC PATCH-for-10.1 16/19] accel: Make AccelCPUClass structure target-agnostic
` [RFC PATCH-for-10.1 17/19] accel: Move target-agnostic code from accel-target.c -> accel-common.c
` [RFC PATCH-for-10.1 18/19] qemu: Prepare per-binary QOM filter via TYPE_BINARY_PREFIX
` [RFC PATCH-for-10.1 19/19] system/vl: Filter machine list for binary using machine_binary_filter()

[PATCH] x86: drop XSAVEOPT and CLWB build flags
 2025-04-03 23:45 UTC  (4+ messages)

[PATCH 6.1 00/22] 6.1.133-rc1 review
 2025-04-03 23:42 UTC  (3+ messages)

arch/x86/include/asm/msr.h:122: undefined reference to `__tracepoint_read_msr'
 2025-04-03 23:41 UTC 

[PATCH v2 1/2] target/riscv: Restrict mideleg/medeleg/medelegh access to S-mode harts
 2025-04-03 23:40 UTC  (4+ messages)
` [PATCH v2 2/2] target/riscv: Restrict midelegh "

[PATCH net] net: lwtunnel: disable preemption when required
 2025-04-03 23:38 UTC  (4+ messages)

[PATCH v2 0/3] Unnecessary code cleanup patches
 2025-04-03 23:34 UTC  (7+ messages)
` [PATCH v2 1/3] staging: media: Remove duplicate NULL tests on a value in pci
` [PATCH v2 3/3] staging: rtl8723bs: Prevent duplicate NULL tests on a value

[PATCH v7] arm64: kprobe: Enable OPTPROBE for arm64
 2025-04-03 23:34 UTC  (2+ messages)

[PATCH-for-10.0] hw/core/machine.c: Fix -machine dumpdtb=file.dtb
 2025-04-03 23:33 UTC  (2+ messages)

[PATCH i-g-t] tests/kms_display_modes: Fit modes within MST bandwidth constraints
 2025-04-03 23:33 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for tests/kms_display_modes: Fit modes within MST bandwidth constraints (rev3)

[PATCH v3 0/4] tests/intel/xe_vm: Add drm_xe_vm_get_property tests
 2025-04-03 23:29 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/intel/xe_vm: Add drm_xe_vm_get_property tests (rev3)

[PATCH 0/3] make MSI IOVA base address and its length configurable
 2025-04-03 23:26 UTC  (3+ messages)

[net PATCH 0/2] Fixes for net/phy/phylink.c
 2025-04-03 23:26 UTC  (8+ messages)
` [net PATCH 1/2] net: phy: Cleanup handling of recent changes to phy_lookup_setting

[PATCH v2] nvmet: replace strncpy with strscpy
 2025-04-03 23:23 UTC 

[GIT PULL] ksmbd server fixes
 2025-04-03 23:24 UTC  (2+ messages)

[PATCH] Remove __get_unaligned_cpu32 from netronome drivers
 2025-04-03 23:21 UTC  (2+ messages)

[f2fs-dev] [PATCH v5] f2fs: prevent the current section from being selected as a victim during GC
 2025-04-03 23:21 UTC  (2+ messages)
`  "

[PATCH v6 41/60] hw/i386: add option to forcibly report edge trigger in acpi tables
 2025-04-03 23:20 UTC 

[PATCH] usb: typec: tcpci: add regulator support
 2025-04-03 23:17 UTC 

[GIT PULL] Final io_uring updates for 6.15-rc1
 2025-04-03 23:17 UTC  (2+ messages)

[GIT PULL] Final block updates for 6.15-rc1
 2025-04-03 23:17 UTC  (2+ messages)

[GIT PULL] tracing: Cleanup and simplify the persistent ring buffer for 6.15
 2025-04-03 23:17 UTC  (2+ messages)

[GIT PULL] RTC for 6.15
 2025-04-03 23:17 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.15-rc1
 2025-04-03 23:17 UTC  (2+ messages)

[PATCH] arm64: Expose AIDR_EL1 via sysfs
 2025-04-03 23:16 UTC 

[GIT PULL] 9p fixes for 6.15-rc1
 2025-04-03 23:17 UTC  (2+ messages)

[PATCH v5 0/9] Enable EINJv2 Support
 2025-04-03 23:13 UTC  (10+ messages)
` [PATCH v5 1/9] ACPICA: Update values to hex to follow ACPI specs
` [PATCH v5 2/9] ACPICA: Add EINJv2 get error type action
` [PATCH v5 3/9] ACPI: APEI: EINJ: Fix kernel test robot sparse warning
` [PATCH v5 4/9] ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type
` [PATCH v5 5/9] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
` [PATCH v5 6/9] ACPI: APEI: EINJ: Add einjv2 extension struct
` [PATCH v5 7/9] ACPI: APEI: EINJ: Add debugfs files for EINJv2 support
` [PATCH v5 8/9] ACPI: APEI: EINJ: Enable EINJv2 error injections
` [PATCH v5 9/9] ACPI: APEI: EINJ: Update the documentation for EINJv2 support

[PATCH] target/i386/emulate: remove flags_mask
 2025-04-03 23:12 UTC  (2+ messages)

[meta-selinux][styhead][PATCH] refpolicy: unconfined - fix oddjob security_compute_sid
 2025-04-03 23:11 UTC 

[PULL -rce 0/1] NBD patches for 2025-04-03
 2025-04-03 23:09 UTC  (3+ messages)
` [PULL 1/1] Revert "iotests: Stop NBD server in test 162 before starting the next one"

[PATCH net] io_uring/zcrx: fix selftests w/ updated netdev Python helpers
 2025-04-03 23:10 UTC  (2+ messages)

[PATCH net] net: fix geneve_opt length integer overflow
 2025-04-03 23:10 UTC  (2+ messages)

[PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-04-02 (igc, e1000e, ixgbe, idpf)
 2025-04-03 23:10 UTC  (2+ messages)

[PATCH v8 0/9] Update libgcrypt to 1.11
 2025-04-03 23:05 UTC  (10+ messages)
` [PATCH v8 1/9] Import libgcrypt 1.11
` [PATCH v8 2/9] Import b64dec from gpg-error
` [PATCH v8 3/9] b64dec: Adjust for compilation in GRUB environment
` [PATCH v8 4/9] Adjust import script, definitions and API users for libgcrypt 1.11
` [PATCH v8 5/9] Add DSA and RSA SEXP tests
` [PATCH v8 6/9] keccak: Disable acceleration with SSE asm
` [PATCH v8 7/9] libgcrypt: Fix coverity warnings
` [PATCH v8 8/9] Remove now unneeded gcrypt compilation flag
` [PATCH v8 9/9] Implement __aeabi_uldivmod

[PATCH] drm/xe/dma_buf: stop relying on placement in unmap
 2025-04-03 23:04 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH-for-10.0] tcg: Allocate TEMP_VAL_MEM frame in temp_load()
 2025-04-03 23:02 UTC  (2+ messages)

[PATCH] usb: typec: mux: fsa4480: add regulator support
 2025-04-03 23:02 UTC 

[PATCH 1/7] Import libgcrypt 1.10.3
 2025-04-03 22:55 UTC  (13+ messages)
` [PATCH 3/7] Adjust import script, definitions and API users for libgcrypt 1.10
` [PATCH 4/7] Add DSA and RSA SEXP tests
` [PATCH 5/7] keccak: Disable acceleration with SSE asm
` [PATCH 6/7] libgcrypt: Fix coverity warnings

[PATCH v3 0/2] Import IPU6 ov02e10 sensor driver and enable OF usage of it
 2025-04-03 22:55 UTC  (3+ messages)
` [PATCH v3 1/2] media: dt-bindings: Add OmniVision OV02E10
` [PATCH v3 2/2] media: i2c: ov02e10: add OV02E10 image sensor driver

[PATCH] git: add --no-hooks global option
 2025-04-03 22:55 UTC  (2+ messages)

[PATCH net v4] net: airoha: Validate egress gdm port in airoha_ppe_foe_entry_prepare()
 2025-04-03 22:50 UTC  (2+ messages)

[PATCH 0/4] bloblist: fdt: Clean up the code
 2025-04-03 22:50 UTC  (10+ messages)

[PATCHSET sched_ext/for-6.16] sched_ext: Cleanup "ops" usage in symbols
 2025-04-03 22:49 UTC  (6+ messages)
` [PATCH 1/5] sched_ext: Drop "ops" from scx_ops_enable_state and friends
` [PATCH 2/5] sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops_enabled
` [PATCH 3/5] sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friends
` [PATCH 4/5] sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() "
` [PATCH 5/5] sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() "

[PATCH net v5 00/11] net: hold instance lock during NETDEV_UP/REGISTER
 2025-04-03 22:50 UTC  (2+ messages)

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-04-03 22:47 UTC  (6+ messages)

[PATCH i-g-t v2 1/1] tests/intel/xe_exec_sip_eudebug: skip eudebug tests on VF
 2025-04-03 22:47 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for series starting with [i-g-t,v2,1/1] "

[PATCH v17 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-04-03 22:45 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for drm/xe/xe_vm: Implement xe_vm_get_property_ioctl (rev18)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

--filter=blob:none in GIT config
 2025-04-03 22:44 UTC  (2+ messages)

[Buildroot] [PATCH v4 1/1] package/linux-tools: use PKG_CONFIG_LIBDIR in perf make flags
 2025-04-03 22:44 UTC 

[PATCH 0/3] usb: typec: tcpm: sink (ufp) accessory mode support
 2025-04-03 22:43 UTC  (4+ messages)
` [PATCH 1/3] usb: typec: tcpm: allow to use sink in accessory mode
` [PATCH 2/3] usb: typec: tcpm: allow sink (ufp) to toggle into accessory mode debug
` [PATCH 3/3] usb: typec: tcpm: allow switching to mode accessory to mux properly

[PATCH CRASH] Fix module section load address when sh_addr != 0
 2025-04-03 22:43 UTC  (4+ messages)
` [Crash-utility] "

[PATCH 0/4] io_uring: support vectored fixed kernel buffer
 2025-04-03 22:42 UTC  (3+ messages)
` [PATCH 4/4] selftests: ublk: enable zero copy for stripe target

U-Boot interferes with initrd binary — Revert "efi: Correct smbios-table installation" ?
 2025-04-03 22:41 UTC  (9+ messages)

[PATCH v6 1/4] spl: remove usage of CMD_BOOTx from image parsing
 2025-04-03 22:41 UTC  (2+ messages)

[PATCH v2 0/4] Large devcoredump file support
 2025-04-03 22:41 UTC  (5+ messages)
` [PATCH v2 1/4] drm/xe: Add devcoredump chunking

[PATCH] staging: sm750fb: modify function name to kernel code style
 2025-04-03 22:37 UTC  (3+ messages)

[PATCH v3] staging: rtl8723bs: modify struct field to use standard bool type
 2025-04-03 22:37 UTC 

[meta-perl][PATCH] Fix warning : lack of whitespace around assignment
 2025-04-03 22:31 UTC 

[PATCH net-next v6 0/2] Fix late DMA unmap crash for page pool
 2025-04-03 22:31 UTC  (3+ messages)
` [PATCH net-next v6 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[PATCH v2] mm/vmscan: batch TLB flush during memory reclaim
 2025-04-03 22:31 UTC  (3+ messages)

[PATCH v5 00/29] pxe: Precursor series for supporting read_all() in extlinux / PXE
 2025-04-03 22:30 UTC  (4+ messages)

A lot of errors in btrfscheck. Can fix it?
 2025-04-03 22:30 UTC 

[PATCH v2] staging: rtl8723bs: modify struct field to use standard bool type
 2025-04-03 22:28 UTC 

[PATCH bpf-next v4 0/2] libbpf: introduce line_info and func_info getters
 2025-04-03 22:28 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] libbpf: add getters for BTF.ext func and line info
` [PATCH bpf-next v4 2/2] selftests/bpf: add BTF.ext line/func info getter tests

[PATCH net 0/2] vsock: null-ptr-deref when SO_LINGER enabled
 2025-04-03 22:06 UTC  (12+ messages)
` [PATCH net 2/2] vsock/test: Add test for SO_LINGER null ptr deref

Update symlinks after changing core.symlinks
 2025-04-03 22:25 UTC  (3+ messages)

[PATCH] bluez5: upgrade 5.80 -> 5.82
 2025-04-03 22:21 UTC 

[PATCH] usb: typec: mux: do not return on EOPNOTSUPP in {mux, switch}_set
 2025-04-03 22:21 UTC 

[PATCH v3 1/3] Revert "drivers: core: synchronize really_probe() and dev_uevent()"
 2025-04-03 22:20 UTC  (3+ messages)
` [PATCH v3 3/3] driver core: fix potential NULL pointer dereference in dev_uevent()

[PATCH net v2] ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS
 2025-04-03 22:20 UTC  (2+ messages)

[PATCH net-next] net/selftests: Add loopback link local route for self-connect
 2025-04-03 22:20 UTC  (2+ messages)

[PATCH v4] net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy
 2025-04-03 22:20 UTC  (2+ messages)

[PATCH net] sfc: fix NULL dereferences in ef100_process_design_param()
 2025-04-03 22:20 UTC  (2+ messages)

[PATCH i-g-t] lib/intel_allocator: protect binding for multithreaded tests
 2025-04-03 22:19 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for lib/intel_allocator: protect binding for multithreaded tests (rev2)


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.