All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-19 08:49:12 to 2020-03-19 09:26:17 UTC [more...]

[Ocfs2-devel] [PATCH] ocfs2: fix a null pointer derefrence in ocfs2_block_group_clear_bits()
 2020-03-19  9:26 UTC  (5+ messages)
      `  "

[PATCH v2] ARM: boot: Obtain start of physical memory from DTB
 2020-03-19  9:25 UTC  (6+ messages)

RCU use of swait
 2020-03-19  9:25 UTC  (4+ messages)

Best way to debug an invalid opcode
 2020-03-19  9:22 UTC 

[patch V2 00/15] Lock ordering documentation and annotation for lockdep
 2020-03-19  9:21 UTC  (9+ messages)
` [patch V2 07/15] powerpc/ps3: Convert half completion to rcuwait
` [patch V2 08/15] Documentation: Add lock ordering and nesting documentation

process descriptor address in kernel stack
 2020-03-19  9:22 UTC  (2+ messages)

[MPTCP] Re: [PATCH 1/2] mptcp: fix compilation error without IPV6
 2020-03-19  9:24 UTC 

[Xen-devel] [PATCH] xen/x86: Move microcode into its own directory
 2020-03-19  9:22 UTC  (6+ messages)
` [Xen-devel] [PATCH 2/n] x86/microcode: Move interface from processor.h to microcode.h

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2020-03-19  9:18 UTC  (3+ messages)
` [PATCH v3 25/32] powerpc/64: system call implement entry/exit logic in C

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

[Intel-gfx] [PATCH] drm/i915/display: Increase the DDI idle timeout to 500us
 2020-03-19  9:20 UTC 

Loan Application Details
 2020-03-19  9:12 UTC  (5+ messages)

[Intel-gfx] [PATCH 1/6] drm/i915: Prefer '%ps' for printing function symbol names
 2020-03-19  9:19 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915/gem: Avoid gem_context->mutex for simple vma lookup
` [Intel-gfx] [PATCH 3/6] drm/i915/execlists: Force single submission for sentinels
` [Intel-gfx] [PATCH 4/6] drm/i915/gem: Wait until the context is finally retired before releasing engines
` [Intel-gfx] [PATCH 5/6] drm/i915: Use explicit flag to mark unreachable intel_context
` [Intel-gfx] [PATCH 6/6] drm/i915/gt: Cancel a hung context if already closed

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-19  9:20 UTC  (20+ messages)
` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
  ` [PATCH 0/5] "
    ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                  ` [PATCH v3 "
                              ` [PATCH v4 3/5] "

[bigeasy-staging:lockdep-nesting 7/12] include/linux/fs.h:1422:29: error: array type has incomplete element type 'struct percpu_rw_semaphore'
 2020-03-19  9:17 UTC 

[dpdk-dev] [PATCH] ethdev: add DBDF action to RTE Flow
 2020-03-19  9:17 UTC  (5+ messages)

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach
 2020-03-19  9:08 UTC  (2+ messages)

[PATCH 2/5] roc-rk3399-pc: Configure the leds only during POR
 2020-03-19  9:16 UTC  (2+ messages)
` [2/5] "

[PATCH] media: staging: allegro: fix broken registration of controls
 2020-03-19  9:16 UTC 

[PATCH v2 0/5] nvmet-rdma/srpt: SRQ per completion vector
 2020-03-19  9:15 UTC  (10+ messages)
` [PATCH v2 2/5] nvmet-rdma: add srq pointer to rdma_cmd
` [PATCH v2 3/5] nvmet-rdma: use SRQ per completion vector

[f2fs-dev] [PATCH V2] fsck.f2fs: allow fsck to fix issues with online resize due to SPO
 2020-03-19  9:15 UTC  (2+ messages)

[PATCHv3 0/3] clean up KPTI / SDEI trampoline data alignment
 2020-03-19  9:14 UTC  (8+ messages)
` [PATCH 1/3] arm64: clean up trampoline vector loads
` [PATCH 2/3] arm64/sdei: gather trampolines' .rodata
` [PATCH 3/3] arm64: reduce trampoline data alignment

[PATCH] configs: disable eMMC HS200 support on layerscape platforms
 2020-03-19  9:13 UTC  (4+ messages)

[PATCH 00/10] stm32mp1: board and SOC identifications
 2020-03-19  9:13 UTC  (5+ messages)
` [PATCH 07/10] board: stm32mp1: add finished good in board identifier OTP

[Intel-gfx] [PATCH 3/4] drm/i915/execlists: Force single submission for sentinels
 2020-03-19  9:12 UTC  (2+ messages)
` [Intel-gfx] [PATCH] "

[PATCH net-next 0/3] net: phy: add and use phy_check_downshift
 2020-03-19  9:10 UTC  (5+ messages)
` [PATCH net-next 1/3] "

[dpdk-dev] [PATCH 0/4] Support DMA-accelerated Tx operations for vhost-user PMD
 2020-03-19  9:10 UTC  (4+ messages)

[PATCH] powerpc: allow opting out of WATCHDOG_RESET() from timer interrupt
 2020-03-19  9:10 UTC  (3+ messages)
` [PATCH v2] "

[dpdk-dev] [PATCH 0/7] misc updates for hns3 PMD driver
 2020-03-19  9:08 UTC  (2+ messages)

I need feedback on my posted patches
 2020-03-19  9:07 UTC  (11+ messages)
  ` [Outreachy kernel] "

[Intel-gfx] [PATCH 1/4] drm/i915: Prefer '%ps' for printing function symbol names
 2020-03-19  9:07 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/4] "

[dpdk-dev] [PATCH 0/2] net/netvsc: patches
 2020-03-19  9:06 UTC  (4+ messages)

[PATCH v10 00/16] s390x: Protected Virtualization support
 2020-03-19  9:04 UTC  (4+ messages)
` [PATCH v10 15/16] docs: system: Add protvirt docs

[MPTCP] [PATCH 2/2] mptcp: fix compilation warning without IPV6
 2020-03-19  9:05 UTC 

[MPTCP] [PATCH 1/2] mptcp: fix compilation error without IPV6
 2020-03-19  9:05 UTC 

Re: Re: [PATCH v6 00/14] Introduce Data Access MONitor (DAMON)
 2020-03-19  9:03 UTC  (2+ messages)
`  "

[PATCH 00/15] btrfs: read repair/direct I/O improvements
 2020-03-19  9:03 UTC  (4+ messages)
` [PATCH 15/15] btrfs: unify buffered and direct I/O read repair

[dpdk-dev] [PATCH] net/mlx5: fix zero value validation for metadata
 2020-03-19  9:02 UTC 

[PATCH v2] staging: unisys: Documentation: Correct a long line in doc
 2020-03-19  9:01 UTC  (3+ messages)
` [Outreachy kernel] "

[dpdk-dev] [PATCH] doc: prefer https when pointing to dpdk.org
 2020-03-19  9:00 UTC  (2+ messages)

[PATCH net-next] net: mvmdio: fix driver probe on missing irq
 2020-03-19  8:58 UTC  (6+ messages)

[PATCH v2 0/2] integrate classzone_idx and high_zoneidx
 2020-03-19  8:57 UTC  (5+ messages)
` [PATCH v2 1/2] mm/page_alloc: use ac->high_zoneidx for classzone_idx

[PATCH 0/5] media: i2c: max9286: Add configuration properties
 2020-03-19  9:00 UTC  (6+ messages)
` [PATCH 2/5] dt-bindings: media: max9286: Add overlap window

[RFC 1/2] mm, slub: prevent kmalloc_node crashes and memory leaks
 2020-03-19  8:52 UTC  (5+ messages)

[PATCH 0/3] Add AP isolate support and two modules parameters
 2020-03-19  8:55 UTC  (3+ messages)
` [PATCH 3/3] brcmfmac: make setting SDIO workqueue WQ_HIGHPRI a module parameter

[PATCH] thermal: imx_sc_thermal: Fix incorrect data type
 2020-03-19  8:54 UTC  (3+ messages)

[RFC 00/14] efi_loader: add capsule update support
 2020-03-19  8:55 UTC  (5+ messages)
` [RFC 13/14] tools: add mkeficapsule command for UEFI capsule update test

[PATCH v6 0/2] Add capsule-pstore backend support
 2020-03-19  8:53 UTC  (5+ messages)

[GIT PULL 0/6] intel_th/stm class: Updates for v5.7
 2020-03-19  8:51 UTC  (2+ messages)
` [PATCH v1] intel_th: msu: Make stopping the trace optional

[MODERATED] [PATCH 0/3] v4 more sampling fun 0
 2020-03-19  8:50 UTC  (2+ messages)
  ` [MODERATED] Re: [PATCH 1/3] v4 more sampling fun 1

[PATCH 00/13] microvm: add acpi support
 2020-03-19  8:49 UTC  (2+ messages)

[PATCH v2] usb: dwc3: support continuous runtime PM with dual role
 2020-03-19  8:49 UTC 

[Xen-devel] [XEN PATCH v2 1/2] Check zone before merging adjacent blocks in heap
 2020-03-19  8:49 UTC  (8+ messages)
` [Xen-devel] [PATCH 1/2] xen/mm: fold PGC_broken into PGC_state bits

[PATCH] sched/clock: expire timer in hardirq context
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] time/sched_clock: Expire "


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.