All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-03 12:46:49 to 2022-08-03 13:50:36 UTC [more...]

[PATCH v2 00/20] ppc: QOM'ify 405 board
 2022-08-03 13:28 UTC  (18+ messages)
` [PATCH v2 01/20] ppc/ppc405: Remove taihu machine
` [PATCH v2 02/20] ppc/ppc405: Introduce a PPC405 generic machine
` [PATCH v2 03/20] ppc/ppc405: Move devices under the ref405ep machine
` [PATCH v2 04/20] ppc/ppc405: Introduce a PPC405 SoC
` [PATCH v2 05/20] ppc/ppc405: Start QOMification of the SoC
` [PATCH v2 06/20] ppc/ppc405: QOM'ify CPU
` [PATCH v2 07/20] ppc/ppc405: QOM'ify CPC
` [PATCH v2 08/20] ppc/ppc405: QOM'ify GPT
` [PATCH v2 09/20] ppc/ppc405: QOM'ify OCM
` [PATCH v2 10/20] ppc/ppc405: QOM'ify GPIO
` [PATCH v2 11/20] ppc/ppc405: QOM'ify DMA
` [PATCH v2 12/20] ppc/ppc405: QOM'ify EBC
` [PATCH v2 13/20] ppc/ppc405: QOM'ify OPBA
` [PATCH v2 14/20] ppc/ppc405: QOM'ify POB
` [PATCH v2 16/20] ppc/ppc405: QOM'ify MAL
` [PATCH v2 17/20] ppc/ppc405: QOM'ify FPGA
` [PATCH v2 18/20] ppc/ppc405: QOM'ify UIC

[PATCH 5.10.y-cip 00/24] Add RZ/{G2LC, V2L} support
 2022-08-03 13:50 UTC  (4+ messages)

[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-08-03 13:47 UTC  (41+ messages)
` [PATCH v9 01/40] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v9 02/40] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v9 03/40] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v9 04/40] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v9 05/40] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v9 06/40] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v9 07/40] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v9 08/40] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v9 09/40] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v9 10/40] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v9 11/40] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v9 12/40] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v9 13/40] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v9 14/40] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v9 15/40] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v9 16/40] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v9 17/40] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v9 18/40] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v9 19/40] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v9 20/40] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v9 21/40] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v9 22/40] KVM: nSVM: "
` [PATCH v9 23/40] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v9 24/40] KVM: selftests: Better XMM read/write helpers
` [PATCH v9 25/40] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v9 26/40] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v9 27/40] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v9 28/40] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v9 29/40] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v9 30/40] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v9 31/40] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v9 32/40] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v9 33/40] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v9 34/40] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v9 35/40] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v9 36/40] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v9 37/40] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v9 38/40] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v9 39/40] KVM: selftests: hyperv_svm_test: "
` [PATCH v9 40/40] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'

[PATCH v1 0/7] tools/ocaml code and build cleanups
 2022-08-03 13:46 UTC  (3+ messages)
` [PATCH v1 4/7] tools/ocaml: Makefile to drive dune

[PATCH v3] btrfs: fix alginment of VMA for memory mapped files on THP
 2022-08-03 13:40 UTC  (2+ messages)

[linux-next:master 13556/14285] ERROR: modpost: "set_posix_acl" [fs/nfsd/nfsd.ko] undefined!
 2022-08-03 13:41 UTC  (3+ messages)

[PATCH v7] Rust Oe-Selftest implementation
 2022-08-03 13:43 UTC  (3+ messages)
` [OE-core] "

stable/linux-5.15.y build: 163 builds: 2 failed, 161 passed, 12 errors, 7 warnings (v5.15.59)
 2022-08-03 13:41 UTC 

imx8mm lcdif->dsi->adv7535 no video, no errors
 2022-08-03 13:41 UTC  (17+ messages)

[RFC PATCH] mm/memory-failure: release private data before split THP
 2022-08-03 13:40 UTC  (5+ messages)

[PATCH v3 1/6] drm/amdgpu: add mode2 reset for sienna_cichlid
 2022-08-03 13:41 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-03 13:40 UTC 

[syzbot] INFO: trying to register non-static key in rxe_cleanup_task
 2022-08-03 13:40 UTC  (2+ messages)

[PATCH v2 0/4] Selectable checksum implementation
 2022-08-03 13:34 UTC  (6+ messages)
` [PATCH v2 1/4] btrfs: prepare more slots for checksum shash
` [PATCH v2 3/4] btrfs: add checksum implementation selection after mount

[meta-zephyr][PATCH] Add a .gitignore file
 2022-08-03 13:38 UTC 

[PATCH 0/4] Add driver for CSI2 and CRU modules found on Renesas RZ/G2L SoC
 2022-08-03 13:37 UTC  (7+ messages)
` [PATCH 1/4] media: dt-bindings: media: Document RZ/G2L CSI-2 block
` [PATCH 2/4] media: dt-bindings: media: Document RZ/G2L CRU

[meta-zephyr][PATCH 1/3] zephyr-kernel: Add synchronization sample recipe
 2022-08-03 13:35 UTC  (3+ messages)
` [meta-zephyr][PATCH 2/3] zephyr-kernel: Add SUMMARY and DESCRIPTION for classic sample apps
` [meta-zephyr][PATCH 3/3] CI: Build zephyr-synchronization in base.yml

Generated master docs not up to date - issue in run-docs-build?
 2022-08-03 13:35 UTC  (4+ messages)
` [docs] "

[dpdk-dev] [RFC PATCH 0/1] mldev: introduce machine learning device library
 2022-08-03 13:28 UTC  (2+ messages)
` [dpdk-dev] [RFC PATCH 1/1] "

[PATCH] modpost: refactor get_secindex()
 2022-08-03 13:32 UTC  (3+ messages)

[PATCH] ARM: pxa: Fix a memory leak in pxa310_otg_exit()
 2022-08-03 13:31 UTC  (3+ messages)

[PATCH v1 1/3] perf vendor events: Remove bad broadwellde uncore events
 2022-08-03 13:33 UTC  (2+ messages)

[Intel-gfx] [PATCHv3] drm/i915/display: add support for dual panel backlight
 2022-08-03 13:33 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: add support for dual panel backlight (rev2)

imx8mn eMMC boot partition
 2022-08-03 13:32 UTC  (5+ messages)

[master][kirkstone][meta-arm][PATCH] optee-os.inc: support multilib
 2022-08-03 13:32 UTC  (2+ messages)

[PATCH v4 0/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner
 2022-08-03 13:30 UTC  (7+ messages)
` [PATCH v4 1/2] luks, luks2: Force header.uuid to be NULL terminated
` [PATCH v4 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner

✅ PASS (12/452 SKIPPED): Test report for 5.19.0 (mainline.kernel.org-clang) [e2b54210]
 2022-08-03 13:30 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-03 13:30 UTC 

[PATCH v2] tools: use $(PYTHON) to call cppcheck tools
 2022-08-03 13:29 UTC  (8+ messages)

Adding landlock support to Suricata
 2022-08-03 13:29 UTC 

[igt-dev] [PATCH i-g-t 0/4] add kselftest runner documentation
 2022-08-03 13:29 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH 0/2] Add support for Microchip QSPI controller
 2022-08-03 13:29 UTC  (6+ messages)
` [PATCH 1/2] spi: dt-binding: add Microchip CoreQSPI compatible

[RFC PATCH bpf-next 00/15] bpf: Introduce selectable memcg for bpf map
 2022-08-03 13:27 UTC  (6+ messages)
` [RFC PATCH bpf-next 10/15] bpf: Use bpf_map_pages_alloc in ringbuf

[PATCH] mm: vmscan: fix extreme overreclaim and swap floods
 2022-08-03 13:28 UTC  (3+ messages)

[XEN PATCH v2 0/4] xen: rework compat headers generation
 2022-08-03 13:27 UTC  (3+ messages)
` [XEN PATCH v2 4/4] build: replace get-fields.sh by a perl script

[PATCH] vfs_getxattr_alloc(): don't allocate buf on failure
 2022-08-03 13:24 UTC  (4+ messages)

linux-next: build failure after merge of the thermal tree
 2022-08-03 13:24 UTC  (2+ messages)

[PATCH] fec: Allow changing the PPS channel
 2022-08-03 13:24 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/1] net/mlx5: fix memory leak when releasing a drop action
 2022-08-03 13:23 UTC  (3+ messages)

[PATCH v8 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-08-03 13:22 UTC  (4+ messages)
` [PATCH v8 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page

[bitbake-devel][PATCH] siggen: Fix sigtask data not being renamed atomically
 2022-08-03 13:21 UTC  (4+ messages)
` [bitbake-devel][PATCH v2] "

[PATCH] mm: mempolicy: fix policy_nodemask() for MPOL_PREFERRED_MANY case
 2022-08-03 21:08 UTC  (13+ messages)

[linux-next:master 13182/14285] drivers/platform/mellanox/mlxreg-lc.c:866 mlxreg_lc_probe() warn: passing zero to 'PTR_ERR'
 2022-08-03 13:21 UTC 

[PATCH v1 00/26] arm: dts: imx: sync device trees with upstream linux kernel ones
 2022-08-03 13:21 UTC  (14+ messages)
` [PATCH v1 03/26] tbs2910: prepare to synchronise device trees with linux
` [PATCH v1 08/26] imx6ul/imx6ull: "
` [PATCH v1 21/26] imx8mn: synchronise device tree "

RTT-PROBE: lore-subspace-rtt
 2022-08-03 13:20 UTC 

[PATCH] btrfs: sysfs: use sysfs_streq for string matching
 2022-08-03 13:15 UTC  (3+ messages)

[PATCH 00/20] parse-options: handle subcommands
 2022-08-03 13:11 UTC  (6+ messages)
` [PATCH 01/20] git.c: update NO_PARSEOPT markings

[PATCH] mm/x86: Use SWP_TYPE_BITS in 3-level swap macros
 2022-08-03 13:18 UTC  (2+ messages)

Request to add Yocto meta-arm to OpenBMC
 2022-08-03 13:17 UTC  (3+ messages)

[PATCH v2] vfs_getxattr_alloc(): don't allocate buf on failure
 2022-08-03 13:17 UTC 

[PATCH] video: fbdev: i740fb: Check the argument of i740_calc_vclk()
 2022-08-03 13:16 UTC  (3+ messages)

[PATCH] video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()
 2022-08-03 13:16 UTC  (3+ messages)

[PATCH] audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()
 2022-08-03 13:16 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/2] fixes for mlx5
 2022-08-03 13:16 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] net/mlx5: fix use after free when releasing tx queues
` [dpdk-dev] [PATCH 2/2] net/mlx5: fix resource leak when releasing a drop action

stable/linux-5.4.y build: 182 builds: 3 failed, 179 passed, 4 errors, 28 warnings (v5.4.209)
 2022-08-03 13:13 UTC 

[PATCH v4 0/4] Introduce security_create_user_ns()
 2022-08-03 13:13 UTC  (4+ messages)
` [PATCH v4 1/4] security, lsm: "

[PULL 0/9] More fixes + random seed patches for QEMU 7.1
 2022-08-03 13:11 UTC  (9+ messages)
` [PULL 9/9] hw/i386: pass RNG seed via setup_data entry

[asahilinux:bits/020-t6000-dart 7/11] drivers/iommu/apple-dart.c:345:62: error: passing argument 1 of 'atomic64_read' from incompatible pointer type
 2022-08-03 13:12 UTC 

[PATCH v2 0/4] hwrng: virtio - add an internal buffer
 2022-08-03 13:12 UTC  (9+ messages)
` [PATCH v2 4/4] hwrng: virtio - always add a pending request

[PATCH] runfvp: Stop the FVP when telnet shuts down cleanly
 2022-08-03 13:12 UTC  (2+ messages)

[PATCH 0/3] gpio: update gpio_get_status()
 2022-08-03 13:12 UTC  (6+ messages)
` [PATCH 1/3] gpio: Allow to print pin's label even for pin with GPIOF_FUNC function

[PATCH v2] linux-user: un-parent OBJECT(cpu) when closing thread
 2022-08-03 13:05 UTC 

[PATCH v4 0/3] iio: accel: add MSA311 accelerometer driver
 2022-08-03 13:11 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: vendor-prefixes: add MEMSensing Microsystems Co., Ltd
` [PATCH v4 2/3] iio: add MEMSensing MSA311 3-axis accelerometer driver
` [PATCH v4 3/3] dt-bindings: iio: accel: add dt-binding schema for msa311 accel driver

[PATCH] libceph: clean up ceph_osdc_start_request prototype
 2022-08-03 13:10 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-03 13:10 UTC 

[PATCH 00/20] submodule--helper: add tests, rm dead code, refactor & leak prep
 2022-08-03 13:06 UTC  (5+ messages)
` [PATCH v2 00/28] "
  ` [PATCH v2 22/28] submodule--helper: move submodule_strategy_to_string() to only user

[PATCH v1] configs: colibri-imx7: Enable bootd command
 2022-08-03 13:08 UTC  (2+ messages)

[PATCH v3] target/s390x: support PRNO_TRNG instruction
 2022-08-03 12:51 UTC  (8+ messages)
` [PATCH v4 0/2] MSA EXT 5 for s390x
  ` [PATCH v4 2/2] target/s390x: support SHA-512 extensions
          ` [PATCH v5 1/2] target/s390x: support PRNO_TRNG instruction
            ` [PATCH v5 2/2] target/s390x: support SHA-512 extensions

[PATCH v10 00/12] iommu: SVA and IOPF refactoring
 2022-08-03 13:07 UTC  (10+ messages)
` [PATCH v10 04/12] iommu: Add attach/detach_dev_pasid iommu interface

[PATCH 0/3] log: create tighter default decoration filter
 2022-08-03 13:03 UTC  (6+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 02/10] t4207: test coloring of grafted decorations

[PATCH v2 1/3] ext4: don't increase iversion counter for ea_inodes
 2022-08-03 13:04 UTC  (3+ messages)
` [PATCH v3 3/3] ext4: unconditionally enable the i_version counter

[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
 2022-08-03 11:44 UTC  (5+ messages)
` [PATCH v2 08/13] tracing: Improve panic/die notifiers

[PATCH 0/7] Generalize 'scalar diagnose' into 'git bugreport --diagnose'
 2022-08-03 12:34 UTC  (4+ messages)

[PATCH RESEND v2] sched/fair: Remove unused parameter idle of _nohz_idle_balance()
 2022-08-03 13:02 UTC 

[PATCH v2 1/2] KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
 2022-08-03 13:01 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability

stable-rc/queue/5.15 build: 178 builds: 4 failed, 174 passed, 14 errors, 5 warnings (v5.15.58-69-g101d0d76bf0e)
 2022-08-03 13:01 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-03 13:00 UTC 

[PATCH 0/2] btrfs: scrub: small enhancement related to super block errors
 2022-08-03 12:55 UTC  (6+ messages)
` [PATCH 2/2] btrfs: scrub: try to fix "

[PATCH 0/2] hw/arm/virt: Improve address assignment for highmem IO regions
 2022-08-03 13:02 UTC  (7+ messages)
` [PATCH 1/2] "

stable-rc/queue/5.10 build: 163 builds: 3 failed, 160 passed, 4 errors, 9 warnings (v5.10.134-65-g75999114eee65)
 2022-08-03 12:59 UTC 

stable-rc/queue/5.15 baseline: 71 runs, 1 regressions (v5.15.57-272-gb470164cd8123)
 2022-08-03 12:57 UTC 

[PATCH] target/riscv: Fix priority of csr related check in riscv_csrrw_check
 2022-08-03 12:36 UTC 

[PATCH] net: usb: cdc_mbim: adding Microsoft mobile broadband modem
 2022-08-03 12:55 UTC  (3+ messages)

[PATCH V2] PCI/ASPM: Save/restore L1SS Capability for suspend/resume
 2022-08-03 12:55 UTC  (8+ messages)

[PATCH] iommu/arm-smmu-v3: fixed check process for disable_bypass module parameter
 2022-08-03 12:54 UTC  (5+ messages)

lab-cip-renesas offline
 2022-08-03 12:53 UTC 

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-08-03 12:51 UTC  (8+ messages)

[xen-unstable-smoke test] 172107: tolerable FAIL - PUSHED
 2022-08-03 12:50 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-03 12:50 UTC 

[RFC PATCH 0/2] add support for CDX bus MSI domain
 2022-08-03 12:46 UTC  (4+ messages)
` [RFC PATCH 2/2] driver core: add compatible string in sysfs for platform devices

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-08-03 12:47 UTC  (8+ messages)
` [RFC v2 02/10] Drop unused static function return values

[PATCH] tests/tcg/ppc64le: Added OE/UE enabled exception test
 2022-08-03 12:43 UTC 

[PATCH 00/19] ppc: QOM'ify 405 board
 2022-08-03 12:28 UTC  (6+ messages)
` [PATCH 05/19] ppc/ppc405: Start QOMification of the SoC


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.