All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-28 14:54:29 to 2020-04-28 15:21:20 UTC [more...]

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

[PATCH v3 1/4] powercap/drivers/idle_inject: Specify idle state max latency
 2020-04-28 15:20 UTC  (3+ messages)
` [PATCH v3 3/4] thermal/drivers/cpuidle_cooling: Change the registration function

[PATCH v2 0/3] support separate asm-offsets.h for SPL and TPL
 2020-04-28 15:20 UTC  (10+ messages)
` [PATCH v2 3/3] kbuild: SPL/TPL: generate "

[PATCH] Remove drm_display_mode.hsync
 2020-04-28 15:18 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH v10 00/13] arm64: Branch Target Identification support
 2020-04-28 15:18 UTC  (10+ messages)

[PATCH -rt] hrtimer: fix logic for when grabbing softirq_expiry_lock can be elided
 2020-04-28 15:18 UTC  (2+ messages)

[LTP] [PATCH 1/2] fanotify: Move safe_fanotify_init() + safe macro into fanotify.h
 2020-04-28 15:18 UTC  (5+ messages)
` [LTP] [PATCH 2/2] fanotify: Test with tst_variant both raw syscall and libc

b4 v0.4.0 available with new features
 2020-04-28 15:16 UTC  (5+ messages)
` [tools] "

Default Gateway for a system v/s Default gateway per Interface
 2020-04-28 15:16 UTC  (6+ messages)

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-04-28 15:16 UTC  (11+ messages)
` [PATCH 05/11] fs: mark __generic_block_fiemap static
` [PATCH 06/11] fs: move the fiemap definitions out of fs.h
` [PATCH 07/11] iomap: fix the iomap_fiemap prototype
` [PATCH 08/11] fs: move fiemap range validation into the file systems instances
` [PATCH 09/11] fs: handle FIEMAP_FLAG_SYNC in fiemap_prep

[PATCH 0/2] drm/vram-helper: Reduce memory fragmentation
 2020-04-28 15:16 UTC  (8+ messages)
` [PATCH 2/2] drm/vram-helper: Alternate between bottom-up and top-down placement

[Buildroot] [PATCH] DEVELOPERS: trim Carlos Santos' watch list
 2020-04-28 15:16 UTC 

[PATCH] drm: Replace drm_modeset_lock/unlock_all with DRM_MODESET_LOCK_ALL_* helpers
 2020-04-28 15:15 UTC  (3+ messages)

[RFC PATCH v1 0/5] media: tegra: Tegra video driver follow-up patches
 2020-04-28 15:15 UTC  (9+ messages)
` [RFC PATCH v1 3/5] media: tegra-video: Move PM runtime handle to streaming

[RFC 00/17] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-04-28 15:15 UTC  (13+ messages)
  ` [RFC 02/17] drm: amdgpu: fix "
  ` [RFC 10/17] drm: radeon: "

[PATCH v4] ovl: whiteout inode sharing
 2020-04-28 15:15 UTC  (10+ messages)

[PATCH v2] drm: make drm_file use keyed wakeups
 2020-04-28 15:14 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH net v2 2/2] net: phy: DP83TC811: Fix WoL in config init to be disabled
 2020-04-28 15:07 UTC  (3+ messages)

[PATCH 5/2] xfs: refactor xlog_recover_buffer_pass1
 2020-04-28 15:13 UTC  (2+ messages)

renesas-drivers-2020-04-28-v5.7-rc3
 2020-04-28 15:13 UTC 

[PATCH 0/6] convert more Xen page table code to the new API
 2020-04-28 15:12 UTC  (7+ messages)
` [PATCH 1/6] x86_64/mm: map and unmap page tables in cleanup_frame_table
` [PATCH 2/6] x86_64/mm: map and unmap page tables in subarch_init_memory

OWASP dependency checker
 2020-04-28 15:12 UTC 

[PATCH] drm: make drm_file use keyed wakeups
 2020-04-28 15:11 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH v2 0/8] efi/libstub: simplify arm64 kernel image loading
 2020-04-28 15:11 UTC  (5+ messages)
` [PATCH v2 5/8] efi/libstub/arm64: align PE/COFF sections to segment alignment

[PATCH 0/2] Update errno messages
 2020-04-28 15:10 UTC  (3+ messages)
` [PATCH 1/2] btrfs: sort error decoder entries
` [PATCH 2/2] btrfs: add more codes to decoder table

two small log recovery cleanups
 2020-04-28 15:11 UTC  (9+ messages)
` [PATCH 1/2] xfs: refactor the buffer cancellation table helpers
` [PATCH 2/2] xfs: rename inode_list xlog_recover_reorder_trans
` [PATCH 3/2] xfs: factor out a xlog_buf_readahead helper
` [PATCH 4/2] xfs: simplify xlog_recover_inode_ra_pass2

[Intel-gfx] [PATCH] drm/i915: Avoid dereferencing a dead context
 2020-04-28 15:10 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v3 1/3] net: phy: mdio: add IPQ40xx MDIO driver
 2020-04-28 15:09 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: add Qualcomm IPQ4019 MDIO bindings

[PATCH v2 00/14] LUKS: encryption slot management using amend interface
 2020-04-28 15:03 UTC  (3+ messages)
` [PATCH v2 04/14] block/amend: separate amend and create options for qemu-img

[PATCH] arm64: vdso: Fix ldflags for -Bsymbolic
 2020-04-28 15:08 UTC 

[driver-core:debugfs_cleanup 1/1] drivers/gpu/drm/drm_debugfs.c:232:5: error: conflicting types for 'drm_debugfs_remove_files'
 2020-04-28 15:08 UTC  (2+ messages)

[PATCH 0/4] block: Do not call BlockDriver.bdrv_make_empty() directly
 2020-04-28 15:03 UTC  (7+ messages)
` [PATCH 2/4] block: Use bdrv_make_empty() where possible
` [PATCH 4/4] block: Use blk_make_empty() after commits

[hch-misc:block-fs.h-cleanup 12/14] fs/hfs/mdb.c:46:9: error: implicit declaration of function 'ioctl_by_bdev'
 2020-04-28 15:08 UTC 

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-04-28 15:03 UTC  (3+ messages)
` [PATCH v8 8/8] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32

[PATCH v1 00/15] Add support for Nitro Enclaves
 2020-04-28 15:07 UTC  (13+ messages)

[Intel-gfx] [PATCH v2] drm/i915/tgl: Wa_14011059788
 2020-04-28 15:07 UTC  (2+ messages)

a few small bio related cleanups
 2020-04-28 15:06 UTC  (5+ messages)
` [PATCH 2/4] block: cleanup the memory stall accounting in submit_bio
` [PATCH 4/4] block: add a bio_queue_enter helper

b.a.t.m.a.n. specification
 2020-04-28 15:07 UTC 

[PATCH v5] docs/designs: re-work the xenstore migration document
 2020-04-28 15:06 UTC 

[PATCH -next] staging: pi433: fix error return code in pi433_probe()
 2020-04-28 15:06 UTC  (3+ messages)

[PATCH v3 00/18] target/arm: sve load/store improvements
 2020-04-28 15:02 UTC  (8+ messages)
` [PATCH v3 13/18] target/arm: Update contiguous first-fault and no-fault loads

[PATCH] drm: pl111: enable render node
 2020-04-28 15:05 UTC  (6+ messages)

[PATCH v4 bpf-next 00/15] net: Add support for XDP in egress path
 2020-04-28 15:05 UTC  (3+ messages)
` [PATCH v4 bpf-next 09/15] net: Support xdp in the Tx path for packets as an skb

[dpdk-dev] [PATCH 1/2] ethdev: add tm cap for private shaper packet mode
 2020-04-28 15:04 UTC  (12+ messages)
` [dpdk-dev] [PATCH v4 1/4] ethdev: add tm support for shaper config in pkt mode

[dpdk-dev] [PATCH] rte_trace: fix build on PPC64
 2020-04-28 15:04 UTC  (4+ messages)

[PATCH -next] md: dm-ebs-target: fix build errors & Kconfig entry
 2020-04-28 15:03 UTC  (2+ messages)

[PATCH -next] block: fix error return code in mm_pci_probe()
 2020-04-28 15:03 UTC  (2+ messages)

[PATCH v5 0/7] Add Rockchip NFC drivers for RK3308 and others
 2020-04-28 15:01 UTC  (5+ messages)
` [PATCH v5 1/7] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller

[PATCH v14 0/2] add power control in i2c
 2020-04-28 15:02 UTC  (3+ messages)
` [PATCH v14 1/2] dt-binding: i2c: add bus-supply property

drm/i915: Teaching i915 dmabuf about LMEM
 2020-04-28 15:01 UTC  (3+ messages)
` [PATCH 3/5] drm/i915/dmabuf: Add LMEM knowledge to dmabuf map handler

[PATCH] tools/xenstore: simplify socket initialization
 2020-04-28 15:00 UTC  (2+ messages)

[PATCH] fuse, virtiofs: Do not alloc/install fuse device in fuse_fill_super_common()
 2020-04-28 14:59 UTC  (3+ messages)
  ` [Virtio-fs] "

[PATCH] virtiofsd: Show submounts
 2020-04-28 14:58 UTC  (5+ messages)
      ` [Virtio-fs] "

[PATCH] ath10k: Restart xmit queues below low-water mark
 2020-04-28 14:58 UTC  (3+ messages)

[PATCH 0/3] Fix-up series for x86/master
 2020-04-28 14:58 UTC  (11+ messages)
` [PATCH 3/3] acpi: Fix-up patch to correct sandbox test errors

[PATCH v3 1/3] gpio: pca953x: Rewrite ->get_multiple() function
 2020-04-28 14:58 UTC  (8+ messages)

[PATCH glibc 5/9] glibc: Perform rseq(2) registration at C startup and thread creation (v17)
 2020-04-28 14:58 UTC  (8+ messages)

linux-next boot error: WARNING: suspicious RCU usage in ipmr_get_table
 2020-04-28 14:58 UTC  (6+ messages)

[PATCH -next] soc: ti: knav_qmss_queue: fix error return code in knav_queue_probe()
 2020-04-28 14:57 UTC  (3+ messages)

[PATCH v3 0/9] Add a new LOOP_SET_FD_AND_STATUS ioctl
 2020-04-28 14:57 UTC  (5+ messages)

[PATCH] ref-manual: Remove long-dead PACKAGE_GROUP variable
 2020-04-28 14:57 UTC 

[PATCH -next] drm/mediatek: Fix Kconfig warning
 2020-04-28 14:55 UTC  (6+ messages)

[LTP] [PATCH 1/3] lib/safe_file_ops: print file info when file_lines_scanf parsed fail
 2020-04-28 14:56 UTC  (2+ messages)

[PATCH v2] net/ena: Fix build warning in ena_xdp_set()
 2020-04-28 14:55 UTC  (2+ messages)

[PATCH v9 00/10] Reftable support git-core
 2020-04-28 14:55 UTC  (4+ messages)
` [PATCH v10 00/12] "
  ` [PATCH v10 09/12] Add reftable library

[PATCH v2] arm64: dts: allwinner: a64: Remove unused SPDIF sound card
 2020-04-28 14:50 UTC  (2+ messages)
` [linux-sunxi] "

[PATCH] KVM: arm64: Drop PTE_S2_MEMATTR_MASK
 2020-04-28 14:49 UTC  (2+ messages)

[PATCH] arm64: entry: remove unneeded semicolon in el1_sync_handler()
 2020-04-28 14:49 UTC  (2+ messages)

[XEN PATCH v5 00/16] xen: Build system improvements
 2020-04-28 14:54 UTC  (3+ messages)
` [XEN PATCH v5 16/16] build,include: rework compat-build-header.py
  ` [XEN PATCH v5 16/16] build, include: "

[PATCH v3 00/16] Add support for Kontron sl28cpld
 2020-04-28 14:49 UTC  (5+ messages)
` [PATCH v3 05/16] mfd: Add support for Kontron sl28cpld management controller


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.