public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-04 23:08:43 to 2022-02-05 03:51:53 UTC [more...]

[PATCH v3 00/11] Re-enable ENQCMD and PASID MSR
 2022-02-05  3:50 UTC  (19+ messages)
` [PATCH v3 03/11] iommu/ioasid: Introduce a helper to check for valid PASIDs
` [PATCH v3 04/11] kernel/fork: Initialize mm's PASID
` [PATCH v3 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
` [PATCH v3 06/11] x86/fpu: Clear PASID when copying fpstate
` [PATCH v3 07/11] sched: Define and initialize a flag to identify valid PASID in the task
` [PATCH v3 08/11] x86/traps: Demand-populate PASID MSR via #GP
` [PATCH v3 09/11] x86/cpufeatures: Re-enable ENQCMD

[PATCH 0/8] imx7/imx8mm media / csi patches
 2022-02-05  3:41 UTC  (12+ messages)
` [PATCH 1/8] media: imx: Store the type of hardware implementation
` [PATCH 2/8] media: imx: Forward "
` [PATCH 5/8] media: imx: imx7_mipi_csis: store colorspace in set_fmt as well
` [PATCH 6/8] media: imx: imx7_media-csi: Add support for additional Bayer patterns
` [PATCH 7/8] media: imx: utils: Add more Bayer formats

[PATCH][next] net: sundance: Replace one-element array with non-array object
 2022-02-05  3:40 UTC  (2+ messages)

[PATCH][next] bnx2x: Replace one-element array with flexible-array member
 2022-02-05  3:38 UTC  (2+ messages)

[PATCH] IOMMU: Intel: DMAR: Replace acpi_bus_get_device()
 2022-02-05  3:31 UTC  (2+ messages)

[PATCH v7 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2022-02-05  3:29 UTC  (6+ messages)
` [PATCH v7 net-next 05/10] net: dsa: microchip: add DSA support for microchip lan937x
` [PATCH v7 net-next 07/10] net: dsa: microchip: add support for ethtool port counters

[PATCH 3/5] HID: Extract vivaldi hid feature mapping for use in hid-hammer
 2022-02-05  3:19 UTC  (4+ messages)

[PATCH] proc: add SecBits field to /proc/<PID>/status
 2022-02-05  3:10 UTC  (3+ messages)

[PATCH v3 00/15] Multiple addition and improvement to ipq8064 gcc
 2022-02-05  3:03 UTC  (7+ messages)
` [PATCH v3 10/15] drivers: clk: qcom: gcc-ipq806x: add additional freq for sdc table

[PATCH v3 00/14] arm64: dts: qcom: sc7x80: A smattering of misc dts cleanups + herobrine-rev1
 2022-02-05  2:59 UTC  (4+ messages)
` [PATCH v3 13/14] arm64: dts: qcom: sc7280: Add the CPU compatible to the soc@0 node

[GIT PULL] xfs: fixes for 5.17-rc3
 2022-02-05  2:56 UTC 

[PATCH v8 0/4] clk: ralink: make system controller a reset provider
 2022-02-05  2:55 UTC  (6+ messages)

[GIT PULL] vfs: fixes for 5.17-rc1
 2022-02-05  2:51 UTC 

[PATCH v1 1/2] clk: qcom: sc7280: Update clk_init_data to const for clock controllers
 2022-02-05  2:48 UTC  (4+ messages)
` [PATCH v1 2/2] "

[GIT PULL] iomap: fixes for 5.17-rc3
 2022-02-05  2:46 UTC 

[PATCH] MAINTAINERS: Add RTLA entry
 2022-02-05  2:44 UTC  (2+ messages)

[PATCH v3] arm64: dts: qcom: sc7280: Add lpasscore & lpassaudio clock controllers
 2022-02-05  2:43 UTC  (2+ messages)

[PATCH v2 00/24] Driver for Hyper-v virtual compute device
 2022-02-05  2:34 UTC  (25+ messages)
` [PATCH v2 01/24] drivers: hv: dxgkrnl: Driver initialization and creation of dxgadapter
` [PATCH v2 02/24] drivers: hv: dxgkrnl: Open device file and dxgprocess creation
` [PATCH v2 03/24] drivers: hv: dxgkrnl: Enumerate and open dxgadapter objects
` [PATCH v2 04/24] drivers: hv: dxgkrnl: Creation of dxgdevice
` [PATCH v2 05/24] drivers: hv: dxgkrnl: Creation of dxgcontext objects
` [PATCH v2 06/24] drivers: hv: dxgkrnl: Creation of GPU allocations and resources
` [PATCH v2 07/24] drivers: hv: dxgkrnl: Create and destroy GPU sync objects
` [PATCH v2 08/24] drivers: hv: dxgkrnl: Operations using "
` [PATCH v2 09/24] drivers: hv: dxgkrnl: Sharing of dxgresource objects
` [PATCH v2 10/24] drivers: hv: dxgkrnl: Sharing of sync objects
` [PATCH v2 11/24] drivers: hv: dxgkrnl: Creation of hardware queue. Sync object operations to hw queue
` [PATCH v2 12/24] drivers: hv: dxgkrnl: Creation of paging queue objects
` [PATCH v2 13/24] drivers: hv: dxgkrnl: Submit execution commands to the compute device
` [PATCH v2 14/24] drivers: hv: dxgkrnl: Implement LX_DXSHAREOBJECTWITHHOST ioctl
` [PATCH v2 15/24] drivers: hv: dxgkrnl: IOCTL to get the dxgdevice state LX_DXGETDEVICESTATE
` [PATCH v2 16/24] drivers: hv: dxgkrnl: Mmap(unmap) CPU address to device allocation: LX_DXLOCK2, LX_DXUNLOCK2
` [PATCH v2 17/24] drivers: hv: dxgkrnl: IOCTLs to handle GPU allocation properties
` [PATCH v2 18/24] drivers: hv: dxgkrnl: Various simple IOCTLs and unused ones LX_DXQUERYVIDEOMEMORYINFO, LX_DXFLUSHHEAPTRANSITIONS, LX_DXINVALIDATECACHE LX_DXGETSHAREDRESOURCEADAPTERLUID
` [PATCH v2 19/24] drivers: hv: dxgkrnl: Simple IOCTLs LX_DXESCAPE, LX_DXMARKDEVICEASERROR, LX_DXQUERYSTATISTICS, LX_DXQUERYCLOCKCALIBRATION
` [PATCH v2 20/24] drivers: hv: dxgkrnl: IOCTLs to offer and reclaim allocations
` [PATCH v2 21/24] drivers: hv: dxgkrnl: Ioctls to set/get scheduling priority
` [PATCH v2 22/24] drivers: hv: dxgkrnl: IOCTLs to manage allocation residency
` [PATCH v2 23/24] drivers: hv: dxgkrnl: IOCTLs to handle GPU virtual addressing (GPU VA)
` [PATCH v2 24/24] drivers: hv: dxgkrnl: Add support to map guest pages by host

WARNING in ieee80211_rx_list
 2022-02-05  2:33 UTC  (2+ messages)
` [syzbot] "

[PATCH v3 1/2] dt-bindings: usb: Add analogix anx7411 PD binding
 2022-02-05  2:27 UTC  (2+ messages)

[RFC PATCH v4 00/12] Add support for BCM2835 camera interface (unicam)
 2022-02-05  2:22 UTC  (6+ messages)
` [RFC PATCH v4 03/12] dt-bindings: media: Add bindings for bcm2835-unicam
  ` (EXT) "
` [RFC PATCH v4 05/12] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface

[PATCH v3] media: dt-bindings: media: renesas,csi2: Update data-lanes property
 2022-02-05  2:23 UTC  (2+ messages)

[v3 0/3] Add support for Maxim MAX735x/MAX736x variants
 2022-02-05  2:21 UTC  (3+ messages)
` [v3 1/3] dt-bindings: i2c: Add "

[PATCH] perf arm-spe: Use SPE data source for neoverse cores
 2022-02-05  2:18 UTC  (3+ messages)

[PATCH v3 0/6] Rework realtek-rtl IRQ driver
 2022-02-05  2:08 UTC  (5+ messages)
` [PATCH v3 4/6] dt-bindings: interrupt-controller: realtek,rtl-intc: require parents

[PATCH v2 0/6] KVM: x86/pmu: Count two basic events for emulated instructions
 2022-02-05  1:55 UTC  (3+ messages)
` [PATCH v2 2/6] KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()

[BUG] gpu: drm: radeon: two possible deadlocks involving locking and waiting
 2022-02-05  1:55 UTC  (3+ messages)

[PATCH] perf stat: Fix display of grouped aliased events
 2022-02-05  1:48 UTC  (2+ messages)

[intel-tdx:kvm-upstream-workaround 156/167] arch/x86/kvm/mmu/tdp_mmu.c:1205:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-05  1:47 UTC 

[PATCH] Revert "ASoC: mediatek: Check for error clk pointer"
 2022-02-05  1:47 UTC 

[PATCH] drm/dp: Remove common Post Cursor2 register handling
 2022-02-05  1:41 UTC  (2+ messages)

[PATCH v2] drm/dp: Fix off-by-one in register cache size
 2022-02-05  1:38 UTC  (2+ messages)

[PATCH] btrfs: send: in case of IO error log inode
 2022-02-05  1:36 UTC  (4+ messages)
` [PATCH v2] btrfs: send: in case of IO error log it

[PATCH v6 3/4] drm/bridge: anx7625: Support reading edid through aux channel
 2022-02-05  1:27 UTC  (2+ messages)

[oracle-dtrace:v2/5.17-rc2 6/10] kernel/kallsyms.c:775:3: error: expected expression
 2022-02-05  1:16 UTC 

[frederic-dynticks:isolation/split-v2 4/8] kernel/rcu/tree_plugin.h:1217:43: error: use of undeclared identifier 'HK_FLAG_RCU'; did you mean 'HK_TYPE_RCU'?
 2022-02-05  1:17 UTC 

[willy-pagecache:for-next 13/75] include/linux/mm.h:1570:29: error: conflicting types for 'page_to_section'; have 'long unsigned int(const struct page *)'
 2022-02-05  1:08 UTC  (2+ messages)

[PATCH v3 0/4] clk drivers: Terminate clk_div_table with sentinel element
 2022-02-05  0:52 UTC  (5+ messages)
` [PATCH v3 1/4] clk: actions: "
` [PATCH v3 2/4] clk: loongson1: "
` [PATCH v3 3/4] clk: hisilicon: "
` [PATCH v3 4/4] clk: clps711x: "

[PATCH 1/1] Documentation: dev-tools: clarify KTAP specification wording
 2022-02-05  0:50 UTC  (4+ messages)

[PATCH v5 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
 2022-02-05  0:47 UTC  (4+ messages)

[PATCH v1 0/9] drivers: hv: dxgkrnl: Driver overview
 2022-02-05  0:35 UTC  (10+ messages)
` [PATCH v1 9/9] drivers: hv: dxgkrnl: Implement DXGSYNCFILE

[GIT PULL] Please pull RDMA subsystem changes
 2022-02-05  0:31 UTC  (2+ messages)

[PATCH V8 00/44] PKS/PMEM: Add Stray Write Protection
 2022-02-05  0:27 UTC  (10+ messages)
` [PATCH V8 11/44] mm/pkeys: Define static PKS key array and default values
` [PATCH V8 38/44] memremap_pages: Define pgmap_mk_{readwrite|noaccess}() calls

[PATCH rcu 0/2] RCU tasks updates, possibly for v5.18
 2022-02-05  0:21 UTC  (3+ messages)
` [PATCH rcu 1/2] rcu-tasks: Use order_base_2() instead of ilog2()
` [PATCH rcu 2/2] rcu-tasks: Set ->percpu_enqueue_shift to zero upon contention

[PATCH 5.15 00/32] 5.15.20-rc1 review
 2022-02-05  0:18 UTC  (2+ messages)

[PATCH v2 0/3] drm/panel-edp: Debugfs for panel-edp
 2022-02-05  0:13 UTC  (4+ messages)
` [PATCH v2 1/3] drm/bridge: ti-sn65dsi86: Use drm_bridge_connector
` [PATCH v2 2/3] drm: Plumb debugfs_init through to panels
` [PATCH v2 3/3] drm/panel-edp: Allow querying the detected panel via debugfs

[PATCH 0/3] selftests: Remove duplicate CPUID wrappers
 2022-02-05  0:11 UTC  (3+ messages)

[PATCHv2 00/29] TDX Guest: TDX core support
 2022-02-05  0:06 UTC  (10+ messages)
` [PATCHv2 03/29] x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions

[PATCH] m68k: mm: Remove check for VM_IO to fix deferred I/O
 2022-02-05  0:04 UTC  (4+ messages)
    ` Regression in 5.17-rc1 on pata-falcon (was: Re: [PATCH] m68k: mm: Remove check for VM_IO to fix deferred I/O)

[PATCH v2 0/4] clk drivers: Terminate clk_div_table with sentinel element
 2022-02-04 23:57 UTC  (4+ messages)
` [PATCH v2 1/4] clk: actions: "

[PATCH rcu 0/13] Torture-test scripting updates for v5.18
 2022-02-04 23:56 UTC  (14+ messages)
` [PATCH rcu 01/13] torture: Drop trailing ^M from console output
` [PATCH rcu 02/13] torture: Allow four-digit repetition numbers for --configs parameter
` [PATCH rcu 03/13] torture: Output per-failed-run summary lines from torture.sh
` [PATCH rcu 04/13] torture: Make kvm.sh summaries note runs having only KCSAN reports
` [PATCH rcu 05/13] torture: Indicate which torture.sh runs' bugs are all "
` [PATCH rcu 06/13] torture: Compress KCSAN as well as KASAN vmlinux files
` [PATCH rcu 07/13] torture: Make kvm-remote.sh try multiple times to download tarball
` [PATCH rcu 08/13] torture: Print only one summary line per run
` [PATCH rcu 09/13] torture: Make kvm-find-errors.sh notice missing vmlinux file
` [PATCH rcu 10/13] torture: Change KVM environment variable to RCUTORTURE
` [PATCH rcu 11/13] torture: Make torture.sh help message match reality
` [PATCH rcu 12/13] rcutorture: Test SRCU size transitions
` [PATCH rcu 13/13] rcutorture: Provide non-power-of-two Tasks RCU scenarios

[PATCH rcu 0/8] Torture-test updates for v5.18
 2022-02-04 23:53 UTC  (9+ messages)
` [PATCH rcu 1/8] rcutorture: Print message before invoking ->cb_barrier()
` [PATCH rcu 2/8] torture: Distinguish kthread stopping and being asked to stop
` [PATCH rcu 3/8] rcutorture: Increase visibility of forward-progress hangs
` [PATCH rcu 4/8] rcutorture: Make rcu_fwd_cb_nodelay be a counter
` [PATCH rcu 5/8] rcutorture: Add end-of-test check to rcu_torture_fwd_prog() loop
` [PATCH rcu 6/8] rcutorture: Fix rcu_fwd_mutex deadlock
` [PATCH rcu 7/8] torture: Wake up kthreads after storing task_struct pointer
` [PATCH rcu 8/8] rcutorture: Enable limited callback-flooding tests of SRCU

[PATCH net-next, 0/2] net: mana: Add handling of CQE_RX_TRUNCATED and a cleanup
 2022-02-04 23:52 UTC  (5+ messages)
` [PATCH net-next, 1/2] net: mana: Add handling of CQE_RX_TRUNCATED
` [PATCH net-next, 2/2] net: mana: Remove unnecessary check of cqe_type in mana_process_rx_cqe()

[PATCH 5.16 00/43] 5.16.6-rc1 review
 2022-02-04 23:41 UTC  (2+ messages)

[PATCH v3 0/3] enable widebus feature base on chip hardware revision
 2022-02-04 23:39 UTC  (5+ messages)
` [PATCH v3 1/3] drm/msm/dp: revise timing engine programming to support widebus feature

[PATCH rcu 0/19] SRCU updates for v5.18
 2022-02-04 23:39 UTC  (20+ messages)
` [PATCH rcu 01/19] srcu: Tighten cleanup_srcu_struct() GP checks
` [PATCH rcu 02/19] srcu: Fix s/is/if/ typo in srcu_node comment
` [PATCH rcu 03/19] srcu: Make srcu_funnel_gp_start() cache ->mynode in snp_leaf
` [PATCH rcu 04/19] srcu: Dynamically allocate srcu_node array
` [PATCH rcu 05/19] srcu: Make Tree SRCU able to operate without snp_node array
` [PATCH rcu 06/19] srcu: Add size-state transitioning code
` [PATCH rcu 07/19] srcu: Make rcutorture dump the SRCU size state
` [PATCH rcu 08/19] srcu: Add boot-time control over srcu_node array allocation
` [PATCH rcu 09/19] srcu: Use export for srcu_struct defined by DEFINE_STATIC_SRCU()
` [PATCH rcu 10/19] srcu: Compute snp_seq earlier in srcu_funnel_gp_start()
` [PATCH rcu 11/19] srcu: Use invalid initial value for srcu_node GP sequence numbers
` [PATCH rcu 12/19] srcu: Avoid NULL dereference in srcu_torture_stats_print()
` [PATCH rcu 13/19] srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sda
` [PATCH rcu 14/19] srcu: Explain srcu_funnel_gp_start() call to list_add() is safe
` [PATCH rcu 15/19] srcu: Create concurrency-safe helper for initiating size transition
` [PATCH rcu 16/19] srcu: Add contention-triggered addition of srcu_node tree
` [PATCH rcu 17/19] srcu: Make srcu_size_state_name static
` [PATCH rcu 18/19] srcu: Automatically determine size-transition strategy at boot
` [PATCH rcu 19/19] srcu: Add contention check to call_srcu() srcu_data ->lock acquisition

[PATCH v4 00/11] Intro to Hardware timestamping engine
 2022-02-04 23:37 UTC  (3+ messages)
` [PATCH v4 04/11] dt-bindings: Add HTE bindings

[mark:arm64/preempt-dynamic-static-key 7/7] kernel/rcu/rcutorture.c:408:3: error: implicit declaration of function 'preempt_schedule'
 2022-02-04 23:35 UTC 

[PATCH] PCI: Fix the ACPI power state during runtime resume
 2022-02-04 23:32 UTC  (2+ messages)

[PATCH 5.10 00/25] 5.10.97-rc1 review
 2022-02-04 23:30 UTC  (2+ messages)

[GIT PULL] PCI fixes for v5.17
 2022-02-04 23:29 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 5.17-rc1
 2022-02-04 23:29 UTC  (2+ messages)

[PATCH rcu 0/10] Real-time-related updates for v5.18
 2022-02-04 23:24 UTC  (11+ messages)
` [PATCH rcu 01/10] rcu: Mark accesses to boost_starttime
` [PATCH rcu 02/10] rcu/nocb: Handle concurrent nocb kthreads creation
` [PATCH rcu 03/10] rcu: Remove unused rcu_state.boost
` [PATCH rcu 04/10] rcu: Create per-cpu rcuc kthreads only when rcutree.use_softirq=0
` [PATCH rcu 05/10] rcu: Move kthread_prio bounds-check to a separate function
` [PATCH rcu 06/10] rcu: Make priority of grace-period thread consistent
` [PATCH rcu 07/10] rcu: Elevate priority of offloaded callback threads
` [PATCH rcu 08/10] rcu: Update documentation regarding kthread_prio cmdline parameter
` [PATCH rcu 09/10] rcu: Don't deboost before reporting expedited quiescent state
` [PATCH rcu 10/10] rcu: Add per-CPU rcuc task dumps to RCU CPU stall warnings

[PATCH][next] staging: wlan-ng: Replace one-element arrays with flexible-array members
 2022-02-04 23:30 UTC 

[PATCH][next] staging: gdm724x: Replace one-element array with flexible-array member
 2022-02-04 23:29 UTC 

[PATCH rcu 0/5] Extricate rcu_barrier() from CPU hotplug
 2022-02-04 23:20 UTC  (6+ messages)
` [PATCH rcu 1/5] rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
` [PATCH rcu 2/5] rcu: Refactor rcu_barrier() empty-list handling
` [PATCH rcu 3/5] rcu: Rework rcu_barrier() and callback-migration logic
` [PATCH rcu 4/5] rcu: Make rcu_barrier() no longer block CPU-hotplug operations
` [PATCH rcu 5/5] rcu: Create and use an rcu_rdp_cpu_online()

[PATCH v4 0/2] Add support for LPASS Core and Audio Clock for SC7280
 2022-02-04 23:17 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280

[PATCH V1] PCI/ASPM: Save/restore L1SS Capability for suspend/resume
 2022-02-04 23:17 UTC  (2+ messages)

[PATCH V4 00/11] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-02-04 23:16 UTC  (3+ messages)
` [PATCH V4 09/11] dt-bindings: media: nxp, imx8mq-vpu: Add support for G1 on imx8mm

[PATCH V4 0/3] Add compatible for Mediatek MT8186
 2022-02-04 23:15 UTC  (3+ messages)
` [PATCH V4 2/3] dt-bindings: spi: Convert spi-mt65xx to json-schema

[PATCH 04/11] KVM: SVM: Use common kvm_apic_write_nodecode() for AVIC write traps
 2022-02-04 23:14 UTC  (2+ messages)

[oracle-dtrace:v2/5.17-rc2 6/10] kernel/kallsyms.c:775:17: error: expected expression before 'unsigned'
 2022-02-04 23:14 UTC 

[PATCH][next] brcmfmac: p2p: Replace one-element arrays with flexible-array members
 2022-02-04 23:22 UTC 

[PATCH v2] PCI: ACPI: Replace acpi_bus_get_device()
 2022-02-04 23:14 UTC  (2+ messages)

[PATCH RFC v1] random: do not take spinlocks in irq handler
 2022-02-04 23:09 UTC  (2+ messages)
` [PATCH v2] random: defer fast pool mixing to worker

[PATCH rcu 0/9] Miscellaneous fixes for v5.18
 2022-02-04 23:08 UTC  (2+ messages)
` [PATCH rcu 7/9] rcu: Uninline multi-use function: finish_rcuwait()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox