linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-29 17:24:46 to 2022-10-30 06:26:40 UTC [more...]

[PATCH v10 000/108] KVM TDX basic feature support
 2022-10-30  6:22 UTC  (37+ messages)
` [PATCH v10 001/108] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v10 002/108] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v10 003/108] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v10 004/108] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v10 005/108] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v10 006/108] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v10 007/108] KVM: TDX: Make TDX VM type supported
` [PATCH v10 008/108] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v10 009/108] KVM: TDX: Define "
` [PATCH v10 010/108] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v10 011/108] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v10 012/108] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v10 013/108] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v10 014/108] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v10 015/108] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v10 016/108] KVM: TDX: create/destroy VM structure
` [PATCH v10 017/108] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v10 018/108] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v10 019/108] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v10 020/108] KVM: Support KVM_CAP_MAX_VCPUS for KVM_ENABLE_CAP
` [PATCH v10 021/108] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v10 022/108] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v10 023/108] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v10 024/108] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v10 025/108] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v10 026/108] KVM: TDX: Use private memory for TDX
` [PATCH v10 027/108] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v10 028/108] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v10 029/108] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v10 030/108] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v10 031/108] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v10 032/108] KVM: x86/mmu: Make sync_page not use hard-coded 0 as the initial SPTE value
` [PATCH v10 033/108] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v10 034/108] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_{value, mask}
` [PATCH v10 036/108] KVM: TDX: Enable mmio spte caching always for TDX
` [PATCH v10 037/108] KVM: x86/mmu: Disallow fast page fault on private GPA

[RFC PATCH v1 0/1] Support to use own workqueue for each LED
 2022-10-30  6:07 UTC  (2+ messages)
` [RFC PATCH v1 1/1] leds: support "

[PATCH 00/15] Introduce Architectural LBR for vPMU
 2022-10-30  6:06 UTC  (5+ messages)

[PATCH] reset: ti-sci: honor TI_SCI_PROTOCOL setting when not COMPILE_TEST
 2022-10-30  5:56 UTC 

[syzbot] memory leak in regulatory_hint_core
 2022-10-30  5:41 UTC  (2+ messages)

[PATCH] OPP: decouple dt properties in opp_parse_supplies()
 2022-10-30  5:34 UTC  (3+ messages)

[RESEND PATCH v2 0/3] queue freezing improvement and cleanups
 2022-10-30  5:26 UTC  (4+ messages)
` [RESEND PATCH v2 1/3] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
` [RESEND PATCH v2 2/3] blk-mq: remove blk_freeze_queue
` [RESEND PATCH v2 3/3] block: hide back blk_freeze_queue_start and export its blk-mq alias

[PATCH v3] block: simplify blksize_bits() implementation
 2022-10-30  5:20 UTC 

How to convert I/O iterators to iterators, sglists and RDMA lists
 2022-10-30  5:01 UTC  (9+ messages)
` [PATCH v2 01/12] get rid of unlikely() on page_copy_sane() calls
  ` [PATCH v2 12/12] use less confusing names for iov_iter direction initializers

[PATCH v1 1/2] Input: matrix_keypad - add missed header inclusion
 2022-10-30  4:55 UTC  (7+ messages)
` [PATCH v1 2/2] Input: matrix_keypad - replace header inclusions by forward declarations

[PATCH v2 1/2] gpiolib: of: factor out quirk setting polarity via separate property
 2022-10-30  4:40 UTC  (2+ messages)
` [PATCH v2 2/2] gpiolib: of: add polarity quirk for Freescale PCIe controller

[PATCH v13 0/2] Introduce XSAVE feature self-test
 2022-10-30  4:22 UTC  (3+ messages)
` [PATCH v13 1/2] selftests/x86/xstate: Add xstate signal handling test for XSAVE feature
` [PATCH v13 2/2] selftests/x86/xstate: Add xstate fork "

[PATCH] drm/amd/pm: replace ternary operator with max()
 2022-10-30  4:03 UTC  (2+ messages)

[PATCH v2] block: simplify blksize_bits() implementation
 2022-10-30  3:52 UTC  (5+ messages)

[PATCH v4] f2fs: support errors=remount-ro|continue|panic mountoption
 2022-10-30  3:50 UTC 

[PATCHv3] mm: use stack_depot for recording kmemleak's backtrace
 2022-10-30  3:45 UTC  (2+ messages)

[PATCH] [next] i915/gvt: remove hardcoded value on crc32_start calculation
 2022-10-30  3:36 UTC 

[for-next PATCH v5 00/11] RDMA/rxe: Add RDMA FLUSH operation
 2022-10-30  3:33 UTC  (4+ messages)
` [for-next PATCH v5 05/11] RDMA/rxe: Allow registering persistent flag for pmem MR only

[PATCH 6.0 00/20] 6.0.4-rc1 review
 2022-10-30  3:33 UTC  (5+ messages)
` [PATCH 6.0 19/20] mm/huge_memory: do not clobber swp_entry_t during THP split

[PATCH 1/2] kunit: tool: make unit test not print parsed testdata to stdout
 2022-10-30  3:31 UTC  (2+ messages)

[PATCH] kunit: alloc_string_stream_fragment error handling bug fix
 2022-10-30  3:20 UTC  (2+ messages)

[PATCH v2 0/3] queue freezing improvement and cleanups
 2022-10-30  3:17 UTC  (5+ messages)
` [PATCH v2 1/3] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
` [PATCH v2 2/3] blk-mq: remove blk_freeze_queue
` [PATCH v2 3/3] block: hide back blk_freeze_queue_start and export its blk-mq alias

[PATCH for-next v2] RDMA/rxe: Fix mr->map double free
 2022-10-30  3:04 UTC 

[PATCH] kasan: allow sampling page_alloc allocations for HW_TAGS
 2022-10-30  2:59 UTC  (2+ messages)

[PATCH for-next] RDMA/rxe: Fix mr->map double free
 2022-10-30  2:53 UTC  (2+ messages)

[PATCH] staging: vchiq: add 'static' to function definition
 2022-10-30  2:43 UTC  (4+ messages)

[GIT PULL] smb3 client fixes
 2022-10-30  2:40 UTC 

[PATCH 0/3] cleanups for queue freezing functions
 2022-10-30  2:27 UTC  (4+ messages)
` [PATCH 1/3] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
    `  "

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-10-30  2:17 UTC  (31+ messages)
` [PATCH 01/13] mm: Update ptep_get_lockless()s comment

[syzbot] KASAN: null-ptr-deref Read in drop_buffers
 2022-10-30  2:04 UTC 

[GIT PULL] random number generator fixes for 6.1-rc3
 2022-10-30  1:36 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 6.0-rc2
 2022-10-30  1:29 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.1-rc3
 2022-10-30  1:29 UTC  (2+ messages)

[PATCH v2] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
 2022-10-30  0:54 UTC  (10+ messages)

[PATCH v11 0/2] Add mmc driver for Sunplus SP7021 SOC
 2022-10-30  0:50 UTC  (3+ messages)
` [PATCH v11 1/2] dt-binding: mmc: Add mmc yaml file for Sunplus SP7021
` [PATCH v11 2/2] mmc: Add mmc driver "

[syzbot] WARNING in hugetlb_wp
 2022-10-30  0:35 UTC  (2+ messages)

[PATCH net-next 0/9] net: ipa: support more endpoints
 2022-10-30  0:18 UTC  (10+ messages)
` [PATCH net-next 1/9] net: ipa: reduce arguments to ipa_table_init_add()
` [PATCH net-next 2/9] net: ipa: use ipa_table_mem() in ipa_table_reset_add()
` [PATCH net-next 3/9] net: ipa: add a parameter to aggregation registers
` [PATCH net-next 4/9] net: ipa: add a parameter to suspend registers
` [PATCH net-next 5/9] net: ipa: use a bitmap for defined endpoints
` [PATCH net-next 6/9] net: ipa: use a bitmap for available endpoints
` [PATCH net-next 7/9] net: ipa: support more filtering endpoints
` [PATCH net-next 8/9] net: ipa: use a bitmap for set-up endpoints
` [PATCH net-next 9/9] net: ipa: use a bitmap for enabled endpoints

[PATCH] riscv: process: fix kernel info leakage
 2022-10-30  0:03 UTC  (2+ messages)

[PATCH v5 0/7] Add support for Renesas RZ/Five SoC
 2022-10-30  0:02 UTC  (8+ messages)
` [PATCH v5 4/7] riscv: dts: renesas: Add initial devicetree "
` [PATCH v5 5/7] riscv: dts: renesas: Add minimal DTS for Renesas RZ/Five SMARC EVK

[PATCH 1/2] powerpc: export the CPU node count
 2022-10-29 23:31 UTC  (2+ messages)

[PATCH] MIPS: jump_label: Fix compat branch range check
 2022-10-29 23:22 UTC  (2+ messages)

[RFC][PATCHSET] coredump unification for regset and non-regset architectures
 2022-10-29 23:18 UTC  (11+ messages)
` [PATCH 01/10] kill signal_pt_regs()
  ` [PATCH 02/10] kill coredump_params->regs
  ` [PATCH 03/10] kill extern of vsyscall32_sysctl
  ` [PATCH 04/10] [elf][regset] clean fill_note_info() a bit
  ` [PATCH 05/10] [elf][regset] simplify thread list handling in fill_note_info()
  ` [PATCH 06/10] elf_core_copy_task_regs(): task_pt_regs is defined everywhere
  ` [PATCH 07/10] [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argument)
  ` [PATCH 08/10] [elf][non-regset] use elf_core_copy_task_regs() for dumper as well
  ` [PATCH 09/10] [elf] unify regset and non-regset cases
  ` [PATCH 10/10] [elf] get rid of get_note_info_size()

[PATCH v16 0/3] Add TDX Guest Attestation support
 2022-10-29 23:17 UTC  (4+ messages)
` [PATCH v16 2/3] virt: Add TDX guest driver

[RFC][PATCH v2 00/31] timers: Use del_timer_shutdown() before freeing timers
 2022-10-29 22:56 UTC  (9+ messages)
` [RFC][PATCH v2 20/31] timers: usb: Use del_timer_shutdown() before freeing timer

ld.lld: error: undefined symbol: devm_ti_sci_get_handle
 2022-10-29 22:40 UTC 

[PATCH] ACPI: EC: Add quirk for the HP Pavilion Gaming 15-cx0041ur
 2022-10-29 22:20 UTC 

[PATCH] thermal: intel: hfi: Improve the type of hfi_features::nr_table_pages
 2022-10-29 22:29 UTC  (3+ messages)

[PATCH 4/7] KVM: SVM: replace argument of __svm_vcpu_run with vcpu_svm
 2022-10-29 22:10 UTC  (2+ messages)

[PATCH] drm/rockchip: dsi: Remove the unused function dsi_update_bits()
 2022-10-29 22:08 UTC  (2+ messages)

[PATCH v1] drm: rockchip: remove rockchip_drm_framebuffer_init() function
 2022-10-29 22:08 UTC  (2+ messages)

[tip:master] BUILD SUCCESS c176a709cc468fef068ca981a884b57fc49894c8
 2022-10-29 22:07 UTC 

[PATCH v2 00/12] sc8280xp-pmic updates and X13s thermal zone support
 2022-10-29 22:07 UTC  (7+ messages)
` [PATCH v2 01/12] dt-bindings: iio: qcom: adc7-pm8350: Allow specifying SID for channels
` [PATCH v2 12/12] arm64: dts: qcom: sc8280xp-x13s: Add thermal zone support

[PATCH 00/15] ufs: qcom: Add HS-G4 support
 2022-10-29 22:06 UTC  (21+ messages)
` [PATCH 01/15] phy: qcom-qmp-ufs: Move register settings to qmp_phy_cfg_tables struct
` [PATCH 02/15] phy: qcom-qmp-ufs: Add support for configuring PHY in HS Series B mode
` [PATCH 03/15] phy: qcom-qmp-ufs: Add support for configuring PHY in HS G4 mode
` [PATCH 04/15] phy: qcom-qmp-ufs: Add HS G4 mode support to SM8250 SoC
` [PATCH 05/15] phy: qcom-qmp-ufs: Move HS Rate B register setting to tables_hs_b
` [PATCH 08/15] scsi: ufs: ufs-qcom: Remove un-necessary goto statements
` [PATCH 10/15] scsi: ufs: ufs-qcom: Use bitfields where appropriate
` [PATCH 11/15] scsi: ufs: ufs-qcom: Use dev_err_probe() for printing probe error
` [PATCH 12/15] scsi: ufs: ufs-qcom: Fix the Qcom register name for offset 0xD0
` [PATCH 14/15] scsi: ufs: ufs-qcom: Add support for finding HS gear on new UFS versions

progs/test_ksyms_btf.c:37:21: error: no member named 'cpu' in 'struct rq'
 2022-10-29 22:04 UTC  (2+ messages)

[syzbot] INFO: trying to register non-static key in ext4_do_update_inode
 2022-10-29 21:48 UTC 

[PATCH v2] Bluetooth: Use kzalloc instead of kmalloc/memset
 2022-10-29 21:40 UTC 

[PATCH 03/13] staging: r8188eu: make on_action_public static void
 2022-10-29 21:29 UTC  (2+ messages)

[PATCH] samples: bpf: fix typo in README
 2022-10-29 21:15 UTC 

arm-linux-gnueabi-ld: error: .btf.vmlinux.bin.o is already in final BE8 format
 2022-10-29 20:59 UTC 

[PATCH] sfc: Fix an error handling path in efx_pci_probe()
 2022-10-29 20:57 UTC 

[PATCH] net: bluetooth: Use kzalloc instead of kmalloc/memset
 2022-10-29 20:45 UTC 

[PATCH 1/3] Bluetooth: btusb: Fix Chinese CSR dongles again by re-adding ERR_DATA_REPORTING quirk
 2022-10-29 20:24 UTC  (3+ messages)
` [PATCH 2/3] Bluetooth: btusb: Add a setup message for CSR dongles showing the Read Local Information values
` [PATCH 3/3] Bluetooth: btusb: Add a parameter to let users disable the fake CSR force-suspend hack

[PATCH] drm/amd/display: add parameter backlight_min
 2022-10-29 19:13 UTC 

[PATCH v9 0/6] Checkpatch cleanup in rxtx.c
 2022-10-29 19:20 UTC  (4+ messages)
` [PATCH v9 2/6] staging: vt6655: split long code lines in s_uGetRTSCTSDuration

[PATCH] drm/nouveau: Adding support to control backlight using bl_power for nva3
 2022-10-29 18:48 UTC 

[PATCH] sched/psi: Fix avgs_work re-arm in psi_avgs_work()
 2022-10-29 18:46 UTC  (8+ messages)
` [tip: sched/core] "
  ` [External] "

[PATCH] drm/nouveau: Adding support to control backlight using bl_power for nva3
 2022-10-29 18:42 UTC 

[PATCH v10 00/27] Rust support
 2022-10-29 18:23 UTC  (4+ messages)
` [PATCH v10 04/27] kallsyms: support "big" kernel symbols

[PATCH v3 0/4] Introduce ClockworkPi CWD686 DRM panel driver
 2022-10-29 18:17 UTC  (3+ messages)
` [PATCH v3 1/4] dt-bindings: vendor-prefixes: Add prefix for ClockworkPi

[PATCH v3 0/2] Add support for XP-PEN Deco LW
 2022-10-29 18:13 UTC  (4+ messages)
` [PATCH v3 1/2] HID: input: do not query XP-PEN Deco LW battery

[PATCH v3 0/2] rework mtk pcie-gen3 bindings and support mt7986
 2022-10-29 17:58 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: mediatek-gen3: add SoC based clock config
` [PATCH v3 2/2] dt-bindings: PCI: mediatek-gen3: add support for mt7986

[PATCH hid v11 01/14] HID: Kconfig: split HID support and hid-core compilation
 2022-10-29 17:57 UTC  (2+ messages)

[PATCH v3 0/2] rework mtk pcie-gen3 bindings and support mt7986
 2022-10-29 17:57 UTC 

[PATCH v3 0/2] rework mtk pcie-gen3 bindings and support mt7986
 2022-10-29 17:55 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-6.1-3 tag
 2022-10-29 17:40 UTC  (2+ messages)

[PATCH] WARNING: Possible repeated word: 'very'
 2022-10-29 17:35 UTC  (4+ messages)

[PATCH 0/5] x86/ftrace: Cure boot time W+X mapping
 2022-10-29 17:35 UTC  (7+ messages)

[PATCH] staging: fbtft: Use ARRAY_SIZE() to get argument count
 2022-10-29 17:34 UTC  (4+ messages)

[syzbot] WARNING in nf_tables_exit_net
 2022-10-29 17:26 UTC 

[PATCH] selftests/x86: add "ffff8" -- kernel memory scanner
 2022-10-29 17:25 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 00/13] staging: r8188eu: clean up action frame handlers
 2022-10-29 17:23 UTC  (4+ messages)
` [PATCH 11/13] staging: r8188eu: remove return value from on_action_public_default
` [PATCH 12/13] staging: r8188eu: rtw_action_public_decache's token is a u8
` [PATCH 13/13] staging: r8188eu: check destination address in OnAction


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 NNTP newsgroup(s).