linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-04 23:39:37 to 2022-02-05 07:13:21 UTC [more...]

[PATCH v3 00/11] Re-enable ENQCMD and PASID MSR
 2022-02-05  7:10 UTC  (18+ messages)
` [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

[mark:arm64/preempt-dynamic-static-key 7/7] kernel/locking/locktorture.c:122:3: error: implicit declaration of function 'preempt_schedule'
 2022-02-05  7:13 UTC 

[PATCH 5.10 00/25] 5.10.97-rc1 review
 2022-02-05  7:01 UTC  (2+ messages)

[PATCH v2 0/4] random: use computational hash for entropy extraction, and related fixes
 2022-02-05  7:00 UTC  (3+ messages)
` [PATCH v2 3/4] random: use linear min-entropy accumulation crediting

[PATCH v2] dmaengine: ptdma: Fix the error handling path in pt_core_init()
 2022-02-05  6:58 UTC 

[RFC V1 00/31] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-05  6:58 UTC  (3+ messages)
` [RFC V1 22/31] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
  ` [OpenRISC] "

[PATCH 5.15 00/32] 5.15.20-rc1 review
 2022-02-05  6:51 UTC  (4+ messages)

[PATCH 5.16 00/43] 5.16.6-rc1 review
 2022-02-05  6:50 UTC  (6+ messages)

[PATCH] net: phy: mscc: enable MAC SerDes autonegotiation
 2022-02-05  6:44 UTC 

[PATCH] mm: io_uring: allow oom-killer from io_uring_setup
 2022-02-05  6:32 UTC  (2+ messages)

[PATCH V8 00/44] PKS/PMEM: Add Stray Write Protection
 2022-02-05  6:28 UTC  (16+ messages)
` [PATCH V8 11/44] mm/pkeys: Define static PKS key array and default values
` [PATCH V8 36/44] memremap_pages: Reserve a PKS PKey for eventual use by PMEM
` [PATCH V8 38/44] memremap_pages: Define pgmap_mk_{readwrite|noaccess}() calls

[PATCH] Revert "fat: add simple validation for directory inode"
 2022-02-05  6:21 UTC  (2+ messages)

[PATCH 1/3] list: test: Add test for list_del_init_careful()
 2022-02-05  6:15 UTC  (3+ messages)
` [PATCH 2/3] list: test: Add a test for list_is_head()
` [PATCH 3/3] list: test: Add a test for list_entry_is_head()

[GIT PULL] KVM fixes for Linux 5.17-rc3
 2022-02-05  6:09 UTC 

[PATCH] bus: imx-weim: add DT overlay support for WEIM bus
 2022-02-05  5:50 UTC  (2+ messages)

[PATCH v10 00/27] ima: Namespace IMA with audit support in IMA-ns
 2022-02-05  5:58 UTC  (3+ messages)
` [PATCH v10 12/27] ima: Define mac_admin_ns_capable() as a wrapper for ns_capable()

[PATCH 00/21] some fbcon patches, mostly locking
 2022-02-04 20:15 UTC  (9+ messages)
` [PATCH 01/21] MAINTAINERS: Add entry for fbdev core
` [PATCH 04/21] fbcon: delete a few unneeded forward decl
` [PATCH 06/21] fbcon: delete delayed loading code
` [PATCH 19/21] fbcon: Maintain a private array of fb_info

[PATCH 0/4] drm/tiny: Add driver for Solomon SSD1307 OLED displays
 2022-02-01 20:40 UTC  (8+ messages)

[PATCH v2 00/24] Driver for Hyper-v virtual compute device
 2022-02-05  5:52 UTC  (26+ 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

[PATCH] fbdev: fbmem: Fix the implicit type casting
 2022-02-02 17:27 UTC  (3+ messages)

[PATCH rcu 0/19] SRCU updates for v5.18
 2022-02-05  5:20 UTC  (10+ messages)
` [PATCH rcu 04/19] srcu: Dynamically allocate srcu_node array
` [PATCH rcu 08/19] srcu: Add boot-time control over srcu_node array allocation
` [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 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 19/19] srcu: Add contention check to call_srcu() srcu_data ->lock acquisition

[rmk-arm:clearfog 9/10] drivers/pci/pcie/portdrv_core.c:329 pcie_port_device_register() warn: inconsistent indenting
 2022-02-05  4:51 UTC 

[PATCH v2 0/4] Reference count checker and related fixes
 2022-02-05  4:41 UTC  (11+ messages)

[intel-tdx:kvm-upstream-workaround 158/167] arch/x86/kvm/mmu/tdp_mmu.c:786:34: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-05  4:40 UTC 

[PATCH] crypto: sl3516: remove redundant initializations of pointers in_sg and out_sg
 2022-02-05  4:34 UTC  (2+ messages)

[PATCH] crypto: marvell/octeontx: remove redundant initialization of variable c_size
 2022-02-05  4:34 UTC  (2+ messages)

[PATCH v2] crypto: octeontx2: fix NULL pointer dereference
 2022-02-05  4:32 UTC  (3+ messages)
` [PATCH v3] crypto: octeontx2: remove CONFIG_DM_CRYPT check

[PATCH] crypto: tcrypt - remove all multibuffer ahash tests
 2022-02-05  4:32 UTC  (2+ messages)

[PATCH v2] crypto: atmel: add support for AES and SHA IPs available on lan966x SoC
 2022-02-05  4:31 UTC  (2+ messages)

[PATCH] crypto: atmel: add support for AES and SHA IPs available on lan966x SoC
 2022-02-05  4:31 UTC  (2+ messages)

[PATCH] crypto: octeontx2: CN10K CPT to RNM workaround
 2022-02-05  4:30 UTC  (6+ messages)
` [PATCH] crypto: octeontx2: disable DMA black hole on an DMA fault
` [PATCH] crypto: octeontx2: increase CPT HW instruction queue length

[PATCH 1/6] hw_random: explicit ordering of initcalls
 2022-02-05  4:30 UTC  (2+ messages)

[BUG] tty: serial: possible deadlock in uart_remove_one_port() and uart_hangup()
 2022-02-05  4:30 UTC  (3+ messages)

[PATCH net-next 0/7] net: ipa: use bulk interconnect interfaces
 2022-02-05  4:23 UTC  (3+ messages)
` [PATCH net-next 3/7] net: ipa: use interconnect bulk enable/disable operations

[PATCH 0/8] imx7/imx8mm media / csi patches
 2022-02-05  4:07 UTC  (16+ messages)
` [PATCH 1/8] media: imx: Store the type of hardware implementation
` [PATCH 2/8] media: imx: Forward "
` [PATCH 3/8] media: imx: Use dedicated format handler for i.MX7/8
` [PATCH 4/8] media: imx: Fail conversion if pixel format not supported
` [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] crypto: engine: disable BH during completion
 2022-02-05  4:03 UTC  (2+ messages)

[PATCH] net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs
 2022-02-05  4:02 UTC  (2+ messages)

[PATCH 5/5] random: Defer processing of randomness on PREEMPT_RT
 2022-02-05  4:02 UTC  (4+ messages)
` [PATCH RFC v1] random: do not take spinlocks in irq handler

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

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


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