All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-01 17:45:15 to 2021-10-01 18:30:02 UTC [more...]

[PATCH v4] kallsyms: strip CLANG CFI postfix ".cfi_jt"
 2021-10-01 18:29 UTC  (3+ messages)
` [PATCH v5] "

[RFT PATCH] x86/pat: Fix set_mce_nospec() for pmem
 2021-10-01 18:29 UTC  (12+ messages)

[Nouveau] Nouveau on Ubuntu 20.04 LTS
 2021-10-01 18:29 UTC  (3+ messages)

[PATCH] thermal: Update information in MAINTAINERS
 2021-10-01 18:27 UTC  (2+ messages)

[RFC/PATCH net-next v2 2/5] flow_offload: allow user to offload tc action to net device
 2021-10-01 18:26 UTC  (3+ messages)

[GIT PULL] More KVM fixes Linux 5.15-rc4
 2021-10-01 18:27 UTC  (2+ messages)

[net 01/10] net/mlx5e: IPSEC RX, enable checksum complete
 2021-10-01 18:27 UTC  (3+ messages)

merging pull requests
 2021-10-01 18:26 UTC  (4+ messages)

[luxis1999-dev-iommu:dev-iommu-5.14-rfcv1 18/20] iommufd.c:undefined reference to `vfio_iommu_type1_release'
 2021-10-01 18:24 UTC  (2+ messages)

[PATCH RESEND 2 00/16] Resend bitmap patches
 2021-10-01 18:23 UTC  (4+ messages)
` [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h

[ragnatech:media-next] BUILD SUCCESS 4114978dcd24e72415276bba60ff4ff355970bbc
 2021-10-01 18:21 UTC 

[RFC] perf arm-spe: Track task context switch for cpu-mode events
 2021-10-01 18:22 UTC  (8+ messages)

[PATCH] mfd: intel-lpss: Add support for MacBookPro16,2 UART
 2021-10-01 18:22 UTC  (4+ messages)

[dpdk-dev] [RFC] mempool: implement index-based per core cache
 2021-10-01 18:21 UTC  (6+ messages)

[PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1
 2021-10-01 18:08 UTC  (8+ messages)
` [PATCH 3/3] dtc: Update to version 1.6.1

[PATCH 0/2 v2] kill clearing UA in UFS driver
 2021-10-01 18:20 UTC  (3+ messages)
` [PATCH 1/2] scsi: ufs: retry START_STOP on UNIT_ATTENTION
` [PATCH 2/2] scsi: ufs: Stop clearing unit attentions

[RFC PATCH] LKMM: Add ctrl_dep() macro for control dependency
 2021-10-01 18:18 UTC  (6+ messages)

[PATCH 0/4] ACPICA: ACPICA 20210930
 2021-10-01 18:17 UTC  (5+ messages)
` [PATCH 1/4] ACPICA: Add support for Windows 2020 _OSI string
` [PATCH 2/4] ACPICA: ACPI 6.4 SRAT: add Generic Port Affinity type
` [PATCH 3/4] ACPICA: iASL table disassembler: Added disassembly support for the NHLT ACPI table
` [PATCH 4/4] ACPICA: Update version to 20210930

[Buildroot] [PATCH 0/1] Build issue related to "command -v"
 2021-10-01 18:17 UTC  (5+ messages)

[PATCH v4 00/11] virtio-iommu: Add ACPI support
 2021-10-01 17:33 UTC  (12+ messages)
` [PATCH v4 01/11] hw/acpi: Add VIOT table
` [PATCH v4 02/11] hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu
` [PATCH v4 03/11] hw/arm/virt: Remove device tree restriction "
` [PATCH v4 04/11] hw/arm/virt: Reject instantiation of multiple IOMMUs
` [PATCH v4 05/11] hw/arm/virt: Use object_property_set instead of qdev_prop_set
` [PATCH v4 06/11] hw/i386: Move vIOMMU uniqueness check into pc.c
` [PATCH v4 07/11] pc: Allow instantiating a virtio-iommu device
` [PATCH v4 08/11] tests/acpi: allow updates of VIOT expected data files
` [PATCH v4 09/11] tests/acpi: add test cases for VIOT
` [PATCH v4 10/11] tests/acpi: add expected blob for VIOT test on virt machine
` [PATCH v4 11/11] tests/acpi: add expected blobs for VIOT test on q35 machine

[PATCH 0/2] Handle a soft hang and the inconsistent name issue
 2021-10-01 18:16 UTC  (2+ messages)

[PATCH] drm/amdgpu: add missing case for HDP for renoir
 2021-10-01 18:16 UTC  (2+ messages)

[PATCH] zram: Allow backing device to be assigned after init
 2021-10-01 18:16 UTC 

What's cooking in git.git (Sep 2021, #08; Mon, 27)
 2021-10-01 18:15 UTC  (10+ messages)

[PATCH v4 36/48] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
 2021-10-01 18:15 UTC  (4+ messages)

[PATCH RESEND 2 00/16] Resend bitmap patches
 2021-10-01 18:12 UTC  (17+ messages)
` [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 03/16] include: move find.h from asm_generic to linux
` [PATCH 04/16] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 05/16] lib: add find_first_and_bit()
` [PATCH 06/16] cpumask: use find_first_and_bit()
` [PATCH 07/16] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [PATCH 08/16] tools: sync tools/bitmap with mother linux
` [PATCH 09/16] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [PATCH 10/16] include/linux: move for_each_bit() macros from bitops.h to find.h
` [PATCH 11/16] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 12/16] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [PATCH 13/16] mm/percpu: micro-optimize pcpu_is_populated()
` [PATCH 14/16] bitmap: unify find_bit operations
` [PATCH 15/16] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [PATCH 16/16] vsprintf: rework bitmap_list_string

[dm-devel] [PATCH RFC] multipath-tools: remove Hannes as IBM arrays maintainer
 2021-10-01 18:12 UTC 

[PATCH] pinctrl-intel: Fix NULL pointer dereference
 2021-10-01 18:11 UTC  (3+ messages)

[RFC, net-next] net: qos: introduce a frer action to implement 802.1CB
 2021-10-01 18:11 UTC  (6+ messages)
  ` [EXT] "

[Buildroot] [git commit] Revert "make: support: use `command -v' instead of `which'"
 2021-10-01 18:09 UTC 

[Buildroot] [git commit] Revert "support/dependencies: don't check for `which'"
 2021-10-01 18:09 UTC 

[PATCH v2 0/6] Add device filter support
 2021-10-01 18:09 UTC  (12+ messages)
` [PATCH v2 4/6] virtio: Initialize authorized attribute for confidential guest

hexagon container update
 2021-10-01 17:59 UTC  (3+ messages)

[PATCH v2 net-next 0/7] ionic: housekeeping updates
 2021-10-01 18:05 UTC  (8+ messages)
` [PATCH v2 net-next 1/7] ionic: remove debug stats
` [PATCH v2 net-next 2/7] ionic: check for binary values in FW ver string
` [PATCH v2 net-next 3/7] ionic: move lif mutex setup and delete
` [PATCH v2 net-next 4/7] ionic: widen queue_lock use around lif init and deinit
` [PATCH v2 net-next 5/7] ionic: add polling to adminq wait
` [PATCH v2 net-next 6/7] ionic: have ionic_qcq_disable decide on sending to hardware
` [PATCH v2 net-next 7/7] ionic: add lif param to ionic_qcq_disable

[RFC PATCH 00/13] x86 User Interrupts support
 2021-10-01 18:04 UTC  (12+ messages)
` [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall

[PATCH 0/1] fix pod2man errors in binutils-cross
 2021-10-01 18:04 UTC  (2+ messages)
` [PATCH 1/1] binutils: use perlnative for pod2man

[Buildroot] [RFC PATCH 0/2] use `command -v' instead of `which'
 2021-10-01 18:03 UTC  (5+ messages)

[PATCH v2 0/3] drm: msm+ti-sn65dsi86 support for NO_CONNECTOR
 2021-10-01 18:02 UTC  (15+ messages)
` [PATCH v2 1/3] drm/msm/dsi: Support NO_CONNECTOR bridges
` [PATCH v2 2/3] drm/bridge: ti-sn65dsi86: Implement bridge->mode_valid()
` [PATCH v2 3/3] drm/bridge: ti-sn65dsi86: Add NO_CONNECTOR support

[RFC] drm/msm/a6xx: Serialize GMU communication
 2021-10-01 18:05 UTC  (5+ messages)

[PATCH] crypto: api - Fix built-in testing dependency failures
 2021-10-01 18:01 UTC  (5+ messages)
` [v2 PATCH] "

Deploying new iterator interface for dma-buf
 2021-10-01 18:01 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/28] dma-buf: add dma_resv_for_each_fence_unlocked v7
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH BlueZ v4 0/2] Optionally require security for notify/indicate
 2021-10-01 18:01 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Stop force enabling pipe bottom color gammma/csc
 2021-10-01 17:59 UTC  (4+ messages)

[PATCH v3 0/5] drm/msm/dp: Support multiple DP instances and add sc8180x
 2021-10-01 18:00 UTC  (6+ messages)
` [PATCH v3 1/5] drm/msm/dp: Remove global g_dp_display variable
` [PATCH v3 2/5] drm/msm/dp: Modify prototype of encoder based API
` [PATCH v3 3/5] drm/msm/dp: Support up to 3 DP controllers
` [PATCH v3 4/5] dt-bindings: msm/dp: Add SC8180x compatibles
` [PATCH v3 5/5] drm/msm/dp: Add sc8180x DP controllers

[RFC PATCH] hw/arm: fix the position of vcram for raspi
 2021-10-01 17:42 UTC 

[PATCH v3 00/41] linux-user: Streamline handling of SIGSEGV
 2021-10-01 17:11 UTC  (10+ messages)
` [PATCH v3 20/41] linux-user: Add cpu_loop_exit_segv
` [PATCH v3 23/41] target/arm: Implement arm_cpu_record_sigsegv
` [PATCH v3 31/41] target/nios2: Implement nios2_cpu_record_sigsegv
` [PATCH v3 35/41] target/riscv: Make riscv_cpu_tlb_fill sysemu only
` [PATCH v3 36/41] target/s390x: Use probe_access_flags in s390_probe_access
` [PATCH v3 37/41] target/s390x: Implement s390_cpu_record_sigsegv
` [PATCH v3 38/41] target/sh4: Make sh4_cpu_tlb_fill sysemu only
` [PATCH v3 39/41] target/sparc: Make sparc_cpu_tlb_fill "
` [PATCH v3 41/41] accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu

[PATCH net-next 0/7] ionic: housekeeping updates
 2021-10-01 17:58 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/dg2: update link training for 128b/132b
 2021-10-01 17:58 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v3 0/4] x86/mm: Fix some issues with using trampoline_pgd
 2021-10-01 17:57 UTC  (4+ messages)
` [PATCH v3 3/4] x86/mm: Flush global TLB when switching to trampoline page-table

[linux-safety] [PATCH] mm/hugetlb.c: remove deadstore in demote_size_show()
 2021-10-01 17:57 UTC  (3+ messages)
  `  "

[PATCH] ASoC: qcom: soundwire: Enable soundwire bus clock for version 1.6
 2021-10-01 17:57 UTC  (2+ messages)

[PATCH] btrfs: update refs for any root except tree log roots
 2021-10-01 17:57 UTC 

[PATCH] spi: bcm2835: do not unregister controller in shutdown handler
 2021-10-01 17:54 UTC  (3+ messages)

[PATCH] overview-manual: delete bad backslashes in SSTATE_MIRRORS example
 2021-10-01 17:55 UTC  (3+ messages)
` [docs] "

[PATCH v2] binder: use cred instead of task for selinux checks
 2021-10-01 17:55 UTC 

[PATCHSET 00/61] xfs: sync libxfs with 5.14
 2021-10-01 17:54 UTC  (3+ messages)
` [PATCH 04/61] libxfs: port xfs_set_inode_alloc from the kernel

[PATCH 0/2] drm/msm: Un-break multi-context gl
 2021-10-01 17:58 UTC  (3+ messages)
` [PATCH 1/2] drm/msm: A bit more docs + cleanup
` [PATCH 2/2] drm/msm: One sched entity per process per priority

[PATCH v3 0/5] hugetlb: add demote/split page functionality
 2021-10-01 17:52 UTC  (6+ messages)
` [PATCH v3 1/5] hugetlb: add demote hugetlb page sysfs interfaces
` [PATCH v3 2/5] mm/cma: add cma_pages_valid to determine if pages are in CMA
` [PATCH v3 3/5] hugetlb: be sure to free demoted CMA pages to CMA
` [PATCH v3 4/5] hugetlb: add demote bool to gigantic page routines
` [PATCH v3 5/5] hugetlb: add hugetlb demote page support

[Intel-gfx] [PATCH v3 00/10] Move vfio_ccw to the new mdev API
 2021-10-01 17:52 UTC  (22+ messages)
`  "
` [Intel-gfx] [PATCH v3 01/10] vfio/ccw: Remove unneeded GFP_DMA
  `  "
` [Intel-gfx] [PATCH v3 02/10] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
  `  "
` [Intel-gfx] [PATCH v3 03/10] vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
  `  "
` [Intel-gfx] [PATCH v3 04/10] vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()
  `  "
` [Intel-gfx] [PATCH v3 05/10] vfio/ccw: Make the FSM complete and synchronize it to the mdev
  `  "
` [Intel-gfx] [PATCH v3 06/10] vfio/mdev: Consolidate all the device_api sysfs into the core code
  `  "
` [Intel-gfx] [PATCH v3 07/10] vfio/mdev: Add mdev available instance checking to the core
  `  "
` [Intel-gfx] [PATCH v3 08/10] vfio/ccw: Remove private->mdev
  `  "
` [Intel-gfx] [PATCH v3 09/10] vfio: Export vfio_device_try_get()
  `  "
` [Intel-gfx] [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev
  `  "

[PATCH 00/11] rcu: Make rcu_core() safe in PREEMPT_RT with NOCB + a few other fixes
 2021-10-01 17:51 UTC  (18+ messages)
` [PATCH 02/11] rcu/nocb: Prepare state machine for a new step
` [PATCH 03/11] rcu/nocb: Invoke rcu_core() at the start of deoffloading
` [PATCH 04/11] rcu/nocb: Make rcu_core() callbacks acceleration preempt-safe
` [PATCH 05/11] rcu/nocb: Make rcu_core() callbacks acceleration (de-)offloading safe
` [PATCH 07/11] rcu/nocb: Use appropriate rcu_nocb_lock_irqsave()
` [PATCH 08/11] rcu/nocb: Limit number of softirq callbacks only on softirq
` [PATCH 09/11] rcu: Fix callbacks processing time limit retaining cond_resched()
` [PATCH 10/11] rcu: Apply callbacks processing time limit only on softirq

[PATCH v2 00/12] arm64: Kconfig: Update ARCH_EXYNOS select configs
 2021-10-01 17:48 UTC  (12+ messages)

[PATCH v2 0/4] hugetlb: add demote/split page functionality
 2021-10-01 17:50 UTC  (6+ messages)
` [PATCH v2 2/4] hugetlb: add HPageCma flag and code to free non-gigantic pages in CMA

[PATCH] mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()
 2021-10-01 17:49 UTC 

missing build.log files
 2021-10-01 17:47 UTC  (3+ messages)

[PATCH v5 0/6] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-10-01 17:43 UTC  (5+ messages)
` [PATCH v5 6/6] sched/fair: Consider SMT in ASYM_PACKING load balance

[vfio:next 33/38] drivers/gpu/drm/i915/i915_pci.c:975:2: warning: missing field 'override_only' initializer
 2021-10-01 17:45 UTC  (4+ messages)
  ` [Intel-gfx] "

[git pull] IOMMU Fixes for Linux v5.15-rc3
 2021-10-01 17:45 UTC  (3+ messages)

[PULL] drm-fixes
 2021-10-01 17:45 UTC  (2+ messages)

[PATCH iptables v2 0/8] extensions: libxt_NFLOG: use nft back-end for iptables-nft
 2021-10-01 17:41 UTC  (9+ messages)
` [PATCH iptables v2 1/8] nft: fix indentation error
` [PATCH iptables v2 2/8] extensions: libxt_NFLOG: use nft built-in logging instead of xt_NFLOG
` [PATCH iptables v2 3/8] extensions: libxt_NFLOG: don't truncate log prefix on print/save
` [PATCH iptables v2 4/8] extensions: libxt_NFLOG: disable `--nflog-range` Python test-cases
` [PATCH iptables v2 5/8] extensions: libxt_NFLOG: fix `--nflog-prefix` "
` [PATCH iptables v2 6/8] extensions: libxt_NFLOG: remove extra space when saving targets with prefixes
` [PATCH iptables v2 7/8] build: replace `AM_PROG_LIBTOOL` and `AC_DISABLE_STATIC` with `LT_INIT`
` [PATCH iptables v2 8/8] tests: iptables-test: correct misspelt variable

[PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()
 2021-10-01 17:45 UTC  (13+ messages)

[RFC/PATCH net-next v2 0/5] allow user to offload tc action to net device
 2021-10-01 17:45 UTC  (3+ messages)
` [RFC/PATCH net-next v2 5/5] flow_offload: validate flags of filter and actions

[dpdk-dev] [RFC v2 0/5] hide eth dev related structures
 2021-10-01 17:40 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 0/7] "
  ` [dpdk-dev] [PATCH v3 4/7] ethdev: make burst functions to use new flat array


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.