All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-31 02:42:43 to 2024-10-31 04:11:29 UTC [more...]

[PATCH v3 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-10-31  4:09 UTC  (21+ messages)
` [PATCH v3 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v3 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v3 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v3 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v3 05/22] ACPI: platform_profile: Add a list to platform profile handler
` [PATCH v3 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v3 07/22] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v3 08/22] ACPI: platform_profile: Use `scoped_cond_guard` for platform_profile_choices_show()
` [PATCH v3 09/22] ACPI: platform_profile: Use `scoped_cond_guard` for platform_profile_show()
` [PATCH v3 10/22] "
` [PATCH v3 11/22] ACPI: platform_profile: Use `scoped_cond_guard` for platform_profile_cycle()
` [PATCH v3 12/22] ACPI: platform_profile: Only remove group when no more handler registered
` [PATCH v3 13/22] ACPI: platform_profile: Require handlers to support balanced profile
` [PATCH v3 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v3 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v3 16/22] ACPI: platform_profile: Set profile for all registered handlers
` [PATCH v3 17/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v3 18/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v3 19/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v3 20/22] ACPI: platform_profile: Register class device for platform profile handlers

[PATCH 00/12] Enable building plugins on Windows with Clang
 2024-10-31  4:04 UTC  (13+ messages)
` [PATCH 01/12] scripts: remove erroneous file that breaks git clone on Windows
` [PATCH 02/12] contrib/plugins/cflow: fix warning
` [PATCH 03/12] meson: build contrib/plugins with meson
` [PATCH 04/12] contrib/plugins: remove Makefile for contrib/plugins
` [PATCH 05/12] qga: fix -Wsometimes-uninitialized windows warning
` [PATCH 06/12] qga: fix missing static and prototypes windows warnings
` [PATCH 07/12] win32: use compiler option instead of attribute gcc_struct
` [PATCH 08/12] plugins: enable linking with clang/lld
` [PATCH 09/12] plugins: add missing export for qemu_plugin_num_vcpus
` [PATCH 10/12] plugins: detect qemu plugin API symbols from header
` [PATCH 11/12] plugins: eradicate qemu-plugins.symbols static file
` [PATCH 12/12] docs: add information on how to setup build environments

[PATCH v2] hw/riscv: Add Microblaze V 32bit virt board
 2024-10-31  4:06 UTC  (4+ messages)

[PATCH] thermal: gov_power_allocator: Granted power set to max when nobody request power
 2024-10-31  4:06 UTC  (2+ messages)

[PATCH] vp_vdpa: fix id_table array not null terminated error
 2024-10-31  4:05 UTC 

[Bluez PATCH v1] textfile: Fix possible bad memory access in find_key
 2024-10-31  4:03 UTC 

[PATCH -next v4 00/19] arm64: entry: Convert to generic entry
 2024-10-31  4:02 UTC  (16+ messages)
` [PATCH -next v4 01/19] arm64: ptrace: Replace interrupts_enabled() with regs_irqs_disabled()
` [PATCH -next v4 02/19] arm64: entry: Refactor the entry and exit for exceptions from EL1
` [PATCH -next v4 03/19] arm64: entry: Remove __enter_from_user_mode()
` [PATCH -next v4 04/19] arm64: entry: Remove __enter_from_kernel_mode()
` [PATCH -next v4 06/19] arm64: entry: Move arm64_preempt_schedule_irq() into exit_to_kernel_mode()

[PATCH 0/2] crypto: misc gcrypt hash/hmac fixes
 2024-10-31  4:01 UTC  (3+ messages)
` [PATCH 2/2] crypto: perform runtime check for hash/hmac support in gcrypt

[PULL 00/50] riscv-to-apply queue
 2024-10-31  3:53 UTC  (51+ messages)
` [PULL 01/50] target/riscv/csr.c: Fix an access to VXSAT
` [PULL 02/50] target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBI
` [PULL 03/50] target/riscv: Adjust PMP size for no-MMU RV64 QEMU running RV32
` [PULL 04/50] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
` [PULL 05/50] target/riscv: Detect sxl to set bit width for RV32 in RV64
` [PULL 06/50] target/riscv: Correct mcause/scause bit width for RV32 in RV64 QEMU
` [PULL 07/50] target/riscv: Enable RV32 CPU support "
` [PULL 08/50] target/riscv: Add max32 CPU for "
` [PULL 09/50] tests/avocado: Boot Linux for RV32 cpu on "
` [PULL 10/50] hw/intc: Make zeroth priority register read-only
` [PULL 11/50] hw/intc: Don't clear pending bits on IRQ lowering
` [PULL 12/50] target/riscv: Set vtype.vill on CPU reset
` [PULL 13/50] hw/intc/riscv_aplic: Check and update pending when write sourcecfg
` [PULL 14/50] hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
` [PULL 15/50] hw/char: sifive_uart: Print uart characters async
` [PULL 16/50] target/riscv: expose *envcfg csr and priv to qemu-user as well
` [PULL 17/50] target/riscv: Add zicfilp extension
` [PULL 18/50] target/riscv: Introduce elp state and enabling controls for zicfilp
` [PULL 19/50] target/riscv: save and restore elp state on priv transitions
` [PULL 20/50] target/riscv: additional code information for sw check
` [PULL 21/50] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PULL 22/50] target/riscv: zicfilp `lpad` impl and branch tracking
` [PULL 23/50] disas/riscv: enable `lpad` disassembly
` [PULL 24/50] target/riscv: Expose zicfilp extension as a cpu property
` [PULL 25/50] target/riscv: Add zicfiss extension
` [PULL 26/50] target/riscv: introduce ssp and enabling controls for zicfiss
` [PULL 27/50] target/riscv: tb flag for shadow stack instructions
` [PULL 28/50] target/riscv: mmu changes for zicfiss shadow stack protection
` [PULL 29/50] target/riscv: AMO operations always raise store/AMO fault
` [PULL 30/50] target/riscv: update `decode_save_opc` to store extra word2
` [PULL 31/50] target/riscv: implement zicfiss instructions
` [PULL 32/50] target/riscv: compressed encodings for sspush and sspopchk
` [PULL 33/50] disas/riscv: enable disassembly for zicfiss instructions
` [PULL 34/50] disas/riscv: enable disassembly for compressed sspush/sspopchk
` [PULL 35/50] target/riscv: Expose zicfiss extension as a cpu property
` [PULL 36/50] exec/memtxattr: add process identifier to the transaction attributes
` [PULL 37/50] hw/riscv: add riscv-iommu-bits.h
` [PULL 38/50] hw/riscv: add RISC-V IOMMU base emulation
` [PULL 39/50] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
` [PULL 40/50] hw/riscv: add riscv-iommu-pci reference device
` [PULL 41/50] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
` [PULL 42/50] test/qtest: add riscv-iommu-pci tests
` [PULL 43/50] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
` [PULL 44/50] hw/riscv/riscv-iommu: add ATS support
` [PULL 45/50] hw/riscv/riscv-iommu: add DBG support
` [PULL 46/50] qtest/riscv-iommu-test: add init queues test
` [PULL 47/50] docs/specs: add riscv-iommu
` [PULL 48/50] target/riscv/kvm: set 'aia_mode' to default in error path
` [PULL 49/50] target/riscv/kvm: clarify how 'riscv-aia' default works
` [PULL 50/50] target/riscv: Fix vcompress with rvv_ta_all_1s

[PATCH v2 00/25] TDX vCPU/VM creation
 2024-10-31  3:57 UTC  (3+ messages)
` [PATCH v2 08/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache management

[PATCH V2] ASoC: doc: update clock api details
 2024-10-31  3:58 UTC 

[PATCH] trace/events/page_ref: add page info to page_ref trace event
 2024-10-31  3:56 UTC  (2+ messages)

[master][PATCH] openvswitch: fix ptest contains reference to TMPDIR [buildpaths]
 2024-10-31  3:56 UTC  (2+ messages)
` [meta-virtualization] "

[meta-virtualization][PATCH] openvswitch: 3.3.2
 2024-10-31  3:55 UTC  (3+ messages)
` [meta-virtualization][PATCH] lxc: don't allow named listening IPv6 address on lxcbrX network interface

[meta-virtualization][PATCH] container-host-config: Remove centos registry
 2024-10-31  3:55 UTC  (2+ messages)

[PATCH v3 0/9] target/mips: Convert Loongson LEXT opcodes to decodetree
 2024-10-31  3:54 UTC  (2+ messages)

[PATCH V2] ASoC: doc: update clocking
 2024-10-31  3:54 UTC  (5+ messages)

[PATCH v3 0/4] mm: add more kernel parameters to control mTHP
 2024-10-31  3:53 UTC  (3+ messages)
` [PATCH v3 2/4] mm: shmem: control THP support through the kernel command line

mapper: should it add "default interfaces" and is it valid to implement no interfaces on an object?
 2024-10-31  3:49 UTC  (5+ messages)

lots of fstests cases fail on overlay with util-linux 2.40.2 (new mount APIs)
 2024-10-31  3:48 UTC  (3+ messages)

[PATCH net] net: enetc: prevent VF from configuring preemptiable TCs
 2024-10-31  3:46 UTC  (4+ messages)

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-31  3:43 UTC  (15+ messages)

[PATCH v4 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-10-31  3:42 UTC  (7+ messages)
` [PATCH v4 2/5] iommu/vt-d: Remove the pasid present check in prq_event_thread
    `  "

[PATCH v3 0/2] x86/mm/sme: fix the kdump kernel breakage on SME system when CONFIG_IMA_KEXEC=y
 2024-10-31  3:41 UTC  (7+ messages)
` [PATCH v3 1/2] x86/mm: rename the confusing local variable in early_memremap_is_setup_data()

[PATCH i-g-t] lib/igt_kmod: stop using KMOD_REMOVE_FORCE, again
 2024-10-31  3:41 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for "

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS cb335af5a2d487c8a8a7a2b202af0a7aeb5c11bf
 2024-10-31  3:40 UTC 

[PATCH] KVM: x86: Try to enable irr_pending state with disabled APICv
 2024-10-31  3:39 UTC  (3+ messages)

[meta-virtualization][PATCH v0] upx: Fetch the proper v4.2.4 git hash
 2024-10-31  3:37 UTC  (2+ messages)

[PATCH 0/2] kprobes: Adjustments for __counted_by addition
 2024-10-31  3:37 UTC  (4+ messages)
` [PATCH 1/2] kprobes: Fix __get_insn_slot() after __counted_by annotation

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2024-10-31  3:35 UTC 

[PATCH V7 0/9] iommu_ioas_map_file
 2024-10-31  3:34 UTC  (3+ messages)
` [PATCH V7 6/9] iommufd: pfn reader for file mappings

[PATCH RESEND 0/7] md: enhance faulty checking for blocked handling
 2024-10-31  3:31 UTC  (8+ messages)
` [PATCH RESEND 1/7] md: add a new helper rdev_blocked()
` [PATCH RESEND 2/7] md: don't wait faulty rdev in md_wait_for_blocked_rdev()
` [PATCH RESEND 3/7] md: don't record new badblocks for faulty rdev
` [PATCH RESEND 4/7] md/raid1: factor out helper to handle blocked rdev from raid1_write_request()
` [PATCH RESEND 5/7] md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()
` [PATCH RESEND 6/7] md/raid10: "
` [PATCH RESEND 7/7] md/raid5: don't set Faulty rdev for blocked_rdev

[PATCH 1/3] drm/amdgpu: Adjust debugfs register access permissions
 2024-10-31  3:31 UTC  (6+ messages)

[PATCH] drm/amdgpu: set the right sg limitation
 2024-10-31  3:29 UTC 

[PATCH net-next v3 00/14] net-timestamp: bpf extension to equip applications transparently
 2024-10-31  3:27 UTC  (7+ messages)
` [PATCH net-next v3 10/14] net-timestamp: add basic support with tskey offset

[PATCH] crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()
 2024-10-31 11:27 UTC 

[PATCH v2 00/10] x86/mce: Clean up some x86/mce code
 2024-10-31  3:23 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 03/10] x86/mce: Make several functions return bool and rename a function

[PATCH 1/3] configs: rockchip: enable RK806 SPI PMIC for Radxa ROCK 5A
 2024-10-31  3:22 UTC  (3+ messages)
` [PATCH 2/3] configs: rockchip: run savedefconfig for TCPM related configs for Radxa ROCK 5B
` [PATCH 3/3] configs: rockchip: enable RK806 SPI PMIC "

[PATCH 1/1] lib: sbi_misaligned_ldst: Add handling of vector load/store
 2024-10-31  3:22 UTC  (4+ messages)

[PATCH v2] arm64: dts: rockchip: Add Orange Pi 5 Max board
 2024-10-31  3:14 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: arm: rockchip: Add Xunlong Orange Pi 5 Max
` [PATCH 2/2] arm64: dts: rockchip: Add Orange Pi 5 Max board

[PATCH net-next] net: hisilicon: use ethtool string helpers
 2024-10-31  3:21 UTC  (2+ messages)

[PATCH] drm/virtio: Add drm_panic support
 2024-10-31  3:20 UTC 

[merged mm-hotfixes-stable] mm-mmap-limit-thp-aligment-of-anonymous-mappings-to-pmd-aligned-sizes.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] mm-shrinker-avoid-memleak-in-alloc_shrinker_info.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] mailmap-update-e-mail-address-for-eugen-hristev.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] vmscanmigrate-fix-double-decrement-on-node-stats-when-demoting-pages.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] mailmap-update-email-addresses.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] mm-multi-gen-lru-use-pteppmdp_clear_young_notify.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] mm-multi-gen-lru-remove-mm_leaf_old-and-mm_nonleaf_total-stats.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] mm-allow-set-clear-page_type-again.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] nilfs2-fix-potential-deadlock-with-newly-created-symlinks.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] squashfs-fix-variable-overflow-in-squashfs_readpage_block.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] kasan-remove-vmalloc_percpu-test.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] tools-mm-werror-fixes-in-page-types-slabinfo.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] mm-swap-avoid-over-reclaim-of-full-clusters.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] mm-fix-pswpin-counter-for-large-folios-swap-in.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] mm-avoid-vm_bug_on-when-try-to-map-an-anon-large-folio-to-zero-page.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] mm-codetag-fix-null-pointer-check-logic-for-ref-and-tag.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[merged mm-hotfixes-stable] mm-gup-stop-leaking-pinned-pages-in-low-memory-conditions.patch removed from -mm tree
 2024-10-31  3:15 UTC 

[PATCH] arm64: rsi: Add automatic arm-cca-guest module loading
 2024-10-31  3:12 UTC  (6+ messages)

[PATCH] mlx5: only schedule EQ comp tasklet if necessary
 2024-10-31  3:14 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-10-31  3:14 UTC  (3+ messages)
` [RFC PATCH v3 37/58] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL at VM boundary

[PATCH v6 0/7] KVM: arm64: Hide unsupported MPAM from the guest
 2024-10-31  3:13 UTC  (3+ messages)
` [PATCH v6 7/7] KVM: arm64: selftests: Test ID_AA64PFR0.MPAM isn't completely ignored

[PATCH] virtio: only reset device and restore status if needed in device resume
 2024-10-31  3:08 UTC 

[PATCH net-next 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-10-31  3:08 UTC  (5+ messages)

[PATCH v4] doc: modernize build instructions on Windows
 2024-10-31  3:08 UTC  (2+ messages)
` [PATCH v5] "

[PATCHv2 net] bonding: add ns target multicast address to slave device
 2024-10-31  3:06 UTC  (3+ messages)

[PATCH v5 00/37] KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE
 2024-10-31  3:04 UTC  (2+ messages)

[f2fs-dev] [PATCH v2 0/5] Speed up f2fs truncate
 2024-10-31  3:00 UTC  (5+ messages)
` [f2fs-dev] [PATCH v2 4/5] f2fs: add parameter @len to f2fs_invalidate_blocks()

[PATCH -next] mm: shmem: Fix an incorrect type in shmem_parse_opt_casefold()
 2024-10-31  3:00 UTC 

[PATCH i-g-t v3 0/2] rename drm_fdinfo into i915_fdinfo
 2024-10-31  2:59 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for rename drm_fdinfo into i915_fdinfo (rev4)

[PATCH 0/3] media: Fix pm_runtime_set_suspended() with runtime pm enabled
 2024-10-31  2:58 UTC  (2+ messages)

[PATCH] media: gspca: ov534-ov772x: Fix off-by-one error in set_frame_rate()
 2024-10-31  2:55 UTC  (2+ messages)

[PATCH bpf-next/net v3] selftests/bpf: Drop netns helpers in mptcp
 2024-10-31  2:54 UTC  (2+ messages)

[PATCH V8 0/8] io_uring: support sqe group and leased group kbuf
 2024-10-31  2:53 UTC  (11+ messages)

[PATCH i-g-t] lib/igt_kmod: Drop PM interaction on unbind
 2024-10-31  2:52 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for "

hand up when boot
 2024-10-31  2:51 UTC 

fs/xfs/scrub/orphanage.c:495:9-16: Missing call to dput() at line 501
 2024-10-31  2:50 UTC 

[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-31  2:49 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-net-queue:main] BUILD SUCCESS 6b3f18a76be6bbd237c7594cf0bf2912b68084fe
 2024-10-31  2:47 UTC 

[PATCH v2 0/2] wic support different sector size
 2024-10-31  2:45 UTC  (4+ messages)
` [OE-core] "
  ` 回覆: "

[PATCH i-g-t 0/2] lib/igt_kmod: Drop legacy kunit integration
 2024-10-31  2:45 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] nvmet: make nvmet_wq visible in sysfs
 2024-10-31  2:45 UTC  (10+ messages)

[PATCH bpf-next 08/16] bpf: Handle bpf_dynptr_user in bpf syscall when it is used as input
 2024-10-31  2:44 UTC  (2+ messages)

[PATCH RFC 00/10] sysfs: constify struct bin_attribute (Part 1)
 2024-10-31  2:43 UTC  (11+ messages)
` [PATCH RFC 01/10] sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()
` [PATCH RFC 02/10] sysfs: introduce callback attribute_group::bin_size
` [PATCH RFC 03/10] PCI/sysfs: Calculate bin_attribute size through bin_size()
` [PATCH RFC 04/10] nvmem: core: calculate "
` [PATCH RFC 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()
` [PATCH RFC 06/10] sysfs: treewide: constify attribute callback of bin_attribute::mmap()
` [PATCH RFC 07/10] sysfs: drop callback bin_attribute::llseek
` [PATCH RFC 08/10] sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR()
` [PATCH RFC 09/10] sysfs: bin_attribute: add const read/write callback variants
` [PATCH RFC 10/10] driver core: Constify attribute arguments of binary attributes


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.