linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 15:23:10 to 2024-01-25 17:17:52 UTC [more...]

[6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
 2024-01-25 17:17 UTC  (10+ messages)

[PATCH v3 0/3] pidfds for non thread group leaders
 2024-01-25 17:17 UTC  (6+ messages)
` [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders

[PATCH v3] rtc: abx80x: Don't warn about oscillator failure after PoR
 2024-01-25 17:14 UTC  (4+ messages)

[PATCH 1/3] net: stmmac: do not clear TBS enable bit on link up/down
 2024-01-25 17:14 UTC  (7+ messages)
` [PATCH 2/3] dt-bindings: net: snps,dwmac: Add time-based-scheduling property

[PATCH] drm/msm/dpu: make "vblank timeout" more useful
 2024-01-25 17:14 UTC  (2+ messages)

[PATCH v2] riscv: dts: sophgo: add timer dt node for CV1800
 2024-01-25 17:12 UTC  (2+ messages)

[RFC PATCH v1 0/8] Introduction of PSCR Framework and Related Components
 2024-01-25 17:11 UTC  (4+ messages)
` [PATCH v2 4/8] dt-bindings: power: reset: add bindings for NVMEM hardware storing PSCR Data

[PATCH 2/2] net: stmmac: dwmac-imx: set TSO/TBS TX queues default settings
 2024-01-25 17:11 UTC  (2+ messages)

[PATCH v2] riscv: dts: sophgo: add watchdog dt node for CV1800
 2024-01-25 17:10 UTC  (5+ messages)

[PATCH net-next v5 00/13] Introduce PHY listing and link_topology tracking
 2024-01-25 17:10 UTC  (9+ messages)
` [PATCH net-next v5 07/13] net: ethtool: Introduce a command to list PHYs on an interface

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-01-25 17:09 UTC  (10+ messages)
` [RFC PATCH v1 02/28] riscv: envcfg save and restore on trap entry/exit
` [RFC PATCH v1 08/28] mm: Define VM_SHADOW_STACK for RISC-V
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`

[PATCH v1 0/2] arm64: dts: freescale: imx8qm: add apalis eval v1.2 carrier board
 2024-01-25 17:08 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: arm: fsl: add imx8qm "

[PATCHSET v3 wq/for-6.9] workqueue: Implement system-wide max_active for unbound workqueues
 2024-01-25 17:06 UTC  (11+ messages)
` [PATCH 01/10] workqueue: Move pwq->max_active to wq->max_active
` [PATCH 02/10] workqueue: Factor out pwq_is_empty()
` [PATCH 03/10] workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
` [PATCH 04/10] workqueue: Move nr_active handling into helpers
` [PATCH 05/10] workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
` [PATCH 06/10] workqueue: RCU protect wq->dfl_pwq and implement accessors for it
` [PATCH 07/10] workqueue: Move pwq_dec_nr_in_flight() to the end of work item handling
` [PATCH 08/10] workqueue: Introduce struct wq_node_nr_active
` [PATCH 09/10] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
` [PATCH 10/10] tools/workqueue/wq_dump.py: Add node_nr/max_active dump

[PATCH] clocksource: timer-riscv: Clear timer interrupt on timer initialization
 2024-01-25 17:04 UTC  (3+ messages)

[PATCH v4 1/2] PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
 2024-01-25 17:03 UTC  (4+ messages)
` [PATCH v4 2/2] PCI: dwc: Cleanup in dw_pcie_ep_raise_msi_irq()

[RFC PATCH 0/9] NT synchronization primitive driver
 2024-01-25 17:02 UTC  (9+ messages)
` [RFC PATCH 5/9] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [RFC PATCH 1/9] ntsync: Introduce the ntsync driver and character device

[PATCH v2 1/2] dt-bindings: usb: mt6360-tcpc: Drop interrupt-names
 2024-01-25 17:02 UTC  (9+ messages)

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-25 17:01 UTC  (37+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare()
` [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
` [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
` [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
` [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
` [PATCH RFC v3 14/35] of: fdt: Return the region size in of_flat_dt_translate_address()
` [PATCH RFC v3 15/35] of: fdt: Add of_flat_read_u32()
` [PATCH RFC v3 16/35] KVM: arm64: Don't deny VM_PFNMAP VMAs when kvm_has_mte()
` [PATCH RFC v3 17/35] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC v3 18/35] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC v3 19/35] arm64: mte: Discover tag storage memory
` [PATCH RFC v3 20/35] arm64: mte: Add tag storage memory to CMA
` [PATCH RFC v3 21/35] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()
` [PATCH RFC v3 24/35] arm64: mte: Perform CMOs for tag blocks
` [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v3 26/35] arm64: mte: Use fault-on-access to reserve missing tag storage
` [PATCH RFC v3 27/35] arm64: mte: Handle tag storage pages mapped in an MTE VMA
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 29/35] arm64: mte: copypage: "
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs
` [PATCH RFC v3 32/35] KVM: arm64: mte: Reserve tag storage for virtual machines with MTE
` [PATCH RFC v3 33/35] KVM: arm64: mte: Introduce VM_MTE_KVM VMA flag
` [PATCH RFC v3 34/35] arm64: mte: Enable dynamic tag storage management
` [PATCH RFC v3 35/35] HACK! arm64: dts: Add fake tag storage to fvp-base-revc.dts

[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-25 17:00 UTC  (3+ messages)

[PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description
 2024-01-25 16:59 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name
` [PATCH v3 2/2] arm64: dts: imx8mn-rve-gateway: "

[PATCH net v2] net: dsa: qca8k: fix illegal usage of GPIO
 2024-01-25 16:59 UTC  (2+ messages)

[PATCH v6 0/3] Input: Add TouchNetix axiom touchscreen driver
 2024-01-25 16:58 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: vendor-prefixes: Add TouchNetix AS
` [PATCH v6 2/3] dt-bindings: input: Add TouchNetix axiom touchscreen
` [PATCH v6 3/3] Input: Add TouchNetix axiom i2c touchscreen driver

[PATCH V3] hwmon: scmi-hwmon: implement change_mode for thermal zones
 2024-01-25 16:57 UTC  (7+ messages)

[PATCH 1/3] x86/resctrl: Display the number of available CLOSIDs
 2024-01-25 16:57 UTC  (4+ messages)

[PATCH] pidfd: cleanup the usage of __pidfd_prepare's flags
 2024-01-25 16:56 UTC  (4+ messages)

[PATCH 0/8] timers and Documentation: Cleanup
 2024-01-25 16:55 UTC  (8+ messages)
` [PATCH 6/8] Documentation: Create a new folder for all timer internals

[syzbot] [jfs?] INFO: task hung in path_mount (2)
 2024-01-25 16:55 UTC  (7+ messages)

[PATCH] arm64: dts: qcom: sm8650: Use GIC-ITS for PCIe0 and PCIe1
 2024-01-25 16:55 UTC 

[PATCH net] net: dsa: qca8k: fix illegal usage of GPIO
 2024-01-25 16:54 UTC  (4+ messages)

[PATCH v2 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-01-25 16:53 UTC  (6+ messages)
` [PATCH v2 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
` [PATCH v2 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
` [PATCH v2 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
` [PATCH v2 4/5] f2fs: guard blkdev_zone_mgmt with "
` [PATCH v2 5/5] block: remove gfp_flags from blkdev_zone_mgmt

[PATCH v2 0/3] clocksource: imx-sysctr: support i.MX95
 2024-01-25 16:53 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: timer: nxp,sysctr-timer: "

[PATCH 0/2] Assume polling-delay(-passive) = 0 when absent
 2024-01-25 16:51 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: thermal-zones: Don't require polling-delay(-passive)

drivers/gpu/drm/xe/xe_guc_submit.c:1144:1-7: preceding lock on line 1100 (fwd)
 2024-01-25 16:51 UTC 

[PATCH v2 0/3] drm/etnaviv: Disable SH_EU clock gating on the i.MX8MP NPU
 2024-01-25 16:50 UTC  (7+ messages)
` [PATCH v2 1/3] drm/etnaviv: Update hardware headers from rnndb
` [PATCH v2 2/3] drm/etnaviv: Turn etnaviv_is_model_rev() into a function

[PATCH 6.7 000/638] 6.7.2-rc2 review
 2024-01-25 16:48 UTC  (2+ messages)

[PATCH 6.6 000/580] 6.6.14-rc2 review
 2024-01-25 16:48 UTC  (2+ messages)

[PATCH v19 00/30] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2024-01-25 16:47 UTC  (5+ messages)
` [PATCH v19 17/30] drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr()
` [PATCH v19 18/30] drm/panfrost: Explicitly get and put drm-shmem pages

[PATCH 6.1 000/414] 6.1.75-rc2 review
 2024-01-25 16:46 UTC  (2+ messages)

[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
 2024-01-25 16:44 UTC  (4+ messages)

[tip: x86/misc] Documentation/maintainer-tip: Add Closes tag
 2024-01-25 16:43 UTC 

[PATCH 0/3] arm64: qcom: sm8650: enable Audio on MTP and QRD
 2024-01-25 16:42 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: qcom: sm8650-qrd: add Audio nodes
` [PATCH 2/3] arm64: dts: qcom: sm8650-mtp: add Audio sound card node
` [PATCH 3/3] arm64: defconfig: enable audio drivers for SM8650 QRD board

[PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
 2024-01-25 16:38 UTC  (6+ messages)
        `  "

[PATCH 0/2] arm64: dts: qcom: Add dma-coherent property on
 2024-01-25 16:38 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: sm8550: Add dma-coherent property

[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-25 16:38 UTC  (4+ messages)
` [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2024-01-25 16:36 UTC  (7+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH 0/3] phy: qcom: edp: Add support for DT phy mode configuration
 2024-01-25 16:36 UTC  (5+ messages)

[PATCH 0/4] imx335: Support additional link-freq and TPG
 2024-01-25 16:19 UTC  (7+ messages)
` [PATCH 1/4] media: i2c: imx335: Drop setting of 0x3a00 register
` [PATCH 2/4] media: i2c: imx335: Refactor power sequence to set controls
` [PATCH 3/4] media: i2c: imx335: Support multiple link frequency
` [PATCH 4/4] media: i2c: imx335: Add support for test pattern generator

[PATCH] x86/nmi: Rate limit unknown NMI messages
 2024-01-25 16:35 UTC  (2+ messages)
` [tip: x86/misc] "

[PATCH 1/6] arm64: dts: qcom: sm8150: describe all PCI MSI interrupts
 2024-01-25 16:33 UTC  (2+ messages)

[PATCH v2] ARM: multi_v7_defconfig: Add more TI Keystone support
 2024-01-25 16:31 UTC 

[PATCH] ARM: dts: qcom: apq8026-lg-lenok: Add vibrator support
 2024-01-25 16:31 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm6350: Add tsens thermal zones
 2024-01-25 16:30 UTC  (2+ messages)

Roadmap for netfslib and local caching (cachefiles)
 2024-01-25 16:29 UTC  (2+ messages)

[PATCH v10 00/16] iommu: Prepare to deliver page faults to user space
 2024-01-25 16:27 UTC  (5+ messages)
` [PATCH v10 15/16] iommu: Make iopf_group_response() return void
` [PATCH v10 16/16] iommu: Make iommu_report_device_fault() reutrn void

[PATCH v17 0/8] Add DELETE_BUF ioctl
 2024-01-25 16:27 UTC  (5+ messages)
` [PATCH v17 8/8] media: verisilicon: Support deleting buffers on capture queue

[PATCH 1/1] platform/x86/intel/ifs: Remove unnecessary ret init
 2024-01-25 16:26 UTC  (4+ messages)

[PATCH] f2fs-tools: allocate logs after conventional area for HM zoned devices
 2024-01-25 16:25 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v2 0/3] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
 2024-01-25 16:25 UTC  (2+ messages)

[PATCH v2] iov_iter: streamline iovec/bvec alignment iteration
 2024-01-25 16:24 UTC  (2+ messages)

[syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_dev_up
 2024-01-25 16:23 UTC  (2+ messages)

[PATCH wq/for-6.9] tools/workqueue/wq_dump.py: Clean up code and drop duplicate information
 2024-01-25 16:21 UTC 

linux-next: build failure after merge of the vfs-brauner tree
 2024-01-25 16:21 UTC  (5+ messages)

[PATCH v2] ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers
 2024-01-25 16:19 UTC  (2+ messages)

[PATCH net] net: dsa: mt7530: fix 10M/100M speed on MT7988 switch
 2024-01-25 16:18 UTC  (3+ messages)

[PATCHSET v2 wq/for-6.8] workqueue: Implement system-wide max_active for unbound workqueues
 2024-01-25 16:18 UTC  (6+ messages)
` [PATCH 9/9] workqueue: Implement system-wide nr_active enforcement "

[PATCH 0/3] Memory management patches needed by Rust Binder
 2024-01-25 16:15 UTC  (6+ messages)
` [PATCH 2/3] rust: add typed accessors for userspace pointers

[PATCH 1/4] arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping
 2024-01-25 16:14 UTC  (7+ messages)
` [PATCH 2/4] arm64: dts: qcom: sm8550-mtp: "

[PATCH, RFC] block: set noio context in submit_bio_noacct_nocheck
 2024-01-25 16:13 UTC  (6+ messages)

[PATCH v3 0/2] media: i2c: Add support for GC08A3 sensor
 2024-01-25 16:01 UTC  (5+ messages)
` [PATCH v3 2/2] media: i2c: Add GC08A3 image sensor driver

[PATCH v5 0/3] Input: Add TouchNetix axiom touchscreen driver
 2024-01-25 16:07 UTC  (4+ messages)
` [PATCH v5 3/3] Input: Add TouchNetix axiom i2c "

[PATCH v5 RESEND 1/5] lib/pci_iomap.c: fix cleanup bugs in pci_iounmap()
 2024-01-25 16:06 UTC  (2+ messages)

[RESEND PATCH v6 0/5] Add support for video hardware codec of STMicroelectronics STM32 SoC series
 2024-01-25 16:03 UTC  (3+ messages)

[PATCH bpf-next v2] selftests/bpf: Include runner extras for install target
 2024-01-25 16:05 UTC 

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2024-01-25 16:03 UTC  (8+ messages)
` [PATCH v9 2/2] arm64: boot: Support "

[PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize
 2024-01-25 15:56 UTC  (3+ messages)

[PATCH net] octeontx2-af: Initialize bitmap arrays
 2024-01-25 15:56 UTC  (4+ messages)
  ` [EXT] "

linux-next: build warning after merge of the usb tree
 2024-01-25 15:53 UTC  (5+ messages)

[PATCH 0/2] powerpc: iommu: Fix the vfio-pci bind and unbind issues
 2024-01-25 15:52 UTC  (5+ messages)
` [PATCH 1/2] powerpc: iommu: Bring back table group release_ownership() call
` [PATCH 2/2] iommu: Fix the domain type checks when default_domain is set

[PATCH] firmware_loader: introduce __free() cleanup hanler
 2024-01-25 15:48 UTC  (2+ messages)

[PATCH v3 0/5] selftests/mm: Improve run_vmtests.sh
 2024-01-25 15:46 UTC  (6+ messages)
` [PATCH v3 1/5] selftests/mm: hugetlb_reparenting_test: do not unmount
` [PATCH v3 2/5] selftests/mm: run_vmtests: remove sudo and conform to tap
` [PATCH v3 3/5] selftests/mm: save and restore nr_hugepages value
` [PATCH v3 4/5] selftests/mm: protection_keys: save/restore nr_hugepages settings
` [PATCH v3 5/5] selftests/mm: run_vmtests.sh: add missing tests

[PATCH 1/3] udmabuf: Keep track current device mappings
 2024-01-25 15:45 UTC  (6+ messages)
` [PATCH 2/3] udmabuf: Sync buffer mappings for attached devices

[PATCH 0/7] arm64: sun50i-h616: Add DMA and SPDIF controllers
 2024-01-25 15:45 UTC  (6+ messages)
` [PATCH 4/7] dt-bindings: dma: allwinner,sun50i-a64-dma: Add compatible for H616

[PATCH] arm64: dts: qcom: sc8280xp-x13s: correct analogue microphone route
 2024-01-25 15:45 UTC 

[PATCH net-next 02/22] net: fill in MODULE_DESCRIPTION()s for ieee802154
 2024-01-25 15:36 UTC  (5+ messages)

[PATCH v4 1/1] PCI: endpoint: pci-epf-vntb: Fix transfer failure for fixed size BARs
 2024-01-25 15:33 UTC  (2+ messages)

[PATCH v5 0/4] Kinetic ExpressWire library and KTD2801 backlight driver
 2024-01-25 15:30 UTC  (5+ messages)
` [PATCH v5 1/4] leds: introduce ExpressWire library
` [PATCH v5 2/4] leds: ktd2692: convert to use "
` [PATCH v5 3/4] dt-bindings: backlight: add Kinetic KTD2801 binding
` [PATCH v5 4/4] backlight: Add Kinetic KTD2801 backlight support

[PATCH v2 0/2] ASoC: codecs: tx-macro: correct TX SMIC MUXn widgets on SM8350+
 2024-01-25 15:31 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: codecs: tx-macro: split widgets per different LPASS versions
` [PATCH v2 2/2] ASoC: codecs: tx-macro: correct TX SMIC MUXn widgets on SM8350+

[PATCH v9 00/16] PCI: imx6: Clean up and add imx95 pci support
 2024-01-25 15:31 UTC  (2+ messages)

[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
 2024-01-25 15:30 UTC  (7+ messages)
` [PATCH linux-next v3 06/14] x86, crash: wrap crash dumping code into crash related ifdefs

[PATCH v2 RESEND] i2c: cadence: Add system suspend and resume PM support
 2024-01-25 15:30 UTC  (7+ messages)

[PATCH net] net/smc: fix incorrect SMC-D link group matching logic
 2024-01-25 15:29 UTC  (3+ messages)


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