All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-07 17:14:03 to 2020-09-07 17:43:13 UTC [more...]

6b41030fdc790 broke dmatest badly
 2020-09-07 14:05 UTC  (5+ messages)

[PATCH v3 0/5] PCIe aardvark controller improvements
 2020-09-07 13:32 UTC  (2+ messages)

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

[PATCH] misc: fastrpc: add ioctl for attaching to sensors pd
 2020-09-07 14:05 UTC  (9+ messages)

[PATCH v7] perf test: Introduce script for Arm CoreSight testing
 2020-09-07 14:10 UTC  (2+ messages)

[PATCH v7 00/72] x86: SEV-ES Guest Support
 2020-09-07 13:16 UTC  (61+ messages)
` [PATCH v7 05/72] x86/cpufeatures: Add SEV-ES CPU feature
` [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 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 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 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 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 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

[PATCH] scripts: coccicheck: Do not use shift command when rule is specfified
 2020-09-07 13:17 UTC 

[PATCH] arm64: perf: Remove unnecessary event_idx check
 2020-09-07 17:42 UTC  (2+ messages)

[PATCH] arm64: dts: marvell: espressobin: Add ethernet switch aliases
 2020-09-07 17:42 UTC  (13+ messages)

[xen-unstable-smoke test] 153890: tolerable all pass - PUSHED
 2020-09-07 17:41 UTC 

[PATCH] .gitignore: add virtiofsd binary
 2020-09-07 17:40 UTC  (2+ messages)

[PATCH v11 00/11] PCI: brcmstb: enable PCIe for STB chips
 2020-09-07 17:40 UTC  (11+ messages)
` [PATCH v11 07/11] device-mapping: Introduce DMA range map, supplanting dma_pfn_offset

[PATCH 1/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
 2020-09-07 17:39 UTC  (3+ messages)

Adventures in NFS re-exporting
 2020-09-07 17:31 UTC 

[linux-lvm] exposing snapshot block device
 2020-09-07 17:37 UTC  (2+ messages)

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

[meta-security][PATCH 0/6] Some small dm-verity improvements
 2020-09-07 17:35 UTC  (8+ messages)
` [meta-security][PATCH 1/6] dm-verity-img.bbclass: Fix bashisms
` [meta-security][PATCH 2/6] dm-verity-img.bbclass: Reorder parse-time check
` [meta-security][PATCH 3/6] dm-verity-image-initramfs: Fix do_rootfs dependency
` [meta-security][PATCH 4/6] dm-verity-image-initramfs: Ensure verity hash sync
` [meta-security][PATCH 5/6] dm-verity-image-initramfs: Bind at do_image instead
` [meta-security][PATCH 6/6] linux-yocto(-dev): Add dm-verity fragment as needed

[RFC PATCH] docs/system/deprecated: mark ppc64abi32-linux-user for deprecation
 2020-09-07 17:34 UTC  (4+ messages)

[PATCH v4 00/21] KVM: arm64: Rewrite page-table code and fault handling
 2020-09-07 17:31 UTC  (5+ messages)

[Cocci] Checking the replacement of two specific function calls
 2020-09-07 17:31 UTC  (11+ messages)
` [Cocci] [PATCH] Coccinelle: api: Add SmPL script “use_devm_platform_get_and_ioremap_resource.cocci”
      `  "
  ` [Cocci] [PATCH v2] "
          ` [PATCH v2] Coccinelle: api: Add SmPL =?UTF-8?Q?_script_=E2=80=9Cuse=5Fdevm
          ` [PATCH v2] Coccinelle: api: Add SmPL script “use_devm_platform_get_and_ioremap_resource.cocci”

duplicated patch in 5.4
 2020-09-07 17:31 UTC  (2+ messages)

[PATCH v1 0/8] seqlock: Introduce seqcount_latch_t
 2020-09-07 17:30 UTC  (6+ messages)
` [PATCH v1 6/8] x86/tsc: Use seqcount_latch_t

[PATCH RFC 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-07 17:31 UTC  (11+ messages)
` [PATCH RFC 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH RFC 02/10] x86, kfence: enable KFENCE for x86
` [PATCH RFC 03/10] arm64, kfence: enable KFENCE for ARM64
` [PATCH RFC 04/10] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH RFC 05/10] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH RFC 06/10] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH RFC 08/10] kfence, lockdep: make KFENCE compatible with lockdep
` [PATCH RFC 09/10] kfence, Documentation: add KFENCE documentation
` [PATCH RFC 10/10] kfence: add test suite

[PATCH] PCI: rockchip: Fix bus checks in rockchip_pcie_valid_device()
 2020-09-07 17:29 UTC  (4+ messages)

[PATCH v3 00/16] hw/riscv: Add Microchip PolarFire SoC Icicle Kit board support
 2020-09-07 17:27 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/mraa: fix build with gcc 10
 2020-09-07 17:28 UTC 

[PULL 00/30] ppc-for-5.2 queue 20200904
 2020-09-07 17:26 UTC  (9+ messages)

Paid Post
 2020-09-07 13:20 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] "

[linux-next:master 4499/4903] drivers/cpufreq/tegra186-cpufreq.c:108:18: sparse: sparse: incorrect type in assignment (different address spaces)
 2020-09-07 17:26 UTC 

[PATCHSET 0/9] perf tools: Fix various memory leaks
 2020-09-07 13:20 UTC  (4+ messages)
` [PATCH 8/9] perf test: Free aliases for PMU event map aliases test

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

alternatives to screenscraping iw?
 2020-09-07 17:25 UTC  (5+ messages)

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

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

HASH_OF_MAPS inner map allocation from BPF
 2020-09-07 13:32 UTC  (4+ messages)

[BUG]: KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvhe
 2020-09-07 13:29 UTC 

[PATCH bpf-next 0/6] xsk: exit NAPI loop when AF_XDP Rx ring is full
 2020-09-07 13:37 UTC  (5+ messages)

[PATCH v8 00/18] Add support for Nitro Enclaves
 2020-09-07 14:08 UTC  (8+ messages)
` [PATCH v8 15/18] nitro_enclaves: Add Makefile for the Nitro Enclaves driver
` [PATCH v8 17/18] nitro_enclaves: Add overview documentation

[dpdk-dev] [PATCH] doc/devbind: remove references to igb_uio
 2020-09-07 17:22 UTC  (3+ messages)

[PATCH v5 0/2] Add mediatek codec mt6359 driver
 2020-09-07 13:37 UTC  (8+ messages)
` [PATCH v5 2/2] dt-bindings: mediatek: mt6359: add codec document

[PATCH v12 0/9] support reserving crashkernel above 4G on arm64 kdump
 2020-09-07 13:47 UTC  (10+ messages)
` [PATCH v12 1/9] x86: kdump: move CRASH_ALIGN to 2M
` [PATCH v12 2/9] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v12 3/9] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel[_low]()
` [PATCH v12 4/9] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v12 5/9] arm64: kdump: introduce some macroes for crash kernel reservation
` [PATCH v12 6/9] arm64: kdump: reimplement crashkernel=X
` [PATCH v12 7/9] kdump: add threshold for the required memory
` [PATCH v12 8/9] arm64: kdump: add memory for devices by DT property linux,usable-memory-range
` [PATCH v12 9/9] kdump: update Documentation about crashkernel

[PATCH net-next RFC v3 00/14] Add devlink reload action option
 2020-09-07 13:46 UTC  (11+ messages)
` [PATCH net-next RFC v3 01/14] devlink: Add reload action option to devlink reload command

[PATCH] blame.c: replace instance of !oidcmp for oideq
 2020-09-07 17:21 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/11] Python script updates
 2020-09-07 17:20 UTC  (4+ messages)
` [dpdk-dev] [PATCH 09/11] dpdk-pmdinfo: do not use len(x) to test for empty

[PATCH v4 0/1] drm: fix virtio-gpu + sev
 2020-09-07 13:53 UTC  (3+ messages)
` [PATCH v4 1/1] drm: allow limiting the scatter list size

[dpdk-dev] [PATCH] usertools: add huge page setup script
 2020-09-07 17:20 UTC  (5+ messages)
` [dpdk-dev] [PATCH v5] "

[PATCH for-next 0/9] RDMA/hns: Misc Updates
 2020-09-07 13:36 UTC  (6+ messages)
` [PATCH for-next 1/9] RDMA/hns: Refactor process about opcode in post_send()
` [PATCH for-next 2/9] RDMA/hns: Add type check in get/set hw field
` [PATCH for-next 3/9] RDMA/hns: Add interception for resizing SRQs
` [PATCH for-next 6/9] RDMA/hns: Solve the overflow of the calc_pg_sz()
` [PATCH for-next 7/9] RDMA/hns: Fix the wrong value of rnr_retry when querying qp

[PATCH RFC 0/7] net: bridge: cfm: Add support for Connectivity Fault Management(CFM)
 2020-09-07 13:56 UTC  (4+ messages)

[PATCH net] netns: fix a deadlock in peernet2id_alloc()
 2020-09-07 13:55 UTC  (2+ messages)

[PATCH 0/2] Fixes for the Intel PMC mux driver
 2020-09-07 13:57 UTC  (2+ messages)
` [PATCH 1/2] usb: typec: intel_pmc_mux: Do not configure Altmode HPD High

[RFC] ath10k: change to do napi_enable and napi_disable when insmod and rmmod for sdio
 2020-09-07 17:18 UTC  (18+ messages)

[PATCH] drivers/perf: xgene_pmu: Fix uninitialized resource struct
 2020-09-07 13:50 UTC  (2+ messages)

[PATCH] net/sock: don't drop udp packets if udp_mem[2] not reached
 2020-09-07 17:18 UTC  (2+ messages)

[PATCH] tracing: fix double free
 2020-09-07 13:58 UTC 

[PATCH] PR_SPEC_DISABLE_NOEXEC support for arm64
 2020-09-07 17:18 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/re2: new package
 2020-09-07 17:18 UTC  (3+ messages)

[RFC PATCH 0/3] selinux: RCU conversion follow-ups
 2020-09-07 14:03 UTC  (5+ messages)
` [RFC PATCH 3/3] selinux: track policy lifetime with refcount

[PATCHSET for-next 0/8] io_uring SQPOLL improvements
 2020-09-07 14:00 UTC  (4+ messages)
` [PATCH 8/8] io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too

[PATCH v7] binder: transaction latency tracking for user build
 2020-09-07 13:51 UTC  (5+ messages)
` [PATCH v8] "
  ` [PATCH v8 3/3] binder: add transaction latency tracer

[PATCH net 0/2] bnxt_en: Two bug fixes
 2020-09-07 17:16 UTC  (2+ messages)

[PATCH v5 0/3] SCMI System Power Support
 2020-09-07 17:16 UTC  (5+ messages)
` [PATCH v5 2/3] firmware: arm_scmi: Add SCMI System Power Control driver

[PATCH v4 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-09-07 14:02 UTC  (4+ messages)
` [PATCH v4 08/10] vfio/fsl-mc: trigger an interrupt via eventfd

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

[PATCH v10 0/6] ACPI: Support Generic Initiator proximity domains
 2020-09-07 14:03 UTC  (4+ messages)
` [PATCH v10 2/6] x86: Support Generic Initiator only "
` [PATCH v10 5/6] node: Add access1 class to represent CPU to memory characteristics
` [PATCH v10 6/6] docs: mm: numaperf.rst Add brief description for access class 1

[git:media_tree/master] media: media/v4l2-core: Fix kernel-infoleak in video_put_user()
 2020-08-26 14:29 UTC 

[git:media_tree/master] media: rc: uevent sysfs file races with rc_unregister_device()
 2020-08-28 12:06 UTC 

[git:media_tree/master] media: rc: do not access device via sysfs after rc_unregister_device()
 2020-08-28 12:06 UTC 

[PATCH net-next] mt76: mt7615: Remove set but unused variable 'index'
 2020-09-07 14:10 UTC 

[PATCH v2 0/4] arm64: Initial support for Texas Instrument's J7200 Platform
 2020-09-07 14:14 UTC  (3+ messages)

[PATCH net] hinic: fix rewaking txq after netif_tx_disable
 2020-09-07 14:15 UTC 

[PATCH] soundwire: stream: fix an invalid free
 2020-09-07 14:14 UTC  (2+ messages)

[PATCH net-next] net: ethernet: dnet: Remove set but unused variable 'len'
 2020-09-07 14:12 UTC 

[PATCH v6 6/9] kernel: entry: Support Syscall User Dispatch for common syscall entry
 2020-09-07 14:15 UTC  (2+ messages)

[PATCH v4 00/10] media: staging: rkisp1: add support to V4L2_CAP_IO_MC
 2020-09-07 14:19 UTC  (5+ messages)
` [PATCH v4 06/10] media: staging: rkisp1: add a helper function to enumerate supported mbus formats on capture
` [PATCH v4 10/10] media: staging: rkisp1: fix configuration for GREY pixelformat

[PATCH v2 0/4] soundwire: qcom: add support for mmio soundwire master
 2020-09-07 14:17 UTC  (2+ messages)


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.