linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-09 17:18:40 to 2024-12-09 19:25:44 UTC [more...]

[PATCH 00/10] media: Remove vidioc_g/s_ctrl and vidioc_queryctrl callbacks
 2024-12-09 19:25 UTC  (11+ messages)
` [PATCH 01/10] media: ioctl: Simulate v4l2_queryctrl with v4l2_query_ext_ctrl
` [PATCH 02/10] media: pvrusb2: Convert queryctrl to query_ext_ctrl
` [PATCH 03/10] media: pvrusb2: Remove g/s_ctrl callbacks
` [PATCH 04/10] media: uvcvideo: Remove vidioc_queryctrl
` [PATCH 05/10] media: atomisp: Replace queryctrl with query_ext_ctrl
` [PATCH 06/10] media: atomisp: Remove vidioc_g/s callback
` [PATCH 07/10] media: v4l2: Remove vidioc_queryctrl callback
` [PATCH 08/10] media: v4l2: Remove vidioc_g_ctrl callback
` [PATCH 09/10] media: cx231xx: Replace s_ctrl with s_ext_ctrls
` [PATCH 10/10] media: v4l2: Remove vidioc_s_ctrl callback

[PATCH 0/6] iommu/s390: add support for IOMMU passthrough
 2024-12-09 19:24 UTC  (7+ messages)
` [PATCH 1/6] s390/pci: check for relaxed translation capability
` [PATCH 2/6] s390: enable ARCH_HAS_PHYS_TO_DMA
` [PATCH 3/6] iommu/s390: implement iommu passthrough via identity domain
` [PATCH 4/6] iommu: add routine to check strict setting
` [PATCH 5/6] iommu: document missing def_domain_type return
` [PATCH 6/6] iommu/s390: implement def_domain_type

[PATCH v1 0/2] mm/page_alloc: rework conditional splitting >= pageblock_order pages when freeing
 2024-12-09 19:23 UTC  (4+ messages)
` [PATCH v1 1/2] mm/page_alloc: conditionally split > pageblock_order pages in free_one_page() and move_freepages_block_isolate()

[PATCH net-next v9 0/1] binder: report txn errors via generic netlink
 2024-12-09 19:22 UTC  (2+ messages)
` [PATCH net-next v9 1/1] "

[PATCH 1/1] EDAC/i10nm: Add Intel Clearwater Forest server support
 2024-12-09 19:22 UTC  (2+ messages)

[PATCH v3 0/2] x86: KVM: Add missing AMD features
 2024-12-09 19:22 UTC  (5+ messages)
` [PATCH v3 1/2] x86: KVM: Advertise FSRS and FSRC on AMD to userspace

[PATCH for-next v8 0/6] On-Demand Paging on SoftRoCE
 2024-12-09 19:21 UTC  (7+ messages)
` [PATCH for-next v8 1/6] RDMA/rxe: Make MR functions accessible from other rxe source code
` [PATCH for-next v8 2/6] RDMA/rxe: Move resp_states definition to rxe_verbs.h
` [PATCH for-next v8 3/6] RDMA/rxe: Add page invalidation support

[PATCH v7 0/2] selftests/resctrl: SNC kernel support discovery
 2024-12-09 19:19 UTC  (4+ messages)
` [PATCH v7 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled

[PATCH v3 0/5] Introduce new headers for Hyper-V
 2024-12-09 19:19 UTC  (4+ messages)
` [PATCH v3 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h

[syzbot] [block?] possible deadlock in blk_mq_submit_bio
 2024-12-09 19:19 UTC  (2+ messages)

[PATCH v11 0/8] x86/resctrl: mba_MBps enhancement
 2024-12-09 19:15 UTC  (6+ messages)

[PATCH v2] scsi: ufs: core: Do not hold any lock in ufshcd_hba_stop
 2024-12-09 19:13 UTC  (2+ messages)

[syzbot] [mm?] WARNING in lru_gen_add_folio
 2024-12-09 19:10 UTC  (2+ messages)

[PATCH v6 00/28] NT synchronization primitive driver
 2024-12-09 18:59 UTC  (29+ messages)
` [PATCH v6 01/28] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v6 02/28] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v6 03/28] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v6 04/28] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v6 05/28] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v6 06/28] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v6 07/28] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v6 08/28] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v6 09/28] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v6 10/28] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v6 11/28] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v6 12/28] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v6 13/28] ntsync: Introduce alertable waits
` [PATCH v6 14/28] selftests: ntsync: Add some tests for semaphore state
` [PATCH v6 15/28] selftests: ntsync: Add some tests for mutex state
` [PATCH v6 16/28] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v6 17/28] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v6 18/28] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v6 19/28] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v6 20/28] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v6 21/28] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v6 22/28] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v6 23/28] selftests: ntsync: Add tests for alertable waits
` [PATCH v6 24/28] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v6 25/28] selftests: ntsync: Add a stress test for contended waits
` [PATCH v6 26/28] maintainers: Add an entry for ntsync
` [PATCH v6 27/28] docs: ntsync: Add documentation for the ntsync uAPI
` [PATCH v6 28/28] ntsync: No longer depend on BROKEN

[PATCH v2] iommu/tegra241-cmdqv: do not use smp_processor_id in preemptible context
 2024-12-09 19:03 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Support mmapping reset state to userspace
 2024-12-09 19:01 UTC  (2+ messages)

[PATCH] fs/ceph/io: make ceph_start_io_*() killable
 2024-12-09 18:59 UTC  (6+ messages)

[PATCH v3 0/5] arm64: qcom: Add support for QCS9075 boards
 2024-12-09 18:58 UTC  (12+ messages)
` [PATCH v3 5/5] arm64: dts: qcom: Add support for QCS9075 Ride & Ride-r3

[PATCH 0/4] selftest/mm: Remove warnings found by adding compiler flags
 2024-12-09 18:56 UTC  (5+ messages)
` [PATCH 1/4] selftests/mm: thp_settings: remove const from return type
` [PATCH 2/4] selftests/mm: pagemap_ioctl: Fix types mismatches shown by compiler options
` [PATCH 3/4] selftests/mm: mseal_test: remove unused variables
` [PATCH 4/4] selftests/mm: mremap_test: Remove unused variable and type mismatches

[PATCH v2] arm64: Allow CONFIG_AUTOFDO_CLANG to be selected
 2024-12-09 18:56 UTC  (4+ messages)

[PATCH] cxgb4: prevent potential integer overflow on 32bit
 2024-12-09 18:55 UTC  (2+ messages)

[PATCH 0/4] selftest/mm: Remove warnings foun
 2024-12-09 18:55 UTC 

[PATCH v3 00/15] amd-pstate fixes and improvements for 6.14
 2024-12-09 18:52 UTC  (16+ messages)
` [PATCH v3 01/15] cpufreq/amd-pstate: Store the boost numerator as highest perf again
` [PATCH v3 02/15] cpufreq/amd-pstate: Use boost numerator for upper bound of frequencies
` [PATCH v3 03/15] cpufreq/amd-pstate: Add trace event for EPP perf updates
` [PATCH v3 04/15] cpufreq/amd-pstate: convert mutex use to guard()
` [PATCH v3 05/15] cpufreq/amd-pstate: Drop cached epp_policy variable
` [PATCH v3 06/15] cpufreq/amd-pstate: Use FIELD_PREP and FIELD_GET macros
` [PATCH v3 07/15] cpufreq/amd-pstate: Only update the cached value in msr_set_epp() on success
` [PATCH v3 08/15] cpufreq/amd-pstate: store all values in cpudata struct in khz
` [PATCH v3 09/15] cpufreq/amd-pstate: Change amd_pstate_update_perf() to return an int
` [PATCH v3 10/15] cpufreq/amd-pstate: Move limit updating code
` [PATCH v3 11/15] cpufreq/amd-pstate: Cache EPP value and use that everywhere
` [PATCH v3 12/15] cpufreq/amd-pstate: Always write EPP value when updating perf
` [PATCH v3 13/15] cpufreq/amd-pstate: Drop ret variable from amd_pstate_set_energy_pref_index()
` [PATCH v3 14/15] cpufreq/amd-pstate: Set different default EPP policy for Epyc and Ryzen
` [PATCH v3 15/15] cpufreq/amd-pstate: Drop boost_state variable

[PATCH 0/8] Add SBI v3.0 PMU enhancements
 2024-12-09 18:52 UTC  (6+ messages)
` [PATCH 3/8] drivers/perf: riscv: Add raw event v2 support

[PATCH] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2024-12-09 18:48 UTC  (2+ messages)

[PATCH 00/10] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2024-12-09 18:43 UTC  (3+ messages)
` [PATCH 05/10] qcomtee: implement object invoke support

[PATCH 0/2] perf/dwc_pcie: Fix the swapped event numbers as well as the documentation
 2024-12-09 18:43 UTC  (2+ messages)

[PATCH v10 0/5] Marvell Odyssey uncore performance monitor support
 2024-12-09 18:43 UTC  (2+ messages)

[PATCH v2 0/4] perf: arm_cspmu: nvidia: update event list and filter
 2024-12-09 18:43 UTC  (2+ messages)

[PATCH] futex: improve user space accesses
 2024-12-09 18:32 UTC  (4+ messages)

[PATCH v2 wireless-next] wifi: ath12k: Fix out-of-bounds read in ath12k_mac_vdev_create
 2024-12-09 18:39 UTC  (2+ messages)

[GIT PULL] locking/urgent for v6.13-rc3
 2024-12-09 18:38 UTC  (2+ messages)

[GIT PULL] perf/urgent for v6.13-rc3
 2024-12-09 18:38 UTC  (2+ messages)

[GIT PULL] sched/urgent for v6.13-rc3
 2024-12-09 18:38 UTC  (2+ messages)

[PATCH] mm: enforce __must_check on VMA merge and split
 2024-12-09 18:36 UTC  (2+ messages)

[PATCH 0/3] scsi: ufs-qcom: Enable Dumping of Hibern8, MCQ, and Testbus Registers
 2024-12-09 18:35 UTC  (5+ messages)

[PATCH v1] perf jevents: Fix build issue in '*/' in event descriptions
 2024-12-09 18:35 UTC  (2+ messages)

[PATCH v3] kbuild: rust: add PROCMACROLDFLAGS
 2024-12-09 18:30 UTC  (2+ messages)

[PATCH net-next 0/2] net: dsa: microchip: Add of config for LED mode for ksz87xx and ksz88x3
 2024-12-09 18:22 UTC  (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] dt-bindings: "

[PATCH mm-hotfixes v5 1/2] Introduce cpu_icache_is_aliasing() across all architectures
 2024-12-09 18:23 UTC  (2+ messages)
` [PATCH mm-hotfixes v5 2/2] mm: use clear_user_(high)page() for arch with special user folio handling

[PATCH bpf v2] bpf: Fix prog_array UAF in __uprobe_perf_func()
 2024-12-09 18:21 UTC  (8+ messages)

[PATCH] efi: bump up EFI_MMAP_NR_SLACK_SLOTS to 32
 2024-12-09 18:20 UTC 

[PATCH] kbuild: suppress stdout from merge_config for silent builds
 2024-12-09 18:19 UTC  (2+ messages)

[PATCH net-next] net: phy: dp83822: Replace DP83822_DEVADDR with MDIO_MMD_VEND2
 2024-12-09 18:18 UTC  (2+ messages)

[PATCH] i3c: master: Improve initialization of numbered I2C adapters
 2024-12-09 18:16 UTC  (2+ messages)

[PATCH v1] perf cpumap: Reduce cpu size from int to int16_t
 2024-12-09 18:16 UTC  (2+ messages)

[PATCH RFC 0/3] lib/sbitmap: fix shallow_depth tag allocation
 2024-12-09 18:11 UTC  (7+ messages)
` [PATCH RFC 1/3] block/mq-deadline: Revert "block/mq-deadline: Fix the tag reservation code"
` [PATCH RFC 2/3] lib/sbitmap: don't export sbitmap_get_shallow()
` [PATCH RFC 3/3] lib/sbitmap: fix shallow_depth tag allocation

[PATCH v4 1/2] Introduce cpu_icache_is_aliasing() across all architectures
 2024-12-09 18:14 UTC  (5+ messages)
` [PATCH v4 2/2] mm: use clear_user_(high)page() for arch with special user folio handling

[PATCH 1/2] device property: do not leak child nodes when using NULL/error pointers
 2024-12-09 18:11 UTC  (5+ messages)
` [PATCH 2/2] device property: fix UAF in device_get_next_child_node()

[PATCH] mm: allow exiting processes to exceed the memory.max limit
 2024-12-09 18:08 UTC  (2+ messages)

[PATCH 1/2] device property: do not leak child nodes when using NULL/error pointers
 2024-12-09 18:06 UTC  (11+ messages)

Linux 6.12.4
 2024-12-09 18:04 UTC  (5+ messages)
` Linux 6.12.4 - crash dma_alloc_attrs+0x12b via ipu6

[PATCH 0/2] arm64: dts: allwinner: Add X96Q Pro support
 2024-12-09 18:04 UTC  (2+ messages)

[PATCH] efi: make the min and max mmap slack slots configurable
 2024-12-09 18:03 UTC  (5+ messages)

[PATCH 0/3] Add F1C100s audio support
 2024-12-09 18:03 UTC  (6+ messages)
` [PATCH 1/3] ARM: dts: suniv: f1c100s: Add support for DMA
` [PATCH 2/3] ARM: dts: suniv: f1c100s: Add support for Audio Codec

[PATCH v2 4/6] cifs: Fix parsing native symlinks directory/file type
 2024-12-09 18:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 0/2] firmware: arm_scmi: unbound discrete rates, support round rate
 2024-12-09 18:01 UTC  (5+ messages)
` [PATCH v2 1/2] firmware: arm_scmi: get only min/max clock rates

[PATCH v2 0/7] Allow to choose symlink and socket type
 2024-12-09 18:00 UTC  (3+ messages)
` [PATCH v2 4/7] cifs: Add support for creating NFS-style symlinks

[PATCH 0/7] cifs: Improve support for native SMB symlinks
 2024-12-09 17:58 UTC  (4+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 6/6] cifs: Fix creating and resolving absolute NT-style symlinks

[PATCH v2 0/2] MANA: Fix few memory leaks in mana_gd_setup_irqs
 2024-12-09 17:57 UTC  (3+ messages)
` [PATCH v2 1/2] net: mana: Fix memory leak "
` [PATCH v2 2/2] net: mana: Fix irq_contexts "

[PATCH] locking/csd-lock: make CSD lock debug tunables writable in /sys
 2024-12-09 17:56 UTC  (2+ messages)

[PATCH RESEND 0/2] ARM: ti/omap: gta04: properly specify GTA04 touchscreen properties
 2024-12-09 17:52 UTC  (5+ messages)
` [PATCH RESEND 1/2] Input: tsc2007 - accept standard properties

[RESEND] clk: qcom: gcc-sdm845: Do not use shared clk_ops for QUPs
 2024-12-09 17:49 UTC 

[PATCH v11 0/7] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-12-09 17:48 UTC  (8+ messages)
` [PATCH v11 1/7] irqchip/gic-v3-its: Avoid overwriting msi_prepare callback if provided by msi_domain_info
` [PATCH v11 2/7] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v11 3/7] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
` [PATCH v11 4/7] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v11 5/7] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v11 6/7] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v11 7/7] tools: PCI: Add 'B' option for test doorbell

[PATCH 0/7] of: overlay: Add support for export-symbols node feature
 2024-12-09 17:47 UTC  (8+ messages)
` [PATCH 1/7] dt-bindings: Add support for export-symbols node
` [PATCH 5/7] of: overlay: Add export_symbols_name in of_overlay_fdt_apply() parameters

[PATCH RESEND v1 0/2] mm: don't use __GFP_HARDWALL when migrating remote pages
 2024-12-09 17:47 UTC  (5+ messages)
` [PATCH RESEND v1 1/2] mm/page_alloc: don't use __GFP_HARDWALL when migrating pages via alloc_contig*()
` [PATCH RESEND v1 2/2] mm/memory_hotplug: don't use __GFP_HARDWALL when migrating pages via memory offlining

[PATCH 6.13] PCI/pwrctrl: Skip NULL of_node when unregistering
 2024-12-09 17:46 UTC  (5+ messages)

[PATCH 0/4] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
 2024-12-09 17:45 UTC  (5+ messages)
` [PATCH 3/4] btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()
` [PATCH 4/4] btf: Switch module "

[PATCH 0/6] arm64: errata: Add Qualcomm CPUs to the Spectre mitigation lists
 2024-12-09 17:43 UTC  (7+ messages)
` [PATCH 1/6] arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_list
` [PATCH 2/6] arm64: errata: Add QCOM_KRYO_2XX_GOLD to the spectre_bhb_firmware_mitigated_list
` [PATCH 3/6] arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLD
` [PATCH 4/6] arm64: errata: Add QCOM_KRYO_3XX_GOLD to the spectre_bhb_firmware_mitigated_list
` [PATCH 5/6] arm64: errata: Add QCOM_KRYO_5XX_GOLD to the spectre_bhb_k24_list
` [PATCH 6/6] arm64: errata: Add QCOM_KRYO_6XX_GOLD/PRIME to the spectre_bhb_k32_list

[PATCH] nfs: propagate fileid changed errors back to syscall
 2024-12-09 17:39 UTC 

[PATCH] MAINTAINERS: add self as reviewer for sched_ext
 2024-12-09 17:45 UTC 

[PATCH v7 0/8] Add support for AD485x DAS Family
 2024-12-09 17:44 UTC  (5+ messages)
` [PATCH v7 7/8] dt-bindings: iio: adc: add ad4851

[PATCH net-next v3 0/5] devmem TCP fixes
 2024-12-09 17:43 UTC  (7+ messages)
` [PATCH net-next v3 1/5] net: page_pool: rename page_pool_alloc_netmem to *_netmems
` [PATCH net-next v3 2/5] net: page_pool: create page_pool_alloc_netmem
` [PATCH net-next v3 3/5] page_pool: Set `dma_sync` to false for devmem memory provider
` [PATCH net-next v3 4/5] page_pool: disable sync for cpu for dmabuf "
` [PATCH net-next v3 5/5] net: Document memory provider driver support

Removing page->index
 2024-12-09 17:36 UTC  (3+ messages)

[PATCH v5 0/6] move per-vma lock into vm_area_struct
 2024-12-09 17:35 UTC  (3+ messages)
` [PATCH v5 4/6] mm: make vma cache SLAB_TYPESAFE_BY_RCU

[PATCH] KVM: arm64: nv: Set ISTATUS for emulated timers, If timer expired
 2024-12-09 17:34 UTC  (8+ messages)

[syzbot] [hfs?] KASAN: slab-use-after-free Read in hfsplus_read_wrapper (2)
 2024-12-09 17:32 UTC  (2+ messages)

[PATCH v2 0/2] Drivers: hv: util: Two fixes in util_probe()
 2024-12-09 17:30 UTC  (5+ messages)
` [PATCH v2 1/2] Drivers: hv: util: Don't force error code to ENODEV "

[PATCH v3 0/2] arm64: refactor the rodata=xxx
 2024-12-09 17:05 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH 00/11] x86/cpu: Centralize and standardize CPUID leaf naming
 2024-12-09 17:25 UTC  (8+ messages)
` [PATCH 11/11] x86/cpu: Make all all CPUID leaf names consistent

[PATCH v2] drm/bridge: ite-it6263: Support VESA-24 input format
 2024-12-09 17:20 UTC  (2+ messages)

[PATCH 0/4] exportfs: add flag to allow marking export operations as only supporting file handles
 2024-12-09 17:20 UTC  (12+ messages)

linux-next: Fixes tag needs some work in the bpf-next tree
 2024-12-09 17:18 UTC  (2+ messages)

[PATCH] x86: Fix build regression with CONFIG_KEXEC_JUMP enabled
 2024-12-09 17:18 UTC  (6+ messages)
  ` [EXTERNAL] "


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