All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-07 13:16:52 to 2020-09-07 13:55:31 UTC [more...]

[PATCH 00/23] gpio: mockup: support dynamically created and removed chips
 2020-09-07 13:49 UTC  (9+ messages)
` [PATCH 23/23] Documentation: gpio: add documentation for gpio-mockup

[PATCH] misc: fastrpc: add ioctl for attaching to sensors pd
 2020-09-07 13:47 UTC  (3+ messages)

[PATCH v7 00/72] x86: SEV-ES Guest Support
 2020-09-07 13:16 UTC  (76+ messages)
` [PATCH v7 03/72] KVM: SVM: Add GHCB Accessor functions
` [PATCH v7 04/72] KVM: SVM: Use __packed shorthand
` [PATCH v7 05/72] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH v7 07/72] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH v7 08/72] x86/umip: Factor out instruction fetch
` [PATCH v7 09/72] x86/umip: Factor out instruction decoding
` [PATCH v7 10/72] x86/insn: Add insn_get_modrm_reg_off()
` [PATCH v7 11/72] x86/insn: Add insn_has_rep_prefix() helper
` [PATCH v7 12/72] x86/boot/compressed/64: Disable red-zone usage
` [PATCH v7 13/72] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH v7 14/72] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH v7 15/72] x86/boot/compressed/64: Add page-fault handler
` [PATCH v7 16/72] x86/boot/compressed/64: Always switch to own page-table
` [PATCH v7 17/72] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH v7 18/72] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH v7 19/72] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH v7 20/72] x86/boot/compressed/64: Call set_sev_encryption_mask() earlier
` [PATCH v7 21/72] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH v7 22/72] x86/boot/compressed/64: Add set_page_en/decrypted() helpers
` [PATCH v7 23/72] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH v7 24/72] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
` [PATCH v7 25/72] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH v7 26/72] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH v7 27/72] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH v7 28/72] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH v7 29/72] x86/head/64: Install startup GDT
` [PATCH v7 30/72] x86/head/64: Load GDT after switch to virtual addresses
` [PATCH v7 31/72] x86/head/64: Load segment registers earlier
` [PATCH v7 32/72] x86/head/64: Switch to initial stack earlier
` [PATCH v7 33/72] x86/head/64: Install a CPU bringup IDT
` [PATCH v7 34/72] x86/idt: Move two function from k/idt.c to i/a/desc.h
` [PATCH v7 35/72] x86/head/64: Move early exception dispatch to C code
` [PATCH v7 36/72] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH v7 37/72] x86/sev-es: Print SEV-ES info into kernel log
` [PATCH v7 38/72] x86/sev-es: Compile early handler code into kernel image
` [PATCH v7 39/72] x86/sev-es: Setup early #VC handler
` [PATCH v7 40/72] x86/sev-es: Setup GHCB based boot "
` [PATCH v7 41/72] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH v7 42/72] x86/sev-es: Allocate and Map IST stack for #VC handler
` [PATCH v7 43/72] x86/sev-es: Adjust #VC IST Stack on entering NMI handler
` [PATCH v7 44/72] x86/dumpstack/64: Add noinstr version of get_stack_info()
` [PATCH v7 45/72] x86/entry/64: Add entry code for #VC handler
` [PATCH v7 46/72] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH v7 47/72] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH v7 48/72] x86/sev-es: Handle instruction fetches from user-space
` [PATCH v7 49/72] x86/sev-es: Handle MMIO events
` [PATCH v7 50/72] x86/sev-es: Handle MMIO String Instructions
` [PATCH v7 51/72] x86/sev-es: Handle MSR events
` [PATCH v7 52/72] x86/sev-es: Handle DR7 read/write events
` [PATCH v7 53/72] x86/sev-es: Handle WBINVD Events
` [PATCH v7 54/72] x86/sev-es: Handle RDTSC(P) Events
` [PATCH v7 55/72] x86/sev-es: Handle RDPMC Events
` [PATCH v7 56/72] x86/sev-es: Handle INVD Events
` [PATCH v7 57/72] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH v7 58/72] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH v7 59/72] x86/sev-es: Handle VMMCALL Events
` [PATCH v7 60/72] x86/sev-es: Handle #AC Events
` [PATCH v7 61/72] x86/sev-es: Handle #DB Events
` [PATCH v7 62/72] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH v7 63/72] x86/kvm: Add KVM "
` [PATCH v7 64/72] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH v7 65/72] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH v7 66/72] x86/realmode: Setup AP jump table
` [PATCH v7 67/72] x86/smpboot: Load TSS and getcpu GDT entry before loading IDT
` [PATCH v7 68/72] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH v7 69/72] x86/sev-es: Support CPU offline/online
` [PATCH v7 70/72] x86/sev-es: Handle NMI State
` [PATCH v7 71/72] x86/efi: Add GHCB mappings when SEV-ES is active
` [PATCH v7 72/72] x86/sev-es: Check required CPU features for SEV-ES

[PATCH 1/2] runtests: Small code cleanup
 2020-09-07 13:22 UTC  (2+ messages)
` [PATCH 2/2] runtests: add ability to exclude tests

[PATCH for-next 0/9] RDMA/hns: Misc Updates
 2020-09-07 13:36 UTC  (3+ messages)
` [PATCH for-next 5/9] RDMA/hns: Add check for the validity of sl configuration
` [PATCH for-next 8/9] RDMA/hns: Fix configuration of ack_req_freq in QPC

[PATCH] schemas: Add vim modeline
 2020-09-07 13:54 UTC  (3+ messages)

[balbi-usb:testing/next 29/33] drivers/usb/dwc2/drd.c:83:37: error: 'struct dwc2_hsotg' has no member named 'test_mode'
 2020-09-07 13:51 UTC  (2+ messages)

[PATCH v4 0/1] drm: fix virtio-gpu + sev
 2020-09-07 13:53 UTC  (7+ messages)
` [PATCH v4 1/1] drm: allow limiting the scatter list size

[PATCH v14 0/2] media: i2c: Add support for OV02A10 sensor
 2020-09-07 13:51 UTC  (10+ messages)
` [PATCH v14 2/2] media: i2c: Add OV02A10 image sensor driver

[PATCH V2] sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output
 2020-09-07 13:36 UTC  (3+ messages)

[PATCH] drivers/perf: xgene_pmu: Fix uninitialized resource struct
 2020-09-07 13:50 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2020-09-06
 2020-09-07 13:52 UTC  (3+ messages)

[PATCH v7] binder: transaction latency tracking for user build
 2020-09-07 13:51 UTC  (5+ messages)
` [PATCH v8] "
  ` [PATCH v8 3/3] binder: add transaction latency tracer

[PATCH v3 00/18] Introduce separate nVHE hyp context
 2020-09-07 13:47 UTC  (13+ messages)
` [PATCH v3 08/18] KVM: arm64: Introduce "
` [PATCH v3 13/18] KVM: arm64: nVHE: Handle hyp panics
` [PATCH v3 14/18] smccc: Cast arguments to unsigned long
` [PATCH v3 16/18] KVM: arm64: nVHE: Migrate hyp interface to SMCCC

[PATCH v12 0/9] support reserving crashkernel above 4G on arm64 kdump
 2020-09-07 13:47 UTC  (20+ messages)
` [PATCH v12 1/9] x86: kdump: move CRASH_ALIGN to 2M
` [PATCH v12 2/9] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v12 3/9] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel[_low]()
` [PATCH v12 4/9] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v12 5/9] arm64: kdump: introduce some macroes for crash kernel reservation
` [PATCH v12 6/9] arm64: kdump: reimplement crashkernel=X
` [PATCH v12 7/9] kdump: add threshold for the required memory
` [PATCH v12 8/9] arm64: kdump: add memory for devices by DT property linux, usable-memory-range
` [PATCH v12 9/9] kdump: update Documentation about crashkernel

[PATCH] drm/doc: Document that modifiers are always required for fb
 2020-09-07 13:51 UTC  (11+ messages)

[PATCH] x86: guard against straight-line speculation past RET
 2020-09-07 13:50 UTC  (4+ messages)

[PATCH v8 00/18] Add support for Nitro Enclaves
 2020-09-07 13:43 UTC  (4+ messages)
` [PATCH v8 17/18] nitro_enclaves: Add overview documentation

[PATCH 1/2] powerpc/32: Fix vmap stack - Do not activate MMU before reading task struct
 2020-09-07 13:42 UTC  (2+ messages)
` [PATCH 2/2] powerpc/32: Fix vmap stack - Properly set r1 before activating MMU

[PATCH RESEND v4 0/1] add sysfs exports for TPM 2 PCR registers
 2020-09-07 13:36 UTC  (4+ messages)

[PATCH RFC 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-07 13:40 UTC  (22+ messages)
` [PATCH RFC 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH RFC 02/10] x86, kfence: enable KFENCE for x86
` [PATCH RFC 03/10] arm64, kfence: enable KFENCE for ARM64
` [PATCH RFC 04/10] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH RFC 05/10] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH RFC 06/10] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH RFC 07/10] kfence, kmemleak: make KFENCE compatible with KMEMLEAK
` [PATCH RFC 08/10] kfence, lockdep: make KFENCE compatible with lockdep
` [PATCH RFC 09/10] kfence, Documentation: add KFENCE documentation
` [PATCH RFC 10/10] kfence: add test suite

[Cocci] Checking the replacement of two specific function calls
 2020-09-07 13:46 UTC  (7+ messages)
` [Cocci] [PATCH] Coccinelle: api: Add SmPL script “use_devm_platform_get_and_ioremap_resource.cocci”
      `  "
            ` [PATCH] Coccinelle: api: Add SmPL scr =?UTF-8?Q?ipt_=E2=80=9Cuse=5Fdevm=5F

[PATCH] kbuild: preprocess module linker script
 2020-09-07 13:30 UTC  (6+ messages)

[PATCH] cpufreq: armada-37xx: Add missing MODULE_DEVICE_TABLE
 2020-09-07 13:27 UTC  (2+ messages)

[dpdk-dev] [PATCH] raw/dpaa2_qdma: fix missing parentheses
 2020-09-07 13:41 UTC 

[PATCH v8 00/14] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-09-07 13:40 UTC  (6+ messages)
` [PATCH v8 02/14] hw/misc: Add NPCM7xx Clock Controller device model

[PATCH 0/3] drm: panel: add support for TDO tl070wsh30 panel
 2020-09-07 13:24 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: display: panel: add TDO tl070wsh30 DSI panel bindings

[PATCH v2 0/3] arm64: Large PIE fixes
 2020-09-07 13:40 UTC  (6+ messages)
` [PATCH v2 2/3] arm64: Bail out PIE builds early if load address is not 4K aligned

[PATCH] platform/chrome: Kconfig: Remove the transitional MFD_CROS_EC config
 2020-09-07 13:25 UTC  (2+ messages)

[PATCHSET 0/9] perf tools: Fix various memory leaks
 2020-09-07 13:22 UTC  (5+ messages)
` [PATCH 1/9] perf evlist: Fix cpu/thread map leak

[PATCH v5 0/2] Add mediatek codec mt6359 driver
 2020-09-07 13:37 UTC  (10+ messages)
` [PATCH v5 2/2] dt-bindings: mediatek: mt6359: add codec document

[PATCH v3 00/15] Reverse debugging
 2020-09-07 13:37 UTC  (8+ messages)
` [PATCH v3 09/15] replay: implement replay-seek command
` [PATCH v3 10/15] replay: flush rr queue before loading the vmstate

[PATCH bpf-next 0/6] xsk: exit NAPI loop when AF_XDP Rx ring is full
 2020-09-07 13:37 UTC  (5+ messages)
      ` [Intel-wired-lan] "

[dpdk-dev] [dpdk-dev 0/2] fips_validation: add SGL and GMAC support
 2020-09-07 13:32 UTC  (4+ messages)
` [dpdk-dev] [dpdk-dev v2 "
  ` [dpdk-dev] [dpdk-dev v2 1/2] fips_validation: add SGL support

[dpdk-dev] Issue with VFIO/IOMMU
 2020-09-07 13:31 UTC  (3+ messages)

[Buildroot] [Bug 13181] New: libopenssl package enables Cryptodev engine even if BR2_PACKAGE_LIBOPENSSL_ENGINES is disabled
 2020-09-07 13:30 UTC 

[PULL 00/30] ppc-for-5.2 queue 20200904
 2020-09-07 13:29 UTC  (4+ messages)

[PATCH 1/2] drm/qxl: don't touch mem.bus.offset
 2020-09-07 13:29 UTC  (2+ messages)
` [PATCH 2/2] drm/ttm: merge offset and base in ttm_bus_placement

[PATCH 0/2] Arm CMN-600 PMU driver
 2020-09-07 13:27 UTC  (5+ messages)
` [PATCH 2/2] perf: Add "

[PATCH] hwmon: Driver for TI TPS2483 hotswap controller
 2020-09-07 13:26 UTC 

KVM on POWER8 host lock up since 10d91611f426 ("powerpc/64s: Reimplement book3s idle code in C")
 2020-09-07 13:25 UTC  (6+ messages)

[PATCH net-next] netlink: add spaces around '&' in netlink_recvmsg()
 2020-09-07 13:21 UTC 

[PATCH 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool
 2020-09-07 13:26 UTC  (4+ messages)
` [PATCH 12/14] libmultipathpersist: use update_multipath_table/status, in get_mpvec

[PATCH] drivers/perf: arm_pmu: Show PMU version on boot
 2020-09-07 13:24 UTC  (6+ messages)

[dpdk-dev] [PATCH v1 0/6] ethdev: allow unknown link speed
 2020-09-07 13:24 UTC  (3+ messages)
  ` [dpdk-dev] [PATCH v9 00/24] "

[PATCH] image.bbclass: fix REPRODUCIBLE_TIMESTAMP_ROOTFS reference
 2020-09-07 13:21 UTC 

[RESEND PATCH v12 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-09-07 13:20 UTC  (3+ messages)
` [RESEND PATCH v12 2/2] "

[PATCH v2 0/2] use SPDX also for GFDL documents
 2020-09-07 13:18 UTC  (3+ messages)
` [PATCH v2 1/2] LICENSE: add GFDL deprecated licenses

[Cocci] [PATCH] scripts: coccicheck: Do not use shift command when rule is specfified
 2020-09-07 13:17 UTC 

[PATCH v3] i440fx/acpi: do not add hotplug related amls for cold plugged bridges
 2020-09-07 13:17 UTC  (2+ messages)

HASH_OF_MAPS inner map allocation from BPF
 2020-09-07 13:13 UTC  (3+ messages)

[PATCH] media: ipu3: add a module to probe sensors via ACPI
 2020-09-07 13:17 UTC  (10+ messages)


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.