All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-02 20:54:43 to 2021-07-02 22:08:18 UTC [more...]

[linux-lvm] Discussion: performance issue on event activation mode
 2021-07-02 22:02 UTC  (5+ messages)

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-07-02 22:05 UTC  (65+ messages)
` [RFC PATCH v2 01/69] KVM: TDX: introduce config for KVM "
` [RFC PATCH v2 02/69] KVM: X86: move kvm_cpu_vmxon() from vmx.c to virtext.h
` [RFC PATCH v2 03/69] KVM: X86: move out the definition vmcs_hdr/vmcs from kvm to x86
` [RFC PATCH v2 04/69] KVM: TDX: Add TDX "architectural" error codes
` [RFC PATCH v2 05/69] KVM: TDX: Add architectural definitions for structures and values
` [RFC PATCH v2 06/69] KVM: TDX: add a helper function for kvm to call seamcall
` [RFC PATCH v2 07/69] KVM: TDX: define and export helper functions for KVM TDX support
` [RFC PATCH v2 08/69] KVM: TDX: add trace point before/after TDX SEAMCALLs
` [RFC PATCH v2 09/69] KVM: TDX: Add C wrapper functions for "
` [RFC PATCH v2 10/69] KVM: TDX: Print the name of SEAMCALL status code
` [RFC PATCH v2 11/69] KVM: TDX: Introduce pr_seamcall_ex_ret_info() to print more info when SEAMCALL fails
` [RFC PATCH v2 12/69] KVM: Export kvm_io_bus_read for use by TDX for PV MMIO
` [RFC PATCH v2 13/69] KVM: Enable hardware before doing arch VM initialization
` [RFC PATCH v2 14/69] KVM: x86: Split core of hypercall emulation to helper function
` [RFC PATCH v2 15/69] KVM: x86: Export kvm_mmio tracepoint for use by TDX for PV MMIO
` [RFC PATCH v2 16/69] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot by default
` [RFC PATCH v2 17/69] KVM: Add infrastructure and macro to mark VM as bugged
` [RFC PATCH v2 18/69] KVM: Export kvm_make_all_cpus_request() for use in marking VMs "
` [RFC PATCH v2 19/69] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
` [RFC PATCH v2 20/69] KVM: x86/mmu: Mark VM as bugged if page fault returns RET_PF_INVALID
` [RFC PATCH v2 21/69] KVM: Add max_vcpus field in common 'struct kvm'
` [RFC PATCH v2 22/69] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs
` [RFC PATCH v2 23/69] KVM: x86: Hoist kvm_dirty_regs check out of sync_regs()
` [RFC PATCH v2 24/69] KVM: x86: Introduce "protected guest" concept and block disallowed ioctls
` [RFC PATCH v2 25/69] KVM: x86: Add per-VM flag to disable direct IRQ injection
` [RFC PATCH v2 26/69] KVM: x86: Add flag to disallow #MC injection / KVM_X86_SETUP_MCE
` [RFC PATCH v2 27/69] KVM: x86: Add flag to mark TSC as immutable (for TDX)
` [RFC PATCH v2 28/69] KVM: Add per-VM flag to mark read-only memory as unsupported
` [RFC PATCH v2 29/69] KVM: Add per-VM flag to disable dirty logging of memslots for TDs
` [RFC PATCH v2 30/69] KVM: x86: Add per-VM flag to disable in-kernel I/O APIC and level routes
` [RFC PATCH v2 31/69] KVM: x86: add per-VM flags to disable SMI/INIT/SIPI
` [RFC PATCH v2 32/69] KVM: x86: Allow host-initiated WRMSR to set X2APIC regardless of CPUID
` [RFC PATCH v2 33/69] KVM: x86: Add kvm_x86_ops .cache_gprs() and .flush_gprs()
` [RFC PATCH v2 34/69] KVM: x86: Add support for vCPU and device-scoped KVM_MEMORY_ENCRYPT_OP
` [RFC PATCH v2 35/69] KVM: x86: Introduce vm_teardown() hook in kvm_arch_vm_destroy()
` [RFC PATCH v2 36/69] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH v2 37/69] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events()
` [RFC PATCH v2 38/69] KVM: x86: Add option to force LAPIC expiration wait
` [RFC PATCH v2 39/69] KVM: x86: Add guest_supported_xss placholder
` [RFC PATCH v2 40/69] KVM: Export kvm_is_reserved_pfn() for use by TDX
` [RFC PATCH v2 41/69] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH v2 42/69] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH v2 43/69] KVM: x86/mmu: Allow non-zero init value for shadow PTE
` [RFC PATCH v2 44/69] KVM: x86/mmu: Refactor shadow walk in __direct_map() to reduce indentation
` [RFC PATCH v2 45/69] KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits()
` [RFC PATCH v2 46/69] KVM: x86/mmu: Frame in support for private/inaccessible shadow pages
` [RFC PATCH v2 47/69] KVM: x86/mmu: Move 'pfn' variable to caller of direct_page_fault()
` [RFC PATCH v2 48/69] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [RFC PATCH v2 49/69] KVM: VMX: Modify NMI and INTR handlers to take intr_info as param
` [RFC PATCH v2 50/69] KVM: VMX: Move NMI/exception handler to common helper
` [RFC PATCH v2 51/69] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [RFC PATCH v2 52/69] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH v2 53/69] KVM: VMX: Define EPT Violation architectural bits
` [RFC PATCH v2 54/69] KVM: VMX: Define VMCS encodings for shared EPT pointer
` [RFC PATCH v2 55/69] KVM: VMX: Add 'main.c' to wrap VMX and TDX
` [RFC PATCH v2 56/69] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [RFC PATCH v2 57/69] KVM: VMX: Move register caching logic to common code
` [RFC PATCH v2 58/69] KVM: TDX: Define TDCALL exit reason
` [RFC PATCH v2 59/69] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [RFC PATCH v2 60/69] KVM: VMX: Add macro framework to read/write VMCS for VMs and TDs
` [RFC PATCH v2 61/69] KVM: VMX: Move AR_BYTES encoder/decoder helpers to common.h
` [RFC PATCH v2 62/69] KVM: VMX: MOVE GDT and IDT accessors to common code
` [RFC PATCH v2 63/69] KVM: VMX: Move .get_interrupt_shadow() implementation to common VMX code
` [RFC PATCH v2 64/69] cpu/hotplug: Document that TDX also depends on booting CPUs once

[PULL u-boot] Please pull u-boot-amlogic-20210703
 2021-07-02 22:06 UTC 

[joro:sev-es-kexec 7/12] arch/x86/kernel/sev.c:762:13: warning: no previous prototype for 'sev_es_setup_ap_jump_table_data'
 2021-07-02 22:03 UTC  (2+ messages)

[PATCH 0/5] Default aliases
 2021-07-02 22:03 UTC  (19+ messages)
` [PATCH 5/5] config: add default aliases

[Intel-gfx] [PATCH 0/8] drm/i915/fbc: Rework CFB stride/size calculations
 2021-07-02 22:02 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "

[PATCH] configs: libretech: set SPI mode to 0
 2021-07-02 22:01 UTC  (2+ messages)

[android-common:android12-5.4 16/27] userfaultfd.c:296:44: error: expected ')' before 'PRIx64'
 2021-07-02 21:59 UTC 

[PATCH] tracing: Add "grouping" to histogram logic
 2021-07-02 21:56 UTC 

[PATCH 0/3] target/ppc: MMU debug fixes
 2021-07-02 21:52 UTC  (4+ messages)
` [PATCH 1/3] target/ppc: Fix compilation with DUMP_PAGE_TABLES debug option
` [PATCH 2/3] target/ppc: Fix compilation with FLUSH_ALL_TLBS "
` [PATCH 3/3] target/ppc: Fix compilation with DEBUG_BATS "

[PATCH] drm/i915: Improve debug Kconfig texts a bit
 2021-07-02 21:55 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

The git spring cleanup challenge
 2021-07-02 21:54 UTC  (11+ messages)

[PATCH 1/2] PCI: Call MPS fixup quirks early
 2021-07-02 21:53 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5: remove unwanted barrier
 2021-07-02 21:51 UTC  (3+ messages)

[PATCH] PCI: hotplug: Fix kernel-doc formatting and add missing documentation
 2021-07-02 21:51 UTC  (2+ messages)

[PATCH 2/2] clk: Add ccf driver for Renesas 8T49N241
 2021-07-02 21:51 UTC  (5+ messages)
` [PATCH v2 0/2] Renesas 8T49N241 device driver
  ` [PATCH v2 1/2] dt-bindings: Add binding for Renesas 8T49N241

stable-rc/queue/4.19 build: 191 builds: 0 failed, 191 passed, 62 warnings (v4.19.196-21-gf07151ea0e2e)
 2021-07-02 21:51 UTC 

stable-rc/queue/5.4 build: 186 builds: 0 failed, 186 passed, 91 warnings (v5.4.129-1-ged9a233c4a6ed)
 2021-07-02 21:47 UTC 

[GIT PULL] xfs: new code for 5.14
 2021-07-02 21:47 UTC  (3+ messages)

[GIT PULL] configfs updates for Linux 5.13
 2021-07-02 21:47 UTC  (2+ messages)

[GIT PULL] jfs updates for v5.14
 2021-07-02 21:47 UTC  (2+ messages)

[GIT PULL] dma-mapping updates for Linux 5.14
 2021-07-02 21:47 UTC  (3+ messages)

[git pull] IOMMU Updates for Linux v5.14
 2021-07-02 21:47 UTC  (3+ messages)

gpiochip_lock_as_irq on pins without FLAG_REQUESTED: bug or feature ?
 2021-07-02 21:46 UTC  (4+ messages)

[OE-core] [update-rc.d][PATCH] update-rc.d: Fix enable/disable command
 2021-07-02 21:46 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: add sysfs nodes to get GC info for each GC urgent mode
 2021-07-02 21:44 UTC  (2+ messages)
`  "

[PATCH v2 1/2] usb: ehci-mx6: move mode set/detect to probe
 2021-07-02 21:44 UTC  (3+ messages)

[PATCH v3] PCI: iproc: Fix a non-compliant kernel-doc
 2021-07-02 21:41 UTC  (3+ messages)

[PATCH] video: Add simple driver for ST-Ericsson MCDE with pre-configured display
 2021-07-02 21:42 UTC  (2+ messages)

[PATCH v2 00/11] drm/scheduler dependency tracking
 2021-07-02 21:38 UTC  (18+ messages)
` [PATCH v2 01/11] drm/sched: Split drm_sched_job_init
` [PATCH v2 02/11] drm/sched: Add dependency tracking
` [PATCH v2 03/11] drm/sched: drop entity parameter from drm_sched_push_job
` [PATCH v2 04/11] drm/panfrost: use scheduler dependency tracking
` [PATCH v2 05/11] drm/lima: "
` [PATCH v2 06/11] drm/v3d: Move drm_sched_job_init to v3d_job_init
` [PATCH v2 07/11] drm/v3d: Use scheduler dependency handling
` [PATCH v2 08/11] drm/etnaviv: "
` [PATCH v2 09/11] drm/gem: Delete gem array fencing helpers
` [PATCH v2 10/11] drm/sched: Don't store self-dependencies
` [PATCH v2 11/11] drm/sched: Check locking in drm_sched_job_await_implicit

[dpdk-dev] [PATCH] net/bnxt: set rxq interrupt config to 0
 2021-07-02 21:38 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] net/bnxt: fix rxq interrupt setting

[PATCH v5 03/17] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property
 2021-07-02 21:38 UTC 

[PATCH 00/42] PCI: aardvark: Various driver fixes
 2021-07-02 21:35 UTC  (4+ messages)
` [PATCH 20/42] PCI: aardvark: Add support for more than 32 MSI interrupts

[PATCH v3 0/4] Add RZ/G2L DMAC support
 2021-07-02 21:37 UTC  (3+ messages)
` [PATCH v3 1/4] dt-bindings: dma: Document RZ/G2L bindings

[PATCH] ext4: possible use-after-free when remounting r/o a mmp-protected file system
 2021-07-02 21:36 UTC  (3+ messages)

[PATCH v11 0/8] Move Hisilicon 6421v600 SPMI and USB drivers out of staging
 2021-07-02 21:36 UTC  (3+ messages)
` [PATCH v11 6/8] mfd: hi6421-spmi-pmic: move driver from staging

iMX8MM USB support?
 2021-07-02 21:32 UTC  (17+ messages)

[PATCH 0/6] python: AQMP-TUI Prototype
 2021-07-02 21:26 UTC  (7+ messages)
` [PATCH 1/6] python: disable pylint errors for aqmp-tui
` [PATCH 2/6] python: Add dependencies for AQMP TUI
` [PATCH 3/6] python/aqmp-tui: Add AQMP TUI draft
` [PATCH 4/6] python: add optional pygments dependency
` [PATCH 5/6] python/aqmp-tui: add syntax highlighting
` [PATCH 6/6] python: add entry point for aqmp-tui

[PATCH v5 0/3] use bin_attribute to break the size limitation of cpumap ABI
 2021-07-02 21:30 UTC  (3+ messages)
` [PATCH v5 1/3] cpumask: introduce cpumap_print_to_buf to support large bitmask and list

[RFC] Start using guestfish for U-Boot fs tests
 2021-07-02 21:27 UTC  (4+ messages)

[PATCH] PCI: cadence: Remove surplus and document missing struct members
 2021-07-02 21:26 UTC 

[PATCH net 0/8] net: fix bonding ipsec offload problems
 2021-07-02 21:26 UTC  (6+ messages)
` [PATCH net 6/8] bonding: disallow setting nested bonding + ipsec offload
    ` [Intel-wired-lan] "

[PATCH 0/9] Add RZ/G2L Sound support
 2021-07-02 21:23 UTC  (4+ messages)
` [PATCH 1/9] ASoC: dt-bindings: Document RZ/G2L bindings

[PATCH v2 0/3] Speed up connectivity checks via bitmaps
 2021-07-02 21:21 UTC  (9+ messages)
` [PATCH v2 3/3] connected: implement connectivity check using bitmaps

[PATCH 0/3] Fix active mirror dead-lock
 2021-07-02 21:16 UTC  (4+ messages)
` [PATCH 1/3] block/mirror: set .co for active-write MirrorOp objects
` [PATCH 2/3] iotest 151: add test-case that shows active mirror dead-lock
` [PATCH 3/3] block/mirror: fix active mirror dead-lock in mirror_wait_on_conflicts

[RFC net-next 4/4] net: marvell: prestera: Offload FLOW_ACTION_POLICE
 2021-07-02 21:19 UTC  (2+ messages)

[PATCH v4 1/3] dt-bindings: clk: vc5: Add properties for configuring the SD/OE pin
 2021-07-02 21:15 UTC  (5+ messages)

[dpdk-dev] [PATCH v5 1/7] event/cnxk: add Rx adapter support
 2021-07-02 21:14 UTC  (8+ messages)
` [dpdk-dev] [PATCH v6 "
  ` [dpdk-dev] [PATCH v6 2/7] event/cnxk: add Rx adapter fastpath ops
  ` [dpdk-dev] [PATCH v6 3/7] event/cnxk: add Tx adapter support
  ` [dpdk-dev] [PATCH v6 4/7] event/cnxk: add Tx adapter fastpath ops
  ` [dpdk-dev] [PATCH v6 5/7] event/cnxk: add Rx adapter vector support
  ` [dpdk-dev] [PATCH v6 6/7] event/cnxk: add Rx event vector fastpath
  ` [dpdk-dev] [PATCH v6 7/7] event/cnxk: add Tx "

[PATCH 0/5] serve: add "configure" callback
 2021-07-02 21:13 UTC  (6+ messages)
` [PATCH v2 0/8] serve: add "startup_config" callback
  ` [PATCH v2 7/8] serve: add support for a "startup" git_config() callback

powerpc/spider-pci: Remove set but not used variable 'val'
 2021-07-02 21:12 UTC 

[Buildroot] [PATCH 1/1] package/capnproto: fix build on riscv32
 2021-07-02 21:10 UTC  (5+ messages)

[PATCH] libsepol/cil: Improve checking for bad inheritance patterns
 2021-07-02 21:06 UTC  (2+ messages)

[RFC PATH 0/2] gpio: starfive-jh7100: Add StarFive JH7100 GPIO bindings and driver
 2021-07-02 21:06 UTC  (14+ messages)
` [RFC PATH 1/2] dt-bindings: gpio: add starfive,jh7100-gpio bindings
      ` [RFC PATH 1/2] dt-bindings: gpio: add starfive, jh7100-gpio bindings
` [RFC PATH 2/2] gpio: starfive-jh7100: Add StarFive JH7100 GPIO driver

[PATCH] Revert "libubootenv: inherit uboot-config"
 2021-07-02 21:05 UTC  (2+ messages)
` [OE-core] "

[PATCH v3 0/3] clk: meson: rounding for fast clocks on 32-bit SoCs
 2021-07-02 21:00 UTC  (13+ messages)
` [PATCH v3 2/3] clk: divider: Switch from .round_rate to .determine_rate by default

[PATCH v5 0/2] target/s390x: Fix SIGILL/SIGFPE/SIGTRAP psw.addr reporting
 2021-07-02 21:00 UTC  (4+ messages)

I would like to contribute to Kernel documents (Korean translation)
 2021-07-02 21:01 UTC 

[chrome-os:chromeos-5.10 14052/15491] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:1638:16: error: no previous prototype for function 'dpcd_configure_channel_coding'
 2021-07-02 21:00 UTC 

[PATCH v4 0/4] percpu: partial chunk depopulation
 2021-07-02 21:00 UTC  (6+ messages)
` [PATCH 3/4] percpu: implement "

[PATCH 0/4 POC] Allow executing code and syscalls in another address space
 2021-07-02 20:56 UTC  (4+ messages)
` [PATCH 2/4] arch/x86: implement the process_vm_exec syscall

[xen-unstable-smoke test] 163230: tolerable all pass - PUSHED
 2021-07-02 20:55 UTC 

[PATCH v3 0/2] Cirrus Logic CS35L41 Amplifier
 2021-07-02 20:51 UTC  (3+ messages)
` [PATCH v3 1/2] ASoC: cs35l41: CS35L41 Boosted Smart Amplifier
` [PATCH v3 2/2] ASoC: cs35l41: Add bindings for CS35L41


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.