All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-26 14:29:51 to 2024-02-26 14:55:04 UTC [more...]

[PATCH 00/18] Add audio support for the MediaTek Genio 350-evk board
 2024-02-26 14:54 UTC  (3+ messages)

[PATCH v15 1/3] dt-bindings: adc: add AD7173
 2024-02-26 14:55 UTC  (3+ messages)

[REGRESSION 6.1.70] system calls with CIFS mounts failing with "Resource temporarily unavailable"
 2024-02-26 14:54 UTC  (4+ messages)

[PATCH v2 00/28] qemu-img: refersh options and --help handling, cleanups
 2024-02-26 14:54 UTC  (12+ messages)
` [PATCH 06/28] qemu-img: create: refresh options/--help
` [PATCH 16/28] qemu-img: snapshot: make -l (list) the default, simplify option handling
` [PATCH 19/28] qemu-img: resize: do not always eat last argument
` [PATCH 26/28] qemu-img: implement short --help, remove global help() function
` [PATCH 27/28] qemu-img: inline list of supported commands, remove qemu-img-cmds.h include

[PATCH 1/3] platform/x86/intel/vsec: Remove nuisance message
 2024-02-26 14:54 UTC  (2+ messages)

[PATCH] vfio: amba: Rename pl330_ids[] to vfio_amba_ids[]
 2024-02-26 14:54 UTC  (2+ messages)

[PATCH 00/10] reset: Make whole system three-phase-reset aware
 2024-02-26 14:50 UTC  (8+ messages)
` [PATCH 01/10] hw/i386: Store pointers to IDE buses in PCMachineState
` [PATCH 06/10] hw/core: Add ResetContainer which holds objects implementing Resettable

[PATCH] platform/x86/amd/pmf: Fix missing error code in amd_pmf_init_smart_pc()
 2024-02-26 14:53 UTC  (2+ messages)

[PATCH v2] usb: port: Don't try to peer unused USB ports based on location
 2024-02-26 14:52 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()
 2024-02-26 14:52 UTC  (3+ messages)
` [PATCH] drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()

[PATCHSET v3 0/8] Support for provided buffers for send
 2024-02-26 14:52 UTC  (6+ messages)
` [PATCH 8/8] io_uring/net: set MSG_MORE if we're doing multishot send and have more

CVE-2023-52451: powerpc/pseries/memhp: Fix access beyond end of drmem array
 2024-02-26 14:52 UTC  (2+ messages)

[PATCH v1] net: sfp: add quirks for ODI DFP-34X-2C2
 2024-02-26 14:51 UTC  (5+ messages)

[PATCH v2 0/3] hw/ide: Make "ide_internal.h" really internal
 2024-02-26 13:51 UTC  (8+ messages)
` [PATCH v2 3/3] hw/ide: Include 'ide_internal.h' from current path

[meta-arago][kirkstone][PATCH] graphics: kms++: Enable OmapCard support in pykms library
 2024-02-26 14:51 UTC  (8+ messages)

[PATCH v2 00/15] hw/southbridge: Extract ICH9 QOM container model
 2024-02-26 13:39 UTC  (6+ messages)
` [PATCH v2 08/15] hw/pci-bridge: Extract QOM ICH definitions to 'ich9_dmi.h'

drm-misc migration to Gitlab server
 2024-02-26 14:50 UTC  (5+ messages)

[RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor
 2024-02-26 14:49 UTC  (75+ messages)
` [RFC PATCH 01/73] KVM: Documentation: Add the specification for PVM
` [RFC PATCH 02/73] x86/ABI/PVM: Add PVM-specific ABI header file
` [RFC PATCH 03/73] x86/entry: Implement switcher for PVM VM enter/exit
` [RFC PATCH 04/73] x86/entry: Implement direct switching for the switcher
` [RFC PATCH 05/73] KVM: x86: Set 'vcpu->arch.exception.injected' as true before vendor callback
` [RFC PATCH 06/73] KVM: x86: Move VMX interrupt/nmi handling into kvm.ko
` [RFC PATCH 07/73] KVM: x86/mmu: Adapt shadow MMU for PVM
` [RFC PATCH 08/73] KVM: x86: Allow hypercall handling to not skip the instruction
` [RFC PATCH 09/73] KVM: x86: Add PVM virtual MSRs into emulated_msrs_all[]
` [RFC PATCH 10/73] KVM: x86: Introduce vendor feature to expose vendor-specific CPUID
` [RFC PATCH 11/73] KVM: x86: Implement gpc refresh for guest usage
` [RFC PATCH 12/73] KVM: x86: Add NR_VCPU_SREG in SREG enum
` [RFC PATCH 13/73] KVM: x86/emulator: Reinject #GP if instruction emulation failed for PVM
` [RFC PATCH 14/73] KVM: x86: Create stubs for PVM module as a new vendor
` [RFC PATCH 15/73] mm/vmalloc: Add a helper to reserve a contiguous and aligned kernel virtual area
` [RFC PATCH 16/73] KVM: x86/PVM: Implement host mmu initialization
` [RFC PATCH 17/73] KVM: x86/PVM: Implement module initialization related callbacks
` [RFC PATCH 18/73] KVM: x86/PVM: Implement VM/VCPU "
` [RFC PATCH 19/73] x86/entry: Export 32-bit ignore syscall entry and __ia32_enabled variable
` [RFC PATCH 20/73] KVM: x86/PVM: Implement vcpu_load()/vcpu_put() related callbacks
` [RFC PATCH 21/73] KVM: x86/PVM: Implement vcpu_run() callbacks
` [RFC PATCH 22/73] KVM: x86/PVM: Handle some VM exits before enable interrupts
` [RFC PATCH 23/73] KVM: x86/PVM: Handle event handling related MSR read/write operation
` [RFC PATCH 24/73] KVM: x86/PVM: Introduce PVM mode switching
` [RFC PATCH 25/73] KVM: x86/PVM: Implement APIC emulation related callbacks
` [RFC PATCH 26/73] KVM: x86/PVM: Implement event delivery flags "
` [RFC PATCH 27/73] KVM: x86/PVM: Implement event injection "
` [RFC PATCH 28/73] KVM: x86/PVM: Handle syscall from user mode
` [RFC PATCH 29/73] KVM: x86/PVM: Implement allowed range checking for #PF
` [RFC PATCH 30/73] KVM: x86/PVM: Implement segment related callbacks
` [RFC PATCH 31/73] KVM: x86/PVM: Implement instruction emulation for #UD and #GP
` [RFC PATCH 32/73] KVM: x86/PVM: Enable guest debugging functions
` [RFC PATCH 33/73] KVM: x86/PVM: Handle VM-exit due to hardware exceptions
` [RFC PATCH 34/73] KVM: x86/PVM: Handle ERETU/ERETS synthetic instruction
` [RFC PATCH 35/73] KVM: x86/PVM: Handle PVM_SYNTHETIC_CPUID "
` [RFC PATCH 36/73] KVM: x86/PVM: Handle KVM hypercall
` [RFC PATCH 37/73] KVM: x86/PVM: Use host PCID to reduce guest TLB flushing
` [RFC PATCH 38/73] KVM: x86/PVM: Handle hypercalls for privilege instruction emulation
` [RFC PATCH 39/73] KVM: x86/PVM: Handle hypercall for CR3 switching
` [RFC PATCH 40/73] KVM: x86/PVM: Handle hypercall for loading GS selector
` [RFC PATCH 41/73] KVM: x86/PVM: Allow to load guest TLS in host GDT
` [RFC PATCH 42/73] KVM: x86/PVM: Support for kvm_exit() tracepoint
` [RFC PATCH 43/73] KVM: x86/PVM: Enable direct switching
` [RFC PATCH 44/73] KVM: x86/PVM: Implement TSC related callbacks
` [RFC PATCH 45/73] KVM: x86/PVM: Add dummy PMU "
` [RFC PATCH 46/73] KVM: x86/PVM: Support for CPUID faulting
` [RFC PATCH 47/73] KVM: x86/PVM: Handle the left supported MSRs in msrs_to_save_base[]
` [RFC PATCH 48/73] KVM: x86/PVM: Implement system registers setting callbacks
` [RFC PATCH 49/73] KVM: x86/PVM: Implement emulation for non-PVM mode
` [RFC PATCH 50/73] x86/tools/relocs: Cleanup cmdline options
` [RFC PATCH 51/73] x86/tools/relocs: Append relocations into input file
` [RFC PATCH 52/73] x86/boot: Allow to do relocation for uncompressed kernel
` [RFC PATCH 53/73] x86/pvm: Add Kconfig option and the CPU feature bit for PVM guest
` [RFC PATCH 54/73] x86/pvm: Detect PVM hypervisor support
` [RFC PATCH 55/73] x86/pvm: Relocate kernel image to specific virtual address range
` [RFC PATCH 56/73] x86/pvm: Relocate kernel image early in PVH entry
` [RFC PATCH 57/73] x86/pvm: Make cpu entry area and vmalloc area variable
` [RFC PATCH 58/73] x86/pvm: Relocate kernel address space layout
` [RFC PATCH 59/73] x86/pti: Force enabling KPTI for PVM guest
` [RFC PATCH 60/73] x86/pvm: Add event entry/exit and dispatch code
` [RFC PATCH 61/73] x86/pvm: Allow to install a system interrupt handler
` [RFC PATCH 62/73] x86/pvm: Add early kernel event entry and dispatch code
` [RFC PATCH 63/73] x86/pvm: Add hypercall support
` [RFC PATCH 64/73] x86/pvm: Enable PVM event delivery
` [RFC PATCH 65/73] x86/kvm: Patch KVM hypercall as PVM hypercall
` [RFC PATCH 66/73] x86/pvm: Use new cpu feature to describe XENPV and PVM
` [RFC PATCH 67/73] x86/pvm: Implement cpu related PVOPS
` [RFC PATCH 68/73] x86/pvm: Implement irq "
` [RFC PATCH 69/73] x86/pvm: Implement mmu "
` [RFC PATCH 70/73] x86/pvm: Don't use SWAPGS for gsbase read/write
` [RFC PATCH 71/73] x86/pvm: Adapt pushf/popf in this_cpu_cmpxchg16b_emu()
` [RFC PATCH 72/73] x86/pvm: Use RDTSCP as default in vdso_read_cpunode()
` [RFC PATCH 73/73] x86/pvm: Disable some unsupported syscalls and features

[GIT PULL FOR 6.9] Small Wave5 Fixes
 2024-02-26 14:49 UTC 

[XEN PATCH] automation: Rework "build-each-commit-gcc" test
 2024-02-26 14:49 UTC  (3+ messages)

[PATCH net-next] bnxt_en: fix accessing vnic_info before allocating it
 2024-02-26 14:49 UTC 

[PATCH 00/13] enable bs > ps in XFS
 2024-02-26 14:49 UTC  (7+ messages)
` [PATCH 03/13] filemap: align the index to mapping_min_order in the page cache
` [PATCH 04/13] filemap: use mapping_min_order while allocating folios
` [PATCH 05/13] readahead: set file_ra_state->ra_pages to be at least mapping_min_order

[PATCH v6 0/5] string list functions
 2024-02-26 14:47 UTC  (2+ messages)

[RFC PATCH] rpm: add PACKAGECONFIG for openmp and disable it by default for native builds
 2024-02-26 14:47 UTC  (3+ messages)
` [OE-core] "

[atishp04:counter_delegation_rfc] [tools/perf] 8c248155fb: perf-sanity-tests.PMU_event_table_sanity.fail
 2024-02-26 14:47 UTC 

[PATCH v13 00/14] PCI devices passthrough on Arm, part 3
 2024-02-26 14:47 UTC  (4+ messages)
` [PATCH v13 01/14] vpci: use per-domain PCI lock to protect vpci structure
  ` [PATCH v13.3 "

[PATCH v7 2/4] event/dlb2: remove superfluous rte_memcpy
 2024-02-26 14:47 UTC  (4+ messages)
` [PATCH v9] net/bnx2x: fix warnings about rte_memcpy lengths

[Bug 218490] New: Linux warning `usb: port power management may be unreliable` on Dell PowerEdge T440
 2024-02-26 14:47 UTC  (2+ messages)
` [Bug 218490] "

[PATCH 0/4] Fix defines in rf69.h
 2024-02-26 14:47 UTC  (7+ messages)
` [PATCH 1/4] staging: pi433: Remove a duplicated F_OSC define
` [PATCH 3/4] staging: pi433: Remove a duplicated FIFO_SIZE define
` [PATCH 4/4] staging: pi433: Move FIFO_THRESHOLD define to source file

[GIT PULL] arm64: tegra: Device tree fixes for v6.8
 2024-02-26 14:45 UTC  (2+ messages)

[PATCH v3 1/3] drm/amdgpu: replace TLB seq callback with HW seq
 2024-02-26 14:45 UTC  (2+ messages)

dtschema: i2c: messy situation about timeouts
 2024-02-26 14:45 UTC  (2+ messages)

What's cooking in git.git (Jan 2024, #01; Tue, 2)
 2024-02-26 14:44 UTC  (9+ messages)

[PATCH md-6.9 00/10] md/raid1: refactor read_balance() and some minor fix
 2024-02-26 14:44 UTC  (3+ messages)
` [PATCH md-6.9 07/10] md/raid1: factor out choose_slow_rdev() from read_balance()

[PATCH v3] dt-bindings: timer: Add support for cadence TTC PWM
 2024-02-26 14:44 UTC  (2+ messages)

[PATCH] dm vdo: Fix a use-after-free in load_index_save()
 2024-02-26 14:41 UTC 

[PATCH v8 00/38] ep93xx device tree conversion
 2024-02-26 14:42 UTC  (4+ messages)
` [PATCH v8 23/38] input: keypad: ep93xx: add DT support for Cirrus EP93xx

[PATCH V2] thermal/drivers/qoriq: fix getting tmu range
 2024-02-26 14:43 UTC  (2+ messages)

[PATCH 00/11] Provide SEV-SNP support for running under an SVSM
 2024-02-26 14:42 UTC  (8+ messages)
` [PATCH 10/11] x86/sev: Extend the config-fs attestation support for "

[PATCH V1] migration: export fewer options
 2024-02-26 14:41 UTC  (3+ messages)

tprobe event tracing error
 2024-02-26 14:41 UTC 

[PATCH] curl: improve reproducibility
 2024-02-26 14:41 UTC  (2+ messages)
` [OE-core] "

[PATCH 0/3] arm: mach-imx: tzasc: port lock id_swap_bypass bit
 2024-02-26 14:40 UTC  (4+ messages)
` [PATCH 1/3] arm: mach-imx: tzasc: "
` [PATCH 2/3] arm: mach-imx: set cpu type in pbl
` [PATCH 3/3] arm: mach-imx: tzasc: convert to cpu_is_mx8xyz macros

[RFC]: raw packet filtering via tc-flower
 2024-02-26 14:40 UTC  (9+ messages)

[PATCH 0/4] go: improve vendoring
 2024-02-26 14:40 UTC  (5+ messages)
` [PATCH 1/4] classes: go-vendor: improve handling of go vendoring
` [PATCH 2/4] recipetool: go: do not restore go.mod/sum file
` [PATCH 3/4] recipetool: go: ignore 'go: *' log messages
` [PATCH 4/4] recipetool: go: apply pylint recommendations

CVE-2024-26606: binder: signal epoll threads of self-work
 2024-02-26 14:39 UTC 

[PATCH v2 0/2] GPU hang replay
 2024-02-26 14:39 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Support replaying GPU hangs with captured context image

[linyunsheng:pcp_test] 8991ea0d3b: kernel_BUG_at_mm/page_alloc.c
 2024-02-26 14:38 UTC 

[PATCH v4 00/30] Enable build of full Xen for RISC-V
 2024-02-26 14:37 UTC  (14+ messages)
` [PATCH v4 12/30] xen/riscv: introduce cmpxchg.h

[PATCH v2 0/6] RCU tasks fixes for v6.9
 2024-02-26 14:37 UTC  (7+ messages)

MCTP - Socket Queue Behavior
 2024-02-26 14:37 UTC  (8+ messages)

[PATCH 1/2] iio: adc: ti-ads1298: Fix error code in probe()
 2024-02-26 14:37 UTC  (4+ messages)

[PATCH v3 0/8] usb: cdns: fix suspend on J7200 by assuming reset-on-resume
 2024-02-26 14:35 UTC  (7+ messages)
` [PATCH v3 1/8] dt-bindings: usb: ti,j721e-usb: drop useless compatible list

[PATCH] Remove a bogus empty file
 2024-02-26 14:36 UTC 

[PATCH] clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu()
 2024-02-26 14:35 UTC  (8+ messages)
` [cocci] [PATCH] clk: imx: scu: Use common error handling code "
  `  "
    ` [cocci] "
      `  "

[tip:x86/fred] [x86/fred] 65c9cc9e2c: WARNING:kernel_stack
 2024-02-26 14:34 UTC 

[PATCH v2] hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init()
 2024-02-26 14:35 UTC  (2+ messages)

b4 using specified base-commit yet still fails to apply?
 2024-02-26 14:34 UTC 

[PATCH v2 1/1] leds: expresswire: Don't use "proxy" headers
 2024-02-26 14:34 UTC  (6+ messages)

[PATCH v2] migration: Fix qmp_query_migrate mbps value
 2024-02-26 14:33 UTC 

[Outreachy][PATCH 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
 2024-02-26 14:33 UTC  (2+ messages)
` [Outreachy][PATCH 2/2] Port helper/test-sha256.c and helper/test-sha1.c to unit-tests/t-hash.c

NX-protected page
 2024-02-26 14:34 UTC  (8+ messages)
  `  "

Invalid URL, ignoring: --noplugin=input,hog(8)
 2024-02-26 14:29 UTC 

[PATCH 0/2] netfilter: bridge_netfilter:
 2024-02-26 14:21 UTC  (3+ messages)
` [PATCH nf 1/2] netfilter: bridge: confirm multicast packets before passing them up the stack
` [PATCH nf 2/2] selftests: netfilter: add bridge conntrack + multicast test case

[PATCH net-next v3 0/3] net: stmmac: Allow driver-specific AXI configuration
 2024-02-26 14:33 UTC  (7+ messages)
` [PATCH net-next v3 3/3] net: stmmac: Configure AXI on Tegra234 MGBE

Chromium sandbox on LoongArch and statx -- seccomp deep argument inspection again?
 2024-02-26 14:33 UTC  (11+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-02-26 14:32 UTC  (3+ messages)
` [PATCH v19 004/130] x86/virt/tdx: Support global metadata read for all element sizes

[PATCH 0/3] x86/entry: More cleanup
 2024-02-26 14:32 UTC  (3+ messages)
` [PATCH 3/3] x86/entry: Introduce EFRAME_* constants

[PATCH v2 0/4] add support of MARK and RSS flow action
 2024-02-26 14:31 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] ethdev: add function to check representor port

[PATCH] drm/xe: use KMEM_CACHE() to create xe_hw_fence cache
 2024-02-26 14:31 UTC  (2+ messages)
` ✓ CI.BAT: success for "

[PATCH] ARM: dts: aspeed: ahe50dc: Update lm25066 regulator name
 2024-02-26 14:31 UTC  (4+ messages)

[PATCH v4 00/36] Memory allocation profiling
 2024-02-26 14:31 UTC  (5+ messages)
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline

[RFC WIP PATCH] venus: add qcom,no-low-power property
 2024-02-26 14:30 UTC  (14+ messages)

[PATCH 0/3] mtd: rawnand: More continuous read fixes
 2024-02-26 14:28 UTC  (2+ messages)

[PATCH v3 0/9] auxdisplay: linedisp: Clean up and add new driver
 2024-02-26 14:30 UTC  (4+ messages)

[PATCH v6 00/10] x86: Confine early 1:1 mapped startup code
 2024-02-26 14:30 UTC  (11+ messages)
` [PATCH v6 01/10] x86/startup_64: Simplify CR4 handling in "
` [PATCH v6 02/10] x86/startup_64: Defer assignment of 5-level paging global variables
` [PATCH v6 03/10] x86/startup_64: Simplify calculation of initial page table address
` [PATCH v6 04/10] x86/startup_64: Simplify virtual switch on primary boot
` [PATCH v6 05/10] x86/sme: Avoid SME/SVE related checks on non-SME/SVE platforms
` [PATCH v6 06/10] efi/libstub: Add generic support for parsing mem_encrypt=
` [PATCH v6 07/10] x86/boot: Move mem_encrypt= parsing to the decompressor
` [PATCH v6 08/10] x86/sme: Move early SME kernel encryption handling into .head.text
` [PATCH v6 09/10] x86/sev: Move early startup code into .head.text section
` [PATCH v6 10/10] x86/startup_64: Drop global variables keeping track of LA57 state

[PATCHv3] nvme: authentication error are always non-retryable
 2024-02-26 14:30 UTC 

[PATCH] MAINTAINERS: Drop myself as maintainer of TYPEC port controller drivers
 2024-02-26 14:30 UTC  (3+ messages)

[RCF 0/1] mm/mempolicy: weighted interleave system default weights
 2024-02-26 14:29 UTC  (6+ messages)
` [RFC 1/1] mm/mempolicy: introduce system default interleave weights


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.