All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-07 12:53:02 to 2020-09-07 13:33:19 UTC [more...]

[PATCH 0/2] enable append-emulation for ZNS
 2020-09-07 12:53 UTC  (14+ messages)
  ` [PATCH 1/2] nvme: set io-scheduler requirement "

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

[PATCH v2 0/5] Cleanups for ACPI APD driver
 2020-09-07 12:57 UTC  (2+ messages)
` [PATCH v2 3/5] ACPI / APD: Remove ACPI_MODULE_NAME()

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

post-receive: pub/scm/linux/kernel/git/gregkh/driver-core
 2020-09-07 13:33 UTC 

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

[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

[PATCH v7 00/72] x86: SEV-ES Guest Support
 2020-09-07 13:16 UTC  (78+ messages)
` [PATCH v7 01/72] KVM: SVM: nested: Don't allocate VMCB structures on stack
` [PATCH v7 02/72] KVM: SVM: Add GHCB definitions
` [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 06/72] x86/traps: Move pf error codes to <asm/trap_pf.h>
` [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

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

[PATCH RESEND v4 0/1] add sysfs exports for TPM 2 PCR registers
 2020-09-07 13:21 UTC  (3+ messages)
` [PATCH RESEND v4 1/1] tpm: add sysfs exports for all banks of "

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

[PATCH v3 00/18] Introduce separate nVHE hyp context
 2020-09-07 13:29 UTC  (10+ messages)
` [PATCH v3 08/18] KVM: arm64: Introduce "
` [PATCH v3 12/18] KVM: arm64: nVHE: Switch to hyp context for EL2
` [PATCH v3 13/18] KVM: arm64: nVHE: Handle hyp panics

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

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

[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] cpufreq: armada-37xx: Add missing MODULE_DEVICE_TABLE
 2020-09-07 13:27 UTC 

post-receive: pub/scm/linux/kernel/git/lpieralisi/pci
 2020-09-07 13:28 UTC 

[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 v3 00/15] Reverse debugging
 2020-09-07 13:27 UTC  (4+ messages)
` [PATCH v3 09/15] replay: implement replay-seek command

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

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

[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 

post-receive: pub/scm/linux/kernel/git/gregkh/driver-core
 2020-09-07 13:22 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] "

[Cocci] Checking the replacement of two specific function calls
 2020-09-07 13:11 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

post-receive: pub/scm/linux/kernel/git/gregkh/driver-core
 2020-09-07 13:19 UTC 

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

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2020-09-07 13:17 UTC 

post-receive: pub/scm/linux/kernel/git/mhiramat/linux
 2020-09-07 13:16 UTC 

[PULL v2 00/15] Renesas hardware patches for 2020-06-22
 2020-09-07 13:13 UTC  (3+ messages)
` [PULL v2 13/15] hw/rx: Add RX GDB simulator

[PATCH V3] i2c: i2c-qcom-geni: Add shutdown callback for i2c
 2020-09-07 13:07 UTC 

Question about fscrypt on ubifs compared with ext4
 2020-09-07 13:11 UTC 

[PATCH v2 2/2] armv8: lx2162aqds: Add support for LX2162AQDS platform
 2020-09-07 13:12 UTC  (6+ messages)
` [PATCH v3 0/2] Add support for LX2162AQDS board
  ` [PATCH v3 1/2] armv8: lx2162a: Add Soc changes to support LX2162A
  ` [PATCH v3 2/2] armv8: lx2162aqds: Add support for LX2162AQDS platform

[PATCH] ALSA: rockchip_i2s: fix a possible divide-by-zero bug in rockchip_i2s_hw_params()
 2020-09-07 13:09 UTC  (2+ messages)

[PATCH v10 00/30] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-09-07 13:07 UTC  (6+ messages)
  ` [PATCH v10 30/30] videobuf2: use sgtable-based scatterlist wrappers

[PATCH v6 00/13] Add support for usb on Hikey960
 2020-09-07 13:06 UTC  (3+ messages)
` [PATCH v6 04/13] usb: dwc3: Add splitdisable quirk for Hisilicon Kirin Soc

[PATCH 0/4][v2] Lockdep fixes
 2020-09-07 13:05 UTC  (3+ messages)

[PATCH] MIPS: make userspace mapping young by default
 2020-09-07 13:10 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/zx2c4/wireguard-linux
 2020-09-07 13:10 UTC 

[PATCH 1/6] ipipe: fix build with CONFIG_IPIPE disabled
 2020-09-07 13:09 UTC  (6+ messages)
` [PATCH 2/6] ipipe: add fixup call to irq_set_[chip_]handler_[name_]locked() helpers
` [PATCH 3/6] x86/ipipe: fix chained irq handling
` [PATCH 4/6] ipipe: pinctrl: enable basic pipeline support
` [PATCH 5/6] x86/ipipe: fix build with CONFIG_X86_UV enabled
` [PATCH 6/6] ipipe: rename __fixup_irq_handler() to __ipipe_setup_irq_desc()

[PATCH v6] perf test: Introduce script for Arm CoreSight testing
 2020-09-07 13:06 UTC  (3+ messages)

[linux-lvm] exposing snapshot block device
 2020-09-07 13:09 UTC  (3+ messages)

[PATCH 1/1] kernel/sched:use the enum code replace of the int variable
 2020-09-07 13:05 UTC 

[RFC PATCH 00/12] interrupt entry wrappers
 2020-09-07 13:05 UTC  (6+ messages)
` [RFC PATCH 12/12] powerpc/64s: power4 nap fixup in C

[meta-python2][dunfell][PATCH] python: prevent lib32-python depending on python
 2020-09-07 13:07 UTC 

[PATCH v8 00/18] Add support for Nitro Enclaves
 2020-09-07 13:03 UTC  (7+ messages)
` [PATCH v8 08/18] nitro_enclaves: Add logic for creating an enclave VM
` [PATCH v8 09/18] nitro_enclaves: Add logic for setting an enclave vCPU

Questions about using multiple sockets
 2020-09-07 13:07 UTC  (5+ messages)

[PATCH 5/5] ACPI / APD: Head file including cleanups
 2020-09-07 13:07 UTC  (2+ messages)

[PATCH net-next] net: xilinx: remove redundant null check before clk_disable_unprepare()
 2020-09-07 13:02 UTC 

[PATCH v3 00/19] dlb2: introduce DLB 2.0 device driver
 2020-09-07 13:01 UTC  (4+ messages)
` [PATCH v3 01/19] dlb2: add skeleton for DLB 2.0 driver

[PATCH 0/4] Add support for ARMv8.3-SPE
 2020-09-07 12:51 UTC  (3+ messages)
` [PATCH 1/4] drivers/perf: "

[PATCH v5 0/7] Hirschmann Hellcreek DSA driver
 2020-09-07 12:49 UTC  (6+ messages)
` [PATCH v5 2/7] net: dsa: Add DSA driver for Hirschmann Hellcreek switches

[dpdk-dev] [RFC] ethdev: add a field for rte_eth_rxq_info
 2020-09-07 13:02 UTC  (14+ messages)
` [dpdk-dev] [PATCH v3 0/4] add Rx buffer size for rxq info structure
  ` [dpdk-dev] [PATCH v3 1/4] ethdev: add a field "

[RFC PATCH v3 0/4] dtc: Add a plugin interface
 2020-09-07 13:02 UTC  (4+ messages)
` [RFC PATCH v3 2/4] dtc: Add a live tree API

[PATCH v3 00/12] binman: Add support for generating more complex FITs
 2020-09-07 13:01 UTC  (5+ messages)
` [PATCH v3 08/12] sunxi: Convert 64-bit boards to use binman

[PATCH 1/2] dt-bindings: clock: mediatek: add bindings for MT8167 clocks
 2020-09-07 12:56 UTC  (6+ messages)
` [PATCH 2/2] clk: mediatek: Add MT8167 clock support

podman & docker conflict
 2020-09-07 13:00 UTC 

alternatives to screenscraping iw?
 2020-09-07 12:57 UTC  (2+ messages)

[Intel-gfx] [PULL] drm-intel-gt-next
 2020-09-07 13:00 UTC  (2+ messages)
`  "

[Cluster-devel] gfs2-utils 3.3.0 released
 2020-09-07 13:00 UTC  (7+ messages)
` [Cluster-devel] [ClusterLabs] "

[RFC PATCH] sched: Invoke io_wq_worker_sleeping() with enabled preemption
 2020-09-07 12:58 UTC  (3+ messages)
` [PATCH 1/2] sched: Bring the PF_IO_WORKER and PF_WQ_WORKER bits closer together

[PATCH net-next] net: stmmac: remove redundant null check before clk_disable_unprepare()
 2020-09-07 12:57 UTC 

Plans to refreshing iPXE roms ?
 2020-09-07 12:58 UTC  (2+ messages)

[PATCH v2 0/6] DSI/DBI, panel drivers, & tinyDRM v2
 2020-09-07 12:57 UTC  (7+ messages)
` [PATCH v2 6/6] drm/panel: Add Ilitek ILI9341 DBI panel driver
  ` 答复: "

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

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2020-09-07 12:57 UTC 

mmc0: Timeout waiting for hardware cmd interrupt on i.MX535
 2020-09-07 10:50 UTC  (7+ messages)
          ` EXT: "

[RESEND PATCH] net: dsa: microchip: look for phy-mode in port nodes
 2020-09-07 12:55 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v3 0/3] Add Broadcom VK driver
 2020-09-07 12:55 UTC  (3+ messages)
` [PATCH v3 2/3] misc: bcm-vk: add "

[PATCH next] io_uring: fix task hung in io_uring_setup
 2020-09-07 12:55 UTC  (3+ messages)

[PATCH V2 0/2] Implement Shutdown callback for i2c
 2020-09-07 12:53 UTC  (7+ messages)
` [PATCH V2 1/2] i2c: i2c-qcom-geni: Store DMA mapping data in geni_i2c_dev struct
` [PATCH V2 2/2] i2c: i2c-qcom-geni: Add shutdown callback for i2c

[PATCH ethtool,v2] ethtool: add support show/set-time-stamping
 2020-09-07 12:53 UTC  (2+ messages)

[PATCH] arch: vdso: add vdso linker script to 'targets' instead of extra-y
 2020-09-07 12:44 UTC  (2+ messages)

[PATCH net-next] net: ethernet: fec: remove redundant null check before clk_disable_unprepare()
 2020-09-07 12:49 UTC 


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.