linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-30 11:47:49 to 2021-07-30 14:23:38 UTC [more...]

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

build failure after merge of the staging tree
 2021-07-30 14:15 UTC  (4+ messages)

[PATCH bpf-next v2 0/5] sockmap: add sockmap support for unix stream socket
 2021-07-30 14:13 UTC  (3+ messages)
` [PATCH bpf-next v2 2/5] af_unix: add unix_stream_proto for sockmap

[PATCH v1] ASoC: Intel: kbl_da7219_max98357a: fix drv_name
 2021-07-30 14:12 UTC  (5+ messages)

[PATCH rdma-next RESEND] docs: Fix infiniband uverbs minor number
 2021-07-30 14:09 UTC  (2+ messages)

[PATCH rdma-next 0/3] Remove not possible checks
 2021-07-30 14:09 UTC  (2+ messages)

[PATCH 00/16] KVM: arm64: MMIO guard PV services
 2021-07-30 14:07 UTC  (23+ messages)
` [PATCH 04/16] KVM: arm64: Add MMIO checking infrastructure
` [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling
` [PATCH 06/16] KVM: arm64: Force a full unmap on vpcu reinit
` [PATCH 07/16] KVM: arm64: Wire MMIO guard hypercalls
` [PATCH 12/16] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls

[PATCH] RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcount
 2021-07-30 14:06 UTC  (2+ messages)

[PATCH V5] mm: compaction: support triggering of proactive compaction by user
 2021-07-30 14:06 UTC  (2+ messages)

[PATCH v2 0/8] nfc: constify pointed data - missed part
 2021-07-30 14:03 UTC  (6+ messages)
` [PATCH v2 7/8] nfc: hci: pass callback data param as pointer in nci_request()

[RFC][PATCH v2 00/12] integrity: Introduce DIGLIM
 2021-07-30 14:03 UTC  (7+ messages)
` [RFC][PATCH v2 06/12] diglim: Interfaces - digest_list_add, digest_list_del

[PATCH v2] arm64: dts: rockchip: add thermal fan control to rockpro64
 2021-07-30 14:02 UTC 

[PREEMPT_RT][PATCH] printk: Enhance the condition check of msleep in pr_flush()
 2021-07-30 14:01 UTC  (3+ messages)

build failure after merge of the staging tree
 2021-07-30 14:00 UTC  (2+ messages)

[PATCH v4] media: vimc: Enable set resolution at the scaler src pad
 2021-07-30 13:55 UTC  (9+ messages)

[PATCH 0/4] Add support for EcoNet EN7523 SoC
 2021-07-30 13:45 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: Add vendor prefix for EcoNet
` [PATCH 2/5] dt-bindings: arm: econet: Add binding for EN7523 SoC and EVB
` [PATCH 3/5] ARM: dts: Add basic support for EcoNet EN7523
` [PATCH 4/5] ARM: Add basic support for EcoNet EN7523 SoC
` [PATCH 5/5] ARM: multi_v7_defconfig: Add "

[PATCH 0/1] __asm_copy_to-from_user: Reduce more byte_copy
 2021-07-30 13:52 UTC  (2+ messages)
` [PATCH 1/1] riscv: __asm_copy_to-from_user: Improve using word copy if size < 9*SZREG

[PATCH v3 0/4] nvmem: qfprom: Add binding updates and power-domain handling
 2021-07-30 13:49 UTC  (3+ messages)
` [PATCH v3 2/4] nvmem: qfprom: Fix up qfprom_disable_fuse_blowing() ordering

[kbuild] drivers/pinctrl/pinctrl-k210.c:970 k210_fpioa_probe() warn: 'pdata->clk' not released on lines: 962,968
 2021-07-30 13:45 UTC 

[PATCH v1 0/1] AUXADC: Mediatek auxadc driver
 2021-07-30 13:44 UTC  (3+ messages)
` [PATCH v1] iio: mtk-auxadc: add mutex_destroy

[PATCH] cgroup: Fix typo in comments and documents
 2021-07-30 13:44 UTC 

[PATCH v2] staging: rtl8723bs: remove unused BIT macros definitions
 2021-07-30 13:42 UTC  (2+ messages)

[PATCH] crypto: add missing kernel_fpu_end() call
 2021-07-30 13:41 UTC 

[PATCH v2] staging: rtl8723bs: remove unused BIT macros definitions
 2021-07-30 13:40 UTC 

[PATCH v3 0/2] Bluetooth: fix inconsistent lock states
 2021-07-30 13:40 UTC  (5+ messages)
` [PATCH v3 2/2] Bluetooth: fix inconsistent lock state in rfcomm_connect_ind

[PATCH net-next 0/4] Marvell Prestera add policer support
 2021-07-30 13:39 UTC  (5+ messages)
` [PATCH net-next 1/4] net: marvell: prestera: do not fail if FW reply is bigger
` [PATCH net-next 2/4] net: marvell: prestera: turn FW supported versions into an array
` [PATCH net-next 3/4] net: sched: introduce __tc_classid_to_hwtc() helper
` [PATCH net-next 4/4] net: marvell: prestera: Offload FLOW_ACTION_POLICE

[PATCH 1/5] interconnect: qcom: sdm660: Commonize RPM-QoS
 2021-07-30 13:39 UTC  (2+ messages)

[PATCH] kobject: kobject_add_internal cleanup
 2021-07-30 13:37 UTC  (6+ messages)
    `  "

[PATCH v5 0/6] compat: remove compat_alloc_user_space
 2021-07-30 13:35 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: remove unused BIT macros definitions
 2021-07-30 13:35 UTC  (3+ messages)

[PATCH 0/2] s390/vfio-ap: do not open code locks for VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-07-30 13:33 UTC  (12+ messages)
` [PATCH 2/2] s390/vfio-ap: replace open coded "

[PATCH] media: vivid: drop CONFIG_FB dependency
 2021-07-30 13:32 UTC  (2+ messages)

[PATCH v7 0/4] Add IOMMU driver for rk356x
 2021-07-30 13:29 UTC  (7+ messages)
` [PATCH v7 3/4] iommu: rockchip: Add internal ops to handle variants

[PATCH] bcm63xx_enet: simplify the code in bcm_enet_open()
 2021-07-30 13:28 UTC  (3+ messages)

[Linux Kernel 5.13 GA] ESXi Performance regression
 2021-07-30 13:26 UTC  (2+ messages)

[PATCH v1 0/5] cpuidle: teo: Rework the idle state selection logic
 2021-07-30 13:25 UTC  (6+ messages)

[PATCH] staging: rtl8723bs: remove unused BIT macros definitions
 2021-07-30 13:23 UTC  (2+ messages)

[PATCH] tracing: Fix NULL pointer dereference in start_creating
 2021-07-30 13:23 UTC 

[PATCH] iommu: check if group is NULL before remove device
 2021-07-30 13:18 UTC  (3+ messages)

[PATCH v4] mm: Enable suspend-only swap spaces
 2021-07-30 13:15 UTC  (2+ messages)

[PATCH] sock: allow reading and changing sk_userlocks with setsockopt
 2021-07-30 13:13 UTC  (2+ messages)

[ANNOUNCE] v5.14-rc3-rt2
 2021-07-30 13:12 UTC 

[PATCH v2 0/3] xen: remove some checks for always present Xen features
 2021-07-30 13:10 UTC  (2+ messages)

aarch64-linux-ld: Unexpected GOT/PLT entries detected!
 2021-07-30 13:10 UTC 

[PATCH] staging: r8188eu: clean up comparsions to NULL in os_dep directory
 2021-07-30 13:02 UTC 

[PATCH v1 1/2] iommu/vt-d: Move intel_iommu_ops to header file
 2021-07-30 13:01 UTC  (4+ messages)

[PATCH v2 0/4] Add Landlock man pages
 2021-07-30 12:59 UTC  (6+ messages)
` [PATCH v2 1/4] landlock.7: Add a new page to introduce Landlock

drivers/firmware/dmi_scan.c:151:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-07-30 12:59 UTC  (4+ messages)

[pinchartl-media:drm/du/devel/gem/contig 12/13] drivers/iommu/ipmmu-vmsa.c:754:2: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma?
 2021-07-30 12:59 UTC 

[PATCH v2 00/10] coresight: TRBE and Self-Hosted trace fixes
 2021-07-30 12:58 UTC  (7+ messages)
` [PATCH v2 05/10] coresight: trbe: Drop duplicate TRUNCATE flags
` [PATCH v2 06/10] coresight: trbe: Fix handling of spurious interrupts

[PATCH v2] arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULL
 2021-07-30 12:51 UTC 

[PATCH 0/4] pinctrl: pinctrl-zynq: yaml conversion and minor driver updates
 2021-07-30 12:46 UTC  (6+ messages)
` [PATCH 4/4] arm: dts: zynq: Replace 'io-standard' with 'power-source' property

[PATCH v5 0/2] TCPM non-PD mode
 2021-07-30 12:43 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: connector: Add pd-unsupported property
` [PATCH v5 2/2] usb: typec: tcpm: Support non-PD mode

[PATCH] fs: unicode: Add utf8-data module
 2021-07-30 12:43 UTC 

[PATCH v3 0/9] MIPS: Migrate pistachio to generic kernel
 2021-07-30 12:38 UTC  (3+ messages)
` [PATCH v3 6/9] pinctrl: pistachio: Make it as an option

[PATCH v2 0/5] pin and gpio controller driver for Renesas RZ/G2L
 2021-07-30 12:36 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Add DT bindings for RZ/G2L pinctrl

[hch-misc:dax-support-cleanups 6/7] include/linux/dax.h:125:36: warning: passing argument 2 of '__bdev_dax_supported' makes pointer from integer without a cast
 2021-07-30 12:32 UTC 

[PATCH] regulator: rtq2134: Fix coding style
 2021-07-30 12:32 UTC 

[PATCH] USB: serial: pl2303: fix HX type detection
 2021-07-30 12:29 UTC  (2+ messages)

[PATCH v3 0/3] support booting of arbitrary non-blockdevice file systems
 2021-07-30 12:24 UTC  (4+ messages)
` [PATCH v3 3/3] fs: simplify get_filesystem_list / get_all_fs_names

[PATCH 0/4] KVM: x86: hyper-v: Check if guest is allowed to use XMM registers for hypercall input
 2021-07-30 12:26 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86: hyper-v: Check access to hypercall before reading XMM registers
` [PATCH 2/4] KVM: x86: Introduce trace_kvm_hv_hypercall_done()
` [PATCH 3/4] KVM: x86: hyper-v: Check if guest is allowed to use XMM registers for hypercall input
` [PATCH 4/4] KVM: selftests: Test access to XMM fast hypercalls

[PATCH] arm64: use __func__ to get function name in pr_err
 2021-07-30 12:24 UTC  (2+ messages)

[PATCH v1] mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)
 2021-07-30 12:23 UTC  (2+ messages)

[PATCH] arm64: audit: fix return value high 32bit truncation problem
 2021-07-30 12:22 UTC  (2+ messages)

WARNING: CPU: 112 PID: 2041 at kernel/sched/sched.h:1453
 2021-07-30 12:22 UTC  (5+ messages)

[PATCH 2/2] arm64: dts: juno: Enable more SMMUs
 2021-07-30 12:17 UTC 

[PATCH v5] drm/panel: Add support for E Ink VB3300-KCA
 2021-07-30 12:13 UTC 

[PATCH v1 0/2] PCI: PM: Fix handling of device that can only signal PME from D3cold
 2021-07-30 12:13 UTC  (4+ messages)
` [PATCH v1 2/2] PCI: PM: Enable PME if it can be signaled "

[PATCH 1/3] arm: dts: mt8135: Move pinfunc to include/dt-bindings/pinctrl
 2021-07-30 12:11 UTC  (4+ messages)
` [PATCH 3/3] dt-bindings: mediatek: convert pinctrl to yaml

[PATCH v2 1/3] arm: dts: mt8135: Move pinfunc to include/dt-bindings/pinctrl
 2021-07-30 12:09 UTC  (3+ messages)
` [PATCH v2 2/3] arm: dts: mt8183: "
` [PATCH v2 3/3] dt-bindings: mediatek: convert pinctrl to yaml

[PATCH] arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULL
 2021-07-30 12:08 UTC  (2+ messages)

[PATCH 5/5] arm64: dts: qcom: msm8996: Add interconnect support
 2021-07-30 12:08 UTC 

[PATCH 4/5] dt-bindings: interconnect: Add Qualcomm MSM8996 DT bindings
 2021-07-30 12:07 UTC 

[PATCH 3/5] interconnect: qcom: Add MSM8996 interconnect provider driver
 2021-07-30 12:07 UTC 

[PATCH 2/5] dt-bindings: interconnect: Move SDM660 to a new RPM-QoS file
 2021-07-30 12:07 UTC 

[PATCH v2 0/2] Fix size comparison bug and use flexible array
 2021-07-30 12:09 UTC  (3+ messages)
` [PATCH v2 1/2] media: staging/intel-ipu3: css: Fix wrong size comparison
` [PATCH v2 2/2] media: staging/intel-ipu3: css: Use the struct_size() helper

[PATCH v7 00/12] Clean up "mediatek,larb"
 2021-07-30 12:06 UTC  (2+ messages)
` Aw: "

[PATCH] fpga: region: handle compat_id as an uuid
 2021-07-30 12:07 UTC  (8+ messages)

[PATCH 0/5] interconnect: qcom: Add MSM8996 interconnect driver
 2021-07-30 12:06 UTC 

[GIT PULL] HID fixes
 2021-07-30 12:06 UTC 

[hch-misc:dax-support-cleanups 6/7] fs/ext4/super.c:4438:6: error: implicit declaration of function 'bdev_dax_supported'; did you mean 'dax_supported'?
 2021-07-30 12:05 UTC 

[PATCH v3 0/2] Add pinctrl support for Intel Keem Bay SoC
 2021-07-30 11:58 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: Add bindings for Intel Keembay pinctrl driver

[RFC PATCH v4 00/11] Introduce vfio-pci-core subsystem
 2021-07-30 11:55 UTC  (3+ messages)

[PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE
 2021-07-30 11:53 UTC  (2+ messages)

[PATCH][RESEND] tools/thermal/tmon: simplify Makefile and fix cross build
 2021-07-30 11:51 UTC  (3+ messages)
` [PATCH 1/2] tools/thermal: tmon: simplify Makefile
` [PATCH 2/2] tools/thermal: tmon: default to prefixed pkg-config when crosscompiling

[PATCH net-next] net: fec: fix MAC internal delay doesn't work
 2021-07-30 11:47 UTC 


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).