linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-13 15:29:08 to 2021-07-13 17:15:10 UTC [more...]

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

[RFC PATCH 0/4] Machine check recovery for SGX
 2021-07-13 17:14 UTC  (5+ messages)
` [RFC PATCH 1/4] x86/sgx: Track phase and type of SGX EPC pages
` [RFC PATCH 2/4] x86/sgx: Add basic infrastructure to recover from errors in SGX memory

[PATCH v5 00/13] Introduce Architectural LBR for vPMU
 2021-07-13 17:12 UTC  (15+ messages)
` [PATCH v5 06/13] KVM: x86/vmx: Save/Restore host MSR_ARCH_LBR_CTL state

[tip:master] BUILD SUCCESS 79e920060fa72d0e827a104d74578fa077c59b66
 2021-07-13 17:06 UTC 

[tip:core/urgent] BUILD SUCCESS WITH WARNING e9ba16e68cce2f85e9f5d2eba5c0453f1a741fd2
 2021-07-13 17:06 UTC 

[tip:locking/urgent] BUILD SUCCESS e48a12e546ecbfb0718176037eae0ad60598a29a
 2021-07-13 17:06 UTC 

[PATCH] s390/vfio-ap: do not open code locks for VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-07-13 17:05 UTC  (5+ messages)

[PATCH v33 00/13] Introduce Data Access MONitor (DAMON)
 2021-07-13 17:05 UTC  (4+ messages)
` [PATCH v33 13/13] MAINTAINERS: Update for DAMON

5.14-rc1: BUG: workqueue lockup
 2021-07-13 17:04 UTC 

[PATCH] arm64: Avoid premature usercopy failure
 2021-07-13 16:59 UTC  (2+ messages)

[PATCH v3 0/2] allow simple{fb,drm} drivers to be used on non-x86 EFI platforms
 2021-07-13 16:59 UTC  (2+ messages)

[PATCH] net: fddi: fix UAF in fza_probe
 2021-07-13 16:59 UTC  (3+ messages)

[PATCH v2 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-07-13 16:58 UTC  (5+ messages)
` [PATCH v2 1/7] ethtool: Add 10base-T1L link mode entries
` [PATCH v2 3/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY

rtw88: rtw_{read,write}_rf locking questions
 2021-07-13 16:51 UTC 

[PATCH] drm/stm: dsi: compute the transition time from LP to HS and back
 2021-07-13 16:47 UTC  (2+ messages)

[PATCH v2 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory
 2021-07-13 16:41 UTC 

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

[PATCH v2] move_mount: allow to add a mount into an existing group
 2021-07-13 16:39 UTC  (3+ messages)

[PATCH v2] net: Use nlmsg_unicast() instead of netlink_unicast()
 2021-07-13 16:40 UTC  (3+ messages)

[PATCHv7 0/3] GE Healthcare PPD firmware upgrade driver for ACHC
 2021-07-13 16:35 UTC  (4+ messages)
` [PATCHv7 1/3] dt-bindings: misc: ge-achc: Convert to DT schema format
` [PATCHv7 2/3] ARM: dts: imx53-ppd: Fix ACHC entry
` [PATCHv7 3/3] misc: gehc-achc: new driver

[PATCH v2 00/46] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-07-13 16:33 UTC  (47+ messages)
` [PATCH v2 01/46] KVM: x86: Flush the guest's TLB on INIT
` [PATCH v2 02/46] KVM: nVMX: Set LDTR to its architecturally defined value on nested VM-Exit
` [PATCH v2 03/46] KVM: SVM: Zero out GDTR.base and IDTR.base on INIT
` [PATCH v2 04/46] KVM: VMX: Set EDX at INIT with CPUID.0x1, Family-Model-Stepping
` [PATCH v2 05/46] KVM: SVM: Require exact CPUID.0x1 match when stuffing EDX at INIT
` [PATCH v2 06/46] KVM: SVM: Fall back to KVM's hardcoded value for EDX at RESET/INIT
` [PATCH v2 07/46] KVM: VMX: Remove explicit MMU reset in enter_rmode()
` [PATCH v2 08/46] KVM: SVM: Drop explicit MMU reset at RESET/INIT
` [PATCH v2 09/46] KVM: SVM: Drop a redundant init_vmcb() from svm_create_vcpu()
` [PATCH v2 10/46] KVM: VMX: Move init_vmcs() invocation to vmx_vcpu_reset()
` [PATCH v2 11/46] KVM: x86: WARN if the APIC map is dirty without an in-kernel local APIC
` [PATCH v2 12/46] KVM: x86: Remove defunct BSP "update" in local APIC reset
` [PATCH v2 13/46] KVM: x86: Migrate the PIT only if vcpu0 is migrated, not any BSP
` [PATCH v2 14/46] KVM: x86: Don't force set BSP bit when local APIC is managed by userspace
` [PATCH v2 15/46] KVM: x86: Set BSP bit in reset BSP vCPU's APIC base by default
` [PATCH v2 16/46] KVM: VMX: Stuff vcpu->arch.apic_base directly at vCPU RESET
` [PATCH v2 17/46] KVM: x86: Open code necessary bits of kvm_lapic_set_base() "
` [PATCH v2 18/46] KVM: x86: Consolidate APIC base RESET initialization code
` [PATCH v2 19/46] KVM: x86: Move EDX initialization at vCPU RESET to common code
` [PATCH v2 20/46] KVM: SVM: Don't bother writing vmcb->save.rip at vCPU RESET/INIT
` [PATCH v2 21/46] KVM: VMX: Invert handling of CR0.WP for EPT without unrestricted guest
` [PATCH v2 22/46] KVM: VMX: Remove direct write to vcpu->arch.cr0 during vCPU RESET/INIT
` [PATCH v2 23/46] KVM: VMX: Fold ept_update_paging_mode_cr0() back into vmx_set_cr0()
` [PATCH v2 24/46] KVM: nVMX: Do not clear CR3 load/store exiting bits if L1 wants 'em
` [PATCH v2 25/46] KVM: VMX: Pull GUEST_CR3 from the VMCS iff CR3 load exiting is disabled
` [PATCH v2 26/46] KVM: x86/mmu: Skip the permission_fault() check on MMIO if CR0.PG=0
` [PATCH v2 27/46] KVM: VMX: Process CR0.PG side effects after setting CR0 assets
` [PATCH v2 28/46] KVM: VMX: Skip emulation required checks during pmode/rmode transitions
` [PATCH v2 29/46] KVM: nVMX: Don't evaluate "emulation required" on nested VM-Exit
` [PATCH v2 30/46] KVM: SVM: Tweak order of cr0/cr4/efer writes at RESET/INIT
` [PATCH v2 31/46] KVM: SVM: Drop redundant writes to vmcb->save.cr4 "
` [PATCH v2 32/46] KVM: SVM: Stuff save->dr6 at during VMSA sync, not "
` [PATCH v2 33/46] KVM: VMX: Skip pointless MSR bitmap update when setting EFER
` [PATCH v2 34/46] KVM: VMX: Refresh list of user return MSRs after setting guest CPUID
` [PATCH v2 35/46] KVM: VMX: Don't _explicitly_ reconfigure user return MSRs on vCPU INIT
` [PATCH v2 36/46] KVM: x86: Move setting of sregs during vCPU RESET/INIT to common x86
` [PATCH v2 37/46] KVM: VMX: Remove obsolete MSR bitmap refresh at vCPU RESET/INIT
` [PATCH v2 38/46] KVM: nVMX: Remove obsolete MSR bitmap refresh at nested transitions
` [PATCH v2 39/46] KVM: VMX: Don't redo x2APIC MSR bitmaps when userspace filter is changed
` [PATCH v2 40/46] KVM: VMX: Remove unnecessary initialization of msr_bitmap_mode
` [PATCH v2 41/46] KVM: VMX: Smush x2APIC MSR bitmap adjustments into single function
` [PATCH v2 42/46] KVM: VMX: Remove redundant write to set vCPU as active at RESET/INIT
` [PATCH v2 43/46] KVM: VMX: Move RESET-only VMWRITE sequences to init_vmcs()
` [PATCH v2 44/46] KVM: SVM: Emulate #INIT in response to triple fault shutdown
` [PATCH v2 45/46] KVM: SVM: Drop redundant clearing of vcpu->arch.hflags at INIT/RESET
` [PATCH v2 46/46] KVM: x86: Preserve guest's CR0.CD/NW on INIT

[RFC v2] /dev/iommu uAPI proposal
 2021-07-13 16:32 UTC  (8+ messages)

[PATCH v2 0/2] Skip numa distance for offline nodes
 2021-07-13 16:32 UTC  (5+ messages)
` [PATCH v2 1/2] sched/topology: Skip updating masks for non-online nodes

[PATCH] iio: hid-sensors: bind IIO channels alloc to device object
 2021-07-13 16:29 UTC  (2+ messages)

[PATCH 0/1] Kernel oopses on ext2 filesystems after 782b76d7abdf
 2021-07-13 16:30 UTC  (3+ messages)
` [PATCH 1/1] fs/ext2: Avoid page_address on pages returned by ext2_get_page

[PATCH v2] Bluetooth: fix inconsistent lock state in sco
 2021-07-13 16:28 UTC 

[PATCH 1/2] x86/mce: Define function to extract ErrorAddr from MCA_ADDR
 2021-07-13 16:21 UTC  (4+ messages)
` [PATCH 2/2] x86/mce: Add support for Extended Physical Address MCA changes

[PATCH v2] procfs: Prevent unpriveleged processes accessing fdinfo dir
 2021-07-13 16:20 UTC 

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

[RFC 0/3] cpuidle: add poll_source API and virtio vq polling
 2021-07-13 16:19 UTC  (4+ 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  (4+ messages)
` [PATCH v4 2/2] kfence: skip all GFP_ZONEMASK allocations

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

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

[PATCH v4 00/11] perf: Refine barriers for AUX ring buffer
 2021-07-13 16:14 UTC  (10+ 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 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] perf events, x86: Add stalled-cycles-frontend events to supported micro-architectures
 2021-07-13 16:12 UTC 

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

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

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

[PATCH] ACPICA: macros should not use a trailing semicolon
 2021-07-13 16:05 UTC 

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

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

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

[PATCH v2 0/7] add fixes to pass DP Link Layer compliance test cases
 2021-07-13 15:54 UTC  (8+ 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

ia64-linux-ld: wcd938x.c:undefined reference to `__devm_regmap_init_sdw'
 2021-07-13 15:53 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)

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

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

[PATCH 0/6] perf cs-etm: Support TRBE (unformatted decoding)
 2021-07-13 15:40 UTC  (7+ messages)
` [PATCH 1/6] perf cs-etm: Refactor initialisation of kernel start address
` [PATCH 2/6] perf cs-etm: Split setup and timestamp search functions
` [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

[PATCH v14] i2c: virtio: add a virtio i2c frontend driver
 2021-07-13 15:38 UTC  (4+ messages)

[PATCH 0/4 v2] 5.14-rc1 mm/page_alloc.c stray patches
 2021-07-13 15:34 UTC  (3+ messages)
` [PATCH 3/4] mm/page_alloc: Further fix __alloc_pages_bulk() return value

[hch-misc:follow_pfn 1/3] drivers/media/common/videobuf2/videobuf2-dma-contig.c:539:1: warning: unused label 'out'
 2021-07-13 15:29 UTC 

perf: bench/sched-messaging.c:73:13: error: 'dummy' may be used uninitialized
 2021-07-13 15:32 UTC  (3+ messages)

[PATCH v2] audit: fix memory leak in nf_tables_commit
 2021-07-13 15:31 UTC  (4+ messages)

[PATCH] riscv: dts: microchip: Define hart clocks
 2021-07-13 15:31 UTC  (2+ messages)

[PATCH v2 1/5] media: staging: atomisp: use list_splice_init in atomisp_compat_css20.c
 2021-07-13 15:25 UTC  (4+ messages)
` [PATCH v2 3/5] media: staging: atomisp: Annotate a couple of definitions with __maybe_unused
` [PATCH v2 4/5] media: staging: atomisp: Move MIPI_PORT_LANES to the only user
` [PATCH v2 5/5] media: staging: atomisp: Remove unused port_enabled variable

[PATCH 1/2] riscv: dts: microchip: Drop "clock-frequency" property of cpu nodes
 2021-07-13 15:29 UTC  (4+ messages)
` [PATCH 2/2] riscv: dts: microchip: Fix wrong interrupt numbers of DMA


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