All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-18 09:25:06 to 2021-01-18 10:17:38 UTC [more...]

[PATCH v4 0/3] Fix the rkisp1 userspace API for later IP versions
 2021-01-18  9:27 UTC  (5+ messages)
` [PATCH v4 2/3] media: rockchip: rkisp1: carry ip version information

[PATCH RFC 0/3] treewide: remove open coded SMBus block transfers
 2021-01-18  9:33 UTC  (7+ messages)
` [PATCH RFC 1/3] media: i2c: adv7842: remove open coded version of SMBus block write
` [PATCH RFC 2/3] media: i2c: adv7842: remove open coded version of SMBus block read

[RFC PATCH 0/2] Allow changing bs->file on reopen
 2021-01-18 10:15 UTC  (3+ messages)
` [RFC PATCH 1/2] block: "

[PATCH v2] ide: atapi: check logical block address and read size (CVE-2020-29443)
 2021-01-18  9:49 UTC  (2+ messages)

[PATCH 01/19] dt-bindings: sunxi: Fix the pinecube compatible
 2021-01-18 10:15 UTC  (7+ messages)
` [PATCH 04/19] dt-bindings: bridge: simple: Add corpro,gm7123 compatible
` [PATCH 05/19] dt-bindings: bluetooth: realtek: Switch to unevaluatedProperties

[Intel-gfx] Fixes that failed to apply to v5.11-rc4
 2021-01-18 10:14 UTC  (4+ messages)
` [Intel-gfx] [PATCH] drm/i915/gt: Prevent use of engine->wa_ctx after error
` [Intel-gfx] [PATCH] drm/i915/pmu: Don't grab wakeref when enabling events

[PATCH v2 00/12] hw/block/nvme: misc cmb/pmr patches and bump to v1.4
 2021-01-18  9:47 UTC  (13+ messages)
` [PATCH v2 01/12] hw/block/nvme: add size to mmio read/write trace events
` [PATCH v2 02/12] hw/block/nvme: fix 64 bit register hi/lo split writes
` [PATCH v2 03/12] hw/block/nvme: indicate CMB support through controller capabilities register
` [PATCH v2 04/12] hw/block/nvme: move msix table and pba to BAR 0
` [PATCH v2 05/12] hw/block/nvme: allow cmb and pmr to coexist
` [PATCH v2 06/12] hw/block/nvme: rename PMR/CMB shift/mask fields
` [PATCH v2 07/12] hw/block/nvme: remove redundant zeroing of PMR registers
` [PATCH v2 08/12] hw/block/nvme: disable PMR at boot up
` [PATCH v2 09/12] hw/block/nvme: add PMR RDS/WDS support
` [PATCH v2 10/12] hw/block/nvme: move cmb logic to v1.4
` [PATCH v2 11/12] hw/block/nvme: bump "
` [PATCH v2 12/12] hw/block/nvme: lift cmb restrictions

[PATCH v2 0/9] Alpine Linux build fix and CI pipeline
 2021-01-18 10:11 UTC  (18+ messages)
` [PATCH v2 2/9] libvhost-user: Include poll.h instead of sys/poll.h
` [PATCH v2 3/9] osdep.h: Remove <sys/signal.h> include
` [PATCH v2 4/9] hw/block/nand: Rename PAGE_SIZE to NAND_PAGE_SIZE
` [PATCH v2 5/9] elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZE
` [PATCH v2 6/9] tests: Rename PAGE_SIZE definitions
` [PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

[PATCH v5 0/3] Fix the rkisp1 userspace API for later IP versions
 2021-01-18 10:12 UTC  (5+ messages)
` [PATCH v5 1/3] media: rockchip: rkisp1: fix comment about number of histogram sub-windows
` [PATCH v5 2/3] media: rockchip: rkisp1: carry ip version information
` [PATCH v5 3/3] media: rockchip: rkisp1: extend uapi array sizes

[PATCH v4 0/3] iommu/iova: Solve longterm IOVA issue
 2021-01-18 10:08 UTC  (6+ messages)
` [PATCH v4 2/3] iommu/iova: Avoid double-negatives in magazine helpers

[PATCH v2] software_node: Add kernel-doc comments to exported symbols
 2021-01-18  9:49 UTC  (2+ messages)

[PATCH v4 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-01-18  9:45 UTC  (54+ messages)
` [PATCH v4 01/21] arm64: Fix labels in el2_setup macros
` [PATCH v4 02/21] arm64: Fix outdated TCR setup comment
` [PATCH v4 03/21] arm64: Turn the MMU-on sequence into a macro
` [PATCH v4 04/21] arm64: Provide an 'upgrade to VHE' stub hypercall
` [PATCH v4 05/21] arm64: Initialise as nVHE before switching to VHE
` [PATCH v4 06/21] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
` [PATCH v4 07/21] arm64: Simplify init_el2_state to be non-VHE only
` [PATCH v4 08/21] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
` [PATCH v4 09/21] arm64: cpufeature: Add global feature override facility
` [PATCH v4 10/21] arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()
` [PATCH v4 11/21] arm64: Extract early FDT mapping from kaslr_early_init()
` [PATCH v4 12/21] arm64: cpufeature: Add an early command-line cpufeature override facility
` [PATCH v4 13/21] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
` [PATCH v4 14/21] arm64: Honor VHE being disabled from the command-line
` [PATCH v4 15/21] arm64: Add an aliasing facility for the idreg override
` [PATCH v4 16/21] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
` [PATCH v4 17/21] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
` [PATCH v4 18/21] arm64: Move "nokaslr" over to the early cpufeature infrastructure
` [PATCH v4 19/21] arm64: cpufeatures: Allow disabling of BTI from the command-line
` [PATCH v4 20/21] arm64: Defer enabling pointer authentication on boot core
` [PATCH v4 21/21] arm64: cpufeatures: Allow disabling of Pointer Auth from the command-line

[dunfell 00/28] Patch review Jan 17th
 2021-01-18 10:12 UTC  (2+ messages)
` [oe] "

[PATCH-for-5.2 0/2] gitlab-ci: Fix EDK2 & OpenSBI jobs
 2021-01-18 10:09 UTC  (8+ messages)
` [PATCH-for-5.2 2/2] gitlab-ci: Avoid running the EDK2 job when not necessary

[PATCH v4 00/10] iotests: Fix 129 and expand 297’s reach
 2021-01-18 10:09 UTC  (4+ messages)
` [PATCH v4 02/10] iotests/297: Rewrite in Python and extend reach

[PATCH 1/2] arm64: dts: fsl-ls1012a-rdb: add i2c devices
 2021-01-18 10:08 UTC  (3+ messages)

[dpdk-dev] [PATCH] doc: update release notes for txgbe
 2021-01-18 10:09 UTC  (2+ messages)

[PATCH] mm,hwpoison: non-current task should be checked early_kill for force_early
 2021-01-18 10:09 UTC  (12+ messages)

[Intel-gfx] [RFC-v21 00/13] Introduce Intel PXP component - Mesa single session
 2021-01-18 10:09 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Introduce Intel PXP component - Mesa single session (rev21)

[PATCH 0/9] hw/block: m25p80: Fix the mess of dummy bytes needed for fast read commands
 2021-01-18 10:05 UTC  (6+ messages)

[PATCH v6 00/11] Rework iotests/check
 2021-01-18  9:59 UTC  (10+ messages)
` [PATCH v6 08/11] iotests: add testenv.py

[PATCH RFC 0/4] KVM: x86: Drastically raise KVM_USER_MEM_SLOTS limit
 2021-01-18  9:52 UTC  (4+ messages)
` [PATCH RFC 3/4] KVM: Define KVM_USER_MEM_SLOTS in arch-neutral include/linux/kvm_host.h

[PATCH 00/29] [Set 15] Finally rid W=1 warnings from GPU!
 2021-01-18  9:49 UTC  (6+ messages)
    ` [Intel-gfx] "

XSA-332 kernel patch - huge network performance on pfSense VMs
 2021-01-18 10:03 UTC  (2+ messages)

[PATCH] documentation: Add a simple Sphinx extension to check its version
 2021-01-18 10:03 UTC  (2+ messages)
` [docs] "

[PATCH 0/2] introduce DUMP_PREFIX_UNHASHED for hex dumps
 2021-01-18 10:03 UTC  (3+ messages)
` [PATCH 1/2] [v2] lib/hexdump: introduce DUMP_PREFIX_UNHASHED for unhashed addresses

[PATCH V4 00/24] IOREQ feature (+ virtio-mmio) on Arm
 2021-01-18 10:00 UTC  (9+ messages)
` [PATCH V4 10/24] xen/ioreq: Move x86's io_completion/io_req fields to struct vcpu
` [PATCH V4 11/24] xen/mm: Make x86's XENMEM_resource_ioreq_server handling common
` [PATCH V4 12/24] xen/ioreq: Remove "hvm" prefixes from involved function names
` [PATCH V4 13/24] xen/ioreq: Use guest_cmpxchg64() instead of cmpxchg()

[PATCH] selftests/powerpc: Fix exit status of pkey tests
 2021-01-18  9:31 UTC 

[Intel-gfx] [PATCH] drm/i915: support two CSC module on gen11 and later
 2021-01-18  9:59 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: support two CSC module on gen11 and later (rev3)

[PATCH] toaster-manual: Fix a warning related to the code-block directive
 2021-01-18  9:58 UTC  (7+ messages)
` [docs] "

[PATCH] mm, compaction: move high_pfn to the for loop scope
 2021-01-18  9:42 UTC  (3+ messages)

[PATCH RFC 0/4] Fix arm64 crash for accessing unmapped IO port regions (reboot)
 2021-01-18  9:42 UTC  (4+ messages)

[PATCH 0/4] net: sfp: add support for GPON RTL8672/RTL9601C and Ubiquiti U-Fiber
 2021-01-18  9:34 UTC  (3+ messages)
` [PATCH v3 0/2] "

[PATCH v17 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-01-18  9:35 UTC  (4+ messages)
` [PATCH v17 02/10] fs/ntfs3: Add initialization of super block

[PATCH 0/2] Fix build errors and warnings when make M=samples/bpf
 2021-01-18  9:25 UTC  (4+ messages)
` [PATCH 2/2] compiler.h: Include asm/rwonce.h under ARM64 and ALPHA to fix build errors

[Intel-gfx] [PATCH v2] drm/i915: Try to guess PCH type even without ISA bridge
 2021-01-18  9:56 UTC  (7+ messages)
` [Intel-gfx] [PATCH v4] "

[PATCH v2 00/12] MFD/extcon/ASoC: Rework arizona codec jack-detect support
 2021-01-18  9:55 UTC  (2+ messages)

[LTP] [PATCH 1/1] travis: Temporary workaround for pull rate limit
 2021-01-18  9:55 UTC  (2+ messages)

[PATCH v3 0/9] UBSan Enablement for hyp/nVHE code
 2021-01-18  9:53 UTC  (4+ messages)
` [PATCH v3 1/9] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code

[PATCH] vgaarb: Remove unneeded semicolons
 2021-01-18  9:54 UTC  (2+ messages)

[PATCH v2 0/4] Allwinner H6 RSB support
 2021-01-18  9:51 UTC  (8+ messages)
` [PATCH v2 4/4] arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection
          ` [linux-sunxi] "

[PATCH 0/3] x86/Dom0: support zstd compressed kernels
 2021-01-18  9:51 UTC  (6+ messages)
` [PATCH 1/3] introduce unaligned.h

pthreads at bmcweb
 2021-01-18  9:49 UTC  (3+ messages)

[dpdk-dev] [PATCH] ethdev: refine API description
 2021-01-18  9:49 UTC  (4+ messages)

[PATCH v6 0/5] Fix some bugs about HugeTLB code
 2021-01-18  9:13 UTC  (3+ messages)
` [PATCH v6 3/5] mm: hugetlb: fix a race between freeing and dissolving the page

[PATCH] kbuild: give SUBLEVEL more room in KERNEL_VERSION
 2021-01-18  9:24 UTC  (3+ messages)

Change eats memory on my server
 2021-01-18  9:30 UTC  (9+ messages)

[PATCH v2 0/5] Scan for an idle sibling in a single pass
 2021-01-18  9:27 UTC  (4+ messages)
` [PATCH 3/5] sched/fair: Make select_idle_cpu() proportional to cores

[PATCH v3 0/2] rtc: pcf2127: proper initialization after power loss
 2021-01-18  9:27 UTC  (3+ messages)
` [PATCH v3 1/2] rtc: pcf2127: Disable Power-On Reset Override

[PATCH] KVM: arm64: Fix the return value of smp_call_function_single()
 2021-01-18  9:31 UTC  (2+ messages)

[PATCH] arm64: dts: marvell: armada-37xx: Add SATA comphy into main armada-37xx.dtsi file
 2021-01-18  9:31 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in fbcon_cursor
 2021-01-18  9:29 UTC  (4+ messages)

[PATCH 5.10 000/103] 5.10.8-rc1 review
 2021-01-18  9:29 UTC  (4+ messages)

[PATCH 0/8] sched: Fix hot-unplug regressions
 2021-01-18  9:30 UTC  (4+ messages)
` [PATCH 7/8] sched: Fix CPU hotplug / tighten is_per_cpu_kthread()

[Buildroot] [PATCH] package/grpc: drop host gcc 4.8 workaround
 2021-01-18  9:46 UTC 

[PATCH v5 1/2] drm/doc: fix drm_plane_type docs
 2021-01-18  9:45 UTC  (3+ messages)

[Intel-gfx] [PATCH v2 00/11] drm/i915: Async flips for all ilk+ platforms
 2021-01-18  9:44 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 07/11] drm/i915: Reuse the async_flip() hook for the async flip disable w/a
` [Intel-gfx] [PATCH v2 08/11] drm/i915: Implement async flips for bdw

[kvm-unit-tests PATCH v4 0/9] s390x: Add SIE library and simple tests
 2021-01-18  9:43 UTC  (2+ messages)

[PATCH 0/3] Fixes to bridge/panel and ingenic-drm
 2021-01-18  9:43 UTC  (5+ messages)
` [PATCH 1/3] drm: bridge/panel: Cleanup connector on bridge detach
` [PATCH 2/3] drm/ingenic: Register devm action to cleanup encoders

[PATCH 0/6] accel: Restrict TCG-specific code
 2021-01-18  9:39 UTC  (7+ messages)
` [PATCH 4/6] accel/tcg: Declare missing cpu_loop_exit*() stubs
` [RFC PATCH 6/6] softmmu: Restrict watchpoint handlers to TCG accelerator

[PATCH v2 0/2] oxenstored build enhancements
 2021-01-18  9:40 UTC  (7+ messages)
` [PATCH v2 1/8] tools/xenstore: add live update command to xenstore-control
` [PATCH v2 4/8] tools/ocaml/xenstored: only quit on SIGTERM when a reload is possible

[PATCH mm 1/4] kfence: add missing copyright and description headers
 2021-01-18  9:21 UTC  (4+ messages)
` [PATCH mm 2/4] kfence, x86: add missing copyright and description header
` [PATCH mm 3/4] kfence, arm64: "
` [PATCH mm 4/4] kfence: add missing copyright header to documentation

[dpdk-dev] [PATCH v2 01/11] net/octeontx_ep: add build and doc infrastructure
 2021-01-18  9:36 UTC  (11+ messages)
` [dpdk-dev] [PATCH v2 02/11] net/octeontx_ep: add ethdev probe and remove
` [dpdk-dev] [PATCH v2 03/11] net/octeontx_ep: add device init and uninit
` [dpdk-dev] [PATCH v2 04/11] net/octeontx_ep: Added basic device setup
` [dpdk-dev] [PATCH v2 05/11] net/octeontx_ep: Add dev info get and configure
` [dpdk-dev] [PATCH v2 06/11] net/octeontx_ep: Added rxq setup and release
` [dpdk-dev] [PATCH v2 07/11] net/octeontx_ep: Added tx queue "
` [dpdk-dev] [PATCH v2 08/11] net/octeontx_ep: Setting up iq and oq registers
` [dpdk-dev] [PATCH v2 09/11] net/octeontx_ep: Added dev start and stop
` [dpdk-dev] [PATCH v2 10/11] net/octeontx_ep: Receive data path function added
` [dpdk-dev] [PATCH v2 11/11] net/octeontx_ep: Transmit "

[PATCH v4 0/3] support NVMe smart critial warning injection
 2021-01-18  9:34 UTC  (2+ messages)

[PATCH v3] p11-kit: upgrade 0.23.21 -> 0.23.22
 2021-01-18  9:37 UTC 

[Intel-gfx] [PATCH] x86/gpu: add JSL stolen memory support
 2021-01-18  9:34 UTC 

[linux-next:master 3938/4500] drivers/soc/qcom/socinfo.c:322:36: sparse: sparse: cast to restricted __le32
 2021-01-18  9:30 UTC  (2+ messages)

[PATCH 0/2] Small fuzzer-related changes
 2021-01-18  9:30 UTC  (4+ messages)
` [PATCH 2/2] fuzz: log the arguments used to initialize QEMU
  ` pending fuzzing patches (was Re: [PATCH 2/2] fuzz: log the arguments used to initialize QEMU)

[PATCH] gpiolib: warning on gpiochip->to_irq defined
 2021-01-18  9:05 UTC  (2+ messages)
` [PATCH v2] "

[dpdk-dev] [dpdk-dev 21.02 0/5] enable UDP ecpri configure in dcf
 2021-01-18  9:28 UTC  (4+ messages)
` [dpdk-dev] [dpdk-dev v3 0/3] "

[PATCH] xen/arm: livepatch: Include xen/mm.h rather than asm/mm.h
 2021-01-18  9:26 UTC  (2+ messages)

[PATCH v2 0/3] fuzz: Add 9p generic-fuzz configs
 2021-01-18  9:25 UTC  (3+ messages)
` [PATCH v2 1/3] fuzz: enable dynamic args for "

[PATCH v2 0/2] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()
 2021-01-18  9:23 UTC  (2+ messages)

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-18  9:09 UTC  (10+ messages)

[PATCH v5 00/16] Allwinner MIPI CSI-2 support for A31/V3s/A83T
 2021-01-18  9:09 UTC  (3+ messages)
` [PATCH v5 04/16] media: sun6i-csi: Stop using the deprecated fwnode endpoint parser


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.