All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-13 15:42:55 to 2021-07-13 16:20:06 UTC [more...]

[PATCH] KVM: arm64: Fix detection of shared VMAs on guest fault
 2021-07-13 16:18 UTC  (4+ messages)

[PATCH] kfence: show cpu and timestamp in alloc/free info
 2021-07-13 16:19 UTC  (4+ messages)

[PULL 00/11] x86 queue, 2021-07-13
 2021-07-13 16:09 UTC  (12+ messages)
` [PULL 01/11] i386: clarify 'hv-passthrough' behavior
` [PULL 02/11] i386: hardcode supported eVMCS version to '1'
` [PULL 03/11] i386: make hyperv_expand_features() return bool
` [PULL 04/11] i386: expand Hyper-V features during CPU feature expansion time
` [PULL 05/11] i386: kill off hv_cpuid_check_and_set()
` [PULL 06/11] i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed
` [PULL 07/11] i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privileges
` [PULL 08/11] target/i386: suppress CPUID leaves not defined by the CPU vendor
` [PULL 09/11] target/i386: Fix cpuid level for AMD
` [PULL 10/11] numa: Report expected initiator
` [PULL 11/11] numa: Parse initiator= attribute before cpus= attribute

[RFC 0/3] cpuidle: add poll_source API and virtio vq polling
 2021-07-13 16:19 UTC  (8+ messages)
` [RFC 1/3] cpuidle: add poll_source API
` [RFC 2/3] virtio: add poll_source virtqueue polling
` [RFC 3/3] softirq: participate in cpuidle polling

[PATCH v4 1/2] kfence: move the size check to the beginning of __kfence_alloc()
 2021-07-13 16:19 UTC  (5+ messages)
` [PATCH v4 2/2] kfence: skip all GFP_ZONEMASK allocations

[Buildroot] [PATCH 1/2] package/kodi-inputstream-adaptive: bump version to 2.6.18
 2021-07-13 16:18 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/kodi-pvr-dvbviewer: bump version to 7.3.2-Matrix

[PATCH v2] workqueue: fix UAF in pwq_unbound_release_workfn()
 2021-07-13 16:18 UTC  (4+ messages)

[PATCH V5 00/25] Live Update
 2021-07-13 16:15 UTC  (6+ messages)
` [PATCH V5 10/25] util: env var helpers

Ask for help about bpf map
 2021-07-13 16:16 UTC  (2+ messages)

[PATCH 0/3] kvm-arm64: Fix PMU reset values (and more)
 2021-07-13 16:15 UTC  (9+ messages)
` [PATCH 1/3] KVM: arm64: Narrow PMU sysreg reset values to architectural requirements

[PATCH resent 00/51] ALSA: More devres usages
 2021-07-13 16:15 UTC  (10+ messages)
` [PATCH 02/51] ALSA: core: Add managed card creation
` [PATCH 15/51] ALSA: ens137x: Allocate resources with device-managed APIs
` [PATCH 50/51] ALSA: serial-u16550: "

[PATCH v4 00/11] perf: Refine barriers for AUX ring buffer
 2021-07-13 16:14 UTC  (14+ messages)
` [PATCH v4 03/11] coresight: tmc-etf: Add comment for store ordering
` [PATCH v4 11/11] perf auxtrace: Add compat_auxtrace_mmap__{read_head|write_tail}

[PATCH] drm/of: free the iterator object on failure
 2021-07-13 16:16 UTC  (6+ messages)

[PATCH] stubdom: foreignmemory: Fix build after 0dbb4be739c5
 2021-07-13 16:15 UTC  (16+ messages)

❌ FAIL: Test report for kernel 5.13.2-rc1 (stable, 949241ad)
 2021-07-13 16:15 UTC 

[LTP] [PATCH] controllers/memcg: document non-hierarchical on v5.11
 2021-07-13 16:15 UTC 

[dpdk-dev] RHEL 7 support
 2021-07-13 16:15 UTC  (5+ messages)

[PATCH] KVM: s390: generate kvm hypercall functions
 2021-07-13 16:15 UTC  (5+ messages)

[OE-core][PATCH] ca-certificates: revert mktemp patch in update-ca-certificates script
 2021-07-13 16:15 UTC  (5+ messages)
` [OE-core][PATCH] busybox: add tmpdir option into mktemp applet

[Intel-gfx] [PATCH v2 08/12] drm/i915/jsl_ehl: Use revid->stepping tables
 2021-07-13 16:14 UTC  (2+ messages)
` [Intel-gfx] [PATCH v3 "

[patch 00/50] locking, sched: The PREEMPT-RT locking infrastructure
 2021-07-13 15:11 UTC  (51+ messages)
` [patch 01/50] sched: Split out the wakeup state check
` [patch 02/50] sched: Introduce TASK_RTLOCK_WAIT
` [patch 03/50] sched: Prepare for RT sleeping spin/rwlocks
` [patch 04/50] sched: Rework the __schedule() preempt argument
` [patch 05/50] sched: Provide schedule point for RT locks
` [patch 06/50] sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER
` [patch 07/50] rtmutex: Convert macros to inlines
` [patch 08/50] rtmutex: Switch to try_cmpxchg()
` [patch 09/50] rtmutex: Split API and implementation
` [patch 10/50] locking/rtmutex: Provide rt_mutex_slowlock_locked()
` [patch 11/50] locking/rtmutex: Provide lockdep less variants of rtmutex interfaces
` [patch 12/50] locking: Add base code for RT rw_semaphore and rwlock
` [patch 13/50] locking/rwsem: Add rtmutex based R/W semaphore implementation
` [patch 14/50] locking/rtmutex: Add wake_state to rt_mutex_waiter
` [patch 15/50] locking/rtmutex: Provide rt_mutex_wake_q and helpers
` [patch 16/50] locking/rtmutex: Use rt_mutex_wake_q_head
` [patch 17/50] locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locks
` [patch 18/50] locking/rtmutex: Guard regular sleeping locks specific functions
` [patch 19/50] locking/spinlock: Split the lock types header
` [patch 20/50] locking/rtmutex: Prevent future include recursion hell
` [patch 21/50] locking/lockdep: Reduce includes in debug_locks.h
` [patch 22/50] rbtree: Split out the rbtree type definitions
` [patch 23/50] locking/rtmutex: Include only rbtree types
` [patch 24/50] locking/spinlock: Provide RT specific spinlock type
` [patch 25/50] locking/spinlock: Provide RT variant header
` [patch 26/50] locking/rtmutex: Provide the spin/rwlock core lock function
` [patch 27/50] locking/spinlock: Provide RT variant
` [patch 28/50] locking/rwlock: "
` [patch 29/50] locking/mutex: Consolidate core headers
` [patch 30/50] locking/mutex: Move waiter to core header
` [patch 31/50] locking/ww_mutex: Move ww_mutex declarations into ww_mutex.h
` [patch 32/50] locking/mutex: Make mutex::wait_lock raw
` [patch 33/50] locking/mutex: Introduce _mutex_t
` [patch 34/50] locking/mutex: Rename the ww_mutex relevant functions
` [patch 35/50] locking/ww_mutex: Switch to _mutex_t
` [patch 36/50] locking/mutex: Replace struct mutex in core code
` [patch 37/50] locking/mutex: Rearrange items in mutex.h
` [patch 38/50] locking/mutex: Exclude non-ww_mutex API for RT
` [patch 39/50] locking/rtmutex: Add mutex variant "
` [patch 40/50] lib/test_lockup: Adapt to changed variables
` [patch 41/50] futex: Validate waiter correctly in futex_proxy_trylock_atomic()
` [patch 42/50] futex: Cleanup stale comments
` [patch 43/50] futex: Correct the number of requeued waiters for PI
` [patch 44/50] futex: Restructure futex_requeue()
` [patch 45/50] futex: Clarify comment in futex_requeue()
` [patch 46/50] futex: Prevent requeue_pi() lock nesting issue on RT
` [patch 47/50] rtmutex: Prevent lockdep false positive with PI futexes
` [patch 48/50] preempt: Adjust PREEMPT_LOCK_OFFSET for RT
` [patch 49/50] locking/rtmutex: Implement equal priority lock stealing
` [patch 50/50] locking/rtmutex: Add adaptive spinwait mechanism

[PATCH] clocksource: Add Marvell Errata-38627 workaround
 2021-07-13 16:12 UTC  (7+ messages)
  ` [EXT] "

[PATCH 1/5] drm/i915: document caching related bits
 2021-07-13 16:13 UTC  (5+ messages)
` [Intel-gfx] "

[LTP] [PATCH 0/4] controllers/memcg: fixes for CPU nodes on newer kernels
 2021-07-13 16:13 UTC  (5+ messages)
` [LTP] [PATCH 1/4] controllers/memcg: account per-node kernel memory
` [LTP] [PATCH 2/4] controllers/memcg: fix memcg_stat_test on two node machines
` [LTP] [PATCH 3/4] controllers/memcg: fail early to avoid possible false-positives
` [LTP] [PATCH 4/4] controllers/memcg: check status of commands using interface

[PATCH] perf events, x86: Add stalled-cycles-frontend events to supported micro-architectures
 2021-07-13 16:12 UTC 

[PATCH v6 00/10] GICv3 LPI and ITS feature implementation
 2021-07-13 16:11 UTC  (3+ messages)
` [PATCH v6 04/10] hw/intc: GICv3 ITS Command processing

[PATCH v4 00/18] drm/sched dependency tracking and dma-resv fixes
 2021-07-13 16:11 UTC  (8+ messages)
` [PATCH v4 02/18] drm/sched: Barriers are needed for entity->last_scheduled
            ` [Intel-gfx] "

main - fix multipath component detection for multiple holders
 2021-07-13 16:11 UTC 

main - filter-usable: remove udev dev size check
 2021-07-13 16:11 UTC 

main - devices: rework libudev usage
 2021-07-13 16:11 UTC 

[PATCH] drm/amdgpu: further lower VRAM allocation overhead
 2021-07-13 16:11 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/apg: new package
 2021-07-13 16:10 UTC 

[RFC PATCH 0/3 v0.2] RFC: sched/UMCG
 2021-07-13 16:10 UTC  (5+ messages)
` [RFC PATCH 2/3 v0.2] sched/umcg: RFC: add userspace atomic helpers

[PATCH] x86/apic/msi: check interupt context before reporting warning
 2021-07-13 16:10 UTC  (2+ messages)

[PATCH 1/2] x86/mce: Define function to extract ErrorAddr from MCA_ADDR
 2021-07-13 16:10 UTC  (2+ messages)

PATCH: improve git switch documentation
 2021-07-13 16:10 UTC  (38+ messages)
      ` What actually is a branch?

[PATCH] virtio-balloon: Use virtio_find_vqs() helper
 2021-07-13 15:38 UTC 

[OE-core][PATCH] classes/package: Add extended packaged data
 2021-07-13 16:08 UTC 

[PATCH] ACPICA: macros should not use a trailing semicolon
 2021-07-13 16:05 UTC  (2+ messages)
  ` [Devel] "

[PATCH 00/11] Fixes for clang-13 plus tcg/ppc
 2021-07-13 16:06 UTC  (3+ messages)
` [PATCH 03/11] util/selfmap: Discard mapping on error

[RFC 0/7] Ethernet->WLAN hardware flow offloading support on MT7622
 2021-07-13 16:07 UTC  (8+ messages)
` [RFC 1/7] mac80211: add support for .ndo_fill_forward_path
` [RFC 2/7] net: ethernet: mtk_eth_soc: add support for Wireless Ethernet Dispatch (WED)
` [RFC 3/7] net: ethernet: mtk_eth_soc: implement flow offloading to WED devices
` [RFC 4/7] mt76: dma: add wrapper macro for accessing queue registers
` [RFC 5/7] mt76: make number of tokens configurable dynamically
` [RFC 6/7] mt76: mt7915: remove irq parameter from mt7915_mmio_init
` [RFC 7/7] mt76: mt7915: add Wireless Ethernet Dispatch support

[RFC PATCH 0/2] Add software node support to regulator framework
 2021-07-13 16:06 UTC  (14+ messages)

[dpdk-dev] [PATCH] dmadev: introduce DMA device library
 2021-07-13 16:02 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[linux-next:master 910/1340] drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c:857 amdgpu_acpi_init() warn: this array is probably non-NULL. 'dm->backlight_dev'
 2021-07-13 16:02 UTC 

[PATCH v3] EDAC/amd64: Use DEVICE_ATTR helper macros
 2021-07-13 16:01 UTC  (4+ messages)

[PATCH 0/2] Renesas RZ/G2L ADC driver support
 2021-07-13 16:00 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: Add binding documentation for Renesas RZ/G2L A/D converter

[PATCH] migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()
 2021-07-13 15:59 UTC  (3+ messages)

[PATCH] sched/debug: print column titles of show_state_filter()
 2021-07-13 15:59 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] security: enforce semantics for Tx inline processing
 2021-07-13 15:58 UTC  (11+ messages)

[igt-dev] [PATCH i-g-t 0/2] New tests for ASSR Content Protection on DP/eDP
 2021-07-13 15:57 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/amdgpu: New ASSR test on DP/eDP links

[PATCH] Remove analogy support
 2021-07-13 15:57 UTC  (5+ messages)

[PATCH v2 0/7] add fixes to pass DP Link Layer compliance test cases
 2021-07-13 15:54 UTC  (16+ messages)
` [PATCH v2 1/7] drm/msm/dp: use dp_ctrl_off_link_stream during PHY compliance test run
` [PATCH v2 2/7] drm/msm/dp: reduce link rate if failed at link training 1
` [PATCH v2 3/7] drm/msm/dp: reset aux controller after dp_aux_cmd_fifo_tx() failed
` [PATCH v2 4/7] drm/msm/dp: replug event is converted into an unplug followed by an plug events
` [PATCH v2 5/7] drm/msm/dp: return correct edid checksum after corrupted edid checksum read
` [PATCH v2 6/7] drm/msm/dp: do not end dp link training until video is ready
` [PATCH v2 7/7] drm/msm/dp: retrain link when loss of symbol lock detected

[PATCH v13 000/137] Memory folios
 2021-07-13 15:55 UTC  (6+ messages)
` [PATCH v13 010/137] mm: Add folio flag manipulation functions

[PATCH v3] arm64: mte: optimize GCR_EL1 modification on kernel entry/exit
 2021-07-13 15:52 UTC  (2+ messages)

ia64-linux-ld: wcd938x.c:undefined reference to `__devm_regmap_init_sdw'
 2021-07-13 15:53 UTC  (3+ messages)

[PATCH V4 00/25] Live Update
 2021-07-13 15:47 UTC  (3+ messages)
` [PATCH V4 18/25] vhost: reset vhost devices upon cprsave

[PULL 00/22] Crypto and more patches
 2021-07-13 15:45 UTC  (4+ messages)

[PATCH v2 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-07-13 15:45 UTC  (2+ messages)

[PATCH] Hyper-V: fix for unwanted manipulation of sched_clock when TSC marked unstable
 2021-07-13 15:47 UTC  (5+ messages)

R1 invalid mem access 'inv'
 2021-07-13 15:46 UTC  (10+ messages)

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-13 15:46 UTC  (5+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 19/34] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows

[PATCH v4 0/3] Add SSIF BMC driver
 2021-07-13 15:44 UTC  (3+ messages)

[PATCH v4 00/10] tests: Add test cases for TPM 1.2 ACPI tables
 2021-07-13 15:42 UTC  (3+ messages)

[PATCH 0/6] perf cs-etm: Support TRBE (unformatted decoding)
 2021-07-13 15:40 UTC  (5+ messages)
` [PATCH 3/6] perf cs-etm: Only setup queues when they are modified
` [PATCH 4/6] perf cs-etm: Suppress printing when resetting decoder
` [PATCH 5/6] perf cs-etm: Use existing decoder instead of resetting it
` [PATCH 6/6] perf cs-etm: Pass unformatted flag to decoder

ext4_xattr_ibody_find:2180: inode #2669312: comm systemd-journal: corrupted in-inode xattr
 2021-07-13 15:43 UTC  (2+ messages)


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.