All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-30 09:16:59 to 2025-05-30 10:06:50 UTC [more...]

[PATCH v2 0/5] kdump: crashkernel reservation from CMA
 2025-05-30 10:06 UTC  (17+ messages)

[PATCH v2 00/59] KVM: iommu: Overhaul device posted IRQs support
 2025-05-30 10:06 UTC  (3+ messages)
` [PATCH v2 41/59] iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhibited

[PATCH v2 00/25] ACPI PCI Hotplug support on ARM
 2025-05-30 10:05 UTC  (12+ messages)
` [PATCH v2 04/25] hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc
` [PATCH v2 05/25] hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation
` [PATCH v2 09/25] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method

[PATCH 0/3] Enable huge-vmalloc permission change
 2025-05-30 10:03 UTC  (3+ messages)

[[PATCH v3] 0/4] Add documentation for PR_FUTEX_HASH
 2025-05-30 10:05 UTC  (9+ messages)
` [[PATCH v3] 1/4] man/man2/prctl.2, man/man2const/PR_FUTEX_HASH.2const: Document PR_FUTEX_HASH
` [[PATCH v3] 2/4] man/man2/prctl.2, PR_FUTEX_HASH_SET_SLOTS.2const: Document PR_FUTEX_HASH_SET_SLOTS
` [[PATCH v3] 3/4] man/man2/prctl.2, PR_FUTEX_HASH_GET_SLOTS.2const: Document PR_FUTEX_HASH_GET_SLOTS
` [[PATCH v3] 4/4] man/man2/prctl.2, PR_FUTEX_HASH_GET_IMMUTABLE.2const: Document PR_FUTEX_HASH_GET_IMMUTABLE

[PATCH] gup: optimize longterm pin_user_pages() for large folio
 2025-05-30 10:04 UTC  (3+ messages)

[PATCH] mm: fix COW mapping handing in generic_access_phys
 2025-05-30 10:04 UTC  (12+ messages)

[RFC][PATCH 0/5] sched: Try and address some recent-ish regressions
 2025-05-30 10:04 UTC  (3+ messages)

[PATCH] arm64: Enable vmalloc-huge with ptdump
 2025-05-30  9:57 UTC  (5+ messages)

[PATCH v4 0/2] Refine FBC test conditions
 2025-05-30 10:00 UTC  (3+ messages)
` [PATCH v4 1/2] lib/igt_debugfs: Add specific checks for WA in GTs

[PATCH bpf] xsk: Fix out of order segment free in __xsk_generic_xmit()
 2025-05-30  9:59 UTC 

[PATCH v1] PM: hibernate: Avoid redundant resume_device assignment in resume_store()
 2025-05-30 10:00 UTC 

[PATCH v10 00/11] Add support for MAX7360
 2025-05-30 10:00 UTC  (12+ messages)
` [PATCH v10 01/11] dt-bindings: mfd: gpio: Add MAX7360
` [PATCH v10 02/11] mfd: Add max7360 support
` [PATCH v10 03/11] pinctrl: Add MAX7360 pinctrl driver
` [PATCH v10 04/11] pwm: max7360: Add MAX7360 PWM support
` [PATCH v10 05/11] regmap: irq: Add support for chips without separate IRQ status
` [PATCH v10 06/11] gpio: regmap: Allow to allocate regmap-irq device
` [PATCH v10 07/11] gpio: regmap: Allow to provide init_valid_mask callback
` [PATCH v10 08/11] gpio: max7360: Add MAX7360 gpio support
` [PATCH v10 09/11] input: keyboard: Add support for MAX7360 keypad
` [PATCH v10 10/11] input: misc: Add support for MAX7360 rotary
` [PATCH v10 11/11] MAINTAINERS: Add entry on MAX7360 driver

[PATCH v3 0/6] lmb: use a single API for all allocations
 2025-05-30  9:58 UTC  (4+ messages)
` [PATCH v3 1/6] lmb: replace lmb_reserve() and lmb_alloc_addr() API's

[PATCH linus/master] cgroup: adjust criteria for rstat subsystem cpu lock access
 2025-05-30  9:58 UTC  (2+ messages)

[PATCH 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
 2025-05-30  9:52 UTC  (8+ messages)

[PATCH V3 00/42] Live update: vfio and iommufd
 2025-05-30  9:56 UTC  (15+ messages)
` [PATCH V3 29/42] backends/iommufd: change process ioctl

[RFC v2 00/35] optimize cost of inter-process communication
 2025-05-30  9:56 UTC  (39+ messages)
` [RFC v2 01/35] Kbuild: rpal support
` [RFC v2 02/35] RPAL: add struct rpal_service
` [RFC v2 03/35] RPAL: add service registration interface
` [RFC v2 04/35] RPAL: add member to task_struct and mm_struct
` [RFC v2 05/35] RPAL: enable virtual address space partitions
` [RFC v2 06/35] RPAL: add user interface
` [RFC v2 07/35] RPAL: enable shared page mmap
` [RFC v2 08/35] RPAL: enable sender/receiver registration
` [RFC v2 09/35] RPAL: enable address space sharing
` [RFC v2 10/35] RPAL: allow service enable/disable
` [RFC v2 11/35] RPAL: add service request/release
` [RFC v2 12/35] RPAL: enable service disable notification
` [RFC v2 13/35] RPAL: add tlb flushing support
` [RFC v2 14/35] RPAL: enable page fault handling
` [RFC v2 15/35] RPAL: add sender/receiver state
` [RFC v2 16/35] RPAL: add cpu lock interface
` [RFC v2 17/35] RPAL: add a mapping between fsbase and tasks
` [RFC v2 18/35] sched: pick a specified task
` [RFC v2 19/35] RPAL: add lazy switch main logic
` [RFC v2 20/35] RPAL: add rpal_ret_from_lazy_switch
` [RFC v2 21/35] RPAL: add kernel entry handling for lazy switch
` [RFC v2 22/35] RPAL: rebuild receiver state
` [RFC v2 23/35] RPAL: resume cpumask when fork
` [RFC v2 24/35] RPAL: critical section optimization
` [RFC v2 25/35] RPAL: add MPK initialization and interface
` [RFC v2 26/35] RPAL: enable MPK support
` [RFC v2 27/35] RPAL: add epoll support
` [RFC v2 28/35] RPAL: add rpal_uds_fdmap() support
` [RFC v2 29/35] RPAL: fix race condition in pkru update
` [RFC v2 30/35] RPAL: fix pkru setup when fork
` [RFC v2 31/35] RPAL: add receiver waker
` [RFC v2 32/35] RPAL: fix unknown nmi on AMD CPU
` [RFC v2 33/35] RPAL: enable time slice correction
` [RFC v2 34/35] RPAL: enable fast epoll wait
` [RFC v2 35/35] samples/rpal: add RPAL samples

[PATCH 6.12 000/626] 6.12.31-rc1 review
 2025-05-30  9:56 UTC  (19+ messages)
` [PATCH 6.12 008/626] phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data
` [PATCH 6.12 044/626] kconfig: merge_config: use an empty file as initfile
` [PATCH 6.12 063/626] mailbox: use error ret code of of_parse_phandle_with_args()
` [PATCH 6.12 112/626] i2c: qup: Vote for interconnect bandwidth to DRAM
` [PATCH 6.12 223/626] media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe()
` [PATCH 6.12 283/626] soc: ti: k3-socinfo: Do not use syscon helper to build regmap
` [PATCH 6.12 305/626] x86/kaslr: Reduce KASLR entropy on most x86 systems
` [PATCH 6.12 423/626] ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure()
` [PATCH 6.12 620/626] serial: sh-sci: Save and restore more registers

[PATCH] drm/i915/display: Implement wa_16011342517
 2025-05-30  9:56 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for drm/i915/display: Implement wa_16011342517 (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

FAILED: patch "[PATCH] x86/mm/init: Handle the special case of device private pages" failed to apply to 5.15-stable tree
 2025-05-30  9:54 UTC  (3+ messages)

REGRESSION: armv7 build mismatched types
 2025-05-30  9:53 UTC  (2+ messages)

arm64: juno-r2: SSD detect failed on mainline and next
 2025-05-30  9:48 UTC  (7+ messages)

[GIT PULL] KVM/arm64 fixes for 6.16, take #1
 2025-05-30  9:52 UTC 

[PATCH v4 00/26] Arm GICv5: Host driver implementation
 2025-05-30  9:51 UTC  (8+ messages)
` [PATCH v4 01/26] dt-bindings: interrupt-controller: Add Arm GICv5

[PATCH v5 0/3] riscv: pwm: sophgo: add pwm support for SG2044
 2025-05-30  9:48 UTC  (5+ messages)
` [PATCH v5 3/3] pwm: sophgo: add driver "

[f2fs-dev] [PATCH v1] f2fs/004: avoid race condition in test
 2025-05-30  9:23 UTC  (2+ messages)
`  "

[PATCH v2] drm/amdkfd: Move the process suspend and resume out of full access
 2025-05-30  9:50 UTC  (4+ messages)

[PATCH 0/5] Convert Lichee Pi 4A to use S-Mode proper U-Boot
 2025-05-30  9:48 UTC  (6+ messages)
` [PATCH 1/5] riscv: cpu: th1520: Build spl.c for SPL only
` [PATCH 2/5] riscv: cpu: th1520: Support cache enabling/disabling in M mode only
` [PATCH 3/5] riscv: dts: th1520: Prepare binman configuration for loading OpenSBI
` [PATCH 4/5] board: thead: licheepi4a: Run proper U-Boot in S-Mode
` [PATCH 5/5] doc: thead: lpi4a: Update for S-Mode proper U-Boot support

[PATCH] mm: Strictly check vmstat_text array size
 2025-05-30  9:50 UTC  (2+ messages)

[PATCH v2 0/4] Input: Add support for TouchNetix aXiom touchscreen
 2025-05-30  9:48 UTC  (7+ messages)
` [PATCH v2 3/4] dt-bindings: input: Add TouchNetix axiom touchscreen
` [PATCH v2 4/4] Input: Add TouchNetix aXiom I2C Touchscreen support

[PATCH v2] drm/ttm: Should to return the evict error
 2025-05-30  9:48 UTC  (9+ messages)

[PATCH] ACPICA: avoid out-of-bounds read in acpi_ut_safe_strncpy()
 2025-05-30  9:47 UTC 

[PATCH wireless-next v2] wifi: mwifiex: enable host mlme on sdio W8997 chipsets
 2025-05-30  9:47 UTC 

What's cooking in git.git (May 2025, #07; Fri, 23)
 2025-05-30  9:47 UTC  (5+ messages)

ksmbd and special characters in file names
 2025-05-30  9:47 UTC  (7+ messages)

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-05-30  9:42 UTC  (10+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk

[PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment
 2025-05-30  9:45 UTC  (12+ messages)

[PATCH v3 0/3] rpmsg: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI
 2025-05-30  9:45 UTC  (3+ messages)
` [PATCH v3 3/3] rpmsg: ctrl: "

Please consider backporting coredump %F patch to stable kernels
 2025-05-30  9:44 UTC 

[openeuler:openEuler-1.0-LTS 1654/1654] include/linux/uaccess.h:112:17: warning: 'bind' may be used uninitialized
 2025-05-30  9:42 UTC 

[PATCH] target/loongarch: add check for fcond
 2025-05-30  9:44 UTC  (2+ messages)

[meta-python][PATCH 1/3] python3-portion: Upgrade 2.6.0 -> 2.6.1
 2025-05-30  9:41 UTC  (3+ messages)
` [meta-python][PATCH 2/3] python3-libevdev: Upgrade 0.11 -> 0.12
` [meta-python][PATCH 3/3] python3-charset-normalizer: Upgrade 3.4.1 -> 3.4.2

[PATCH 1/1] target/loongarch: fix vldi/xvldi raise wrong error
 2025-05-30  9:43 UTC  (2+ messages)

[PATCH v2 0/4] VFIO and IOMMU prerequisite stuff for IOMMU nesting support
 2025-05-30  9:35 UTC  (5+ messages)
` [PATCH v2 1/4] backends/iommufd: Add a helper to invalidate user-managed HWPT
` [PATCH v2 2/4] vfio/iommufd: Add properties and handlers to TYPE_HOST_IOMMU_DEVICE_IOMMUFD
` [PATCH v2 3/4] vfio/iommufd: Implement [at|de]tach_hwpt handlers
` [PATCH v2 4/4] vfio/iommufd: Save vendor specific device info

[PATCH v3 00/17] object-store: carve out the object database subsystem
 2025-05-30  9:39 UTC  (8+ messages)
` [PATCH v3 02/17] object-store: rename `object_directory` to `odb_alternate`

[PATCH v7 0/3] hwmon: (adt7475) duty cycle configuration
 2025-05-30  9:38 UTC  (7+ messages)
` [PATCH v7 1/3] dt-bindings: hwmon: Add adt7475 fan/pwm properties

[PATCH] drm/i915/display: add intel_display_device_present()
 2025-05-30  9:38 UTC  (3+ messages)

[PATCH v2 2/6] ASoC: aoa: Use helper function for_each_child_of_node_scoped()
 2025-05-30  9:30 UTC  (7+ messages)

[PATCH v2] renesas: Renesas R-Car Gen4 watchdog driver
 2025-05-30  9:38 UTC  (2+ messages)

[PATCH v2 0/8] power: supply: Add several features support in qcom-battmgr driver
 2025-05-30  9:37 UTC  (4+ messages)
  ` [PATCH v2 5/8] power: supply: qcom_battmgr: Add charge control support

[PATCH 0/3] drm/xe/bmg: Update some WAs
 2025-05-30  9:35 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v2] man/man2/cachestat.2: add a man page for cachestat()
 2025-05-30  9:34 UTC  (2+ messages)

[PATCH 00/43] sched: Use the SMP scheduler on UP too
 2025-05-30  9:34 UTC  (2+ messages)
` [PATCH] sched: Break dependency loop between sched.h and preempt.h

[PATCH] fs/resctrl: Restore the missing rdt_last_cmd_clear()
 2025-05-30  9:34 UTC  (3+ messages)

[PATCH] afs: Replace simple_strtoul with kstrtoul in afs_parse_address
 2025-05-30  9:32 UTC  (2+ messages)

[PATCH 0/4] ext4: better scalability for ext4 block allocation
 2025-05-30  9:31 UTC  (4+ messages)
` [PATCH 2/4] ext4: move mb_last_[group|start] to ext4_inode_info

[PATCH RFC v2 0/2] pmdomains: core: add support for domain hierarchies in DT
 2025-05-30  9:31 UTC  (3+ messages)
` [PATCH RFC v2 1/2] dt-bindings: power: add nexus map for power-domains

[PATCH] arm64/trap: fix broken ct->nmi_nesting when die() is called in a kthread
 2025-05-30  9:27 UTC 

[PATCH i-g-t 0/3] Update "force_reset" code
 2025-05-30  9:31 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Update "force_reset" code (rev3)

[RFC PATCH] build: reduce use of AVX compiler flags
 2025-05-30  9:30 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2 1/3] virtio: Fix typo in register_virtio_device() doc comment
 2025-05-30  9:30 UTC  (3+ messages)
` [PATCH v2 2/3] virtio-mem: fix multiple typos in struct comments and function docs

[PATCH] coresight-tpdm: add trace_id sysfs node
 2025-05-30  9:24 UTC  (2+ messages)

[PATCH i-g-t v4 00/11] Improve mem-copy/mem-set lib and tests
 2025-05-30  9:29 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Improve mem-copy/mem-set lib and tests (rev3)

[PATCH v9 0/4] qcom: Add support for IQ-9075-evk board
 2025-05-30  9:28 UTC  (5+ messages)
` [PATCH v9 1/4] dt-bindings: arm: qcom: Add bindings for QCS9075 SOC based board
` [PATCH v9 2/4] arm64: dts: qcom: iq9: Introduce new memory map for qcs9100/qcs9075
` [PATCH v9 3/4] arm64: dts: qcom: qcs9075: Introduce QCS9075 SOM
` [PATCH v9 4/4] arm64: dts: qcom: Add support for qcs9075 IQ-9075-EVK

[PATCH v1 0/4] Fix uprobe pte be overwritten when expanding vma
 2025-05-30  9:28 UTC  (3+ messages)
` [PATCH v1 1/4] mm: "

[syzbot] [ext4?] WARNING in jbd2_journal_dirty_metadata (2)
 2025-05-30  9:28 UTC 

[PATCH mptcp-next v3 0/3] Squash to "BPF packet scheduler"
 2025-05-30  9:28 UTC  (2+ messages)

[PATCH v1 0/2] x86/smp: Fix power regression introduced by commit 96040f7273e2
 2025-05-30  9:27 UTC  (12+ messages)

[PATCH v2 0/5] KVM: arm64: Some VGIC-related fixes
 2025-05-30  9:27 UTC  (2+ messages)

[RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap
 2025-05-30  9:27 UTC  (12+ messages)

[PATCH] KVM: arm64: vgic-debug: Avoid dereferencing NULL ITE pointer
 2025-05-30  9:27 UTC  (2+ messages)

[PATCH] KVM: arm64: Mask out non-VA bits from TLBI VA* on VNCR invalidation
 2025-05-30  9:27 UTC  (2+ messages)

[PATCH] arm64: sysreg: Drag linux/kconfig.h to work around vdso build issue
 2025-05-30  9:27 UTC  (2+ messages)

[PATCH v5 0/5] kunit: Add support for suppressing warning backtraces
 2025-05-30  9:26 UTC  (7+ messages)
` [PATCH v5 1/5] bug/kunit: Core "

qcom: add QUPv3 firmware for QCS8300 platform
 2025-05-30  9:24 UTC 

[PATCH] x86/hvmloader: don't set xenpci MMIO BAR as UC in MTRR
 2025-05-30  9:23 UTC 

[PATCH] dma-buf: Add forward declaration of struct seq_file in dma-fence.h
 2025-05-30  8:40 UTC 

[PATCH v4 0/2] perf: Fujitsu: Add Uncore MAC/PCI PMU driver
 2025-05-30  9:16 UTC  (7+ messages)
` [PATCH v4 1/2] perf: Fujitsu: Add the Uncore MAC "

SCHED_DEADLINE tasks missing their deadline with SCHED_FLAG_RECLAIM jobs in the mix (using GRUB)
 2025-05-30  9:21 UTC  (8+ messages)

[PATCH] drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()
 2025-05-30  8:48 UTC 

[PATCH net] net: enetc: fix wrong TPID registers and remove dead branch
 2025-05-30  9:00 UTC 

Fwd: [cups] An issue with fonts in freefont-otf-20120503.tar.gz
 2025-05-30  9:19 UTC 

[PATCH v2 0/2] PM: domains: add devm_pm_domain_attach()
 2025-05-30  9:17 UTC  (7+ messages)
` [PATCH v2 1/2] PM: domains: Add devres variant for dev_pm_domain_attach()

[PATCH v6 0/9] Add falcon support for am62a, 62p and 62x
 2025-05-30  9:17 UTC  (12+ messages)
` [PATCH v6 1/9] spl: Kconfig: allow K3 devices to use falcon mode

[PATCH net-next v6 00/14] Introduce an ethernet port representation
 2025-05-30  9:08 UTC  (4+ messages)
` [PATCH net-next v6 06/14] net: phy: Introduce generic SFP handling for PHY drivers


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.