All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-05 15:27:50 to 2021-08-05 15:50:29 UTC [more...]

[PATCH 00/12] Add minimal support for Exynos850 SoC
 2021-08-05 15:50 UTC  (10+ messages)
` [PATCH 12/12] arm64: dts: exynos: Add Exynos850 SoC support

[PATCH] nbd: call genl_unregister_family() first in nbd_cleanup()
 2021-08-05 15:50 UTC  (2+ messages)

[PATCH v3 0/2] New V4L2 controls V4L2_CID_NOTIFY_GAIN_XXX
 2021-08-05 15:49 UTC  (5+ messages)
` [PATCH v3 1/2] media: v4l2-ctrls: Add V4L2_CID_NOTIFY_GAIN_XXX controls

[for-linus][PATCH 0/6] tracing: Fixes for 5.14-rc4
 2021-08-05 15:43 UTC  (7+ messages)
` [for-linus][PATCH 1/6] tracing: Fix NULL pointer dereference in start_creating
` [for-linus][PATCH 2/6] tracing / histogram: Give calculation hist_fields a size
` [for-linus][PATCH 3/6] tracing: Reject string operand in the histogram expression
` [for-linus][PATCH 4/6] scripts/recordmcount.pl: Remove check_objcopy() and $can_use_local
` [for-linus][PATCH 5/6] scripts/tracing: fix the bug that cant parse raw_trace_func
` [for-linus][PATCH 6/6] tracing: Quiet smp_processor_id() use in preemptable warning in hwlat

[PATCH 1/2] cve-check: fix comments
 2021-08-05 15:49 UTC  (3+ messages)
` [oe] "

[virtio-dev] Enabling hypervisor agnosticism for VirtIO backends
 2021-08-05 15:48 UTC  (2+ messages)
` [virtio-dev] "

[GIT PULL] vboxsf fixes for 5.14-1
 2021-08-05 15:48 UTC  (10+ messages)

[PATCH printk v1 00/10] printk: introduce atomic consoles and sync mode
 2021-08-05 15:47 UTC  (4+ messages)

[v6 0/2] Add MediaTek MT8192 clock provider device nodes
 2021-08-05 15:44 UTC  (11+ messages)
` [v6 1/2] arm64: dts: mediatek: Add mt8192 clock controllers
` [v6 2/2] arm64: dts: mediatek: Correct UART0 bus clock of MT8192

[PATCH v2 0/3] efi: Minimal revert to rodata change
 2021-08-05 15:46 UTC  (3+ messages)

[GIT PULL] Networking for 5.14-rc5
 2021-08-05 15:43 UTC 

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

[PATCH 0/2] Protect vmstats on PREEMPT_RT
 2021-08-05 15:42 UTC  (9+ messages)
` [PATCH 2/2] mm/vmstat: Protect per cpu variables with preempt disable on RT

[PATCH v7 0/9] ACPI/IORT: Support for IORT RMR node
 2021-08-05 15:43 UTC  (5+ messages)
` [PATCH v7 4/9] ACPI/IORT: Add a helper to retrieve RMR memory regions

[PATCH RESEND] tests: skip u_direct_io if losetup fails
 2021-08-05 15:43 UTC 

[PATCH v4 0/3] add Gopher 2b LCD panel
 2021-08-05 15:44 UTC  (5+ messages)
` [PATCH v4 2/3] dt-bindings: Add DT bindings for QiShenglong Gopher 2b panel

[PATCH 00/14] qla2xxx driver bug fixes
 2021-08-05 15:43 UTC  (11+ messages)
` [PATCH 06/14] qla2xxx: fix debug print of 64G link speed
` [PATCH 07/14] qla2xxx: fix port type info
` [PATCH 08/14] qla2xxx: fix unsafe removal from link list
` [PATCH 09/14] qla2xxx: fix npiv create erroneous error
` [PATCH 10/14] qla2xxx: suppress unnecessary log messages during login

[v12 00/20] Mediatek MT8192 clock support
 2021-08-05 15:41 UTC  (7+ messages)
` [v12 02/20] dt-bindings: ARM: Mediatek: Add mmsys document binding for MT8192

[PATCH] staging: r8188eu: Fix incorrect types in arguments
 2021-08-05 15:41 UTC  (2+ messages)

[yocto-autobuilder-helper][dunfell] config.json: Update check-layer to use --no-auto-dependency after yocto-check-layer changes
 2021-08-05 15:41 UTC 

[PATCH] drm/i915/dp: Use max params for older panels
 2021-08-05 15:41 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

Building htmldocs
 2021-08-05 15:41 UTC 

[PATCH v2] netdev: update the netdev's frequency on channel switch events
 2021-08-05 15:40 UTC  (2+ messages)

[PATCH v3 0/6] IPI virtualization support for VM
 2021-08-05 15:13 UTC  (7+ messages)
` [PATCH v3 1/6] x86/feat_ctl: Add new VMX feature, Tertiary VM-Execution control
` [PATCH v3 2/6] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
` [PATCH v3 3/6] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
` [PATCH v3 4/6] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH v3 5/6] KVM: x86: Support interrupt dispatch in x2APIC mode with APIC-write VM exit
` [PATCH v3 6/6] KVM: VMX: enable IPI virtualization

[PATCH 1/2] iw: mesh: fix crash when attempting to print the conf param "mesh_nolearn"
 2021-08-05 15:38 UTC  (2+ messages)
` [PATCH 2/2] iw: mesh: add new cmd to dump all the supported mesh config params at once

[PATCH] ath: dfs_pattern_detector: Fix possible null-pointer dereference in channel_detector_create()
 2021-08-05 15:38 UTC 

[PATCH] libxl: Fix stubdom PCI passthrough
 2021-08-05 15:38 UTC  (4+ messages)

Could it be made possible to offer "supplementary" data to a DIO write ?
 2021-08-05 15:38 UTC  (7+ messages)

[RFC][PATCH v2 00/12] integrity: Introduce DIGLIM
 2021-08-05 15:38 UTC  (9+ messages)
` [RFC][PATCH v2 06/12] diglim: Interfaces - digest_list_add, digest_list_del

[OE-core][dunfell 00/33] Patch review
 2021-08-05 15:34 UTC  (34+ messages)
` [OE-core][dunfell 01/33] Revert "gstreamer-plugins-good: ignore CVE-2021-3497/8 since they are fixed"
` [OE-core][dunfell 02/33] Revert "gstreamer-plugins-base: ignore CVE-2021-3522 since it is fixed"
` [OE-core][dunfell 03/33] gstreamer: ignore CVE-2021-3497, CVE-2021-3498, and CVE-2021-3522
` [OE-core][dunfell 04/33] libxml2: fix CVE-2021-3541
` [OE-core][dunfell 05/33] avahi: fix CVE-2021-3468
` [OE-core][dunfell 06/33] curl: Fix for CVE-2021-22898
` [OE-core][dunfell 07/33] curl: Fix CVE-2021-22924 and CVE-2021-22925
` [OE-core][dunfell 08/33] linux-yocto/5.4: update to v5.4.134
` [OE-core][dunfell 09/33] oeqa/manual/toaster: fix small typo
` [OE-core][dunfell 10/33] ovmf: Fix VLA warnings with GCC 11
` [OE-core][dunfell 11/33] archiver.bbclass: Fix patch error for recipes that inherit dos2unix
` [OE-core][dunfell 12/33] bitbake.conf: change GNOME_MIRROR to new one
` [OE-core][dunfell 13/33] initramfs-framework/setup-live: fix shebang
` [OE-core][dunfell 14/33] yocto-check-layer: Remove duplicated code
` [OE-core][dunfell 15/33] glew: fix Makefile race
` [OE-core][dunfell 16/33] oe-setup-builddir: update YP docs and OE URLs
` [OE-core][dunfell 17/33] qemu.inc: Add seccomp PACKAGECONFIG option
` [OE-core][dunfell 18/33] qemu: Enable seccomp if FEATURE is set
` [OE-core][dunfell 19/33] ifupdown: added -1 option to dhclient for dhcpv6
` [OE-core][dunfell 20/33] oeqa/ethernet_ip_connman : add test for network connections
` [OE-core][dunfell 21/33] oeqa/runtime : add test for RTC(Real Time Clock)
` [OE-core][dunfell 22/33] oeqa/runtime/cases: Only disable/enable for current boot
` [OE-core][dunfell 23/33] oeqa/suspend : add test for suspend state
` [OE-core][dunfell 24/33] oeqa/runtime: add test for matchbox-terminal
` [OE-core][dunfell 25/33] oeqa/terminal : improve the test case
` [OE-core][dunfell 26/33] oeqa/usb_hid.py : add test to check the usb/human interface device status after suspend state
` [OE-core][dunfell 27/33] yocto-check-layer: improve missed dependencies
` [OE-core][dunfell 28/33] checklayer: new function get_layer_dependencies()
` [OE-core][dunfell 29/33] checklayer: rename _find_layer_depends
` [OE-core][dunfell 30/33] yocto-check-layer: ensure that all layer dependencies are tested too
` [OE-core][dunfell 31/33] archiver.bbclass: fix do_ar_configured failure for kernel
` [OE-core][dunfell 32/33] linux-yocto/5.4: update to v5.4.135
` [OE-core][dunfell 33/33] sstate: Fix rebuilds when changing layer config

[PATCH v1 00/12] s390x: skey related fixes, cleanups, and memory device preparations
 2021-08-05 15:28 UTC  (13+ messages)
` [PATCH v1 01/12] s390x/tcg: wrap address for RRBE
` [PATCH v1 02/12] s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKE
` [PATCH v1 03/12] s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE
` [PATCH v1 04/12] s390x/tcg: check for addressing exceptions for "
` [PATCH v1 05/12] s390x/mmu_helper: no need to pass access type to mmu_translate_asce()
` [PATCH v1 06/12] s390x/mmu_helper: fixup mmu_translate() documentation
` [PATCH v1 07/12] s390x/mmu_helper: move address validation into mmu_translate*()
` [PATCH v1 08/12] s390x/mmu_helper: avoid setting the storage key if nothing changed
` [PATCH v1 09/12] hw/s390x/s390-skeys: use memory mapping to detect which storage keys to migrate
` [PATCH v1 10/12] hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dump
` [PATCH v1 11/12] hw/s390x/s390-skeys: check if an address is valid before dumping the key
` [PATCH v1 12/12] hw/s390x/s390-skeys: lazy storage key enablement under TCG

[clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
 2021-08-05 15:37 UTC  (15+ messages)

[PATCH V7 0/9] PCI: Enable 10-Bit tag support for PCIe devices
 2021-08-05 15:36 UTC  (5+ messages)
` [PATCH V7 7/9] PCI/sysfs: Add a 10-Bit Tag sysfs file

[v14 00/21] Mediatek MT8192 clock support
 2021-08-05 15:35 UTC  (6+ messages)
` [v14 02/21] dt-bindings: ARM: Mediatek: Add mmsys document binding for MT8192

[PATCH v2] media: vivid: drop CONFIG_FB dependency
 2021-08-05 15:36 UTC 

should recipes not come with their own systemd/user/group info?
 2021-08-05 15:35 UTC  (2+ messages)
` [OE-core] "

[PATCH v3 0/3] Add RZ/G2L Sound support
 2021-08-05 15:34 UTC  (4+ messages)
` [PATCH v3 2/3] sound: soc: sh: Add RZ/G2L SSIF-2 driver

[ovmf test] 164111: all pass - PUSHED
 2021-08-05 15:34 UTC 

[PATCH] nvmet: pass back cntlid on successful completion
 2021-08-05 15:33 UTC 

[PATCH] drm/amdkfd: Expose GFXIP engine version to sysfs
 2021-08-05 15:33 UTC  (2+ messages)

[PATCH v6 1/2] mm: introduce process_mrelease system call
 2021-08-05 15:31 UTC  (5+ messages)

[PATCH V7 7/9] PCI/sysfs: Add a 10-Bit Tag sysfs file
 2021-08-05 15:31 UTC  (2+ messages)

[PATCH v3 0/7] xsm: refactoring xsm hooks
 2021-08-05 15:31 UTC  (3+ messages)
` [PATCH v3 1/7] xen: Implement xen/alternative-call.h for use in common code

[OE-core][RFC][PATCH][dunfell] wic: direct: Use stock fstab in partitions
 2021-08-05 15:31 UTC  (2+ messages)

[PATCH] netdev: update the netdev's frequency on channel switch events
 2021-08-05 15:30 UTC 

Backport to dunfell question
 2021-08-05 15:29 UTC  (2+ messages)
` [poky] "

[Linux Kernel 5.13 GA] ESXi Performance regression
 2021-08-05 15:28 UTC  (7+ messages)

[PATCH] ioctl_tty.2: Add example how to get or set baudrate on the serial port
 2021-08-05 15:28 UTC  (10+ messages)
` [PATCH v3] "

[dpdk-dev] [PATCH] net: announce changes in TCP header
 2021-08-05 15:28 UTC  (2+ messages)

[PATCH net-next] netdevsim: Forbid devlink reload when adding or deleting ports
 2021-08-05 15:27 UTC  (6+ messages)
` [PATCH net-next v1] "

[PATCH 0/6] docs/devel: Organize devel manual into further subsections
 2021-08-05 15:26 UTC  (4+ messages)
` [PATCH 6/6] docs/devel: create "Miscellaneous Topics" subsection


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.