linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-13 13:56:35 to 2021-07-13 16:33:46 UTC [more...]

[PATCH v2 00/46] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-07-13 16:32 UTC  (4+ 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

[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 0/2] Renesas RZ/G2L ADC driver support
 2021-07-13 16:32 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: Add binding documentation for Renesas RZ/G2L A/D converter

[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 v2] net: Use nlmsg_unicast() instead of netlink_unicast()
 2021-07-13 16:24 UTC  (2+ messages)

[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  (13+ messages)
` [PATCH v4 03/11] coresight: tmc-etf: Add comment for store ordering
` [PATCH v4 10/11] perf env: Set flag for kernel is 64-bit mode
` [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] "

[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] 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  (10+ messages)
` [PATCH v13 010/137] mm: Add folio flag manipulation functions
` [PATCH v13 064/137] flex_proportions: Allow N events instead of 1
` [PATCH v13 065/137] mm/writeback: Change __wb_writeout_inc() to __wb_writeout_add()

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  (6+ messages)
` [PATCH 1/4] mm/page_alloc: Avoid page allocator recursion with pagesets.lock held
` [PATCH 2/4] mm/page_alloc: correct return value when failing at preparing
` [PATCH 3/4] mm/page_alloc: Further fix __alloc_pages_bulk() return value
` [PATCH 4/4] Revert "mm/page_alloc: make should_fail_alloc_page() static"

[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  (5+ messages)
` [PATCH v2 2/5] media: staging: atomisp: Remove unused declarations
` [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

[PATCH v5 0/4] Add Ampere's Altra SMPro hwmon driver
 2021-07-13 15:28 UTC  (3+ messages)
` [PATCH v5 3/4] hwmon: smpro: Add Ampere's Altra smpro-hwmon driver

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

[PATCH 5.13 000/800] 5.13.2-rc1 review
 2021-07-13 15:24 UTC  (2+ messages)

[PATCH 0/4] 5.14-rc1 mm/page_alloc.c stray patches
 2021-07-13 15:21 UTC  (7+ messages)
` [PATCH 2/4] mm/page_alloc: correct return value when failing at preparing
` [PATCH 4/4] Revert "mm/page_alloc: make should_fail_alloc_page() static"

[PATCH 5.12 000/700] 5.12.17-rc1 review
 2021-07-13 15:20 UTC  (2+ messages)

[PATCH 0/5] virtio: Parse virtio-device nodes from DT
 2021-07-13 15:19 UTC  (9+ messages)
` [PATCH 1/5] dt-bindings: virtio: mmio: Add support for device subnode
` [PATCH 3/5] dt-bindings: i2c: Add bindings for i2c-virtio
` [PATCH 5/5] dt-bindings: gpio: Add bindings for gpio-virtio

[PATCH] RCU: Fix macro name CONFIG_TASKS_RCU_TRACE
 2021-07-13 15:19 UTC  (5+ messages)

[PATCH] i40e: Fix error handling code of label err_set_queues
 2021-07-13 15:16 UTC  (2+ messages)

[PATCH v3 0/7] Add support for DISP/VIDEO/GPU CCs for SC7280
 2021-07-13 15:12 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: clock: qcom: Update license for GCC SC7280
` [PATCH v3 2/7] dt-bindings: clock: Add SC7280 DISPCC clock binding
` [PATCH v3 3/7] clk: qcom: Add display clock controller driver for SC7280
` [PATCH v3 4/7] dt-bindings: clock: Add SC7280 GPUCC clock binding
` [PATCH v3 5/7] clk: qcom: Add graphics clock controller driver for SC7280
` [PATCH v3 6/7] dt-bindings: clock: Add SC7280 VideoCC clock binding
` [PATCH v3 7/7] clk: qcom: Add video clock controller driver for SC7280

[PATCH v3] kdb: Get rid of custom debug heap allocator
 2021-07-13 15:12 UTC  (6+ messages)

[PATCHv1 0/3] Meson-8b and Meson-gxbb Fix some missing code
 2021-07-13 15:10 UTC  (5+ messages)
` [PATCHv1 1/3] ARM: dts: meson8b: odroidc1: Add usb phy power node
` [PATCHv1 2/3] phy: amlogic: meson8b-usb2: Power off the PHY by putting it into reset mode

[PATCHv6 0/3] GE Healthcare PPD firmware upgrade driver for ACHC
 2021-07-13 15:07 UTC  (4+ messages)
` [PATCHv6 1/3] dt-bindings: misc: ge-achc: Convert to DT schema format

[PATCH 0/3] kvm: svm: Add initial GHCB protocol version 2 support
 2021-07-13 14:59 UTC  (4+ messages)
` [PATCH 2/3] KVM: SVM: Add support for Hypervisor Feature support MSR protocol

[mm/page_alloc] dbbee9d5cd: WARNING:possible_circular_locking_dependency_detected
 2021-07-13 14:59 UTC  (2+ messages)

[PATCH v4 0/2] media: rc: add support for Amlogic Meson IR blaster
 2021-07-13 14:53 UTC  (3+ messages)
` [PATCH v4 1/2] media: rc: meson-ir-tx: document device tree bindings

[PATCH] drm/stm: dsi: compute the transition time from LP to HS and back
 2021-07-13 14:49 UTC 

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

mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
 2021-07-13 14:39 UTC 

[PATCH v2 0/5] pin and gpio controller driver for Renesas RZ/G2L
 2021-07-13 14:34 UTC  (4+ messages)
` [PATCH v2 5/5] arm64: dts: renesas: rzg2l-smarc: Add scif0 pins

[RFC PATCH v2 0/1] Relax restrictions on user.* xattr
 2021-07-13 14:28 UTC  (13+ messages)
` [PATCH v2 1/1] xattr: Allow user.* xattr on symlink and special files
        ` [Virtio-fs] "

[for-linus][PATCH] tracing: Add trace_event helper macros __string_len() and __assign_str_len()
 2021-07-13 14:24 UTC 

[PATCH v2 0/8] My AVIC patch queue
 2021-07-13 14:20 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: SVM: svm_set_vintr don't warn if AVIC is active but is about to be deactivated
` [PATCH v2 2/8] KVM: SVM: tweak warning about enabled AVIC on nested entry
` [PATCH v2 3/8] KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrl
` [PATCH v2 4/8] KVM: x86: APICv: drop immediate APICv disablement on current vCPU
` [PATCH v2 5/8] KVM: x86: APICv: fix race in kvm_request_apicv_update on SVM
` [PATCH v2 6/8] KVM: SVM: add warning for mistmatch between AVIC state and AVIC access page state
` [PATCH v2 7/8] KVM: SVM: call avic_vcpu_load/avic_vcpu_put when enabling/disabling AVIC
` [PATCH v2 8/8] KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use

[mm/vmalloc] 5c1f4e690e: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c
 2021-07-13 14:24 UTC 

[PATCH v2] gpu: ipu-v3: use swap()
 2021-07-13 14:05 UTC 

[PATCH] ASoC: codecs: wcd938x: make sdw dependency explicit in Kconfig
 2021-07-13 14:04 UTC 

[PATCH] ieee802154: hwsim: fix memory leak in __pskb_copy_fclone
 2021-07-13 14:03 UTC  (3+ messages)

[RFC PATCH 3/3 v0.2] sched/umcg: RFC: implement UMCG syscalls
 2021-07-13 14:02 UTC  (4+ messages)

[V2] venus: venc: add support for V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM control
 2021-07-13 13:59 UTC 

[PATCH v1 1/3] kernel.h: Don't pollute header with single user macros
 2021-07-13 13:58 UTC  (8+ messages)
` [PATCH v1 3/3] kernel.h: Split out container_of() and typeof_memeber() macros


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