All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-28 15:08:25 to 2020-04-28 15:28:44 UTC [more...]

[PATCH net-next v3] net: phy: micrel: add phy-mode support for the KSZ9031 PHY
 2020-04-28 15:28 UTC  (2+ messages)

[dpdk-dev] [PATCH] vhost: cache guest/vhost physical address mapping
 2020-04-28 15:28 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 1/2] vhost: utilize dpdk dynamic memory allocator
  ` [dpdk-dev] [PATCH v3 2/2] vhost: binary search address mapping table

[PATCH v2 0/2] userspace: Implement new format of filename trans rules
 2020-04-28 15:28 UTC  (6+ messages)
` [PATCH v2 2/2] libsepol: implement POLICYDB_VERSION_COMP_FTRANS

[PATCH v3 0/4] drm: Add support for IPK DSI Host Driver
 2020-04-28 15:28 UTC  (4+ messages)
` [PATCH v3 3/4] drm: ipk: Add extensions for DW MIPI DSI Host driver

[PATCH 0/2] Add support for StorageD3Enable _DSD property
 2020-04-28 15:27 UTC  (6+ messages)

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

[PATCH 0/6] convert more Xen page table code to the new API
 2020-04-28 15:26 UTC  (13+ 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
` [PATCH 3/6] x86_64/mm: map and unmap page tables in subarch_memory_op
` [PATCH 4/6] x86/smpboot: map and unmap page tables in cleanup_cpu_root_pgt

[PATCH 0/4] block: Do not call BlockDriver.bdrv_make_empty() directly
 2020-04-28 15:02 UTC  (2+ messages)

stable-rc/linux-5.6.y build: 192 builds: 0 failed, 192 passed, 10 warnings (v5.6.7-167-g9a37d69c8170)
 2020-04-28 15:27 UTC 

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

x86 entry perf unwinding failure (missing IRET_REGS annotation on stack switch?)
 2020-04-28 15:25 UTC  (8+ messages)

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

[PATCH v3 00/16] Add support for Kontron sl28cpld
 2020-04-28 15:25 UTC  (9+ messages)
` [PATCH v3 02/16] mfd: mfd-core: Don't overwrite the dma_mask of the child device

Certificate expired, https://git.yoctoproject.org/
 2020-04-28 15:25 UTC  (3+ messages)
` [yocto] "

[PATCH v2] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-04-28 15:25 UTC  (2+ messages)

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-04-28 15:17 UTC  (105+ 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 05/75] x86/traps: Move some definitions to <asm/trap_defs.h>
` [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 11/75] x86/boot/compressed/64: Disable red-zone usage
` [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 17/75] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [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 32/75] x86/head/64: Reload GDT after switch to virtual addresses
` [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 44/75] x86/sev-es: Allocate and Map IST stacks for #VC handler
` [PATCH v3 45/75] x86/dumpstack/64: Handle #VC exception stacks
` [PATCH v3 46/75] x86/sev-es: Shift #VC IST Stack in nmi_enter()/nmi_exit()
` [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 REBASED 0/3] btrfs: fix issues due to alien device
 2020-04-28 15:22 UTC  (4+ messages)
` [PATCH 1/3] btrfs: drop useless goto in open_fs_devices
` [PATCH 2/3] btrfs: include non-missing as a qualifier for the latest_bdev
` [PATCH 3/3] btrfs: free alien device due to device add

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-04-28 15:21 UTC  (9+ messages)
` [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 10/11] fs: remove the access_ok() check in ioctl_fiemap

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

[PATCH v8 0/9] dm: Add programmatic generation of ACPI tables (part A)
 2020-04-28 15:22 UTC  (2+ messages)

[MODERATED] [PATCH 0/5] Slow Randomizing Boosts DoS v4.4.219 backport 0
 2020-04-28 15:22 UTC  (4+ messages)
`  "
  ` [MODERATED] "

[PATCH v2] arm64: dts: allwinner: h6: Use dummy regulator for Tanix TX6
 2020-04-28 15:21 UTC  (3+ messages)

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

[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 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  (2+ 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 

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

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 


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.