All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-17 14:00:14 to 2022-03-17 14:41:58 UTC [more...]

[PATCH v2 00/11] A few cleanup and fixup patches for migration
 2022-03-18 11:17 UTC  (3+ messages)
` [PATCH v2 03/11] mm/migration: remove unneeded local variable page_lru
` [PATCH v2 05/11] mm/migration: use helper function vma_lookup() in add_page_for_migration

[PATCH v1 00/10] Introduce support for MediaTek MT8192 Google Chromebooks
 2022-03-17 14:40 UTC  (5+ messages)
` [PATCH v1 06/10] arm64: dts: mediatek: asurada: Add keyboard mapping for the top row

[PATCH v14 0/6] Add mutex support for MDP
 2022-03-17 14:39 UTC  (18+ messages)
` [PATCH v14 1/6] soc: mediatek: mutex: add common interface to accommodate multiple modules operationg MUTEX
` [PATCH v14 2/6] soc: mediatek: mutex: add 8183 MUTEX MOD settings for MDP
` [PATCH v14 3/6] dt-bindings: soc: mediatek: move out common module from display folder
` [PATCH v14 4/6] dt-bindings: soc: mediatek: add gce-client-reg for MUTEX
` [PATCH v14 5/6] dts: arm64: mt8183: add GCE client property for Mediatek MUTEX
` [PATCH v14 6/6] soc: mediatek: mutex: add functions that operate registers by CMDQ

[PATCH 00/19] ASoC: fsl_micfil: Driver updates
 2022-03-17 14:41 UTC  (4+ messages)
` [PATCH 10/19] dma: imx-sdma: Add multi fifo support

[ammarfaizi2-block:axboe/linux-block/for-5.18/io_uring 30/39] fs/io_uring.c:5879:68: sparse: sparse: incorrect type in initializer (different base types)
 2022-03-17 14:40 UTC 

[PATCH] net/nfp: add the restrict of setting the mtu
 2022-03-17 14:39 UTC 

[PATCH] selftests: net: fix array_size.cocci warning
 2022-03-17 14:40 UTC  (2+ messages)

[PATCH] selftests/powerpc: Add a test of 4PB SLB handling
 2022-03-17 14:39 UTC 

[PATCH v2] dt-bindings: irqchip: mrvl,intc: refresh maintainers
 2022-03-17 14:39 UTC  (2+ messages)

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-17 13:59 UTC  (56+ messages)
` [RFC PATCH v3 01/36] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [RFC PATCH v3 02/36] i386: Introduce tdx-guest object
` [RFC PATCH v3 03/36] target/i386: Implement mc->kvm_type() to get VM type
` [RFC PATCH v3 04/36] target/i386: Introduce kvm_confidential_guest_init()
` [RFC PATCH v3 05/36] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [RFC PATCH v3 06/36] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [RFC PATCH v3 07/36] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [RFC PATCH v3 08/36] i386/tdx: Adjust get_supported_cpuid() for TDX VM
` [RFC PATCH v3 09/36] KVM: Introduce kvm_arch_pre_create_vcpu()
` [RFC PATCH v3 10/36] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [RFC PATCH v3 11/36] i386/tdx: Initialize TDX before creating TD vcpus
` [RFC PATCH v3 12/36] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [RFC PATCH v3 13/36] i386/tdx: Wire CPU features up with attributes of TD guest
` [RFC PATCH v3 14/36] i386/tdx: Validate TD attributes
` [RFC PATCH v3 15/36] i386/tdx: Implement user specified tsc frequency
` [RFC PATCH v3 16/36] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [RFC PATCH v3 17/36] pflash_cfi01/tdx: Introduce ram_mode of pflash for TDVF
` [RFC PATCH v3 18/36] i386/tdvf: Introduce function to parse TDVF metadata
` [RFC PATCH v3 19/36] i386/tdx: Parse TDVF metadata for TDX VM
` [RFC PATCH v3 20/36] i386/tdx: Get and store the mem_ptr of TDVF firmware
` [RFC PATCH v3 21/36] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [RFC PATCH v3 22/36] i386/tdx: Track RAM entries for TDX VM
` [RFC PATCH v3 23/36] i386/tdx: Create the TD HOB list upon machine init done
` [RFC PATCH v3 24/36] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [RFC PATCH v3 25/36] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [RFC PATCH v3 26/36] i386/tdx: Finalize TDX VM
` [RFC PATCH v3 27/36] i386/tdx: Disable SMM for TDX VMs
` [RFC PATCH v3 28/36] i386/tdx: Disable PIC "
` [RFC PATCH v3 29/36] i386/tdx: Don't allow system reset "
` [RFC PATCH v3 30/36] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [RFC PATCH v3 31/36] hw/i386: add option to forcibly report edge trigger in acpi tables
` [RFC PATCH v3 32/36] i386/tdx: Don't synchronize guest tsc for TDs
` [RFC PATCH v3 33/36] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [RFC PATCH v3 34/36] i386/tdx: Skip kvm_put_apicbase() "
` [RFC PATCH v3 35/36] i386/tdx: Don't get/put guest state for TDX VMs
` [RFC PATCH v3 36/36] docs: Add TDX documentation

[PATCHv6 00/30] TDX Guest: TDX core support
 2022-03-17 14:39 UTC  (10+ messages)
` [PATCHv6 05/30] x86/tdx: Exclude shared bit from __PHYSICAL_MASK
` [PATCHv6 06/30] x86/traps: Refactor exc_general_protection()
` [PATCHv6 25/30] x86/tdx: Make pages shared in ioremap()

[PATCH net-next 0/3] Add support for 1588 in LAN8814
 2022-03-17 14:38 UTC  (4+ messages)

[RFC] serial: mxc: get the clock frequency from the used clock for the device
 2022-03-17 14:38 UTC  (2+ messages)

[PATCH] loop: add WQ_MEM_RECLAIM flag to per device workqueue
 2022-03-17 14:38 UTC  (2+ messages)

[PATCH] ext4/053: check that remount with abort makes fs read-only
 2022-03-17 14:37 UTC  (2+ messages)

[ovmf test] 168663: regressions - FAIL
 2022-03-17 14:37 UTC 

depmod scanning / priority question
 2022-03-17 14:38 UTC 

[PATCH v4 0/3] Add lpass pin control support for audio on sc7280 based targets
 2022-03-17 14:37 UTC  (4+ messages)
` [PATCH v4 1/3] arm64: dts: qcom: sc7280: Add pinctrl for wcd938x codec reset and CTIA/OMTP headset selection
` [PATCH v4 2/3] arm64: dts: qcom: sc7280: Add pinmux for I2S speaker and Headset
` [PATCH v4 3/3] arm64: dts: qcom: sc7280: add lpass lpi pin controller node

[PATCH 0/2]
 2022-03-17 14:37 UTC  (3+ messages)
` [PATCH 1/2] media: v4l2: Make colorspace validity checks more future-proof
` [PATCH 2/2] media: v4l2: Sanitize colorspace values in the framework

[PATCH liburing 1/1] tests: don't sleep too much for rsrc tags
 2022-03-17 14:35 UTC 

AF_XDP busy poll receives packets in batches of 8 on i40e
 2022-03-17 14:36 UTC 

[libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
 2022-03-17 14:14 UTC  (4+ messages)

pull request: mt76 2022-03-18
 2022-03-17 14:32 UTC  (2+ messages)

[PATCH net] openvswitch: always update flow key after NAT
 2022-03-17 14:30 UTC  (4+ messages)
` [ovs-dev] "

[PATCH 3/7] xfs: xfs_ail_push_all_sync() stalls when racing with updates
 2022-03-17 14:30 UTC 

[PATCH v3] x86/cet: Use dedicated NOP4 for cf_clobber
 2022-03-17 14:29 UTC  (3+ messages)

[RFC PATCH v4 00/15] Landlock LSM
 2022-03-17 14:29 UTC  (4+ messages)
` [RFC PATCH v4 03/15] landlock: landlock_find/insert_rule refactoring

[PATCH V2 16/32] x86/sgx: Support restricting of enclave page permissions
 2022-03-17 14:28 UTC  (12+ messages)

[PATCH v3 0/2] mm: fix cma allocation fail sometimes
 2022-03-17 14:26 UTC  (5+ messages)
` [PATCH v3 1/2] mm: cma: fix allocation may "

[PATCH] dt-bindings: irqchip: mrvl,intc: refresh maintainers
 2022-03-17 14:27 UTC  (3+ messages)

[XEN PATCH] evtchn/fifo: Don't set PENDING bit if guest misbehaves
 2022-03-17 14:26 UTC  (3+ messages)

[PATCHv2 0/3] nvmet: unique discovery subsystem
 2022-03-17 14:26 UTC  (4+ messages)
` [PATCH 1/3] nvmet: check for subsystem type in nvmet_find_get_subsys()
` [PATCH 2/3] nvmet: make the subsystem type configurable
` [PATCH 3/3] nvmet: include all configured ports in discovery log page for unique discover controller

[PATCH] drm/amd/display: Fixed the unused-but-set-variable warning
 2022-03-17 14:25 UTC  (4+ messages)

[PATCH 0/2] livepatch: fix handling of (some) relocations
 2022-03-17 14:25 UTC  (6+ messages)
` [PATCH 1/2] livepatch: do not ignore sections with 0 size

[PATCH 0/5] Volatile fanotify marks
 2022-03-17 14:25 UTC  (4+ messages)
` [PATCH 1/5] fsnotify: move inotify control flags to mark flags

[PATCH] arm64: versal: Do not place u-boot to reserved memory location
 2022-03-17 14:25 UTC 

[PATCH v2 01/12] rtw89: modify dcfo_comp to share with chips
 2022-03-17 14:24 UTC  (2+ messages)

[PATCH] thunderbolt: Stop using iommu_present()
 2022-03-17 14:21 UTC  (12+ messages)

[PATCH 1/1] drm/amdkfd: Protect the Client whilst it is being operated on
 2022-03-17 14:19 UTC  (2+ messages)

radeon ring 0 test failed on arm64
 2022-03-17 14:21 UTC  (14+ messages)

[powerpc] 5.17-rc8-next-20220317 build break kernel/sched/fair.o
 2022-03-17 14:23 UTC  (2+ messages)

[PATCH v1 0/3] Enable EAS for CPPC/ACPI based systems
 2022-03-17 14:20 UTC  (4+ messages)
` [PATCH v1 1/3] cpufreq: CPPC: Add cppc_cpufreq_search_cpu_data

[PATCH] ASoC: SOF: topology: Use kmemdup() to replace kzalloc + memcpy
 2022-03-17 13:21 UTC  (2+ messages)

[PATCH v4 0/3] Add soundcard support for sc7280 based platforms
 2022-03-17 14:20 UTC  (7+ messages)
` [PATCH v4 1/3] arm64: dts: qcom: sc7280: Add nodes for va tx and rx macros and external codecs
` [PATCH v4 2/3] arm64: dts: qcom: sc7280: Add lpass cpu node

[Bridge] [PATCH net-next 0/3] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-17 14:19 UTC  (8+ messages)
` [Bridge] [PATCH net-next 3/3] net: dsa: mv88e6xxx: mac-auth/MAB implementation
          `  "

[PATCH] rtw89: Fix spelling mistake "Mis-Match" -> "Mismatch"
 2022-03-17 14:17 UTC  (2+ messages)

[PATCH] brcmfmac: p2p: Fix spelling mistake "Comback" -> "Comeback"
 2022-03-17 14:17 UTC  (2+ messages)

[PATCH v4 0/3] mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N
 2022-03-17 14:16 UTC  (6+ messages)
` [PATCH v4 2/3] "

[PATCH v2 0/8] arm64: mvebu: Support for Marvell 98DX2530 (and variants)
 2022-03-17 14:14 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: pinctrl: mvebu: Document bindings for AC5

[PATCH v2] mm/hmm/test: simplify hmm test code: use miscdevice instead of char dev
 2022-03-17 14:15 UTC  (7+ messages)

[PATCH] spi: amd: Configure device speed
 2022-03-17 14:14 UTC 

[PATCH v5 1/4] ACPI / x86: Add support for LPS0 callback handler
 2022-03-17 14:14 UTC  (4+ messages)
` [PATCH v5 2/4] platform/x86: amd-pmc: Move to later in the suspend process
` [PATCH v5 3/4] platform/x86: amd-pmc: Output error codes in messages
` [PATCH v5 4/4] platform/x86: amd-pmc: Drop CPU QoS workaround

[PATCH] iwlwifi: mei: fix building iwlmei
 2022-03-17 14:15 UTC  (2+ messages)

[hardknott][PATCH 0/6] Pull request
 2022-03-17 14:14 UTC 

[syzbot] WARNING: kmalloc bug in snd_pcm_plugin_alloc (2)
 2022-03-17 14:13 UTC  (4+ messages)

[PATCH] drm/vc4: add tracepoints for CL submissions
 2022-03-17 14:13 UTC  (7+ messages)
` (subset) "

[PATCH 1/3] platform/x86: Check validity of EBDA pointer in mpparse.c
 2022-03-17 14:04 UTC  (6+ messages)
  ` [Devel] "
` [PATCH 2/3] acpica: Check that the EBDA pointer is in valid range
  ` [Devel] "
` [PATCH 3/3] acpica: Do not touch VGA memory when EBDA < 1KiB
  ` [Devel] "

[PATCH v3 0/4] Add VIRTIO_RING_F_INDIRECT_SIZE and queue_indirect_size
 2022-03-17 14:12 UTC  (3+ messages)
` [PATCH v3 4/4] Add CCW configuration field "indirect_num"
  ` [virtio-comment] "

[PATCH 0/3] platform/x86, apcica: Sanitize EBDA pointer from memory
 2022-03-17 14:03 UTC  (2+ messages)
` [Devel] "

[PATCH v3 net-next 0/5] bridge: dsa: switchdev: mv88e6xxx: Implement bridge flood flags
 2022-03-17 14:10 UTC  (8+ messages)
` [PATCH 2/5] net: bridge: Implement bridge flood flag

[PATCH iproute2-next v5 0/2] GTP support for ip link and tc flowers
 2022-03-17 14:02 UTC  (5+ messages)
` [PATCH iproute2-next v5 1/2] ip: GTP support in ip link

multiuser mount option regression
 2022-03-17 14:09 UTC  (6+ messages)

[RFC PATCH v2 00/10] Support microcode updates affecting SGX
 2022-03-17 14:08 UTC  (4+ messages)
` [RFC PATCH v2 01/10] x86/sgx: Introduce mechanism to prevent new initializations of EPC pages

[PATCH bpf-next] net: Use skb->len to check the validity of the parameters in bpf_skb_load_bytes
 2022-03-17 14:08 UTC  (7+ messages)

[PATCH v2] docs: scheduler: Convert schedutil.txt to ReST
 2022-03-17 14:07 UTC  (4+ messages)

[PATCH -next v2] jbd2: Fix null-ptr-deref when process reserved list in jbd2_journal_commit_transaction
 2022-03-17 14:21 UTC 

[PATCH 0/3] optimizations for io accounting
 2022-03-17 14:06 UTC  (3+ messages)
` [PATCH 1/3] block: don't show disk stats if io accounting is disabled

[PATCH net-next 0/3] bridge: dsa: switchdev: mv88e6xxx: Implement local_receive bridge flag
 2022-03-17 14:05 UTC  (4+ messages)

[RFC] staging/vSMP: new driver
 2022-03-17 14:05 UTC  (5+ messages)

[PATCH -next] PCI: hv: Remove unused function hv_set_msi_entry_from_desc()
 2022-03-17 14:03 UTC  (2+ messages)

[PATCH] x86/hvm: Include interruptibility state in hvm_hw_cpu
 2022-03-17 14:03 UTC  (6+ messages)

[DRBD-announce] linstor-gateway v0.12.0-rc.1
 2022-03-17 14:03 UTC 

arm64 execve/clone sys_exit tracepoints
 2022-03-17 14:02 UTC  (3+ messages)

Fanotify Directory exclusion not working when using FAN_MARK_MOUNT
 2022-03-17 14:02 UTC  (11+ messages)

Question about vmstate_register(), dc->vmsd and instance_id
 2022-03-17 13:58 UTC 

[LTP] [PATCH 1/2] syscalls/quotactl04: Use correct min_kver version check
 2022-03-17 14:01 UTC  (3+ messages)
` [LTP] [PATCH 2/2] syscalls/quotactl: Remove tst_require_quota_support

[PATCH v11 0/3] xen/arm64: io: Decode ldr/str post-indexing instruction
 2022-03-17 14:00 UTC  (4+ messages)
` [PATCH v11 1/3] xen/arm64: io: Emulate instructions (with invalid ISS) on MMIO region
` [PATCH v11 2/3] xen/arm64: io: Handle the abort due to access to stage1 translation table
` [PATCH v11 3/3] xen/arm64: io: Handle data abort due to cache maintenance instructions

runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available
 2022-03-17 14:00 UTC  (9+ messages)
` [yocto] "

[mingo-tip:master 413/2335] kernel/bpf/core.c:62:6: warning: no previous prototype for function 'bpf_jit_dump'
 2022-03-17 13:59 UTC 


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.