All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-18 20:22:53 to 2020-09-18 21:08:25 UTC [more...]

[PULL 00/17] QOM queue, 2020-09-18
 2020-09-18 20:47 UTC  (8+ messages)
` [PULL 03/17] sifive: Move QOM typedefs and add missing includes
` [PULL 04/17] sifive: Use DECLARE_*CHECKER* macros
` [PULL 05/17] qom: Correct object_class_dynamic_cast_assert() documentation
` [PULL 07/17] qom: Correct error values in two contracts
` [PULL 09/17] target/arm: Set instance_align on CPUARM TypeInfo
` [PULL 10/17] target/ppc: Set instance_align on PowerPCCPU TypeInfo
` [PULL 12/17] target/s390x: Set instance_align on S390CPU TypeInfo

[PATCH 00/12] ARM: use adr_l/ldr_l macros for PC-relative references
 2020-09-18 21:06 UTC  (14+ messages)

[PATCH 1/4] mm: Trial do_wp_page() simplification
 2020-09-18 21:06 UTC  (14+ messages)

[PATCH v2 00/17] hw/block/nvme: multiple namespaces support
 2020-09-18 20:36 UTC  (13+ messages)
` [PATCH v2 01/17] hw/block/nvme: fix typo in trace event
` [PATCH v2 02/17] pci: pass along the return value of dma_memory_rw
` [PATCH v2 03/17] hw/block/nvme: handle dma errors
` [PATCH v2 04/17] hw/block/nvme: commonize nvme_rw error handling
` [PATCH v2 05/17] hw/block/nvme: alignment style fixes
` [PATCH v2 06/17] hw/block/nvme: add a lba to bytes helper
` [PATCH v2 07/17] hw/block/nvme: fix endian conversion
` [PATCH v2 09/17] hw/block/nvme: refactor aio submission
` [PATCH v2 10/17] hw/block/nvme: default request status to success
` [PATCH v2 11/17] hw/block/nvme: harden cmb access
` [PATCH v2 13/17] hw/block/nvme: add support for sgl bit bucket descriptor
` [PATCH v2 17/17] hw/block/nvme: change controller pci id

[PATCH 1/2] i2c: stm32: fix slot id after introduction of host-notify support
 2020-09-18 21:05 UTC  (3+ messages)

[PATCH 2/2] i2c: stm32: name slave slot to ease maintenance
 2020-09-18 21:05 UTC  (3+ messages)

[PATCH v12 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-18 21:06 UTC  (9+ messages)
` [PATCH v12 1/8] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v12 8/8] x86: Disallow vsyscall emulation when CET is enabled

[net-next v6 0/5] devlink flash update overwrite mask
 2020-09-18 21:04 UTC  (2+ messages)

Making structs with variable-sized arrays unsized?
 2020-09-18 21:04 UTC  (4+ messages)

[PATCH 0/9] Document aiocb, sigevent, siginfo_t
 2020-09-18 21:03 UTC  (6+ messages)
` [PATCH 1/9] system_data_types.7: ffix
` [PATCH 2/9] system_data_types.7: srcfix: Add FIXME note: Add descriptions

[PATCH] pm: runtime: fix timer_expires on 32bits arch
 2020-09-18 20:56 UTC  (2+ messages)

[PATCH 00/13] mm: clean up some lru related pieces
 2020-09-18 21:01 UTC  (6+ messages)

WARNING in ex_handler_uaccess
 2020-09-18 21:01 UTC 

[GIT PULL] percpu fix for v5.9-rc6
 2020-09-18 21:00 UTC  (12+ messages)

[net-next v3 0/4] tipc: add more features to TIPC encryption
 2020-09-18 20:58 UTC  (2+ messages)

[PATCH v3 0/2] net: mdio-ipq4019: add Clause 45 support
 2020-09-18 20:56 UTC  (3+ messages)
` [PATCH v3 1/2] net: mdio-ipq4019: change defines to upper case
` [PATCH v3 2/2] net: mdio-ipq4019: add Clause 45 support

[PATCH 0/3] objtool: Extend CFA updating/checking
 2020-09-18 20:56 UTC  (3+ messages)
` [PATCH 1/3] objtool: check: Fully validate the stack frame

[PATCH v5 03/10] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
 2020-09-18 20:46 UTC  (4+ messages)
` [PATCH v5 05/10] PCI/AER: Apply function level reset to RCiEP on fatal error
` [PATCH v5 06/10] PCI/RCEC: Add pcie_link_rcec() to associate RCiEPs
` [PATCH v5 09/10] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling

[PATCH v3 00/30] Add support for Clang LTO
 2020-09-18 20:53 UTC  (28+ messages)
` [PATCH v3 13/30] kbuild: lto: postpone objtool
` [PATCH v3 14/30] kbuild: lto: limit inlining
` [PATCH v3 15/30] kbuild: lto: merge module sections
` [PATCH v3 16/30] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v3 17/30] init: lto: ensure initcall ordering
` [PATCH v3 18/30] init: lto: fix PREL32 relocations
` [PATCH v3 19/30] PCI: Fix PREL32 relocations for LTO
` [PATCH v3 20/30] modpost: lto: strip .lto from module names
` [PATCH v3 21/30] scripts/mod: disable LTO for empty.c
` [PATCH v3 22/30] efi/libstub: disable LTO
` [PATCH v3 23/30] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v3 24/30] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
` [PATCH v3 25/30] arm64: vdso: disable LTO
` [PATCH v3 26/30] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v3 27/30] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH v3 28/30] x86, vdso: disable LTO only for vDSO
` [PATCH v3 29/30] x86, cpu: disable LTO for cpu.c
` [PATCH v3 30/30] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH v5 net-next 0/5] ionic: add devlink dev flash support
 2020-09-18 20:54 UTC  (2+ messages)

[ovmf test] 154468: all pass - PUSHED
 2020-09-18 20:54 UTC 

[PATCH 0/2] Fix some definitions for bus frequency
 2020-09-18 20:52 UTC  (9+ messages)
` [PATCH 1/2] i2c: mediatek: Fix generic "
` [PATCH 2/2] i2c: mediatek: Send i2c master code at more than 1MHz

[PATCH v2 net 0/8] Bugfixes in Microsemi Ocelot switch driver
 2020-09-18 20:52 UTC  (2+ messages)

[PATCH 0/3] VSP-Tests: unbind:
 2020-09-18 20:52 UTC  (6+ messages)
` [PATCH 1/3] scripts: vsp-lib.sh: Remove unused variable
` [PATCH 2/3] tests: Skip unbind/bind tests when not root
  ` [PATCH v2] "
` [PATCH 3/3] tests: unbind/bind: Only test non display VSPs

[PATCH v2 0/2] net: mdio-ipq4019: add Clause 45 support
 2020-09-18 20:52 UTC  (3+ messages)
` [PATCH v2 1/2] net: mdio-ipq4019: change defines to upper case
` [PATCH v2 2/2] net: mdio-ipq4019: add Clause 45 support

[PATCH 00/12] soc: mediatek: pm-domains: Add new driver for SCPSYS power domains controller
 2020-09-18 20:50 UTC  (7+ messages)
` [PATCH 03/12] arm64: dts: mediatek: Add mt8173 power domain controller

[PATCH] i2c: mediatek: Fix generic definitions for bus frequencies
 2020-09-18 20:45 UTC  (5+ messages)

[PATCH] random: initialize ChaCha20 constants with correct endianness
 2020-09-18 20:42 UTC  (2+ messages)

[qemu-mainline test] 154466: regressions - FAIL
 2020-09-18 20:51 UTC 

[PATCH] pwm: rockchip: Keep enabled PWMs running while probing
 2020-09-18 20:48 UTC  (2+ messages)

[PATCH -next 0/9] rtlwifi: fix comparison to bool warnings
 2020-09-18 20:49 UTC  (17+ messages)
` [PATCH -next 2/9] rtlwifi: rtl8192c: fix comparison to bool warning in phy_common.c
` [PATCH -next 3/9] rtlwifi: rtl8192cu: fix comparison to bool warning in mac.c
` [PATCH -next 4/9] rtlwifi: rtl8821ae: fix comparison to bool warning in hw.c
` [PATCH -next 5/9] rtlwifi: rtl8821ae: fix comparison to bool warning in phy.c
` [PATCH -next 6/9] rtlwifi: rtl8192cu: fix comparison to bool warning in hw.c
` [PATCH -next 7/9] rtlwifi: rtl8192ce: "
` [PATCH -next 8/9] rtlwifi: rtl8192de: "
` [PATCH -next 9/9] rtlwifi: rtl8723be: "

[PATCH v4] net: use exponential backoff in netdev_wait_allrefs
 2020-09-18 20:47 UTC  (3+ messages)

[PATCH v3 0/6] Convert the intel iommu driver to the dma-iommu api
 2020-09-18 20:47 UTC  (3+ messages)
` [Intel-gfx] "

linux-next: Tree for Sep 17
 2020-09-18 20:46 UTC  (4+ messages)
` linux-next: Tree for Sep 17 (net/ipv4/devinet.c)

[RFC][PATCH] reduce boilerplate in fsid handling
 2020-09-18 20:45 UTC 

[PATCH 0/3] Document regmatch_t (and a ffix)
 2020-09-18 20:45 UTC  (7+ messages)
` [PATCH 1/3] system_data_types.7: ffix
` [PATCH 2/3] system_data_types.7: Document regmatch_t
` [PATCH 3/3] regmatch_t.3: New page for new documented type in system_data_types(7)

[PATCH 0/2][v2] Fix init for device stats for seed devices
 2020-09-18 20:44 UTC  (3+ messages)
` [PATCH 1/2] btrfs: init "
` [PATCH 2/2] btrfs: return error if we're unable to read device stats

[pull] amdgpu, amdkfd, radeon, scheduler drm-next-5.10
 2020-09-18 20:43 UTC  (2+ messages)

[PATCH] mmap_lock: add tracepoints around lock acquisition
 2020-09-18 20:41 UTC  (5+ messages)

[PATCH v2 0/3] arm64: dts: meson: add support for ODROID-N2+
 2020-09-18 20:39 UTC  (4+ messages)

[PATCH 0/2] pahole: Make encoding percpu vars into BTF optional
 2020-09-18 20:40 UTC  (3+ messages)
` [PATCH 1/2] btf_encoder: Make encoding "
` [PATCH 2/2] btf_encoder: Introduce option '--btf_encode_force'

[PATCH 0/2] arm64: dts: meson: add aml-s905x-cc v2 support
 2020-09-18 20:39 UTC  (3+ messages)

[PATCH v8] nvme-fabrics: reject I/O to offline device
 2020-09-18 20:38 UTC  (2+ messages)

[dpdk-dev] [dpdk-dev v8 0/4] cryptodev: add data-path service APIs
 2020-09-18 20:39 UTC  (4+ messages)
` [dpdk-dev] [dpdk-dev v9 "
  ` [dpdk-dev] [dpdk-dev v9 4/4] doc: add cryptodev service APIs guide

[PATCH v3] dm: Call proper helper to determine dax support
 2020-09-18 20:19 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/3] add FEC support
 2020-09-18 20:35 UTC  (4+ messages)
` [dpdk-dev] [PATCH V7 "
  ` [dpdk-dev] [PATCH V7 3/3] app/testpmd: add FEC command

[PATCH v2 0/2] arm: sti: LL_UART updates & STiH418 addition
 2020-09-18 20:28 UTC  (4+ messages)

[PATCH 0/9] GSoC 2020 - TCG Continuous Benchmarking scripts and tools
 2020-09-18 20:33 UTC  (3+ messages)
` [PATCH 1/9] scripts/performance: Refactor topN_perf.py

[PATCH 0/5] Multicore support for ARINC653 scheduler
 2020-09-18 20:34 UTC  (9+ messages)
` [PATCH 5/5] sched/arinc653: Implement CAST-32A multicore scheduling

bpf_redirect and xdpgeneric
 2020-09-18 20:34 UTC  (5+ messages)

[Buildroot] [PATCH 0/3 v4] package/qt5/qt5webengine: fix options and dependencies (branch yem/qt5webengine-options)
 2020-09-18 20:33 UTC  (4+ messages)
` [Buildroot] [PATCH 3/3 v4] package/qt5/qt5webengine: fix build dependencies for autodetected packages

[PULL 0/4] x86 queue, 2020-09-18
 2020-09-18 20:27 UTC  (10+ messages)
` [PULL 1/4] i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocks
` [PULL 2/4] hw/i386/vmport: Drop superfluous parenthesis around function typedef
` [PULL 3/4] i386: Simplify CPUID_8000_001d for AMD
` [PULL 4/4] i386: Simplify CPUID_8000_001E "

[PATCH 0/4] Document regoff_t (and a few minor patches)
 2020-09-18 20:32 UTC  (9+ messages)
` [PATCH 1/4] system_data_types.7: wfix
` [PATCH 2/4] system_data_types.7: Document regoff_t
` [PATCH 3/4] regoff_t.3: New link to new documented type in system_data_types(7)
` [PATCH 4/4] system_data_types.7: srcfix: Add FIXME notes

[PATCH v3 0/3] Debugfs and Sysfs entries for MHI
 2020-09-18 20:31 UTC  (3+ messages)
` [PATCH v3 1/3] bus: mhi: Fix entries based on Kconfig coding style

[PATCH nf-next v3 3/3] netfilter: Introduce egress hook
 2020-09-18 20:31 UTC  (10+ messages)

[PATCH v2 0/2] crypto: arm/sha-neon - avoid ADRL instructions
 2020-09-18 20:30 UTC  (5+ messages)

[PATCH v2 0/2] soc: amlogic: add support for the Meson AXG Power Controller
 2020-09-18 20:23 UTC  (3+ messages)

[PATCH V3 0/8] sysfs: drivers core: Add and use sysfs_emit and sysfs_emit_at
 2020-09-18 20:29 UTC  (3+ messages)
` [PATCH V3 6/8] mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit

[powerpc:topic/irqs-off-activate-mm] BUILD SUCCESS a665eec0a22e11cdde708c1c256a465ebe768047
 2020-09-18 20:26 UTC 

[PATCH] arm64: dts: meson: vim3l: remove sound card definition
 2020-09-18 20:23 UTC  (3+ messages)

[RFC v1 10/12] kunit: mock: add class mocking support
 2020-09-18 20:27 UTC  (2+ messages)

Kernel Benchmarking
 2020-09-18 20:25 UTC  (14+ messages)

[virtio-dev] [PATCH 00/11] Additional virtio device resources
 2020-09-18 20:24 UTC  (4+ messages)
` [virtio-dev] [PATCH 03/11] content: Update list of virtio cfg structures
  ` [virtio-dev] "

[RFC] system_data_types.7: Specify the length modifiers for the variables that have them
 2020-09-18 20:24 UTC  (2+ messages)

[PATCH] dm/dax: Fix table reference counts
 2020-09-18 20:23 UTC  (3+ messages)

[RFT PATCH v3 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-09-18 20:11 UTC  (6+ messages)
` [RFT PATCH v3 1/5] numa: Move numa implementation to common code
` [RFT PATCH v3 2/5] arm64, numa: Change the numa init functions name to be generic
` [RFT PATCH v3 3/5] riscv: Separate memory init from paging init
` [RFT PATCH v3 4/5] riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING
` [RFT PATCH v3 5/5] riscv: Add numa support for riscv64 platform


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.