linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-05 17:26:03 to 2022-05-05 18:47:28 UTC [more...]

[PATCH v8 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-05-05 18:46 UTC  (3+ messages)
` [PATCH v8 4/7] kexec: exclude elfcorehdr from the segment digest
` [PATCH v8 7/7] x86/crash: Add x86 crash hotplug support for kexec_load

linux-next: build failure after merge of the amdgpu tree
 2022-05-05 18:46 UTC  (3+ messages)

[PATCH v8 0/7] feec() energy margin removal
 2022-05-05 18:44 UTC  (10+ messages)
` [PATCH v8 1/7] sched/fair: Provide u64 read for 32-bits arch helper
` [PATCH v8 2/7] sched/fair: Decay task PELT values during wakeup migration
` [PATCH v8 6/7] sched/fair: Remove task_util from effective utilization in feec()
` [PATCH v8 7/7] sched/fair: Remove the energy margin "

[PATCH] PCI/ACPI: Always advertise ASPM support if CONFIG_PCIEASPM=y
 2022-05-05 18:41 UTC  (2+ messages)

[PATCH v7 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-05-05 18:38 UTC  (4+ messages)
` [PATCH v7 05/11] KVM: selftests: Read binary stat data in lib

[PATCH 1/2] perf evlist: Keep topdown counters in weak group
 2022-05-05 18:35 UTC  (10+ messages)
` [PATCH 2/2] perf test: Add basic stat and topdown group test

[PATCH 1/2] drm/probe-helper: Add helper for drm_helper_probe_single_connector_modes()
 2022-05-05 18:34 UTC  (6+ messages)
` [PATCH 2/2] drm/probe-helper: For DP, add 640x480 if all other modes are bad

[PATCH v4 00/10] Introduce In Field Scan driver
 2022-05-05 18:32 UTC  (9+ messages)
` [PATCH v5 "
  ` [PATCH v5 07/10] platform/x86/intel/ifs: Add scan test support

[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-05-05 18:26 UTC  (26+ messages)
` [PATCH v2 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT
    ` [PATCH 0/9] ptrace: cleaning up ptrace_stop
      ` [PATCH 0/12] "
        ` [PATCH v3 0/11] "
          ` [PATCH v3 08/11] ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
          ` [PATCH v4 0/12] ptrace: cleaning up ptrace_stop
            ` [PATCH v4 01/12] signal: Rename send_signal send_signal_locked
            ` [PATCH v4 02/12] signal: Replace __group_send_sig_info with send_signal_locked
            ` [PATCH v4 03/12] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
            ` [PATCH v4 04/12] ptrace/xtensa: Replace PT_SINGLESTEP "
            ` [PATCH v4 05/12] ptrace: Remove arch_ptrace_attach
            ` [PATCH v4 06/12] signal: Use lockdep_assert_held instead of assert_spin_locked
            ` [PATCH v4 07/12] ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
            ` [PATCH v4 08/12] ptrace: Document that wait_task_inactive can't fail
            ` [PATCH v4 09/12] ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
            ` [PATCH v4 10/12] ptrace: Don't change __state
            ` [PATCH v4 11/12] ptrace: Always take siglock in ptrace_resume
            ` [PATCH v4 12/12] sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state

[PATCH v1 00/11] PCI/PM: Rework powering up PCI devices
 2022-05-05 18:18 UTC  (12+ messages)
` [PATCH v1 01/11] PCI/PM: Split pci_raw_set_power_state()
` [PATCH v1 02/11] PCI/PM: Relocate pci_set_low_power_state()
` [PATCH v1 03/11] PCI/PM: Set current_state to D3cold if the device is not accessible
` [PATCH v1 04/11] PCI/PM: Unfold pci_platform_power_transition() in pci_power_up()
` [PATCH v1 05/11] PCI/PM: Do not call pci_update_current_state() from pci_power_up()
` [PATCH v1 06/11] PCI/PM: Write 0 to PMCSR in pci_power_up() in all cases
` [PATCH v1 07/11] PCI/PM: Split pci_power_up()
` [PATCH v1 08/11] PCI/PM: Do not restore BARs if device is not in D0
` [PATCH v1 09/11] PCI/PM: Clean up pci_set_low_power_state()
` [PATCH v1 10/11] PCI/PM: Rearrange pci_set_power_state()
` [PATCH v1 11/11] PCI/PM: Replace pci_set_power_state() in pci_pm_thaw_noirq()

[PATCH v3] perf test: Add skip to --per-thread test
 2022-05-05 18:25 UTC 

[PATCH 0/1] Allow setting hostname before userspace starts
 2022-05-05 18:06 UTC  (2+ messages)
` [PATCH 1/1] init: Add "hostname" kernel parameter

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-05-05 18:15 UTC  (105+ messages)
` [RFC PATCH v6 001/104] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [RFC PATCH v6 002/104] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [RFC PATCH v6 003/104] KVM: Refactor CPU compatibility check on module initialiization
` [RFC PATCH v6 004/104] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [RFC PATCH v6 005/104] x86/virt/vmx/tdx: export platform_has_tdx
` [RFC PATCH v6 006/104] KVM: TDX: Detect CPU feature on kernel module initialization
` [RFC PATCH v6 007/104] KVM: Enable hardware before doing arch VM initialization
` [RFC PATCH v6 008/104] KVM: x86: Refactor KVM VMX module init/exit functions
` [RFC PATCH v6 009/104] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [RFC PATCH v6 010/104] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [RFC PATCH v6 011/104] KVM: TDX: Initialize TDX module when loading kvm_intel.ko
` [RFC PATCH v6 012/104] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [RFC PATCH v6 013/104] KVM: TDX: Make TDX VM type supported
` [RFC PATCH v6 014/104] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [RFC PATCH v6 015/104] KVM: TDX: Define "
` [RFC PATCH v6 016/104] KVM: TDX: Add TDX "architectural" error codes
` [RFC PATCH v6 017/104] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [RFC PATCH v6 018/104] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [RFC PATCH v6 019/104] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [RFC PATCH v6 020/104] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [RFC PATCH v6 021/104] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [RFC PATCH v6 022/104] KVM: TDX: create/destroy VM structure
` [RFC PATCH v6 023/104] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [RFC PATCH v6 024/104] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [RFC PATCH v6 025/104] KVM: TDX: initialize VM with TDX specific parameters
` [RFC PATCH v6 026/104] KVM: TDX: Make KVM_CAP_SET_IDENTITY_MAP_ADDR unsupported for TDX
` [RFC PATCH v6 027/104] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [RFC PATCH v6 028/104] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [RFC PATCH v6 029/104] KVM: TDX: allocate/free TDX vcpu structure
` [RFC PATCH v6 030/104] "
` [RFC PATCH v6 031/104] KVM: TDX: Do TDX specific vcpu initialization
` [RFC PATCH v6 032/104] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [RFC PATCH v6 033/104] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [RFC PATCH v6 034/104] KVM: x86/mmu: Add address conversion functions for TDX shared bits
` [RFC PATCH v6 035/104] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [RFC PATCH v6 036/104] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH v6 037/104] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [RFC PATCH v6 038/104] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [RFC PATCH v6 039/104] KVM: x86/mmu: Disallow fast page fault on private GPA
` [RFC PATCH v6 040/104] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [RFC PATCH v6 041/104] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot for private mmu
` [RFC PATCH v6 042/104] KVM: VMX: Introduce test mode related to EPT violation VE
` [RFC PATCH v6 043/104] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [RFC PATCH v6 044/104] KVM: x86/mmu: Focibly use TDP MMU for TDX
` [RFC PATCH v6 045/104] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [RFC PATCH v6 046/104] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [RFC PATCH v6 047/104] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [RFC PATCH v6 048/104] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [RFC PATCH v6 049/104] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [RFC PATCH v6 050/104] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [RFC PATCH v6 051/104] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH v6 052/104] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [RFC PATCH v6 053/104] KVM: TDX: Add load_mmu_pgd method for TDX
` [RFC PATCH v6 054/104] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
` [RFC PATCH v6 055/104] KVM: TDX: TDP MMU TDX support
` [RFC PATCH v6 056/104] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA
` [RFC PATCH v6 057/104] KVM: x86/mmu: steal software usable git to record if GFN is for shared or not
` [RFC PATCH v6 058/104] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
` [RFC PATCH v6 059/104] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [RFC PATCH v6 060/104] [MARKER] The start of TDX KVM patch series: TD finalization
` [RFC PATCH v6 061/104] KVM: TDX: Create initial guest memory
` [RFC PATCH v6 062/104] KVM: TDX: Finalize VM initialization
` [RFC PATCH v6 063/104] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [RFC PATCH v6 064/104] KVM: TDX: Add helper assembly function to TDX vcpu
` [RFC PATCH v6 065/104] KVM: TDX: Implement TDX vcpu enter/exit path
` [RFC PATCH v6 066/104] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [RFC PATCH v6 067/104] KVM: TDX: restore host xsave state when exit from the guest TD
` [RFC PATCH v6 068/104] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [RFC PATCH v6 069/104] KVM: TDX: restore user ret MSRs
` [RFC PATCH v6 070/104] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [RFC PATCH v6 071/104] KVM: TDX: complete interrupts after tdexit
` [RFC PATCH v6 072/104] KVM: TDX: restore debug store when TD exit
` [RFC PATCH v6 073/104] KVM: TDX: handle vcpu migration over logical processor
` [RFC PATCH v6 074/104] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH v6 075/104] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [RFC PATCH v6 076/104] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [RFC PATCH v6 077/104] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [RFC PATCH v6 078/104] KVM: TDX: Implement interrupt injection
` [RFC PATCH v6 079/104] KVM: TDX: Implements vcpu request_immediate_exit
` [RFC PATCH v6 080/104] KVM: TDX: Implement methods to inject NMI
` [RFC PATCH v6 081/104] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [RFC PATCH v6 082/104] KVM: VMX: Move NMI/exception handler to common helper
` [RFC PATCH v6 083/104] KVM: x86: Split core of hypercall emulation to helper function
` [RFC PATCH v6 084/104] KVM: TDX: Add a place holder to handle TDX VM exit
` [RFC PATCH v6 085/104] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [RFC PATCH v6 086/104] KVM: TDX: handle ept violation/misconfig exit
` [RFC PATCH v6 087/104] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [RFC PATCH v6 088/104] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [RFC PATCH v6 089/104] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [RFC PATCH v6 090/104] KVM: TDX: Handle TDX PV CPUID hypercall
` [RFC PATCH v6 091/104] KVM: TDX: Handle TDX PV HLT hypercall
` [RFC PATCH v6 092/104] KVM: TDX: Handle TDX PV port io hypercall
` [RFC PATCH v6 093/104] KVM: TDX: Handle TDX PV MMIO hypercall
` [RFC PATCH v6 094/104] KVM: TDX: Implement callbacks for MSR operations for TDX
` [RFC PATCH v6 095/104] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [RFC PATCH v6 096/104] KVM: TDX: Handle TDX PV report fatal error hypercall
` [RFC PATCH v6 097/104] KVM: TDX: Handle TDX PV map_gpa hypercall
` [RFC PATCH v6 098/104] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [RFC PATCH v6 099/104] KVM: TDX: Silently discard SMI request
` [RFC PATCH v6 100/104] KVM: TDX: Silently ignore INIT/SIPI
` [RFC PATCH v6 101/104] KVM: TDX: Add methods to ignore accesses to CPU state
` [RFC PATCH v6 102/104] Documentation/virtual/kvm: Document on Trust Domain Extensions(TDX)
` [RFC PATCH v6 103/104] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [RFC PATCH v6 104/104] [MARKER] the end of (the first phase of) TDX KVM patch series

[PATCH 0/2] dt-bindings: List supplies needed for sc7280 eDP
 2022-05-05 18:18 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: msm/dp: List supplies in the bindings

[PATCH 0/3] staging: vchiq_arm: remove some unnecessary global
 2022-05-05 18:13 UTC  (7+ messages)
` [PATCH 1/3] staging: vchiq_arm: add reference to vchiq device in vchiq_state
` [PATCH 2/3] staging: vchiq_arm: get rid of global device structure

[PATCH] MAINTAINERS: Add simpledrm driver co-maintainer
 2022-05-05 18:12 UTC  (2+ messages)

linux-next: build failure after merge of the hte tree
 2022-05-05 18:11 UTC  (5+ messages)

[PATCH v2] test_firmware: fix end of loop test in upload_read_show()
 2022-05-05 18:06 UTC  (3+ messages)

[PATCH v3 00/46] Add KernelMemorySanitizer infrastructure
 2022-05-05 18:04 UTC  (6+ messages)
` [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code

[RFC PATCH 00/21] KCFI support
 2022-05-05 18:03 UTC  (5+ messages)
` [RFC PATCH 10/21] treewide: Drop function_nocfi

[PATCH V3 0/5] iio: accel: sca3300: add compitible for scl3300
 2022-05-05 18:01 UTC  (7+ messages)
` [PATCH V3 3/5] iio: accel: sca3300: modified to support multi chips

[RFC v1] opp: add config option for debug
 2022-05-05 17:57 UTC  (7+ messages)
  ` Aw: "

[PATCH v4 1/2] timer: add a function to adjust timeouts to be upper bound
 2022-05-05 17:56 UTC  (4+ messages)
` [PATCH v5 0/2] Upper bound kernel timers
  ` [PATCH v5 2/2] net: make tcp keepalive timer upper bound

[PATCH v4 0/8] platform/x86: introduce p2sb_bar() helper
 2022-05-05 17:54 UTC  (4+ messages)
` [PATCH v4 1/8] platform/x86/intel: Add Primary to Sideband (P2SB) bridge support

[PATCH] net: atlantic: always deep reset on pm op, fixing null deref regression
 2022-05-05 17:39 UTC  (4+ messages)
` [EXT] "

[PATCH v3 0/1] dt-bindings: Add device-perms property description
 2022-05-05 11:23 UTC 

[PATCH v2] perf test: Add skip to --per-thread test
 2022-05-05 17:44 UTC  (2+ messages)

[PATCH v4 1/5] arm64: dts: qcom: sc7180: Add wormdingler dts files
 2022-05-05 17:41 UTC  (5+ messages)
` [PATCH v4 2/5] arm64: dts: qcom: sc7180: Add mrbland "
` [PATCH v4 3/5] arm64: dts: qcom: sc7180: Add quackingstick "
` [PATCH v4 4/5] arm64: dts: qcom: sc7180: Add pazquel "
` [PATCH v4 5/5] arm64: dts: qcom: sc7180: Add kingoftown "

[PATCH 1/2] remoteproc: core: Export the rproc coredump APIs
 2022-05-05 17:41 UTC  (2+ messages)
` [PATCH 2/2 V2] remoteproc: qcom: Add full coredump fallback mechanism

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-05 17:39 UTC  (3+ messages)

patch "firmware_loader: describe 'module' parameter of" added to driver-core-next
 2022-05-05 17:35 UTC 

[PATCH -next] vt: defkeymap.c_shipped remove unused variables
 2022-05-05 12:23 UTC  (4+ messages)

[PATCH] Add USB_QUIRK_NO_LPM USB_QUIRK_RESET_RESUME quirks for Dell usb gen 2 device to not fail during enumeration
 2022-05-05 12:17 UTC  (2+ messages)

[PATCH] dma-buf: add option text so it can be enabled by users
 2022-05-05 12:03 UTC  (2+ messages)

[PATCH v5 0/6] Make evlist CPUs more accurate
 2022-05-05 17:39 UTC  (7+ messages)
` [PATCH v5 1/6] perf cpumap: Switch to using perf_cpu_map API
` [PATCH v5 2/6] perf evlist: Clear all_cpus before propagating

[PATCH 0/3] of: add of_property_alloc/free() and of_node_alloc/free()
 2022-05-05 17:37 UTC  (3+ messages)
` [PATCH 1/3] of: dynamic: add of_property_alloc() and of_property_free()

[PATCH v8 0/2] Make AUX gpio pin optional for ktd2692
 2022-05-05 17:34 UTC  (4+ messages)
` [PATCH v8 1/3] leds: ktd2692: Avoid duplicate error messages on probe deferral

[PATCH v8 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-05 17:33 UTC  (3+ messages)

[PATCH v2 0/3] fanotify: Allow user space to pass back additional audit info
 2022-05-05 17:34 UTC  (6+ messages)
` [PATCH v2 2/3] fanotify: define struct members to hold response decision context

[PATCH] checkpatch: warn about flushing system-wide workqueues
 2022-05-05 17:32 UTC  (5+ messages)

[PATCH] x86/sgx: simplify the return expression of sgx_drv_init()
 2022-05-05 17:31 UTC  (2+ messages)

[PATCH 0/2] Add pinctrl support adsp based platforms
 2022-05-05 17:28 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom: sc7280: Add compatible string for "

[PATCH] mm: fix is_pinnable_page against on cma page
 2022-05-05 17:27 UTC  (11+ 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 NNTP newsgroup(s).