All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-11 12:06:53 to 2021-08-11 12:26:49 UTC [more...]

[patch V4 00/68] locking, sched: The PREEMPT-RT locking infrastructure
 2021-08-11 12:23 UTC  (65+ 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 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 57/68] futex: Clarify futex_requeue() PI handling
` [patch V4 59/68] futex: Correct the number of requeued waiters for PI
` [patch V4 60/68] futex: Restructure futex_requeue()
` [patch V4 62/68] futex: Reorder sanity checks in futex_requeue()
` [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 v4 00/24] iommu: Refactor DMA domain strictness
 2021-08-11 12:21 UTC  (59+ 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] KVM: stats: Add VM dirty_pages stats for the number of dirty pages
 2021-08-11 12:26 UTC  (2+ messages)

[PATCH 0/7] x86emul: a few small steps towards disintegration
 2021-08-11 12:25 UTC  (8+ messages)
` [PATCH 1/7] x86emul: split off opcode 0f01 handling
` [PATCH 2/7] x86emul: split off opcode 0fae handling
` [PATCH 3/7] x86emul: split off opcode 0fc7 handling
` [PATCH 4/7] x86emul: split off FPU opcode handling
` [PATCH 5/7] x86emul: split off insn decoding
` [PATCH 6/7] x86emul: move x86_emul_blk() to separate source file
` [PATCH 7/7] x86emul: move various utility functions to separate source files

[PATCH v2 0/6] docs/zh_CN: add core-api Memory management translation
 2021-08-11 12:24 UTC  (3+ messages)
` [PATCH v2 5/6] docs/zh_CN: add core-api boot-time-mm translation

[PATCH V5 0/2] gpio: Add virtio based driver
 2021-08-11 12:25 UTC  (3+ messages)
` [PATCH V5 1/2] gpio: Add virtio-gpio driver

[PATCH v6 00/21] KVM: Add idempotent controls for migrating system counter state
 2021-08-11 12:23 UTC  (4+ messages)
` [PATCH v6 01/21] KVM: x86: Fix potential race in KVM_GET_CLOCK

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

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-11 12:22 UTC  (4+ messages)

[LTP] [PATCH] [v2,6/6] syscalls/sysfs: remove sysfs06
 2021-08-11 12:22 UTC 

[PATCH 00/23] Makefile: Continue simplifying Makefile rules (Part B)
 2021-08-11 12:22 UTC  (3+ messages)
` [PATCH 12/23] ti: Convert CONFIG_TI_EDMA3 to Kconfig

[LTP] [PATCH] [v2, 5/6] syscalls/sysfs: Convert sysfs05 to the new API
 2021-08-11 12:22 UTC 

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

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

What's cooking in git.git (Aug 2021, #04; Tue, 10)
 2021-08-11 12:21 UTC  (2+ messages)

Unable to clone repo from windows or yocto
 2021-08-11 12:20 UTC 

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

[PATCH v4 00/10] handling all DM watchdogs in watchdog_reset()
 2021-08-11 12:19 UTC  (7+ messages)
` [PATCH v4 07/10] watchdog: wdt-uclass.c: handle "

Unable to clone repo from windows or yocto
 2021-08-11 12:18 UTC 

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

arm64 regression in kernel 5.12 related to the (n)VHE
 2021-08-11 12:15 UTC 

[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  (11+ messages)
` [PATCH V4 1/4] arm64: dts: sc7280: Add QSPI node
` [PATCH V4 2/4] arm64: dts: sc7280: Add QUPv3 wrapper_0 nodes

[PATCH] ramfs: fix mount source show for ramfs
 2021-08-11 12:28 UTC 

[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

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

[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 v2 0/6] drm/bridge: ti-sn65dsi86: Misc improvements
 2021-08-11 12:15 UTC  (4+ messages)
` [PATCH v2 4/6] drm/bridge: ti-sn65dsi86: Wrap panel with panel-bridge

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

[bug report] vhost_net: basic polling support
 2021-08-11 12:13 UTC 

[dpdk-dev] [RFC] ethdev: change queue release callback
 2021-08-11 12:13 UTC  (9+ messages)

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

[LTP] [PATCH v2 2/4] syscalls/chmod02: Remove the testcase
 2021-08-11 12:12 UTC  (2+ messages)

[PATCH v5 0/5] libtraceevent: Optimize the print of tep fields
 2021-08-11 12:12 UTC  (6+ messages)
` [PATCH v5 1/5] libtraceevent: Add dynamic_offset()
` [PATCH v5 2/5] libtraceevent: Have all field args point to the field they represent
` [PATCH v5 3/5] libtraceevent: Improve tep_print_field()
` [PATCH v5 4/5] libtraceevent: Optimize tep_print_fields()
` [PATCH v5 5/5] libtraceevent: Add tep_print_selected_fields()

[LTP] [PATCH v2 1/4] syscalls/chmod01: Convert to new API and add directory tests
 2021-08-11 12:11 UTC  (2+ messages)

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

[RFC PATCH 0/4] Renesas RZ/G2L IRQC support
 2021-08-11 12:10 UTC  (4+ messages)
` [RFC PATCH 1/4] dt-bindings: interrupt-controller: Add Renesas RZ/G2L Interrupt Controller

[PATCH V2 0/9] cpufreq: Auto-register with energy model
 2021-08-11 11:58 UTC  (8+ messages)
` [PATCH V2 3/9] cpufreq: imx6q: Use auto-registration for "
` [PATCH V2 4/9] cpufreq: mediatek: "
` [PATCH V2 7/9] cpufreq: scpi: "
` [PATCH V2 8/9] cpufreq: vexpress: "
` [PATCH V2 9/9] cpufreq: scmi: Use .register_em() callback

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


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.