All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-22 23:38:34 to 2022-12-23 01:52:56 UTC [more...]

[PATCH v2 0/3] drm: Add component_match_add_of and convert users of drm_of_component_match_add
 2022-12-22 23:37 UTC  (8+ messages)
` [PATCH v2 1/3] component: Add helper for device nodes
` [PATCH v2 2/3] iommu/sound: Use component_match_add_of helper
` [PATCH v2 3/3] drm: Convert users of drm_of_component_match_add to component_match_add_of

[RFC PATCH v7] vmxnet3: Add XDP support
 2022-12-23  1:52 UTC  (2+ messages)

[PATCH v8] win32: close handles of threads that have been joined
 2022-12-23  1:51 UTC  (4+ messages)
` [PATCH v9 0/2] "
  ` [PATCH v9 2/2] prep: reformat pthread.c to fit coding guidelines

[PATCH 0/3] serial: Cleanup & fix port discovery
 2022-12-23  1:48 UTC  (4+ messages)
` [PATCH 1/3] serial: Replace usage of memcmp with strncmp
` [PATCH 2/3] serial: Avoid double lookup of serial ports
` [PATCH 3/3] serial: Improve detection of duplicate "

[PATCH v2 0/8] serial: Add MMIO & SPCR support
 2022-12-23  1:47 UTC  (9+ messages)
` [PATCH v3 1/8] acpi: Export a generic grub_acpi_find_table
` [PATCH v3 2/8] acpi: Add SPCR and generic address definitions
` [PATCH v3 3/8] ns8250: Add base support for MMIO UARTs
` [PATCH v3 4/8] ns8250: Move base clock definition to a header
` [PATCH v3 5/8] ns8250: Add configuration parameter when adding ports
` [PATCH v3 6/8] ns8250: Use ACPI SPCR table when available to configure serial
` [PATCH v3 7/8] ns8250: Support more MMIO access sizes
` [PATCH v3 8/8] serial: Add ability to specify MMIO ports via 'serial'

[PATCH v2 0/3] Data Co-processor RNG Driver
 2022-12-23  1:44 UTC  (3+ messages)

Getting the latest and greatest Linux perf features on every Debian kernel
 2022-12-23  1:43 UTC  (6+ messages)

[char-misc-next] mei: gsc_proxy: add gsc proxy driver
 2022-12-23  1:42 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpf: fix nullness propagation for reg to reg comparisons
 2022-12-23  1:39 UTC  (4+ messages)

[PATCH v2 00/19] MediaTek MT8188 clock support
 2022-12-23  1:36 UTC  (5+ messages)
` [PATCH v2 10/19] clk: mediatek: Add MT8188 mfgcfg "

[PATCH] tty: serial: fsl_lpuart: increase maximum uart_nr to eight
 2022-12-23  1:39 UTC  (2+ messages)

[PATCH v3 0/5] notes.c: introduce "--no-blank-line" option
 2022-12-23  1:36 UTC  (3+ messages)

[PATCH] format-patch: add --mboxrd alias for --pretty=mboxrd
 2022-12-23  1:34 UTC  (6+ messages)
      ` [PATCH v2] format-patch: support format.mboxrd with --stdout

[PATCH 1/1] efi_loader: set UEFI specification version to 2.10
 2022-12-23  1:33 UTC 

[PATCH] mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
 2022-12-23  1:33 UTC  (4+ messages)

report default colors
 2022-12-23  1:32 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_color: disable degamma/gamma by default for CTM tests
 2022-12-23  1:31 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2022-12-23  1:28 UTC  (57+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH 01/27] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"
  `  "
` [Intel-gfx] [PATCH 02/27] KVM: x86/mmu: Factor out helper to get max mapping size of a memslot
  `  "
` [Intel-gfx] [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
  `  "
` [Intel-gfx] [PATCH 04/27] drm/i915/gvt: Verify VFIO-pinned page is THP when shadowing 2M gtt entry
  `  "
` [PATCH 05/27] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()
  ` [Intel-gfx] "
` [PATCH 06/27] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT
  ` [Intel-gfx] "
` [PATCH 07/27] drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns
  ` [Intel-gfx] "
` [PATCH 08/27] drm/i915/gvt: Hoist acquisition of vgpu_lock out to kvmgt_page_track_write()
  ` [Intel-gfx] "
` [PATCH 09/27] drm/i915/gvt: Protect gfn hash table with dedicated mutex
  ` [Intel-gfx] "
` [PATCH 10/27] KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
  ` [Intel-gfx] "
` [PATCH 11/27] KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
  ` [Intel-gfx] "
` [PATCH 12/27] KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
  ` [Intel-gfx] "
` [PATCH 13/27] KVM: x86: Reject memslot MOVE operations if KVMGT is attached
  ` [Intel-gfx] "
` [PATCH 14/27] drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot
  ` [Intel-gfx] "
` [PATCH 15/27] KVM: x86: Add a new page-track hook to handle memslot deletion
  ` [Intel-gfx] "
` [PATCH 16/27] drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region()
  ` [Intel-gfx] "
` [PATCH 17/27] KVM: x86: Remove the unused page-track hook track_flush_slot()
  ` [Intel-gfx] "
` [PATCH 18/27] KVM: x86/mmu: Move KVM-only page-track declarations to internal header
  ` [Intel-gfx] "
` [PATCH 19/27] KVM: x86/mmu: Use page-track notifiers iff there are external users
  ` [Intel-gfx] "
` [PATCH 20/27] KVM: x86/mmu: Drop infrastructure for multiple page-track modes
  ` [Intel-gfx] "
` [PATCH 21/27] KVM: x86/mmu: Rename page-track APIs to reflect the new reality
  ` [Intel-gfx] "
` [PATCH 22/27] KVM: x86/mmu: Assert that correct locks are held for page write-tracking
  ` [Intel-gfx] "
` [PATCH 23/27] KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled
  ` [Intel-gfx] "
` [PATCH 24/27] KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
  ` [Intel-gfx] "
` [PATCH 25/27] KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
  ` [Intel-gfx] "
` [PATCH 26/27] KVM: x86/mmu: Add page-track API to query if a gfn is valid
  ` [Intel-gfx] "
` [PATCH 27/27] drm/i915/gvt: Drop final dependencies on KVM internal details
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups

[PATCH BlueZ 1/5] shared/crypto: Adds bt_crypto_sih
 2022-12-23  1:24 UTC  (2+ messages)
` [BlueZ,1/5] "

[PATCH 1/1] efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWARE
 2022-12-23  1:20 UTC 

[Intel-wired-lan] [PATCH net-next 1/2] ice: Add support for 100G KR2/CR2/SR2 link reporting
 2022-12-23  1:16 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH net-next 2/2] ice: combine cases in ice_ksettings_find_adv_link_speed()

[PATCH] libbpf: fix crash when input null program point in USDT API
 2022-12-23  1:09 UTC  (2+ messages)

[PATCH v2 00/10] xfstests: update verity tests for non-4K block and page size
 2022-12-23  1:05 UTC  (11+ messages)
` [PATCH v2 01/10] common/verity: add and use _fsv_can_enable()
` [PATCH v2 02/10] common/verity: set FSV_BLOCK_SIZE to an appropriate value
` [PATCH v2 03/10] common/verity: use FSV_BLOCK_SIZE by default
` [PATCH v2 04/10] common/verity: add _filter_fsverity_digest()
` [PATCH v2 05/10] generic/572: support non-4K Merkle tree block size
` [PATCH v2 06/10] generic/573: "
` [PATCH v2 07/10] generic/577: "
` [PATCH v2 08/10] generic/574: test multiple Merkle tree block sizes
` [PATCH v2 09/10] generic/624: "
` [PATCH v2 10/10] generic/575: test 1K Merkle tree block size

[PATCH 0/5] MSM8996 eMMC boot fix
 2022-12-23  1:06 UTC  (4+ messages)

[PATCH 0/2] sched/membarrier, selftests: Introduce MEMBARRIER_CMD_GET_REGISTRATIONS
 2022-12-23  1:05 UTC  (3+ messages)

[PATCH v4 0/4] Convert deactivate_page() to folio_deactivate()
 2022-12-23  1:04 UTC  (3+ messages)
` [PATCH v4 4/4] mm/swap: "

[PATCH 0/3] KVM: arm64: Fix handling of S1PTW S2 fault on RO memslots
 2022-12-23  1:00 UTC  (13+ messages)
` [PATCH 2/3] KVM: arm64: Handle S1PTW translation with TCR_HA set as a write

[PATCH] branch: consider orphans when validate_branchname()
 2022-12-23  0:58 UTC 

kismet: WARNING: unmet direct dependencies detected for IOMMU_IO_PGTABLE_LPAE when selected by IPMMU_VMSA
 2022-12-23  1:00 UTC  (2+ messages)

[PATCH net] octeontx2-pf: Fix lmtst Id used in aura free
 2022-12-23  0:56 UTC 

[PATCH] tests: make 'test_oid' print trailing newline
 2022-12-23  0:56 UTC  (4+ messages)

[PATCH] watchdog: wdat_wdt: Avoid unimplemented get_timeleft
 2022-12-23  0:55 UTC  (2+ messages)

[PATCH bpf-next v5 00/17] xdp: hints via kfuncs
 2022-12-23  0:53 UTC  (11+ messages)
` [PATCH bpf-next v5 05/17] bpf: Introduce device-bound XDP programs
` [PATCH bpf-next v5 07/17] bpf: XDP metadata RX kfuncs
` [PATCH bpf-next v5 08/17] bpf: Support consuming XDP HW metadata from fext programs
` [PATCH bpf-next v5 11/17] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v5 17/17] selftests/bpf: Simple program to dump XDP RX metadata

[l1k:doe 13/16] lib/spdm.c:647:33: warning: & has lower precedence than !=; != will be evaluated first
 2022-12-23  0:52 UTC 

[Intel-gfx] [PATCH 0/2] drm/i915/dmc: Make firmware loading backwards-compatible
 2022-12-23  0:52 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/dmc: Use unversioned firmware paths

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-23  0:50 UTC  (11+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[peterz-queue:core/wip-u128 15/15] include/linux/atomic/atomic-instrumented.h:1946:9: error: implicit declaration of function 'arch_cmpxchg64'; did you mean 'arch_cmpxchg'?
 2022-12-23  0:49 UTC  (2+ messages)

[PATCH 0/3] eficonfig: add vertical scroll support
 2022-12-23  0:43 UTC  (4+ messages)
` [PATCH 2/3] eficonfig: refactor change boot order implementation

ld.lld: error: undefined symbol: devm_ti_sci_get_handle
 2022-12-23  0:40 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/19] Introduce __xchg, non-atomic xchg
 2022-12-23  0:40 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH] mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
 2022-12-23  0:38 UTC 

[V3 PATCH 0/2] Execute hypercalls from guests according to cpu
 2022-12-23  0:37 UTC  (5+ messages)
` [V3 PATCH 1/2] KVM: selftests: x86: Cache the cpu vendor type
` [V3 PATCH 2/2] KVM: selftests: x86: Add native hypercall support

Broken commit de47ff536363289f92f85ed1e4901724d238432d
 2022-12-23  0:36 UTC  (11+ messages)
` Broken commit d433c74eecdce1e4952ef4e8c712a9289c0dfcc2

arch/x86/mm/pgtable.c:305 pgd_prepopulate_pmd() warn: we never enter this loop
 2022-12-23  0:31 UTC 

[PATCH] riscv: add base extensions to enum riscv_isa_ext_id
 2022-12-23  0:30 UTC  (6+ messages)

[PATCH] configs: r8a77980: Condor: Enable MMC support by default
 2022-12-22 21:18 UTC 

[PATCH] ARM: renesas: condor: switch eMMC bus to 1V8
 2022-12-22 21:18 UTC 

Rockchip RK3328 4-byte addressing problem in SPI
 2022-12-22 20:15 UTC 

ANN: SELinux userspace 3.5-rc1 release
 2022-12-23  0:26 UTC 

[PATCH RFC net 1/2] tcp: Add TIME_WAIT sockets in bhash2
 2022-12-23  0:25 UTC  (3+ messages)

[patch] proc.5: tell how to parse /proc/*/stat correctly
 2022-12-23  0:21 UTC  (5+ messages)
` [oss-security] "

❌ FAIL: Test report for master (6.1.0, mainline.kernel.org-clang, 9d2f6060)
 2022-12-23  0:20 UTC 

[Buildroot] OpenSSH server connection reset
 2022-12-23  0:15 UTC 

[V3 PATCH 0/8] KVM: selftests: SEV: selftests for fd-based private memory
 2022-12-23  0:13 UTC  (9+ messages)
` [V3 PATCH 1/8] KVM: selftests: private_mem: Use native hypercall
` [V3 PATCH 2/8] KVM: selftests: Support mapping pagetables to guest virtual memory
` [V3 PATCH 3/8] KVM: selftests: x86: Support changing gpa encryption masks
` [V3 PATCH 4/8] KVM: selftests: Split SEV VM creation logic
` [V3 PATCH 5/8] KVM: selftests: Enable pagetable mapping for SEV VMs
` [V3 PATCH 6/8] KVM: selftests: Refactor private_mem_test
` [V3 PATCH 7/8] KVM: selftests: private_mem_test: Add support for SEV VMs
` [V3 PATCH 8/8] KVM: selftests: Add private mem test "

[f2fs-dev] [PATCH 1/2] f2fs_io: Fix out of tree builds
 2022-12-23  0:14 UTC  (3+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs_io: Define _FILE_OFFSET_BITS=64

vmlinux.o: warning: objtool: ___ksymtab_gpl+_RNvXsa_NtCsfATHBUcknU9_6kernel3strNtB5_9FormatterNtNtNtCs3yuwAp0waWO_4core3ops5deref5Deref5deref+0x0: data relocation to !ENDBR: _RNvXsa_NtCsfATHBUcknU9_6kernel3strNtB5_9FormatterNtNtNtCs3yuwAp0waWO_4core3ops5d
 2022-12-23  0:11 UTC 

[PATCH 5.15 0/2] Fix kvm selftest build failures in linux-5.15.y
 2022-12-23  0:09 UTC  (3+ messages)
` [PATCH 5.15 1/2] tools/include: Add _RET_IP_ and math definitions to kernel.h
` [PATCH 5.15 2/2] KVM: selftests: Fix build regression by using accessor function

[PATCH] fstests: btrfs/220: fix the test failure due to new default mount option
 2022-12-23  0:06 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix same object multiple mmap memory leak
 2022-12-23  0:01 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v3 1/2] arm: dts: arm: add arm corstone500 device tree
 2022-12-23  0:01 UTC  (2+ messages)

Adding V-ext regs to signal context w/o expanding kernel struct sigcontext to avoid glibc ABI break
 2022-12-22 23:58 UTC  (8+ messages)

[PATCH v2] wifi: mt76: fix potential memory leakage
 2022-12-22 23:57 UTC  (8+ messages)

[f2fs-dev] [PATCH] f2fs: let's avoid panic if extent_tree is not created
 2022-12-22 23:54 UTC  (2+ messages)
`  "

[RFC Patch net-next v5 00/13] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2022-12-22 23:50 UTC  (3+ messages)
` [RFC Patch net-next v5 01/13] net: dsa: microchip: ptp: add the posix clock support

[PATCH RFC net 2/2] tcp: Add selftest for bind() and TIME_WAIT
 2022-12-22 23:54 UTC  (2+ messages)

[PATCH 01/10] knotty: Ping the server/cooker periodically
 2022-12-22 23:47 UTC  (10+ messages)
` [PATCH 02/10] event: Add enable/disable heartbeat code
` [PATCH 03/10] event: builtins fix for 'd' deletion
` [PATCH 04/10] server/process: Run idle commands in a separate idle thread
` [PATCH 05/10] process: Improve client disconnect/idle sync
` [PATCH 06/10] process: Improve async command execution with idle interaction
` [PATCH 07/10] knotty: Avoid looping with tracebacks
` [PATCH 08/10] event: Always use threadlock
` [PATCH 09/10] server/process: Improve exception logging
` [PATCH 10/10] cooker/cookerdata: Rework the way the datastores are reset

Porting Xen in raspberry pi4B
 2022-12-22 23:42 UTC  (15+ messages)

drivers/hwmon/jc42.c:477 jc42_readable_reg() warn: always true condition '(reg >= 0) => (0-u32max >= 0)'
 2022-12-22 23:41 UTC  (3+ messages)

[PATCH v2] Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2
 2022-12-22 23:40 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.