All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-11 13:34:19 to 2020-02-11 13:57:35 UTC [more...]

Future of sato and X in oe-core
 2020-02-11 13:57 UTC  (3+ messages)
` [Openembedded-architecture] "

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2020-02-11 13:57 UTC  (5+ messages)
` [PATCH v7 00/11] "
  ` [PATCH v7 11/11] arm64: scs: add shadow stacks for SDEI

[RFC PATCH 00/62] Linux as SEV-ES Guest Support
 2020-02-11 13:52 UTC  (76+ messages)
` [PATCH 01/62] KVM: SVM: Add GHCB definitions
` [PATCH 02/62] KVM: SVM: Add GHCB Accessor functions
` [PATCH 03/62] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH 04/62] x86/traps: Move some definitions to <asm/trap_defs.h>
` [PATCH 05/62] x86/insn-decoder: Make inat-tables.c suitable for pre-decompression code
` [PATCH 06/62] x86/boot/compressed: Fix debug_puthex() parameter type
` [PATCH 08/62] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH 09/62] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH 10/62] x86/boot/compressed/64: Add page-fault handler
` [PATCH 11/62] x86/boot/compressed/64: Always switch to own page-table
` [PATCH 12/62] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH 13/62] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH 14/62] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH 15/62] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH 16/62] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH 17/62] x86/boot/compressed/64: Add function to map a page unencrypted
` [PATCH 18/62] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH 19/62] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH 20/62] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH 21/62] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH 22/62] x86/sev-es: Add handler for MMIO events
` [PATCH 23/62] x86/idt: Move IDT to data segment
` [PATCH 24/62] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH 25/62] x86/head/64: Install boot GDT
` [PATCH 26/62] x86/head/64: Reload GDT after switch to virtual addresses
` [PATCH 27/62] x86/head/64: Load segment registers earlier
` [PATCH 28/62] x86/head/64: Switch to initial stack earlier
` [PATCH 29/62] x86/head/64: Load IDT earlier
` [PATCH 30/62] x86/head/64: Move early exception dispatch to C code
` [PATCH 31/62] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH 32/62] x86/sev-es: Compile early handler code into kernel image
` [PATCH 33/62] x86/sev-es: Setup early #VC handler
` [PATCH 34/62] x86/sev-es: Setup GHCB based boot "
` [PATCH 35/62] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH 36/62] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH 37/62] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH 38/62] x86/sev-es: Handle instruction fetches from user-space
` [PATCH 39/62] x86/sev-es: Harden runtime #VC handler for exceptions "
` [PATCH 40/62] x86/sev-es: Filter exceptions not supported "
` [PATCH 41/62] x86/sev-es: Handle MSR events
` [PATCH 42/62] x86/sev-es: Handle DR7 read/write events
` [PATCH 43/62] x86/sev-es: Handle WBINVD Events
` [PATCH 44/62] x86/sev-es: Handle RDTSC Events
` [PATCH 45/62] x86/sev-es: Handle RDPMC Events
` [PATCH 46/62] x86/sev-es: Handle INVD Events
` [PATCH 47/62] x86/sev-es: Handle RDTSCP Events
` [PATCH 48/62] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH 49/62] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH 50/62] x86/sev-es: Handle VMMCALL Events
` [PATCH 51/62] x86/sev-es: Handle #AC Events
` [PATCH 52/62] x86/sev-es: Handle #DB Events
` [PATCH 53/62] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH 54/62] x86/kvm: Add KVM "
` [PATCH 55/62] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH 56/62] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH 57/62] x86/realmode: Setup AP jump table
` [PATCH 58/62] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH 59/62] x86/head/64: Rename start_cpu0
` [PATCH 60/62] x86/sev-es: Support CPU offline/online
` [PATCH 61/62] x86/cpufeature: Add SEV_ES_GUEST CPU Feature
` [PATCH 62/62] x86/sev-es: Add NMI state tracking

[PATCH v15 0/9] VIRTIO-IOMMU device
 2020-02-11 13:56 UTC  (2+ messages)

[PATCH 1/2] ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk subdevice id
 2020-02-11 13:56 UTC  (7+ messages)
` [PATCH 2/2] ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk value

[PATCH v2 0/2] jbd2: fix an oops problem
 2020-02-11 13:55 UTC  (3+ messages)
` [PATCH v2 1/2] jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
` [PATCH v2 2/2] jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer

[PATCH v2 00/10] Add Support for eMMC boot in AM65x and J721e
 2020-02-11 13:56 UTC  (11+ messages)
` [PATCH v2 02/10] mmc: Add init() API

[Xen-devel] [PATCH v4 0/2] xsm: hide detailed Xen version
 2020-02-11 13:56 UTC  (4+ messages)
` [Xen-devel] [PATCH v4 1/2] xsm: add Kconfig option for denied string
` [Xen-devel] [PATCH v4 2/2] xsm: hide detailed Xen version from unprivileged guests

INFO: task hung in wdm_flush
 2020-02-11 13:55 UTC  (12+ messages)

[PATCH v1] serial: 8250: Check UPF_IRQ_SHARED in advance
 2020-02-11 13:55 UTC 

[Intel-gfx] [PATCH v1] drm/i915: Call intel_edp_init_connector only for eDP
 2020-02-11 13:55 UTC  (4+ messages)

[PATCHv9 00/12] PCI: Recode Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2020-02-11 13:55 UTC  (13+ messages)

[PATCH v4] drm/cirrus: add drm_driver.release callback
 2020-02-11 13:55 UTC  (3+ messages)

[master/thud][PATCH] screenshot: Remove this screenshot tool in favor of fbgrab
 2020-02-11 13:53 UTC  (4+ messages)
    ` [EXTERNAL] "

[Intel-gfx] [PATCH] drm/i915: Poison rings after use
 2020-02-11 13:53 UTC  (2+ messages)

[RFC] why can't dynamic isolation just like the static way
 2020-02-11 13:54 UTC  (3+ messages)

perf not picking up symbols for namespaced processes
 2020-02-11 13:54 UTC  (8+ messages)

[PATCH v3 00/20] Refactor the architecture parts of mt7628
 2020-02-11 13:54 UTC  (6+ messages)

[PATCH -next v2] locking/osq_lock: annotate a data race in osq_lock
 2020-02-11 13:54 UTC 

[PATCH] bdi: fix use-after-free for bdi device
 2020-02-11 14:00 UTC 

[PATCH 0/8] ASoC: qdsp6: db820c: Add support for external and bluetooth audio
 2020-02-11 13:52 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 8/8] ASoC: qcom: apq8096: add kcontrols to set PCM rate
                  ` [alsa-devel] "

[RFC PATCH v2 09/10] power: supply: Initial support for ROHM BD70528 PMIC charger block
 2020-02-11 13:52 UTC  (9+ messages)

[PATCH V2 0/5] vDPA support
 2020-02-11 13:52 UTC  (5+ messages)
` [PATCH V2 3/5] vDPA: introduce vDPA bus
` [PATCH V2 5/5] vdpasim: vDPA device simulator

[PATCH kvm-unit-tests v2] arm64: timer: Speed up gic-timer-state check
 2020-02-11 13:52 UTC  (4+ messages)

[PATCH v4] drm/bochs: add drm_driver.release callback
 2020-02-11 13:52 UTC  (3+ messages)

[PATCH 0/2] iio: dac: AD5770R: Add support
 2020-02-11 13:51 UTC  (4+ messages)
` [PATCH 1/2] iio: dac: ad5770r: Add AD5770R support

mcp25xxfd: missing cerrif
 2020-02-11 13:51 UTC  (3+ messages)

[PATCH] gpio: siox: potentially enabling IRQs too early
 2020-02-11 13:51 UTC  (2+ messages)
` [PATCH] gpio: siox: use raw spinlock for irq related locking

[PATCH] migration/rdma: rdma_accept_incoming_migration fix error handling
 2020-02-11 13:49 UTC  (4+ messages)

[PATCH 0/2] drm/virtio: locking/reservation fixes
 2020-02-11 13:50 UTC  (7+ messages)
` [PATCH 1/2] drm/virtio: fix virtio_gpu_execbuffer_ioctl locking
` [PATCH 2/2] drm/virtio: fix virtio_gpu_cursor_plane_update()

[RFC][pci/pm] pci config space save restore issues during suspend/resume
 2020-02-11 13:50 UTC  (2+ messages)

[for-linus][PATCH 0/5] tracing: A few more patches for 5.6
 2020-02-11 13:49 UTC  (6+ messages)
` [for-linus][PATCH 1/5] bootconfig: Allocate xbc_nodes array dynamically
` [for-linus][PATCH 2/5] tools/bootconfig: Suppress non-error messages
` [for-linus][PATCH 3/5] tracing: Add missing nest end to synth_event_trace_start() error case
` [for-linus][PATCH 4/5] tracing: Dont return -EINVAL when tracing soft disabled synth events
` [for-linus][PATCH 5/5] tracing: Consolidate trace() functions

[PATCH 1/2] ath11k: add thermal cooling device support
 2020-02-11 13:49 UTC  (6+ messages)
` [PATCH 2/2] ath11k: add thermal sensor "

[Xen-devel] PV Shim ballooning
 2020-02-11 13:49 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mq-phanbell: Add support for ethernet
 2020-02-11 13:48 UTC  (2+ messages)

AMD IOMMU stops RDMA NFS from working since kernel 5.5 (bisected)
 2020-02-11 13:48 UTC  (4+ messages)

[zeus] [PATCH] u-boot-fslc: missing lzop-native dependency for MACHINE imx6qdlsabreauto
 2020-02-11 13:48 UTC  (2+ messages)
` [meta-freescale] "

ubifs: mounting fails due to error in orphan file handling
 2020-02-11 13:47 UTC  (7+ messages)

[PATCH] u-boot: set B directory for imx5's
 2020-02-11 13:47 UTC  (2+ messages)
` [meta-freescale] "

[PATCH v2 00/12] drm/i915/display: convert to drm_device based logging macros
 2020-02-11 13:47 UTC  (5+ messages)
` [PATCH v2 11/12] drm/i915/hdmi: convert to struct "
  ` [Intel-gfx] "

[RFC PATCH] iw: add clang-based fuzzer for scan IEs
 2020-02-11 13:47 UTC  (2+ messages)

[PATCH] serial: 8250_pnp: pass IRQ shared flag to UART ports
 2020-02-11 13:47 UTC  (4+ messages)
  ` 答复: "

[PATCH RFC 0/7] perf pmu-events: Support event aliasing for system PMUs
 2020-02-11 13:47 UTC  (6+ messages)
` [PATCH RFC 5/7] perf pmu: Support matching by sysid

[PATCH 0/4] perf tools: Fix kmap handling
 2020-02-11 13:47 UTC  (6+ messages)
` [PATCH 2/4] perf tools: Mark ksymbol dsos with kernel type
      ` [PATCHv2 "

[PATCH] tests/acceptance/ppc_prep_40p: Use cdn.netbsd.org hostname
 2020-02-11 13:45 UTC 

[Buildroot] [PATCH 1/1] mbuffer: new package
 2020-02-11 13:46 UTC 

[PATCH -next] staging: vc04_services: remove set but unused variable 'local_entity_uc'
 2020-02-11 13:43 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/hdmi: prefer to_i915() over drm->dev_private to get at i915
 2020-02-11 13:44 UTC 

[PATCH 1/1] Remove the legacy whitespace
 2020-02-11 13:44 UTC 

[PATCH] drm/ttm: rework BO delayed delete. v2
 2020-02-11 13:43 UTC  (2+ messages)

PCI: bus resource allocation error
 2020-02-11 13:43 UTC  (3+ messages)

[zeus][PATCH v2] ruby: fix CVE-2019-16254
 2020-02-11 13:43 UTC 

[PATCH 1/2 v2 RESEND] perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map
 2020-02-11 13:42 UTC  (3+ messages)
` [PATCH 2/2 v2 RESEND] x86/cpu/amd: Enable the fixed intructions retired free counter IRPERF

[PATCH v3] tools/perf/metricgroup: Fix printing event names of metric group with multiple events incase of overlapping events
 2020-02-11 13:41 UTC  (6+ messages)

Cleanup TTMs delayed delete handling
 2020-02-11 13:41 UTC  (6+ messages)
` [PATCH 4/6] drm/ttm: rework BO delayed delete

[PATCH 1/1] Remove the legacy whitespace
 2020-02-11 13:41 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/7] drm/i915/gt: Avoid resetting ring->head outside of its timeline mutex
 2020-02-11 13:41 UTC  (3+ messages)
` [Intel-gfx] [PATCH 4/7] drm/i915/gem: Don't leak non-persistent requests on changing engines

Develop a patch series with git?
 2020-02-11 13:40 UTC  (2+ messages)

Requesting review about optimizing large guest start up time
 2020-02-11 12:08 UTC 

[PATCH 0/9] mtd: spi-nor: add xSPI Octal DTR support
 2020-02-11 13:33 UTC  (20+ messages)
` [PATCH 1/9] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH 2/9] spi: spi-mem: allow specifying a command's extension
` [PATCH 3/9] spi: cadence-quadspi: Add support for octal DTR flashes
` [PATCH 4/9] mtd: spi-nor: add support for DTR protocol
` [PATCH 5/9] mtd: spi-nor: get command opcode extension type from BFPT
` [PATCH 6/9] mtd: spi-nor: parse xSPI Profile 1.0 table
` [PATCH 7/9] mtd: spi-nor: use dummy cycle and address width info from SFDP
` [PATCH 8/9] mtd: spi-nor: enable octal DTR mode when possible
` [PATCH 9/9] mtd: spi-nor: add support for Cypress Semper flash

[PATCH] block: make BlockConf.*_size properties 32-bit
 2020-02-11 11:54 UTC 

[PATCH] ruby: fix CVE-2019-16254
 2020-02-11 13:35 UTC  (6+ messages)

[Xen-devel] [PATCH v8 0/5] VM forking
 2020-02-11 13:34 UTC  (6+ messages)
` [Xen-devel] [PATCH v8 1/5] x86/p2m: Allow p2m_get_page_from_gfn to return shared entries

[PATCH v2 0/6] kvm/split_lock: Add feature split lock detection support in kvm
 2020-02-11 13:34 UTC  (5+ messages)
` [PATCH v2 3/6] kvm: x86: Emulate split-lock access as a write


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.