linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-05 18:21:22 to 2022-05-05 20:13:21 UTC [more...]

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

[PATCH] drm: Document that power requirements for DP AUX transfers
 2022-05-05 20:12 UTC  (12+ messages)

[PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS)
 2022-05-05 20:09 UTC  (12+ messages)
` [PATCH v3 01/15] modpost: mitigate false-negatives for static EXPORT_SYMBOL checks
` [PATCH v3 02/15] modpost: change the license of EXPORT_SYMBOL to bool type
` [PATCH v3 03/15] modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header
` [PATCH v3 04/15] modpost: move *.mod.c generation to write_mod_c_files()
` [PATCH v3 07/15] modpost: extract symbol versions from *.cmd files

[PATCH v2 00/48] ARM: PXA multiplatform support
 2022-05-05 20:07 UTC  (11+ messages)
` [PATCH 18/48] ARM: pxa: hx4700: use gpio descriptors for audio

[GIT PULL] Devicetree fixes for v5.18, take 3
 2022-05-05 20:07 UTC 

[PATCH 0/5] kernfs: Remove reference counting for kernfs_open_node
 2022-05-05 20:05 UTC  (11+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] kernfs: make ->attr.open RCU protected
` [PATCH 3/5] kernfs: Change kernfs_notify_list to llist
` [PATCH 4/5] kernfs: Introduce interface to access global kernfs_open_file_mutex
` [PATCH 5/5] kernfs: Replace global kernfs_open_file_mutex with hashed mutexes

[PATCH v23 0/6] support reserving crashkernel above 4G on arm64 kdump
 2022-05-05 20:03 UTC  (3+ messages)
` [PATCH v23 5/6] of: Support more than one crash kernel regions for kexec -s

[PATCH v4 0/3] FUSE: Implement atomic lookup + open/create
 2022-05-05 19:59 UTC  (6+ messages)

[PATCH 1/4] dt-bindings: leds: qcom-lpg: Add compatible for PM660L LPG block
 2022-05-05 19:58 UTC  (2+ messages)

[PATCH] drm/nouveau: reorder nouveau_drm_device_fini
 2022-05-05 19:57 UTC  (2+ messages)

[ammarfaizi2-block:paulmck/linux-rcu/context-tracking.2022.05.03a 54/58] kernel/context_tracking.c:91:4: error: call to undeclared function 'rcu_irq_work_resched'; ISO C99 and later do not support implicit function declarations
 2022-05-05 19:56 UTC 

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

[PATCH] Bluetooth: btbcm: Add entry for BCM4373A0 UART Bluetooth
 2022-05-05 19:50 UTC 

[RFC PATCH 0/4] Add CPG wrapper for Renesas RZ/Five SoC
 2022-05-05 19:48 UTC  (6+ messages)
` [RFC PATCH 1/4] dt-bindings: clock: r9a07g043-cpg: Add Renesas RZ/Five CPG Clock and Reset Definitions
` [RFC PATCH 2/4] clk: renesas: rzg2l-cpg: Add support to stack the resets instead of indexing
` [RFC PATCH 3/4] clk: renesas: r9a07g043: Split up core, module and resets array
` [RFC PATCH 4/4] clk: renesas: r9a07g043: Add support for RZ/Five SoC

[PATCH] iommu/vt-d: Increase DMAR_UNITS_SUPPORTED
 2022-05-05 19:46 UTC 

[PATCH v2 00/16] Introduce support for MediaTek MT8192 Google Chromebooks
 2022-05-05 19:45 UTC  (17+ messages)
` [PATCH v2 01/16] dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-spherion
` [PATCH v2 02/16] dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-hayato
` [PATCH v2 03/16] arm64: dts: mediatek: Introduce MT8192-based Asurada board family
` [PATCH v2 04/16] arm64: dts: mediatek: asurada: Document GPIO names
` [PATCH v2 05/16] arm64: dts: mediatek: asurada: Add system-wide power supplies
` [PATCH v2 06/16] arm64: dts: mediatek: asurada: Enable and configure I2C and SPI busses
` [PATCH v2 07/16] arm64: dts: mediatek: asurada: Add ChromeOS EC
` [PATCH v2 08/16] arm64: dts: mediatek: asurada: Add keyboard mapping for the top row
` [PATCH v2 09/16] arm64: dts: mediatek: asurada: Add Cr50 TPM
` [PATCH v2 10/16] arm64: dts: mediatek: asurada: Add Elan eKTH3000 I2C trackpad
` [PATCH v2 11/16] arm64: dts: mediatek: asurada: Add I2C touchscreen
` [PATCH v2 12/16] arm64: dts: mediatek: spherion: Add keyboard backlight
` [PATCH v2 13/16] arm64: dts: mediatek: asurada: Enable XHCI
` [PATCH v2 14/16] arm64: dts: mediatek: asurada: Enable PCIe and add WiFi
` [PATCH v2 15/16] arm64: dts: mediatek: asurada: Add MT6359 PMIC
` [PATCH v2 16/16] arm64: dts: mediatek: asurada: Add SPMI regulators

[PATCH v1 00/11] PCI/PM: Rework powering up PCI devices
 2022-05-05 19:44 UTC  (14+ 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 1/2] perf evlist: Keep topdown counters in weak group
 2022-05-05 19:43 UTC  (11+ messages)
` [PATCH 2/2] perf test: Add basic stat and topdown group test

[PATCH 0/3] of: add of_property_alloc/free() and of_node_alloc/free()
 2022-05-05 19:43 UTC  (5+ messages)
` [PATCH 1/3] of: dynamic: add of_property_alloc() and of_property_free()
` [PATCH 2/3] of: dynamic: add of_node_alloc() and of_node_free()

[RFC v2 25/39] pcmcia: add HAS_IOPORT dependencies
 2022-05-05 19:38 UTC  (2+ messages)

[RFC v2 02/39] ACPI: add dependency on HAS_IOPORT
 2022-05-05 19:36 UTC  (2+ messages)

[PATCH 0/5] zswap: cgroup accounting & control
 2022-05-05 19:33 UTC  (12+ messages)
` [PATCH 4/5] mm: zswap: add basic meminfo and vmstat coverage

[PATCH 00/30] The panic notifiers refactor
 2022-05-05 19:28 UTC  (4+ messages)
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers

[PATCH] rcu: Add rnp->cbovldmask check in rcutree_migrate_callbacks()
 2022-05-05 19:29 UTC  (2+ messages)

[PATCH] scsi: mac53c94: fix warning comparing pointer to 0
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH v1 0/3] kallsyms: Rust requirements
 2022-05-05 19:16 UTC  (4+ messages)
` [PATCH v1 1/3] kallsyms: avoid hardcoding the buffer size
` [PATCH v1 2/3] kallsyms: support "big" kernel symbols
` [PATCH v1 3/3] kallsyms: increase maximum kernel symbol length to 512

[PATCH v7 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-05-05 19:14 UTC  (8+ messages)
` [PATCH v7 05/11] KVM: selftests: Read binary stat data in lib
` [PATCH v7 06/11] KVM: selftests: Add NX huge pages test
` [PATCH v7 10/11] KVM: selftests: Test disabling NX hugepages on a VM

[PATCH v3 1/2] ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
 2022-05-05 19:09 UTC  (5+ messages)

[PATCH] drm/nouveau/gr/gf100-: Clean up some inconsistent indenting
 2022-05-05 19:09 UTC  (2+ messages)

[PATCH] rcu/nocb: Add an option to ON/OFF an offloading from RT context
 2022-05-05 19:09 UTC  (2+ messages)

[PATCH 0/2] dt-bindings: List supplies needed for sc7280 eDP
 2022-05-05 19:06 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: msm/dp: List supplies in the bindings
` [PATCH 2/2] dt-bindings: phy: List supplies for qcom,edp-phy

[PATCH 0/4] platform: allow ATOM PMC code to be optional
 2022-05-05 19:03 UTC  (3+ messages)
` [PATCH 2/4] ACPI: LPSS: make the Kconfig dependency on PMC_ATOM explicit

[PATCH v5 0/3] Add TDX Guest Attestation support
 2022-05-05 19:03 UTC  (8+ messages)
` [PATCH v5 3/3] x86/tdx: Add Quote generation support

[PATCH v4 0/2] x86/mce: Handle error injection failure in mce-inject module
 2022-05-05 19:03 UTC  (10+ messages)
` [PATCH v4 1/2] x86/mce: Check for writes ignored in MCA_STATUS register

[PATCH v3] cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
 2022-05-05 18:58 UTC  (2+ messages)

[PATCH v2 0/3] x86: Prefer MWAIT over HALT on AMD processors
 2022-05-05 18:55 UTC  (4+ messages)
` [PATCH v2 3/3] x86: Fix comment for X86_FEATURE_ZEN

[PATCH RESEND] dt-bindings: leds: sgm3140: Document ocp8110 compatible
 2022-05-05 18:53 UTC 

[PATCH v1] ACPI: glue: Rearrange find_child_checks()
 2022-05-05 18:52 UTC 

[GIT PULL] s390 updates for 5.18-rc6
 2022-05-05 18:46 UTC  (2+ messages)

[GIT PULL] MIPS fixes for v5.18
 2022-05-05 18:46 UTC  (2+ messages)

[GIT PULL] Networking for 5.18-rc6
 2022-05-05 18:46 UTC  (2+ messages)

[PATCH v8 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-05-05 18:46 UTC  (8+ messages)
` [PATCH v8 1/7] x86/crash: fix minor typo/bug in debug message
` [PATCH v8 2/7] crash: prototype change for crash_prepare_elf64_headers
` [PATCH v8 3/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v8 4/7] kexec: exclude elfcorehdr from the segment digest
` [PATCH v8 5/7] kexec: exclude hot remove cpu from elfcorehdr notes
` [PATCH v8 6/7] x86/crash: Add x86 crash hotplug support for kexec_file_load
` [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 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  (19+ 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 v4 0/12] "
            ` [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 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  (66+ messages)
` [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 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 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 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 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 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 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 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 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 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 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 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


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