linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-11 10:51:22 to 2021-08-11 12:30:06 UTC [more...]

[PATCH v3 0/6] KVM: my debug patch queue
 2021-08-11 12:29 UTC  (2+ messages)
` [PATCH v3 1/6] KVM: SVM: split svm_handle_invalid_exit

[PATCH v2 0/6] PCI: Add support for J7200 and AM64
 2021-08-11 12:26 UTC  (3+ messages)

[PATCH] ASoC: stm32: spdifrx: Delete unnecessary check in the probe function
 2021-08-11 12:28 UTC  (5+ messages)
  ` [PATCH] ASoC: stm32: spdifrx: Delete unnecessary check in theprobe function

[PATCH 00/18] ARC mm updates to support 3 or 4 levels of paging
 2021-08-11 12:28 UTC  (9+ messages)
` [PATCH 06/18] ARC: mm: Enable STRICT_MM_TYPECHECKS
` [PATCH 11/18] ARC: mm: move MMU specific bits out of entry code
` [PATCH 15/18] ARC: mm: support 3 levels of page tables
` [PATCH 16/18] ARC: mm: support 4 "

[PATCH for-next] RDMA/core/sa_query: Remove unused function
 2021-08-11 12:27 UTC 

[PATCH 5.10 000/135] 5.10.58-rc1 review
 2021-08-11 12:27 UTC  (5+ messages)
` [PATCH 5.10 125/135] drm/i915: avoid uninitialised var in eb_parse()

[PATCH PREEMPT_RT] kcov: fix locking splat from kcov_remote_start()
 2021-08-11 12:25 UTC  (5+ messages)

[patch V4 00/68] locking, sched: The PREEMPT-RT locking infrastructure
 2021-08-11 12:23 UTC  (69+ messages)
` [patch V4 01/68] sched: Split out the wakeup state check
` [patch V4 02/68] sched: Introduce TASK_RTLOCK_WAIT
` [patch V4 03/68] sched: Reorganize current::__state helpers
` [patch V4 04/68] sched: Prepare for RT sleeping spin/rwlocks
` [patch V4 05/68] sched: Rework the __schedule() preempt argument
` [patch V4 06/68] sched: Provide schedule point for RT locks
` [patch V4 07/68] sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER
` [patch V4 08/68] media/atomisp: Use lockdep instead of *mutex_is_locked()
` [patch V4 09/68] rtmutex: Remove rt_mutex_is_locked()
` [patch V4 10/68] rtmutex: Convert macros to inlines
` [patch V4 11/68] rtmutex: Switch to try_cmpxchg()
` [patch V4 12/68] rtmutex: Split API and implementation
` [patch V4 13/68] rtmutex: Split out the inner parts of struct rtmutex
` [patch V4 14/68] locking/rtmutex: Provide rt_mutex_slowlock_locked()
` [patch V4 15/68] rtmutex: Provide rt_mutex_base_is_locked()
` [patch V4 16/68] locking: Add base code for RT rw_semaphore and rwlock
` [patch V4 17/68] locking/rwsem: Add rtmutex based R/W semaphore implementation
` [patch V4 18/68] locking/rtmutex: Add wake_state to rt_mutex_waiter
` [patch V4 19/68] locking/rtmutex: Provide rt_wake_q and helpers
` [patch V4 20/68] locking/rtmutex: Use rt_mutex_wake_q_head
` [patch V4 21/68] locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locks
` [patch V4 22/68] locking/rtmutex: Guard regular sleeping locks specific functions
` [patch V4 23/68] locking/spinlock: Split the lock types header
` [patch V4 24/68] locking/rtmutex: Prevent future include recursion hell
` [patch V4 25/68] locking/lockdep: Reduce includes in debug_locks.h
` [patch V4 26/68] rbtree: Split out the rbtree type definitions
` [patch V4 27/68] locking/rtmutex: Include only rbtree types
` [patch V4 28/68] locking/spinlock: Provide RT specific spinlock type
` [patch V4 29/68] locking/spinlock: Provide RT variant header
` [patch V4 30/68] locking/rtmutex: Provide the spin/rwlock core lock function
` [patch V4 31/68] locking/spinlock: Provide RT variant
` [patch V4 32/68] locking/rwlock: "
` [patch V4 33/68] locking/rtmutex: Squash !RT tasks to DEFAULT_PRIO
` [patch V4 34/68] locking/mutex: Consolidate core headers
` [patch V4 35/68] locking/mutex: Move waiter to core header
` [patch V4 36/68] locking/ww_mutex: Move ww_mutex declarations into ww_mutex.h
` [patch V4 37/68] locking/mutex: Make mutex::wait_lock raw
` [patch V4 38/68] locking/ww_mutex: Simplify lockdep annotation
` [patch V4 39/68] locking/ww_mutex: Gather mutex_waiter initialization
` [patch V4 40/68] locking/ww_mutex: Split up ww_mutex_unlock()
` [patch V4 41/68] locking/ww_mutex: Split W/W implementation logic
` [patch V4 42/68] locking/ww_mutex: Remove __sched annotation
` [patch V4 43/68] locking/ww_mutex: Abstract waiter iteration
` [patch V4 44/68] locking/ww_mutex: Abstract waiter enqueueing
` [patch V4 45/68] locking/ww_mutex: Abstract mutex accessors
` [patch V4 46/68] locking/ww_mutex: Abstract mutex types
` [patch V4 47/68] locking/ww_mutex: Abstract internal lock access
` [patch V4 48/68] locking/ww_mutex: Implement rt_mutex accessors
` [patch V4 49/68] locking/ww_mutex: Add RT priority to W/W order
` [patch V4 50/68] locking/ww_mutex: Add rt_mutex based lock type and accessors
` [patch V4 51/68] locking/rtmutex: Extend the rtmutex core to support ww_mutex
` [patch V4 52/68] locking/ww_mutex: Implement rtmutex based ww_mutex API functions
` [patch V4 53/68] locking/rtmutex: Add mutex variant for RT
` [patch V4 54/68] lib/test_lockup: Adapt to changed variables
` [patch V4 55/68] futex: Validate waiter correctly in futex_proxy_trylock_atomic()
` [patch V4 56/68] futex: Cleanup stale comments
` [patch V4 57/68] futex: Clarify futex_requeue() PI handling
` [patch V4 58/68] futex: Remove bogus condition for requeue PI
` [patch V4 59/68] futex: Correct the number of requeued waiters for PI
` [patch V4 60/68] futex: Restructure futex_requeue()
` [patch V4 61/68] futex: Clarify comment in futex_requeue()
` [patch V4 62/68] futex: Reorder sanity checks "
` [patch V4 63/68] futex: Simplify handle_early_requeue_pi_wakeup()
` [patch V4 64/68] futex: Prevent requeue_pi() lock nesting issue on RT
` [patch V4 65/68] rtmutex: Prevent lockdep false positive with PI futexes
` [patch V4 66/68] preempt: Adjust PREEMPT_LOCK_OFFSET for RT
` [patch V4 67/68] locking/rtmutex: Implement equal priority lock stealing
` [patch V4 68/68] locking/rtmutex: Add adaptive spinwait mechanism

[PATCH v3 1/3] units: Add SI metric prefix definitions
 2021-08-11 12:22 UTC  (2+ messages)

[PATCH v4 00/24] iommu: Refactor DMA domain strictness
 2021-08-11 12:21 UTC  (25+ messages)
` [PATCH v4 01/24] iommu: Pull IOVA cookie management into the core
` [PATCH v4 02/24] iommu/amd: Drop IOVA cookie management
` [PATCH v4 03/24] iommu/arm-smmu: "
` [PATCH v4 04/24] iommu/vt-d: "
` [PATCH v4 05/24] iommu/exynos: "
` [PATCH v4 06/24] iommu/ipmmu-vmsa: "
` [PATCH v4 07/24] iommu/mtk: "
` [PATCH v4 08/24] iommu/rockchip: "
` [PATCH v4 09/24] iommu/sprd: "
` [PATCH v4 10/24] iommu/sun50i: "
` [PATCH v4 11/24] iommu/virtio: "
` [PATCH v4 12/24] iommu/dma: Unexport "
` [PATCH v4 13/24] iommu/dma: Remove redundant "!dev" checks
` [PATCH v4 14/24] iommu: Indicate queued flushes via gather data
` [PATCH v4 15/24] iommu/io-pgtable: Remove non-strict quirk
` [PATCH v4 16/24] iommu: Introduce explicit type for non-strict DMA domains
` [PATCH v4 17/24] iommu/amd: Prepare for multiple DMA domain types
` [PATCH v4 18/24] iommu/arm-smmu: "
` [PATCH v4 19/24] iommu/vt-d: "
` [PATCH v4 20/24] iommu: Express DMA strictness via the domain type
` [PATCH v4 21/24] iommu: Expose DMA domain strictness via sysfs
` [PATCH v4 22/24] iommu: Only log strictness for DMA domains
` [PATCH v4 23/24] iommu: Merge strictness and domain type configs
` [PATCH v4 24/24] iommu: Allow enabling non-strict mode dynamically

[PATCH] pinctrl: amd: Fix an issue with shutdown when system set to s0ix
 2021-08-11 12:21 UTC  (3+ messages)

[PATCH] mfd: ti_am335x_tscadc: Delete superfluous error message
 2021-08-11 12:19 UTC 

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-11 12:19 UTC  (5+ messages)
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() with prot_guest_has()

[PATCH v6 1/6] mfd: simple-mfd-i2c: Add Delta TN48M CPLD support
 2021-08-11 12:17 UTC  (9+ messages)
` [PATCH v6 5/6] dt-bindings: mfd: Add Delta TN48M CPLD drivers bindings

[PATCH V4 0/4] Add QSPI and QUPv3 DT nodes for SC7280 SoC
 2021-08-11 12:17 UTC  (14+ messages)
` [PATCH V4 1/4] arm64: dts: sc7280: Add QSPI node
` [PATCH V4 2/4] arm64: dts: sc7280: Add QUPv3 wrapper_0 nodes
` [PATCH V4 3/4] arm64: dts: sc7280: Update QUPv3 Debug UART DT node

[PATCH v1 00/20] x86/resctrl: Make resctrl_arch_rmid_read() return values in bytes
 2021-08-11 12:15 UTC  (5+ messages)
` [PATCH v1 01/20] x86/resctrl: Kill off alloc_enabled
` [PATCH v1 02/20] x86/resctrl: Merge mon_capable and mon_enabled

[Regression 5.14] media: dvb userspace api
 2021-08-11 12:15 UTC 

[PATCH v4 0/2] ibmvtpm: Avoid error message when process gets signal while waiting
 2021-08-11 12:15 UTC  (6+ messages)
` [PATCH v4 2/2] tpm: ibmvtpm: Rename tpm_process_cmd to tpm_status and define flag

[PATCH net-next] net: ipa: always inline ipa_aggr_granularity_val()
 2021-08-11 12:12 UTC  (4+ messages)

[v6 0/2] Add MediaTek MT8192 clock provider device nodes
 2021-08-11 12:12 UTC  (6+ messages)
` [v6 2/2] arm64: dts: mediatek: Correct UART0 bus clock of MT8192

[PATCH 1/1] genirq/cpuhotplug: Bump debugging information print down to KERN_DEBUG
 2021-08-11 12:08 UTC  (4+ messages)

[PATCH v2 0/3] PCI: Add legacy interrupt support in pci-j721e
 2021-08-11 12:07 UTC  (8+ messages)
` [PATCH v2 2/3] PCI: j721e: Add PCI legacy interrupt support for J721E

[PATCH V2 0/9] cpufreq: Auto-register with energy model
 2021-08-11 11:58 UTC  (10+ messages)
` [PATCH V2 1/9] cpufreq: Auto-register with energy model if asked
` [PATCH V2 2/9] cpufreq: dt: Use auto-registration for energy model
` [PATCH V2 3/9] cpufreq: imx6q: "
` [PATCH V2 4/9] cpufreq: mediatek: "
` [PATCH V2 5/9] cpufreq: omap: "
` [PATCH V2 6/9] cpufreq: qcom-cpufreq-hw: "
` [PATCH V2 7/9] cpufreq: scpi: "
` [PATCH V2 8/9] cpufreq: vexpress: "
` [PATCH V2 9/9] cpufreq: scmi: Use .register_em() callback

[PATCH v1 1/1] gpiolib: Deduplicate forward declaration in the consumer.h header
 2021-08-11 12:05 UTC  (2+ messages)

[PATCH] [v2,1/1] This aims to support Foxconn SDX55
 2021-08-11 12:01 UTC  (4+ messages)

[RESEND PATCH V7 0/3] Convert qcom pmic gpio bindings to YAML
 2021-08-11 12:01 UTC  (7+ messages)
` [RESEND PATCH V7 2/3] dt-bindings: pinctrl: qcom-pmic-gpio: "
` [RESEND PATCH V7 3/3] dt-bindings: pinctrl: qcom-pmic-gpio: Remove the interrupts property

[PATCH 0/7] vfio: device fd address space and vfio-pci mmap invalidation cleanup
 2021-08-11 11:57 UTC  (9+ messages)
` [PATCH 3/7] vfio/pci: Use vfio_device_unmap_mapping_range()

[PATCH 00/12] ASoC: cs42l42: Series of bugfixes and improvements
 2021-08-11 11:56 UTC  (6+ messages)
` [PATCH 04/12] ASoC: cs42l42: Don't reconfigure the PLL while it is running

[linux-rt-devel:linux-5.14.y-rt-rebase 53/239] mm/slub.c:4396:5: warning: no previous prototype for '__kmem_cache_do_shrink'
 2021-08-11 11:54 UTC 

[PATCH 0/4] Prepare for ECMDQ support
 2021-08-11 11:48 UTC  (5+ messages)
` [PATCH 1/4] iommu/arm-smmu-v3: Use command queue batching helpers to improve performance
` [PATCH 2/4] iommu/arm-smmu-v3: Add and use static helper function arm_smmu_cmdq_issue_cmd_with_sync()
` [PATCH 3/4] iommu/arm-smmu-v3: Add and use static helper function arm_smmu_get_cmdq()
` [PATCH 4/4] iommu/arm-smmu-v3: Extract reusable function __arm_smmu_cmdq_skip_err()

linux-next: Tree for Aug 11
 2021-08-11 11:53 UTC 

[PATCH] sched/fair: micro-optimize pick_next_entity()
 2021-08-11 11:48 UTC 

[PATCH] platform-msi: Add ABI to show msi_irqs of platform devices
 2021-08-11 11:49 UTC  (2+ messages)

[PATCH v3 0/7] Add minimal support for Exynos850 SoC
 2021-08-11 11:48 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: pinctrl: samsung: Add Exynos850 doc
` [PATCH v3 2/7] pinctrl: samsung: Add Exynos850 SoC specific data
` [PATCH v3 3/7] dt-bindings: serial: samsung: Add Exynos850 doc
` [PATCH v3 4/7] tty: serial: samsung: Init USI to keep clocks running
` [PATCH v3 5/7] tty: serial: samsung: Fix driver data macros style
` [PATCH v3 6/7] tty: serial: samsung: Add Exynos850 SoC data
` [PATCH v3 7/7] arm64: dts: exynos: Add Exynos850 SoC support

[PATCH 0/2] KVM: x86/mmu: Fix unsync races within TDP MMU
 2021-08-11 11:47 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlock

[PATCH net-next 1/1] net: pcs: xpcs: fix error handling on failed to allocate memory
 2021-08-11 11:47 UTC  (2+ messages)

finding regressions with syzkaller
 2021-08-11 11:25 UTC  (2+ messages)

Make the i.MX MMC device using DMA again
 2021-08-11 11:36 UTC  (3+ messages)
` [PATCH 1/2] mmc: mxcmmc: really configure the DMA on demand

[PATCH v4 0/3] Add detailed page size stats in KVM stats
 2021-08-11 11:36 UTC  (3+ messages)
` [PATCH v4 3/3] KVM: x86/mmu: Add detailed page size stats

[PATCH] gpu: drm: amd: amdgpu: amdgpu_i2c: fix possible uninitialized-variable access in amdgpu_i2c_router_select_ddc_port()
 2021-08-11 11:34 UTC 

[PATCH v2] fscrypt: support trusted keys
 2021-08-11 11:34 UTC  (9+ messages)

[PATCH] reset: reset-zynqmp: Fixed the argument data type
 2021-08-11 11:29 UTC  (3+ messages)

[PATCH v5 00/19] auxdisplay: ht16k33: Add character display support
 2021-08-11 11:29 UTC  (4+ messages)
` [PATCH v5 19/19] auxdisplay: ht16k33: Add LED support

[PATCH] fpga: machxo2-spi: return an error on failure
 2021-08-11 11:29 UTC  (4+ messages)

[Patch v5 0/6] Introduce LMh driver for Qualcomm SoCs
 2021-08-11 11:27 UTC  (4+ messages)
` [Patch v5 3/6] cpufreq: qcom-cpufreq-hw: Add dcvs interrupt support

[PATCH] EDAC/ti: Remove redundant error messages
 2021-08-11 11:26 UTC 

[PATCH v4 00/21] Track shared pages at EL2 in protected mode
 2021-08-11 11:25 UTC  (2+ messages)

[PATCH v2 0/8] Add minimal support for Exynos850 SoC
 2021-08-11 11:20 UTC  (6+ messages)
` [PATCH v2 7/8] clk: samsung: Add Exynos850 clock driver stub

[PATCH] mm: slub: remove preemption disabling from put_cpu_partial
 2021-08-11 11:19 UTC 

[PATCH v6 0/2] PM / Domains: Add support for 'required-opps' to set default perf state
 2021-08-11 11:19 UTC  (9+ messages)
` [PATCH v6 1/2] "

[syzbot] KASAN: invalid-free in bdev_free_inode (2)
 2021-08-11 11:16 UTC  (2+ messages)

[PATCH RFC 0/8] iommu/arm-smmu-v3: add support for ECMDQ register mode
 2021-08-11 11:15 UTC  (8+ messages)
` [PATCH RFC 2/8] iommu/arm-smmu-v3: Add and use static helper function arm_smmu_cmdq_issue_cmd_with_sync()

[PATCH v6 0/9] Refactor MTK MDP driver into core/components
 2021-08-11 11:15 UTC  (6+ messages)
` [PATCH v6 2/9] mtk-mdp: add driver to probe mdp components

[PATCH V2] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
 2021-08-11 11:11 UTC 

[PATCH v5 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
 2021-08-11 11:05 UTC  (3+ messages)
` [PATCH v5 1/2] blk-zoned: allow zone management send operations "
` [PATCH v5 2/2] blk-zoned: allow BLKREPORTZONE "

drivers/pci/controller/pci-ixp4xx.c:38: warning: "IXP4XX_PCI_CSR" redefined
 2021-08-11 11:03 UTC 

linux-next: Signed-off-by missing for commit in the drm-intel tree
 2021-08-11 11:02 UTC  (8+ messages)
      ` [Intel-gfx] "

[PATCH] iommu: APPLE_DART should depend on ARCH_APPLE
 2021-08-11 10:58 UTC  (2+ messages)

[PATCH net-next] stmmac: align RX buffers
 2021-08-11 10:56 UTC  (4+ messages)

[PATCH v1 1/4] gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs()
 2021-08-11 10:55 UTC  (4+ messages)
` [PATCH v1 3/4] mfd: intel_quark_i2c_gpio: Convert GPIO to use software nodes

[PATCH v3 0/6] interconnect: qcom: Add MSM8996 interconnect driver
 2021-08-11 10:56 UTC  (3+ messages)
` [PATCH v3 5/6] interconnect: qcom: Add MSM8996 interconnect provider driver

[PATCH v14 000/138] Memory folios
 2021-08-11 10:54 UTC  (3+ messages)
` [PATCH v14 040/138] mm/memcg: Convert mem_cgroup_charge() to take a folio

[PATCHv4] iommu/arm-smmu: Optimize ->tlb_flush_walk() for qcom implementation
 2021-08-11 10:53 UTC  (3+ messages)

[SPLAT 0/3] Sleeping spinlocks in troublesome contexts on v5.14-rc4-rt6
 2021-08-11 10:52 UTC  (3+ messages)
` [SPLAT 3/3] gpio: dwapb: Sleeping spinlocks down IRQ mapping


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).