LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-18 20:32:50 to 2024-03-18 23:46:34 UTC [more...]

[PATCH] video: fbdev: au1200fb: replace deprecated strncpy with strscpy
 2024-03-18 23:46 UTC 

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-18 23:46 UTC  (13+ messages)
` [PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v19 078/130] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v19 120/130] KVM: TDX: Add a method to ignore dirty logging

[PATCH] x86, relocs: Ignore relocations in .notes section on walk_relocs
 2024-03-18 23:45 UTC  (4+ messages)

[PATCH] software node: Implement device_get_match_data fwnode callback
 2024-03-18 23:42 UTC 

[PATCH] perf/x86/rapl: Prefer struct_size over open coded arithmetic
 2024-03-18 23:40 UTC  (2+ messages)

[PATCH] KEYS: prevent NULL pointer dereference in find_asymmetric_key()
 2024-03-18 23:39 UTC  (2+ messages)

[PATCH v4 00/15] KVM: SEV: allow customizing VMSA features
 2024-03-18 23:33 UTC  (16+ messages)
` [PATCH v4 01/15] KVM: SVM: Invert handling of SEV and SEV_ES feature flags
` [PATCH v4 02/15] KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
` [PATCH v4 03/15] KVM: x86: use u64_to_user_addr()
` [PATCH v4 04/15] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
` [PATCH v4 05/15] KVM: SEV: publish supported VMSA features
` [PATCH v4 06/15] KVM: SEV: store VMSA features in kvm_sev_info
` [PATCH v4 07/15] KVM: x86: add fields to struct kvm_arch for CoCo features
` [PATCH v4 08/15] KVM: x86: Add supported_vm_types to kvm_caps
` [PATCH v4 09/15] KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
` [PATCH v4 10/15] KVM: SEV: introduce to_kvm_sev_info
` [PATCH v4 11/15] KVM: SEV: define VM types for SEV and SEV-ES
` [PATCH v4 12/15] KVM: SEV: introduce KVM_SEV_INIT2 operation
` [PATCH v4 13/15] KVM: SEV: allow SEV-ES DebugSwap again
` [PATCH v4 14/15] selftests: kvm: add tests for KVM_SEV_INIT2
` [PATCH v4 15/15] selftests: kvm: switch to using KVM_X86_*_VM

[PATCH] usb: gadget: mv_u3d: replace deprecated strncpy with strscpy
 2024-03-18 23:31 UTC 

[PATCH v3 0/3] Add initial support for T95 TV boxes
 2024-03-18 23:28 UTC  (4+ messages)
` [PATCH v3 3/3] arm64: dts: allwinner: h616: add support for T95 tv boxes

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-18 23:22 UTC  (5+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-03-18 23:20 UTC  (8+ messages)

[PATCH] mm: zswap: fix kernel BUG in sg_init_one
 2024-03-18 23:16 UTC  (4+ messages)

[PATCH] clk: imx: imx8mp: Add pm_runtime support for power saving
 2024-03-18 23:16 UTC  (2+ messages)

[PATCH v2 0/8] Setting live video input format for ZynqMP DPSUB
 2024-03-18 23:16 UTC  (3+ messages)
` [PATCH v2 2/8] drm: xlnx: zynqmp_dpsub: Update live format defines

[GIT PULL] KVM: x86: Late CPUID related fix for 6.9
 2024-03-18 23:16 UTC 

[PATCH v4 0/6] Add support i.MX95 BLK CTL module clock features
 2024-03-18 23:11 UTC  (7+ messages)

[PATCH] usb: gadget: u_ether: replace deprecated strncpy with strscpy
 2024-03-18 23:10 UTC 

[PATCH v3] x86/asm: Force native_apic_mem_read to use mov
 2024-03-18 23:09 UTC  (2+ messages)
` [PATCH v4] x86/asm: Force native_apic_mem_read() to use the MOV instruction

[PATCH 0/2] timers: More fixes
 2024-03-18 23:07 UTC  (3+ messages)
` [PATCH 1/2] timers/migration: Fix endless timer requeue after idle interrupts
` [PATCH 2/2] timers: Fix removed self-IPI on global timer's enqueue in nohz_full

[PATCH 0/7] KVM: SEV fixes for 6.9
 2024-03-18 23:04 UTC  (10+ messages)
` [PATCH 1/7] KVM: SVM: Set sev->asid in sev_asid_new() instead of overloading the return
` [PATCH 2/7] KVM: SVM: Use unsigned integers when dealing with ASIDs
` [PATCH 3/7] KVM: SVM: Add support for allowing zero SEV ASIDs
` [PATCH 4/7] KVM: SVM: Return -EINVAL instead of -EBUSY on attempt to re-init SEV/SEV-ES
` [PATCH 5/7] KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP
` [PATCH 6/7] Documentation: kvm/sev: separate description of firmware
` [PATCH 7/7] Documentation: kvm/sev: clarify usage of KVM_MEMORY_ENCRYPT_OP

[RFC 0/1] hwmon: (hp-wmi-sensors) Support autoloading
 2024-03-18 23:04 UTC  (3+ messages)
` [RFC PATCH 1/1] hwmon: (hp-wmi-sensors) Add missing MODULE_DEVICE_TABLE()

[PATCH] tty: n_gsm: replace deprecated strncpy with strscpy
 2024-03-18 23:02 UTC 

[PATCH][next] stddef: Introduce struct_group_tagged_attr() helper macro
 2024-03-18 23:00 UTC 

[PATCH v3 00/15] KVM: SEV: allow customizing VMSA features
 2024-03-18 22:55 UTC  (6+ messages)
` [PATCH v3 04/15] KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
` [PATCH v3 10/15] KVM: x86: add fields to struct kvm_arch for CoCo features

[PATCH v6 00/13] Add support for NIST P521 to ecdsa
 2024-03-18 22:54 UTC  (33+ messages)
` [PATCH v6 02/13] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH v6 03/13] crypto: ecdsa - Adjust tests on length of key parameters
` [PATCH v6 04/13] crypto: ecdsa - Extend res.x mod n calculation for NIST P521
` [PATCH v6 05/13] crypto: ecc - Add nbits field to ecc_curve structure
` [PATCH v6 06/13] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
` [PATCH v6 07/13] crypto: ecc - Add special case for NIST P521 in ecc_point_mult
` [PATCH v6 08/13] crypto: ecc - Add NIST P521 curve parameters
` [PATCH v6 09/13] crypto: ecdsa - Replace ndigits with nbits where precision is needed
` [PATCH v6 10/13] crypto: ecdsa - Rename keylen to bufsize where necessary
` [PATCH v6 11/13] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH v6 12/13] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521

[PATCH bpf-next v4 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-18 22:52 UTC  (5+ messages)
` [PATCH bpf-next v4 2/6] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH bpf-next v4 3/6] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc

[syzbot] [mm?] kernel BUG in sg_init_one
 2024-03-18 22:52 UTC  (19+ messages)

[PATCH 0/3] KVM: VMX: Disable LBRs if CPU doesn't have callstacks
 2024-03-18 22:51 UTC  (7+ messages)
` [PATCH 1/3] KVM: VMX: Snapshot LBR capabilities during module initialization
` [PATCH 2/3] perf/x86/intel: Expose existence of callback support to KVM
` [PATCH 3/3] KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacks

[PATCH v3 1/1] x86/hyperv: Use Hyper-V entropy to seed guest random number generator
 2024-03-18 22:49 UTC  (4+ messages)

[PATCH v2] soc: qcom: cmd-db: replace deprecated strncpy with strtomem
 2024-03-18 22:49 UTC 

[PATCH] iio: adc: ad7944: simplify adi,spi-mode property parsing
 2024-03-18 22:48 UTC  (3+ messages)

[PATCH] soc: qcom: cmd-db: replace deprecated strncpy with memcpy
 2024-03-18 22:47 UTC  (3+ messages)

[GIT PULL v2] dlm fixes for 6.9
 2024-03-18 22:47 UTC  (3+ messages)

[GIT PULL v2] tracing: Updates for v6.9
 2024-03-18 22:47 UTC  (2+ messages)

[GIT PULL] ktest: Updates for 6.9
 2024-03-18 22:47 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2024-03-18 22:47 UTC  (2+ messages)

[GIT PULL] sysctl changes for v6.9-rc1
 2024-03-18 22:47 UTC  (2+ messages)

[PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
 2024-03-18 22:46 UTC  (7+ messages)

[PATCH 00/25] Introduce support of audio for Amlogic A1 SoC family
 2024-03-18 22:43 UTC  (11+ messages)
` [PATCH 01/25] clk: meson: a1: restrict an amount of 'hifi_pll' params
` [PATCH 12/25] ASoC: meson: t9015: add support for A1 SoC family

[PATCH 4/4] selftests/resctrl: Adjust SNC support messages
 2024-03-18 22:43 UTC  (22+ messages)

[tip:timers/core] BUILD SUCCESS 86c54c846e126d6f7cbfacefa0cfeaed6f67207b
 2024-03-18 22:37 UTC 

linux-next: error fetching the clockevents tree
 2024-03-18 22:36 UTC 

[PATCH] thermal: intel: int340x_thermal: replace deprecated strncpy with strscpy
 2024-03-18 22:36 UTC 

[RFC PATCH v3 0/5] mm: support large folios swap-in
 2024-03-18 22:35 UTC  (4+ messages)
` [RFC PATCH v3 4/5] mm: swap: introduce swapcache_prepare_nr and swapcache_clear_nr for "

WQ_UNBOUND workqueue warnings from multiple drivers
 2024-03-18 22:33 UTC 

[PATCH v4 0/4] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
 2024-03-18 22:31 UTC  (3+ messages)

[PATCH 0/3] bit more FS_IOC_GETFSUUID, FS_IOC_GETFSSYSFSPATH
 2024-03-18 22:22 UTC  (6+ messages)
` [PATCH 3/3] ext4: Add support for FS_IOC_GETFSSYSFSPATH

[PATCH] scsi: target: core: replace deprecated strncpy with strscpy
 2024-03-18 22:07 UTC 

[PATCH v2 2/3] mm/damon: profiling enhancement
 2024-03-18 21:59 UTC  (2+ messages)

[syzbot] [kvm?] WARNING in __kvm_gpc_refresh
 2024-03-18 21:55 UTC  (4+ messages)

[PATCH 0/3] ACPI/NUMA: SRAT/CEDT fixes and updates
 2024-03-18 21:55 UTC  (11+ messages)
` [PATCH 1/3] x86/numa: Fix SRAT lookup for CFMWS ranges with numa_fill_memblks()
` [PATCH 1/3] x86/numa: Fix SRAT lookup of "
` [PATCH 2/3] ACPI/NUMA: Print CXL Early Discovery Table (CEDT)
` [PATCH 3/3] ACPI/NUMA: Remove architecture dependent remainings

[RFC v3 0/5] overlayfs: Optimize override/revert creds
 2024-03-18 21:54 UTC  (4+ messages)
` [RFC v3 1/5] cleanup: Fix discarded const warning when defining lock guard

[PATCH] ubsan: Remove unused function
 2024-03-18 21:53 UTC  (2+ messages)

[syzbot] [v9fs?] KMSAN: uninit-value in v9fs_evict_inode
 2024-03-18 21:49 UTC  (2+ messages)

[PATCH] caif: Use UTILITY_NAME_LENGTH instead of hard-coding 16
 2024-03-18 21:47 UTC  (3+ messages)

[syzbot] [net?] [bpf?] possible deadlock in __lock_task_sighand (2)
 2024-03-18 21:47 UTC 

[PATCH] scsi: target: replace deprecated strncpy with strscpy
 2024-03-18 21:42 UTC  (2+ messages)

[PATCH v3] keys: update key quotas in key_put()
 2024-03-18 21:38 UTC  (7+ messages)

[syzbot] [v9fs?] KMSAN: uninit-value in v9fs_evict_inode
 2024-03-18 21:38 UTC  (2+ messages)

[PATCH v3 0/8] Clean up libperf cpumap's empty function
 2024-03-18 21:37 UTC  (5+ messages)

[PATCH] staging: rtl8712: Rename blnPending to bln_pending
 2024-03-18 21:36 UTC 

[PATCH v2 0/2] Add board-id support for multiple DT selection
 2024-03-18 21:36 UTC  (6+ messages)
` [PATCH v2 2/2] dt-bindings: qcom: Update DT bindings for multiple DT

[PATCH v4 0/2] of: populate of_root_node if not set (alternate)
 2024-03-18 21:31 UTC  (6+ messages)
` [PATCH v4 1/2] of: create of_root if no dtb provided

[PATCH bpf-next v4 1/2] bpf: Remove arch_unprotect_bpf_trampoline()
 2024-03-18 21:30 UTC  (2+ messages)

[PATCH] riscv: Define TASK_SIZE_MAX for __access_ok()
 2024-03-18 21:29 UTC  (3+ messages)

[PATCH 2/2] hwmon: pmbus: adp1050 : Add driver support
 2024-03-18 21:28 UTC  (2+ messages)

[PATCH v4] kunit: tool: add ability to parse multiple files
 2024-03-18 21:27 UTC 

[PATCH v7 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-03-18 21:26 UTC  (5+ messages)
` [PATCH v7 7/8] perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metrics
    ` [EXT] "

[PATCH] perf build: fix out of tree build
 2024-03-18 21:25 UTC  (3+ messages)

linux-next: duplicate patch in the vfs-brauner tree
 2024-03-18 21:23 UTC 

[PATCH 0/5] clk: qcom: apss-ipq-pll: various cleanups
 2024-03-18 21:23 UTC  (4+ messages)
` [PATCH 2/5] clk: qcom: apss-ipq-pll: use an 1-D array for Huayra pll register offsets

[PATCH v4] soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request
 2024-03-18 21:22 UTC  (3+ messages)
  `  "

[PATCH 0/2] Add POWERTIP PH128800T006-ZHC01 panel
 2024-03-18 21:21 UTC  (3+ messages)
` [PATCH 2/2] drm/panel: simple: Add POWERTIP PH128800T006-ZHC01 panel entry

[PATCH 1/2] perf script: Show also errors for --insn-trace option
 2024-03-18 21:20 UTC  (2+ messages)

[PATCH v3 0/4] Memory management patches needed by Rust Binder
 2024-03-18 21:16 UTC  (9+ messages)
` [PATCH v3 1/4] rust: uaccess: add userspace pointers
` [PATCH v3 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST

[PATCH v3] kunit: tool: add ability to parse multiple files
 2024-03-18 21:16 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the net tree
 2024-03-18 21:14 UTC 

[PATCH v2 rcu/dev 1/2] rcu/tree: Reduce wake up for synchronize_rcu() common case
 2024-03-18 21:05 UTC  (2+ messages)

[RFC 00/14] Dynamic Kernel Stacks
 2024-03-18 21:02 UTC  (13+ messages)

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-03-18 21:02 UTC  (3+ messages)
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[RFC PATCH v15 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-03-18 20:58 UTC  (6+ messages)
` [RFC PATCH v15 18/21] ipe: enable support for fs-verity as a trust provider

[PATCH] riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/
 2024-03-18 20:53 UTC  (6+ messages)

[PATCH 0/3] NXP S32G3 SoC initial bring-up
 2024-03-18 20:50 UTC  (3+ messages)
` [PATCH 2/3] net: stmmac: Add NXP S32 SoC family support

[PATCH v3 0/5] dmaengine: fsl-sdma: Some improvement for fsl-sdma
 2024-03-18 20:44 UTC  (6+ messages)
` [PATCH v3 1/5] dmaengine: imx-sdma: Support allocate memory from internal SRAM (iram)
` [PATCH v3 2/5] dmaengine: imx-sdma: Support 24bit/3bytes for sg mode
` [PATCH v3 3/5] dmaengine: imx-sdma: Add multi fifo for DEV_TO_DEV
` [PATCH v3 4/5] dt-bindings: fsl-imx-sdma: Add I2C peripheral types ID
` [PATCH v3 5/5] dmaengine: imx-sdma: Add i2c dma support

[PATCH v3 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-03-18 20:45 UTC  (2+ messages)
` [f2fs-dev] "

[GIT PULL] f2fs update for 6.9-rc1
 2024-03-18 20:45 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 1/2] nvme-tcp: Export the nvme_tcp_wq to sysfs
 2024-03-18 20:41 UTC  (2+ messages)

[PATCH v2] vmstat: Keep count of the maximum page reached by the kernel stack
 2024-03-18 20:40 UTC  (2+ messages)

[PATCH net-next v1 1/1] nfc: st95hf: Switch to using gpiod API
 2024-03-18 20:39 UTC 

[PATCH] drivers/nvme: Add quirks for device 126f:2262
 2024-03-18 20:38 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).