All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-11 18:23:45 to 2020-09-11 19:35:08 UTC [more...]

[PATCH v6 00/12] SVM cleanup and INVPCID feature support
 2020-09-11 19:29 UTC  (13+ messages)
` [PATCH v6 01/12] KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
` [PATCH v6 02/12] KVM: SVM: Change intercept_cr to generic intercepts
` [PATCH v6 03/12] KVM: SVM: Change intercept_dr "
` [PATCH v6 04/12] KVM: SVM: Modify intercept_exceptions "
` [PATCH v6 05/12] KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
` [PATCH v6 06/12] KVM: SVM: Add new intercept vector in vmcb_control_area
` [PATCH v6 07/12] KVM: nSVM: Cleanup nested_state data structure
` [PATCH v6 08/12] KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept
` [PATCH v6 09/12] KVM: SVM: Remove set_exception_intercept and clr_exception_intercept
` [PATCH v6 10/12] KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c
` [PATCH v6 11/12] KVM: X86: Move handling of INVPCID types to x86
` [PATCH v6 12/12] KVM:SVM: Enable INVPCID feature on AMD

[PULL 00/18] Trivial branch for 5.2 patches
 2020-09-11 19:33 UTC  (3+ messages)
` [PULL 03/18] hw/acpi/tco: Remove unused definitions
` [PULL 05/18] hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP)

[PATCH] socket.7,unix.7: add initial description for SO_PEERSEC
 2020-09-11 19:33 UTC  (2+ messages)

[PATCH 0/4] clone: allow configurable default for -o/--origin
 2020-09-11 19:34 UTC  (11+ messages)
` [PATCH 1/4] clone: add tests for --template and some disallowed option pairs
` [PATCH 2/4] clone: call git_config before parse_options
` [PATCH 3/4] clone: validate --origin option before use
` [PATCH 4/4] clone: allow configurable default for `-o`/`--origin`

[PATCH 0/4 v3] x86: AMD: Don't flush cache if hardware enforces cache coherency across encryption domains
 2020-09-11 19:26 UTC  (5+ messages)
` [PATCH 1/4 v3] x86: AMD: Replace numeric value for SME CPUID leaf with a #define
` [PATCH 2/4 v3] x86: AMD: Add hardware-enforced cache coherency as a CPUID feature
` [PATCH 3/4 v3] x86: AMD: Don't flush cache if hardware enforces cache coherency across encryption domnains
` [PATCH 4/4 v3] KVM: SVM: Don't flush cache if hardware enforces cache coherency across encryption domains

INFO: rcu detected stall in ext4_file_write_iter
 2020-09-11 19:33 UTC  (2+ messages)

[PATCH 0/5] handle M-profile in fp16_arith isar_feature test
 2020-09-11 19:32 UTC  (11+ messages)
` [PATCH 1/5] target/arm: Replace ARM_FEATURE_PXN with ID_MMFR0.VMSA check
` [PATCH 2/5] target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters
` [PATCH 3/5] hw/intc/armv7m_nvic: Only show ID register values for Main Extension CPUs
` [PATCH 4/5] target/arm: Add ID register values for Cortex-M0
` [PATCH 5/5] target/arm: Make isar_feature_aa32_fp16_arith() handle M-profile

[PATCH 00/12] more miscellaneous Bloom filter improvements, redux
 2020-09-11 19:31 UTC  (6+ messages)
` [PATCH 12/12] builtin/commit-graph.c: introduce '--max-new-filters=<n>'

[PATCH 0/1]: generic: add test for boundary in xfs_attr_shortform_verify
 2020-09-11 19:30 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2 0/4] Enlarge tracepoints in the display component
 2020-09-11 19:29 UTC  (5+ messages)
` [PATCH v2 3/4] drm/amd/display: Add pipe_state tracepoint

Configuring WiFi6 in hostapd
 2020-09-11 19:26 UTC  (3+ messages)

[hch-misc:dma-header-cleanups 23/31] drivers/pci/xen-pcifront.c:695:15: error: implicit declaration of function 'swiotlb_nr_tbl'
 2020-09-11 19:26 UTC 

[dpdk-dev] [PATCH v4 00/22] Add DLB PMD
 2020-09-11 19:18 UTC  (23+ messages)
` [dpdk-dev] [PATCH v4 01/22] event/dlb: add documentation and meson infrastructure
` [dpdk-dev] [PATCH v4 02/22] event/dlb: add dynamic logging
` [dpdk-dev] [PATCH v4 03/22] event/dlb: add private data structures and constants
` [dpdk-dev] [PATCH v4 04/22] event/dlb: add definitions shared with LKM or shared code
` [dpdk-dev] [PATCH v4 05/22] event/dlb: add inline functions
` [dpdk-dev] [PATCH v4 06/22] event/dlb: add probe
` [dpdk-dev] [PATCH v4 07/22] event/dlb: add xstats
` [dpdk-dev] [PATCH v4 08/22] event/dlb: add infos get and configure
` [dpdk-dev] [PATCH v4 09/22] event/dlb: add queue and port default conf
` [dpdk-dev] [PATCH v4 10/22] event/dlb: add queue setup
` [dpdk-dev] [PATCH v4 11/22] event/dlb: add port setup
` [dpdk-dev] [PATCH v4 12/22] event/dlb: add port link
` [dpdk-dev] [PATCH v4 13/22] event/dlb: add port unlink and port unlinks in progress
` [dpdk-dev] [PATCH v4 14/22] event/dlb: add eventdev start
` [dpdk-dev] [PATCH v4 15/22] event/dlb: add enqueue and its burst variants
` [dpdk-dev] [PATCH v4 16/22] event/dlb: add dequeue "
` [dpdk-dev] [PATCH v4 17/22] event/dlb: add eventdev stop and close
` [dpdk-dev] [PATCH v4 18/22] event/dlb: add PMD's token pop public interface
` [dpdk-dev] [PATCH v4 19/22] event/dlb: add PMD self-tests
` [dpdk-dev] [PATCH v4 20/22] event/dlb: add queue and port release
` [dpdk-dev] [PATCH v4 21/22] event/dlb: add timeout ticks entry point
` [dpdk-dev] [PATCH v4 22/22] doc: Add new DLB eventdev driver to relnotes

[PATCH for-next] io_uring: ensure IOSQE_ASYNC file table grabbing works, with SQPOLL
 2020-09-11 19:23 UTC  (12+ messages)

[PATCH v6 0/8] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-09-11 19:22 UTC  (5+ messages)
` [PATCH v6 8/8] integrity: Asymmetric digsig supports SM2-with-SM3 algorithm

[PATCH] target/i386/kvm: Add missing fallthrough comment
 2020-09-11 19:23 UTC  (2+ messages)

Ways to deprecate /sys/devices/system/memory/memoryX/phys_device ?
 2020-09-11 19:24 UTC  (7+ messages)

[PATCH 00/24] Many patches
 2020-09-11 19:24 UTC  (7+ messages)
` [PATCH 12/24] getgrent_r.3: Use sizeof() to get buffer size (instead of hardcoding macro name)
  ` AW: "
` [PATCH 17/24] get_phys_pages.3: Write 'long' instead of 'long int'
  ` AW: "

[PATCH] hw: usb: hcd-ohci: check len and frame_number variables
 2020-09-11 19:20 UTC  (3+ messages)

[PATCH] ls-files: respect 'submodule.recurse' config
 2020-09-11 19:19 UTC  (4+ messages)

lpfc on latest 5.9 is very chatty on modprobe
 2020-09-11 19:18 UTC  (4+ messages)

[RFC PATCH v2 1/3] mm/gup: fix gup_fast with dynamic page table folding
 2020-09-11 19:09 UTC  (10+ messages)
` [PATCH] "

[PATCH v2] cma_alloc(), indefinitely retry allocations for -EBUSY failures
 2020-09-11 19:17 UTC  (4+ messages)
  ` [PATCH v2] mm: cma: indefinitely retry allocations in cma_alloc

[PATCH net-next] net: mvpp2: Initialize link in mvpp2_isr_handle_{xlg,gmac_internal}
 2020-09-11 19:16 UTC  (7+ messages)

Useless dovetail hacks
 2020-09-11 19:16 UTC  (3+ messages)

Linux raid-like idea
 2020-09-11 19:16 UTC  (6+ messages)

OpenBMC LDAP server configuration assistance
 2020-09-11 19:14 UTC  (3+ messages)

[PATCH V5 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-09-11 19:14 UTC  (11+ messages)

[PATCH RESEND bpf-next v3 0/9] bpf: Support multi-attach for freplace programs
 2020-09-11 19:13 UTC  (3+ messages)
` [PATCH RESEND bpf-next v3 2/9] bpf: verifier: refactor check_attach_btf_id()

[PATCH rdma-next 0/4] Query GID table API
 2020-09-11 19:11 UTC  (3+ messages)
` [PATCH rdma-next 2/4] RDMA/core: Modify enum ib_gid_type and enum rdma_network_type

[PATCH] Fix references to nommu-mmap.rst
 2020-09-11 19:10 UTC  (2+ messages)

[PATCH V8 0/3] fuse: Add support for passthrough read/write
 2020-09-11 18:46 UTC  (2+ messages)
` [fuse-devel] "

[dpdk-dev] [PATCH 00/15] Replace terms master/slave lcore with main/worker lcore
 2020-09-11 19:07 UTC  (16+ messages)
` [dpdk-dev] [PATCH 01/15] eal: add macro to mark macros as deprecated
` [dpdk-dev] [PATCH 02/15] eal: rename lcore word choices
` [dpdk-dev] [PATCH 03/15] rte_power: replace rte_master_lcore with rte_main_lcore
` [dpdk-dev] [PATCH 04/15] drivers: replace master lcore with main lcore
` [dpdk-dev] [PATCH 05/15] doc: "
` [dpdk-dev] [PATCH 06/15] app/test: replace uses of master/slave
` [dpdk-dev] [PATCH 07/15] app/test-pmd: replace master lcore with main lcore
` [dpdk-dev] [PATCH 08/15] app/test-eventdev: replace use of "
` [dpdk-dev] [PATCH 09/15] app: replace references to master/slave
` [dpdk-dev] [PATCH 10/15] examples: replace use of master with main
` [dpdk-dev] [PATCH 11/15] examples/multi_process: replace references to master/slave
` [dpdk-dev] [PATCH 12/15] examples/performance-thread: replace reference to master lcore
` [dpdk-dev] [PATCH 13/15] examples/qos: replace references to master
` [dpdk-dev] [PATCH 14/15] examples/ipsec-secgw: replace master lcore with main lcore
` [dpdk-dev] [PATCH 15/15] examples: "

[PATCH V2 0/3] integrity: Load certs from EFI MOK config table
 2020-09-11 19:08 UTC  (8+ messages)
` [PATCH V2 2/3] integrity: Move import of MokListRT certs to a separate routine

[PATCH v2] selftests/seccomp: fix ptrace tests on powerpc
 2020-09-11 19:06 UTC  (3+ messages)

[PATCH] tools/libs/stat: fix broken build
 2020-09-11 19:08 UTC  (3+ messages)

Git doesn't honor NO_PROXY environment variable while cloning
 2020-09-11 19:08 UTC  (5+ messages)

Cannot run `git submodule init` on Cygwin from script with strict error checking
 2020-09-11 19:07 UTC  (5+ messages)

[PATCH] tools: Delete XEN_DOMCTL_disable_migrate
 2020-09-11 19:06 UTC 

Redefinition of typedefs (C11 feature)
 2020-09-11 19:06 UTC  (2+ messages)

[PATCH 0/1] i2c: add slave testunit driver
 2020-09-11 19:05 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH V1 00/32] Live Update
 2020-09-11 19:00 UTC  (11+ messages)
` [PATCH V1 13/32] gdbstub: gdb support for suspended state
` [PATCH V1 14/32] savevm: VMS_RESTART and cprsave restart
` [PATCH V1 15/32] vl: QEMU_START_FREEZE env var
` [PATCH V1 16/32] oslib: add qemu_clr_cloexec
` [PATCH V1 17/32] util: env var helpers

[PATCH] docs: rewrite admin-guide/sysctl/abi.rst
 2020-09-11 19:01 UTC 

[PATCH] arm64: Allow CPUs unffected by ARM erratum 1418040 to come in late
 2020-09-11 18:59 UTC  (3+ messages)

[RFC PATCH net-next v1 00/11] make drivers/net/ethernet W=1 clean
 2020-09-11 19:00 UTC  (4+ messages)
    ` [Intel-wired-lan] "

[PATCH 00/38] iio: remaining easy of_match_ptr removal and related
 2020-09-11 18:59 UTC  (3+ messages)
` [PATCH 34/38] iio:magn:ak8975: Drop of_match_ptr and ACPI_PTR protections

[REGRESSION] x86/entry: Tracer no longer has opportunity to change the syscall number at entry via orig_ax
 2020-09-11 18:58 UTC  (3+ messages)

[PATCH] ref-filter: allow merged and no-merged filters
 2020-09-11 18:57 UTC  (4+ messages)
` [PATCH v2 0/2] git branch: allow combining "
  ` [PATCH v2 1/2] t3201: test multiple branch filter combinations
  ` [PATCH v2 2/2] ref-filter: allow merged and no-merged filters

[Printing-architecture] OpenPrinting News
 2020-09-11 18:53 UTC 

[hch-misc:dma-header-cleanups 23/31] arch/x86/xen/pci-swiotlb-xen.c:63:3: error: 'dma_ops' undeclared; did you mean
 2020-09-11 18:50 UTC 

[GIT PULL for v5.10] Venus updates - part2
 2020-09-11 18:51 UTC  (2+ messages)
` [GIT PULL for v5.10] Venus updates - part2 (#66892)

[Bug 206123] New: aacraid ( PM8068) and iommu=nobypass Frozen PHB error on ppc64
 2020-09-11 18:48 UTC  (4+ messages)
` [Bug 206123] "

[PATCH 0/3] Address sparse warnings
 2020-09-11 18:47 UTC  (4+ messages)
` [PATCH 1/3] NFSD: Correct type annotations in user xattr helpers
` [PATCH 2/3] NFSD: Correct type annotations in user xattr XDR functions
` [PATCH 3/3] NFSD: Correct type annotations in COPY "

[PATCH] sched.h: drop in_ubsan field when UBSAN is in trap mode
 2020-09-11 15:15 UTC  (3+ messages)

[oe] [meta-oe] [PATCH] mongodb: bump to r4.4.1 version
 2020-09-11 18:47 UTC  (2+ messages)

[PATCH RFC/RFT 0/3] efi/libstub: arm32: Remove dependency on dram_base
 2020-09-11 18:45 UTC  (6+ messages)

[PATCH net-next 0/3] sfc: misc cleanups
 2020-09-11 18:45 UTC  (4+ messages)
` [PATCH net-next 1/3] sfc: remove duplicate call to efx_init_channels from EF100 probe
` [PATCH net-next 2/3] sfc: remove spurious unreachable return statement
` [PATCH net-next 3/3] sfc: cleanups around efx_alloc_channel

[PATCH] src/ap.c: fix build with uclibc
 2020-09-11 18:43 UTC  (2+ messages)

[PATCH 1/3] auto-t: fix set_neighbor SSID escaping
 2020-09-11 18:42 UTC  (2+ messages)

[PATCH net-next] i40e: allow VMDQs to be used with AF_XDP zero-copy
 2020-09-11 18:41 UTC  (7+ messages)
      ` [Intel-wired-lan] "

[PATCH] dm: arm: bcmstb: Enable driver model for Ethernet drivers
 2020-09-11 18:41 UTC  (2+ messages)
` [PATCH v2] configs: bcmstb: Disable networking support

Best way to add caching to a new raid setup
 2020-09-11 18:39 UTC  (13+ messages)

cma_alloc(), add sleep-and-retry for temporary page pinning
 2020-09-11 18:39 UTC  (4+ messages)

Tagging kernel data using MTE
 2020-09-11 18:37 UTC 

[GIT PULL] regulator fixes for v5.9-rc4
 2020-09-11 18:37 UTC  (2+ messages)

[GIT PULL] SPI fixes for v5.9-rc4
 2020-09-11 18:37 UTC  (2+ messages)

[GIT PULL] MMC fixes for v5.9-rc5
 2020-09-11 18:37 UTC  (2+ messages)

[git pull] drm fixes for 5.9-rc5
 2020-09-11 18:37 UTC  (3+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2020-09-11 18:37 UTC  (2+ messages)

[PATCH net-next 4/4] net: dsa: set configure_vlan_while_not_filtering to true by default
 2020-09-11 18:35 UTC  (11+ messages)

An i2c issue found in intel-bmc/openbmc
 2020-09-11 18:35 UTC  (2+ messages)

[PATCHv2 1/2] arm64/relocate_kernel: remove redundant code
 2020-09-11 18:32 UTC  (5+ messages)
` [PATCHv2 2/2] Documentation/kvm/arm: improve description of HVC_SOFT_RESTART

[PATCH v2] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-11 18:31 UTC  (2+ messages)

[PATCH 0/7] riscv: Correctly handle IPIs already pending upon boot
 2020-09-11 18:30 UTC  (6+ messages)
` [PATCH 1/7] Revert "riscv: Clear pending interrupts before enabling IPIs"

[PATCH V6 1/1] Softirq:avoid large sched delay from the pending softirqs
 2020-09-11 18:28 UTC  (3+ messages)

[PATCH net-next] net: dsa: b53: Configure VLANs while not filtering
 2020-09-11 18:28 UTC  (2+ messages)

[dpdk-dev] 18.11.10 (LTS) patches review and test
 2020-09-11 18:27 UTC  (3+ messages)

edid-decode: Incorrect decoding of CTA extension if it does not contain padding bytes
 2020-09-11 18:27 UTC 

[PATCH 1/2] drm/amdgpu: Add comment to function amdgpu_ttm_alloc_gart
 2020-09-11 18:25 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: More accurate description of a function param

[PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode
 2020-09-11 18:25 UTC  (5+ messages)

[Spam] We are still waiting for your email
 2020-09-09  8:49 UTC 

[PATCH v2 0/2] Decode raw MSR values of MCA registers in BERT
 2020-09-11 18:23 UTC  (6+ messages)
` [PATCH v2 1/2] cper, apei, mce: Pass x86 CPER through the MCA handling chain


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.