LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-22 20:58:43 to 2024-01-22 23:55:40 UTC [more...]

[PATCH v18 000/121] KVM TDX basic feature support
 2024-01-22 23:53 UTC  (53+ messages)
` [PATCH v18 001/121] x86/virt/tdx: Export TDX KeyID information
` [PATCH v18 002/121] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v18 003/121] KVM: x86: Add is_vm_type_supported callback
` [PATCH v18 004/121] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v18 005/121] KVM: x86/vmx: initialize loaded_vmcss_on_cpu in vmx_hardware_setup()
` [PATCH v18 006/121] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v18 007/121] KVM: VMX: Reorder vmx initialization with kvm vendor initialization
` [PATCH v18 008/121] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v18 009/121] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v18 010/121] KVM: TDX: Make TDX VM type supported
` [PATCH v18 011/121] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v18 012/121] KVM: TDX: Define "
` [PATCH v18 013/121] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v18 014/121] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v18 015/121] KVM: TDX: Retry SEAMCALL on the lack of entropy error
` [PATCH v18 016/121] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v18 017/121] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v18 018/121] KVM: TDX: Add helper functions to allocate/free TDX private host key id
` [PATCH v18 019/121] KVM: TDX: Add helper function to read TDX metadata in array
` [PATCH v18 020/121] x86/virt/tdx: Get system-wide info about TDX module on initialization
` [PATCH v18 021/121] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v18 022/121] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v18 023/121] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v18 024/121] KVM: TDX: create/destroy VM structure
` [PATCH v18 025/121] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v18 026/121] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v18 027/121] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v18 028/121] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v18 029/121] KVM: TDX: create/free TDX vcpu structure
` [PATCH v18 030/121] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v18 031/121] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v18 032/121] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v18 033/121] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v18 034/121] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v18 035/121] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH v18 036/121] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v18 037/121] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v18 038/121] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask
` [PATCH v18 039/121] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v18 040/121] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v18 041/121] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v18 042/121] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v18 043/121] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v18 044/121] KVM: x86/mmu: Assume guest MMIOs are shared
` [PATCH v18 045/121] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v18 046/121] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v18 047/121] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v18 048/121] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v18 049/121] KVM: x86/tdp_mmu: Apply mmu notifier callback to only shared GPA
` [PATCH v18 050/121] KVM: x86/tdp_mmu: Sprinkle __must_check
` [PATCH v18 051/121] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v18 052/121] [MARKER] The start of TDX KVM patch series: TDX EPT violation

[PATCH v15 0/5] riscv: Add fine-tuned checksum functions
 2024-01-22 23:55 UTC  (8+ messages)
` [PATCH v15 5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum

[PATCH] genirq: Wake IRQ threads immediately when changing affinity
 2024-01-22 23:53 UTC 

[PATCH] cpufreq/amd-pstate: Fix setting scaling max/min freq values
 2024-01-22 23:52 UTC  (2+ messages)

[PATCH] riscv: remove unneeded #include <asm-generic/export.h>
 2024-01-22 23:52 UTC  (2+ messages)

[PATCH v4] PCI: Relabel JHL6540 on Lenovo X1 Carbon 7,8
 2024-01-22 23:50 UTC  (11+ messages)

[PATCH 0/2] btrfs: zoned: kick reclaim earlier on fast zoned devices
 2024-01-22 23:51 UTC  (5+ messages)
` [PATCH 1/2] btrfs: zoned: use rcu list for iterating devices to collect stats
` [PATCH 2/2] btrfs: zoned: wake up cleaner sooner if needed

[PATCH v2 00/10] mtd: rawnand: brcmnand: driver and doc updates
 2024-01-22 23:47 UTC  (4+ messages)
` [PATCH v2 01/10] dt-bindings: mtd: brcmnand: Updates for bcmbca SoCs

[PATCH] mm/mmap: introduce vma_range_init()
 2024-01-22 23:40 UTC  (3+ messages)

[RFC KERNEL PATCH v4 3/3] PCI/sysfs: Add gsi sysfs for pci_dev
 2024-01-22 23:37 UTC  (2+ messages)

[PATCH] iommu/amd: Mark interrupt as managed
 2024-01-22 23:34 UTC 

[PATCH] tick-sched: fix idle and iowait sleeptime accounting vs CPU hotplug
 2024-01-22 23:33 UTC  (4+ messages)

[PATCH] tick-sched: Preserve number of idle sleeps across CPU hotplug events
 2024-01-22 23:35 UTC 

[PATCH] staging: rtl8723bs: remove unnecessary braces in while loop
 2024-01-22 23:28 UTC  (3+ messages)
  `  "

[GIT PULL] Btrfs fixes for 6.8-rc2
 2024-01-22 23:27 UTC  (7+ messages)

[PATCH rdma-next v1 0/3] RDMA/mana_ib: Introduce three helper functions to clean code
 2024-01-22 23:23 UTC  (4+ messages)
` [PATCH rdma-next v1 1/3] RDMA/mana_ib: introduce mdev_to_gc helper function
` [PATCH rdma-next v1 2/3] RDMA/mana_ib: introduce mana_ib_get_netdev "
` [PATCH rdma-next v1 3/3] RDMA/mana_ib: introduce mana_ib_install_cq_cb "

[BUG] BUG: kernel NULL pointer dereference at ttm_device_init+0xb4
 2024-01-22 23:19 UTC  (3+ messages)

[PATCH] efivarfs: Iterate variables with increasing name buffer sizes
 2024-01-22 23:15 UTC 

[RESEND PATCH V2] mm: page_alloc: unreserve highatomic page blocks before oom
 2024-01-22 23:14 UTC  (6+ messages)

[net-next PATCH v9 0/5] net: phy: generic polarity + LED support for qca808x
 2024-01-22 23:14 UTC  (4+ messages)

[PATCH] rust: str: add to_ascii_{upper,lower}case() to CString
 2024-01-22 23:12 UTC  (6+ messages)

[PATCH][next] drm/nouveau/fifo/gk104: remove redundant variable ret
 2024-01-22 23:04 UTC  (3+ messages)

[PATCH v3 0/2] eventfs: Create dentries and inodes at dir open
 2024-01-22 23:03 UTC  (5+ messages)
` [PATCH v3 1/2] eventfs: Have the inodes all for files and directories all be the same

[PATCH v2 2/4] modpost: inform compilers that fatal() never returns
 2024-01-22 23:02 UTC  (3+ messages)

[PATCH V2] PCI: Clear errors logged in Secondary Status Register
 2024-01-22 23:00 UTC  (2+ messages)

[PATCH bpf-next v6 0/3] Skip callback tests if jit is disabled in test_verifier
 2024-01-22 22:59 UTC  (3+ messages)
` [PATCH bpf-next v6 2/3] selftests/bpf: Copy insn_is_pseudo_func() into testing_helpers

[RFC PATCH] locking/percpu-rwsem: do not do lock handoff in percpu_up_write
 2024-01-22 22:59 UTC 

[PATCH 0/9] Add exynos_pmu_update/read/write() APIs to exynos-pmu
 2024-01-22 22:57 UTC  (10+ messages)
` [PATCH 1/9] dt-bindings: watchdog: samsung-wdt: deprecate samsung,syscon-phandle
` [PATCH 2/9] soc: samsung: exynos-pmu: Add exynos_pmu_update/read/write APIs and SoC quirks
` [PATCH 3/9] watchdog: s3c2410_wdt: update to use new exynos_pmu_*() apis
` [PATCH 4/9] arm64: dts: fsd: remove deprecated samsung,syscon-phandle
` [PATCH 5/9] arm64: dts: exynosautov9: "
` [PATCH 6/9] arm64: dts: exynos850: "
` [PATCH 7/9] arm64: dts: exynos7: "
` [PATCH 8/9] ARM: dts: samsung: exynos4: "
` [PATCH 9/9] ARM: dts: exynos5250: "

[PATCH] tracing: add trace_seq_reset function
 2024-01-22 22:57 UTC  (4+ messages)

[PATCH v2 0/2] PCI: Protect VPD and PME accesses from power management
 2024-01-22 22:50 UTC  (5+ messages)
` [PATCH v2 2/2] PCI: Fix runtime PM race with PME polling

[PATCH 0/6] of: populate of_root node if bootloader doesn't
 2024-01-22 22:48 UTC  (4+ messages)
` [PATCH 6/6] of: Add KUnit test to confirm DTB is loaded

[RFC PATCH 0/5] x86: Build the core kernel using PIC codegen
 2024-01-22 22:44 UTC  (4+ messages)
` [RFC PATCH 4/5] x86/head64: Replace pointer fixups with PIE codegen

[PATCH] block/blk-mq: Don't complete locally if capacities are different
 2024-01-22 22:42 UTC 

BUG: kernel NULL pointer dereference, address: 0000000000000008
 2024-01-22 22:39 UTC  (4+ messages)
` BUG [RESEND]: "

[GIT PULL] cpupower update for Linux 6.8-rc2
 2024-01-22 22:35 UTC 

[PATCH v7 0/4] Introduce mseal()
 2024-01-22 22:34 UTC  (4+ messages)

[PATCH v2 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
 2024-01-22 22:32 UTC  (11+ messages)
` [PATCH v2 01/10] netfs: Don't use certain unnecessary folio_*() functions
` [PATCH v2 02/10] afs: "
` [PATCH v2 03/10] cifs: "
` [PATCH v2 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
` [PATCH v2 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
` [PATCH v2 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
` [PATCH v2 07/10] afs: Hide silly-rename files from userspace
` [PATCH v2 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
` [PATCH v2 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
` [PATCH v2 10/10] afs: Fix missing/incorrect unlocking of RCU read lock

[RFC PATCH v1 0/4] tsm: Runtime measurement registers ABI
 2024-01-22 22:32 UTC  (16+ messages)
` [RFC PATCH v1 3/4] tsm: Allow for mapping RTMRs to TCG TPM PCRs

[PATCH 0/2] mm: zswap: simplify zswap_swapoff()
 2024-01-22 22:31 UTC  (4+ messages)
` [PATCH 2/2] mm: zswap: remove unnecessary tree cleanups in zswap_swapoff()

[1/4] interconnect: qcom: icc-rpmh: Add QoS config support
 2024-01-22 22:29 UTC  (2+ messages)

[PATCH v10 00/20] timers: Move from a push remote at enqueue to a pull at expiry model
 2024-01-22 22:22 UTC  (7+ messages)
` [PATCH v10 03/20] timers: Move marking timer bases idle into tick_nohz_stop_tick()
` [PATCH v10 04/20] timers: Optimization for timer_base_try_to_set_idle()

[PATCH] docs: rework the driver-api top-level page
 2024-01-22 22:19 UTC 

[PATCH] docs: rework the userspace-api top page
 2024-01-22 22:18 UTC 

Recent-ish changes in binfmt_elf made my program segfault
 2024-01-22 22:12 UTC  (5+ messages)

[PATCH 0/2] Add the thermal zones of the rk3588 to its dts
 2024-01-22 22:09 UTC  (4+ messages)
` [PATCH 1/2] arm64: dts: rockchip: Add the rk3588 thermal zones

[PATCH] spi: Raise limit on number of chip selects
 2024-01-22 22:07 UTC  (2+ messages)

[PATCH] spi: bcm-qspi: fix SFDP BFPT read by usig mspi read
 2024-01-22 22:07 UTC  (2+ messages)

[BUG][BISECTED] Freeze at loading init ramdisk
 2024-01-22 22:06 UTC  (6+ messages)

[PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
 2024-01-22 22:01 UTC  (4+ messages)
` [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes

[PATCH 00/10] watchdog: rzg2l_wdt: Add support for RZ/G3S
 2024-01-22 22:00 UTC  (5+ messages)
` [PATCH 07/10] watchdog: rzg2l_wdt: Add suspend/resume support

[PATCH] sched/fair: Skip newidle_balance() when an idle CPU is woken up to process an IPI
 2024-01-22 21:59 UTC  (2+ messages)

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-22 21:56 UTC  (4+ messages)
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[PATCH] tracing: Ensure visibility when inserting an element into tracing_map
 2024-01-22 21:55 UTC  (2+ messages)

[PATCH v5 0/4] ASoC: qcom: volume fixes and codec cleanups
 2024-01-22 21:54 UTC  (2+ messages)
` (subset) "

[PATCH] ASoC: codecs: ES8326: Remove executable bit
 2024-01-22 21:54 UTC  (2+ messages)

[PATCH v4 0/4] ASoC: qcom: volume fixes and codec cleanups
 2024-01-22 21:54 UTC  (2+ messages)

[PATCH] rcu/nocb: Check rdp_gp->nocb_timer in __call_rcu_nocb_wake()
 2024-01-22 21:41 UTC  (8+ messages)

[linus:master] [mm] 8d59d2214c: vm-scalability.throughput -36.6% regression
 2024-01-22 21:39 UTC  (2+ messages)

[PATCH v3 0/2] kselftest/seccomp: Convert to KTAP output
 2024-01-22 21:37 UTC  (5+ messages)
` [PATCH v3 1/2] kselftest/seccomp: Use kselftest output functions for benchmark
` [PATCH v3 2/2] kselftest/seccomp: Report each expectation we assert as a KTAP test

[PATCH 00/14] Add suspend to ram support for PCIe on J7200
 2024-01-22 21:36 UTC  (5+ messages)
` [PATCH 14/14] PCI: j721e: add suspend and resume support

[PATCH] eventfs: Save directory inodes in the eventfs_inode structure
 2024-01-22 21:35 UTC  (2+ messages)

[for-linus][PATCH 0/3] eventfs: A few more fixes for 6.8
 2024-01-22 21:33 UTC  (11+ messages)
` [for-linus][PATCH 1/3] eventfs: Have the inodes all for files and directories all be the same

[PATCH v2 0/2] kselftest/seccomp: Convert to KTAP output
 2024-01-22 21:32 UTC  (5+ messages)
` [PATCH v2 1/2] kselftest/seccomp: Use kselftest output functions for benchmark
` [PATCH v2 2/2] kselftest/seccomp: Report each expectation we assert as a KTAP test

[PATCH] MAINTAINERS: Drop my "+dt" sub-address
 2024-01-22 21:32 UTC  (2+ messages)

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2024-01-22 21:30 UTC  (10+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "

[PATCH v5 net-next 00/13] net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHY
 2024-01-22 21:28 UTC  (14+ messages)
` [PATCH v5 net-next 01/13] net: phy: Add BaseT1 auto-negotiation constants
` [PATCH v5 net-next 02/13] net: phy: Support 100/1000BT1 linkmode advertisements
` [PATCH v5 net-next 03/13] net: phy: c45: detect 100/1000BASE-T1 "
` [PATCH v5 net-next 04/13] net: phy: marvell-88q2xxx: fix typos
` [PATCH v5 net-next 05/13] net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHY
` [PATCH v5 net-next 06/13] net: phy: marvell-88q2xxx: add interrupt support for link detection
` [PATCH v5 net-next 07/13] net: phy: marvell-88q2xxx: add suspend / resume ops
` [PATCH v5 net-next 08/13] net: phy: marvell-88q2xxx: add support for temperature sensor
` [PATCH v5 net-next 09/13] net: phy: marvell-88q2xxx: add cable test support
` [PATCH v5 net-next 10/13] net: phy: marvell-88q2xxx: make mv88q2xxx_config_aneg generic
` [PATCH v5 net-next 11/13] net: phy: marvell-88q2xxx: switch to mv88q2xxx_config_aneg
` [PATCH v5 net-next 12/13] net: phy: marvell-88q2xxx: cleanup mv88q2xxx_config_init
` [PATCH v5 net-next 13/13] net: phy: marvell-88q2xxx: remove redundant code

[PATCH v2 00/33] spi: get rid of some legacy macros
 2024-01-22 21:29 UTC  (4+ messages)
` [PATCH v2 13/33] mtd: rawnand: fsl_elbc: Let .probe retry if local bus is missing

[PATCH] ipv6: Ensure natural alignment of const ipv6 loopback and router addresses
 2024-01-22 21:27 UTC 

[PATCH] devcoredump: Remove devcoredump device if failing device is gone
 2024-01-22 21:24 UTC  (3+ messages)

[RFC 0/1] RFC: Allow busy poll to be set per epoll instance
 2024-01-22 21:16 UTC  (4+ messages)
` [RFC 1/1] eventpoll: support busy poll "

[PATCH] MAINTAINERS: Drop Frank Rowand from DT maintainership
 2024-01-22 21:15 UTC 

[PATCH v1 0/9] fuse: basic support for idmapped mounts
 2024-01-22 21:13 UTC  (3+ messages)

[PATCH] i40e: fix a memleak in i40e_init_recovery_mode
 2024-01-22 21:10 UTC  (2+ messages)

[PATCH] net: ethernet: qualcomm: Remove QDF24xx support
 2024-01-22 21:09 UTC  (4+ messages)

[PATCH] bus: imx-weim: fix imx_weim_gpr_setup()
 2024-01-22 20:57 UTC 

[PATCH] fjes: fix memleaks in fjes_hw_setup
 2024-01-22 21:05 UTC  (2+ messages)

[PATCH] kselftest/arm64: Test that ptrace takes effect in the target process
 2024-01-22 21:05 UTC 

[PATCH v5] x86/resctrl: Add event choices for mba_MBps
 2024-01-22 20:58 UTC  (9+ messages)
` [PATCH v2] x86/resctrl: Implement new mba_MBps throttling heuristic


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).