The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2024-08-02 14:25:54 to 2024-08-02 16:18:28 UTC [more...]

[PATCH v3 0/2] Add support for Cool Pi GenBook
 2024-08-02 16:18 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: rockchip: Add Cool Pi CM5 GenBook

[PATCH v1 0/2] Add Nuvoton NPCM845 i3c master driver
 2024-08-02 16:16 UTC  (3+ messages)
` [PATCH v1 2/2] i3c: master: Add Nuvoton npcm845 "

[patch 00/15] x86/ioapic: Robustness fix and cleanup
 2024-08-02 16:15 UTC  (16+ messages)
` [patch 01/15] x86/ioapic: Handle allocation failures gracefully
` [patch 02/15] x86/ioapic: Mark mp_alloc_timer_irq() __init
` [patch 03/15] x86/ioapic: Cleanup structs
` [patch 04/15] x86/ioapic: Use guard() for locking where applicable
` [patch 05/15] x86/apic: Provide apic_printk() helpers
` [patch 06/15] x86/apic: Cleanup apic_printk()s
` [patch 07/15] x86/ioapic: "
` [patch 08/15] x86/ioapic: Cleanup guarded debug printk()s
` [patch 09/15] x86/mpparse: Cleanup apic_printk()s
` [patch 10/15] iommu/vt-d: Cleanup apic_printk()
` [patch 11/15] x86/ioapic: Move replace_pin_at_irq_node() to the call site
` [patch 12/15] x86/ioapic: Cleanup comments
` [patch 13/15] x86/ioapic: Cleanup bracket usage
` [patch 14/15] x86/ioapic: Cleanup line breaks
` [patch 15/15] x86/ioapic: Cleanup remaining coding style issues

[syzbot] Monthly mm report (Aug 2024)
 2024-08-02 16:15 UTC 

[PATCH] PCI: Add function 0 DMA alias quirk for Glenfly arise chip
 2024-08-02 16:11 UTC 

[PATCH v5 00/20] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-08-02 16:13 UTC  (11+ messages)
` [PATCH v5 19/20] x86/resctrl: Introduce interface to list monitor states of all the groups

[PATCH] crypto: ppc/curve25519 - add missing MODULE_DESCRIPTION() macro
 2024-08-02 16:13 UTC  (6+ messages)

[PATCH v1] kselftest/devices/probe: fixed SintaxWarning for Python 3
 2024-08-02 16:13 UTC 

[PATCH V8 1/2] cgroup/rstat: Avoid flushing if there is an ongoing overlapping flush
 2024-08-02 16:10 UTC  (6+ messages)

[PATCH v9 00/17] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-08-02 16:10 UTC  (18+ messages)
` [PATCH v9 01/17] drm/vkms: Code formatting
` [PATCH v9 02/17] drm/vkms: Use drm_frame directly
` [PATCH v9 03/17] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
` [PATCH v9 04/17] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v9 05/17] drm/vkms: Add dummy pixel_read/pixel_write callbacks to avoid NULL pointers
` [PATCH v9 06/17] drm/vkms: Use const for input pointers in pixel_read an pixel_write functions
` [PATCH v9 07/17] drm/vkms: Update pixels accessor to support packed and multi-plane formats
` [PATCH v9 08/17] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
` [PATCH v9 09/17] drm/vkms: Introduce pixel_read_direction enum
` [PATCH v9 10/17] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v9 11/17] drm/vkms: Remove useless drm_rotation_simplify
` [PATCH v9 12/17] drm/vkms: Add YUV support
` [PATCH v9 13/17] drm/vkms: Add range and encoding properties to the plane
` [PATCH v9 14/17] drm/vkms: Drop YUV formats TODO
` [PATCH v9 15/17] drm/vkms: Create KUnit tests for YUV conversions
` [PATCH v9 16/17] drm/vkms: Add how to run the Kunit tests
` [PATCH v9 17/17] drm/vkms: Add support for DRM_FORMAT_R*

[GIT PULL] sched_ext: Initial pull request for v6.11
 2024-08-02 16:09 UTC  (7+ messages)

[PATCH v3 0/2] Fix for a very old KVM bug in the segment cache
 2024-08-02 16:07 UTC  (3+ messages)

[PATCH 0/2] Miscellaneous updates for v6.12'
 2024-08-02 16:06 UTC  (3+ messages)
` [PATCH misc 1/2] workqueue: Add check for clocks going backwards to wq_worker_tick()

[PATCH] KVM: x86: Use gfn_to_pfn_cache for steal_time
 2024-08-02 16:06 UTC  (3+ messages)

[PATCH v2] drm/i915: Explicitly cast divisor and use div_u64()
 2024-08-02 16:03 UTC 

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-02 16:03 UTC  (2+ messages)

[PATCH 1/2] i8253: Disable PIT timer 0 when not in use
 2024-08-02 16:01 UTC  (3+ messages)

[PATCH] kernel/fs: last check for exec credentials on NOEXEC mount
 2024-08-02 15:58 UTC  (4+ messages)

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-02 15:57 UTC  (5+ messages)
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers

[PATCH v1 00/11] mm: replace follow_page() by folio_walk
 2024-08-02 15:55 UTC  (12+ messages)
` [PATCH v1 01/11] mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [PATCH v1 02/11] mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
` [PATCH v1 03/11] mm/migrate: convert do_pages_stat_array() from follow_page() to folio_walk
` [PATCH v1 04/11] mm/migrate: convert add_page_for_migration() "
` [PATCH v1 05/11] mm/ksm: convert get_mergeable_page() "
` [PATCH v1 06/11] mm/ksm: convert scan_get_next_rmap_item() "
` [PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() "
` [PATCH v1 08/11] s390/uv: convert gmap_destroy_page() "
` [PATCH v1 09/11] s390/mm/fault: convert do_secure_storage_access() "
` [PATCH v1 10/11] mm: remove follow_page()
` [PATCH v1 11/11] mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk

[PATCH v3 0/2] drm: minimum backlight overrides and implementation for amdgpu
 2024-08-02 15:53 UTC  (5+ messages)

[PATCH v2 0/2] Relax canonical checks on some arch msrs
 2024-08-02 15:53 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: x86: relax canonical check for some x86 architectural msrs
` [PATCH v2 2/2] KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE

[PATCH] Drivers: hv: vmbus: Fix the misplaced function description
 2024-08-02 15:51 UTC  (2+ messages)

[PATCH] net: ftgmac100: Get link speed and duplex for NC-SI
 2024-08-02 15:48 UTC  (2+ messages)

[PATCH 0/2] tools/nolibc: add support for [v]sscanf()
 2024-08-02 15:48 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH RFC] kselftest: devices: Add test to detect missing devices
 2024-08-02 15:48 UTC  (7+ messages)

[PATCH v2 clocksource 0/5] TSC and clocksource-watchdog updates for v6.12
 2024-08-02 15:46 UTC  (6+ messages)
  ` [PATCH v2 TSC and clocksource-watchdog updates for v6.12 1/5] clocksource: Improve comments for watchdog skew bounds
  ` [PATCH v2 TSC and clocksource-watchdog updates for v6.12 2/5] clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()
  ` [PATCH v2 TSC and clocksource-watchdog updates for v6.12 3/5] clocksource: Fix comments on WATCHDOG_THRESHOLD & WATCHDOG_MAX_SKEW
  ` [PATCH v2 TSC and clocksource-watchdog updates for v6.12 4/5] clocksource: Set cs_watchdog_read() checks based on .uncertainty_margin
  ` [PATCH v2 TSC and clocksource-watchdog updates for v6.12 5/5] tsc: Check for sockets instead of CPUs to make code match comment

[PATCH 0/3] Fix kallsyms with CONFIG_LTO_CLANG
 2024-08-02 15:45 UTC  (5+ messages)
` [PATCH 2/3] kallsyms: Add APIs to match symbol without .llmv.<hash> suffix

[GIT PULL] RISC-V Fixes for 6.11-rc2
 2024-08-02 15:44 UTC 

[PATCH v5 0/2] pwm: add support for NXPs high-side switch MC33XS2410
 2024-08-02 15:44 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: pwm: add support for MC33XS2410
` [PATCH v5 2/2] pwm: add support for NXPs high-side switch MC33XS2410

[PATCH 1/3] xen, pvh: fix unbootable VMs (PVH + KASAN - AMD_MEM_ENCRYPT)
 2024-08-02 15:42 UTC  (3+ messages)
` [PATCH 2/3] x86/cpu: fix unbootable VMs by inlining memcmp() in hypervisor_cpuid_base()
` [PATCH 3/3] xen, pvh: fix unbootable VMs by inlining memset() in xen_prepare_pvh()

[syzbot] [usb?] KMSAN: kernel-usb-infoleak in usbtmc_generic_write
 2024-08-02 15:42 UTC 

[PATCH v2 0/2] KVM: arm64: Fine grained traps documentation clarification
 2024-08-02 15:37 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Fix outdated comment about incomplete FGT bitmask definitions
` [PATCH v2 2/2] KVM: arm64: Clarify meaning of _MASK and _nMASK for FGT registers

[PATCH] kbuild: add debug package to pacman PKGBUILD
 2024-08-02 15:40 UTC  (6+ messages)

[PATCH v1] drm/panel-edp: Fix HKC MB116AN01 name
 2024-08-02 15:39 UTC  (2+ messages)

[PATCH 0/3] Add dw_mmc support for rk3576
 2024-08-02 15:39 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: Add rk3576 dw-mshc bindings
` [PATCH 2/3] mmc: dw_mmc-rockchip: Add v2 tuning support
` [PATCH 3/3] mmc: dw_mmc-rockchip: Add internal phase support

[PATCH] KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list
 2024-08-02 15:37 UTC  (7+ messages)

[PATCH v4] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-08-02 15:32 UTC  (2+ messages)

[PATCH net-next v2 0/7] net/selftests: TCP-AO selftests updates
 2024-08-02 15:32 UTC  (3+ messages)

[PATCH 0/5] udmbuf bug fix and some improvements
 2024-08-02 15:26 UTC  (3+ messages)

[PATCH v2 0/2] RAPL driver fixes for AMD CPUs
 2024-08-02 15:26 UTC  (3+ messages)
` [PATCH v2 1/2] perf/x86/rapl: Fix the energy-pkg event "

[PATCH v1 0/2] media: camss: Fixups for large capture frames
 2024-08-02 15:24 UTC  (3+ messages)
` [PATCH v1 1/2] media: camss: Increase the maximum frame size
` [PATCH v1 2/2] media: camss: Avoid overwriting vfe clock rates for 8250

[PATCH v3 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-08-02 15:14 UTC  (10+ messages)
` [PATCH v3 1/9] riscv: Safely remove huge_pte_offset() when manipulating NAPOT ptes
` [PATCH v3 2/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code
` [PATCH v3 3/9] mm: Use common huge_ptep_get() function for riscv/arm64
` [PATCH v3 4/9] mm: Use common set_huge_pte_at() "
` [PATCH v3 5/9] mm: Use common huge_pte_clear() "
` [PATCH v3 6/9] mm: Use common huge_ptep_get_and_clear() "
` [PATCH v3 7/9] mm: Use common huge_ptep_set_access_flags() "
` [PATCH v3 8/9] mm: Use common huge_ptep_set_wrprotect() "
` [PATCH v3 9/9] mm: Use common huge_ptep_clear_flush() "

[PATCH] MAINTAINERS: Update DTS path for ARM/Microchip (AT91) SoC
 2024-08-02 15:23 UTC  (3+ messages)

[PATCH v2 0/3] ALSA: Add support for new HP G12 laptops
 2024-08-02 15:22 UTC  (4+ messages)
` [PATCH v2 1/3] spi: Add empty versions of ACPI functions
` [PATCH v2 2/3] i2c: Fix conditional for substituting empty "
` [PATCH v2 3/3] ALSA: hda/realtek: Add support for new HP G12 laptops

[PATCH v4 1/1] dt-bindings: soc: fsl: Convert rcpm to yaml format
 2024-08-02 15:22 UTC 

[PATCH v11 0/9] TI K3 M4F support on AM62 and AM64 SoCs
 2024-08-02 15:21 UTC  (10+ messages)
` [PATCH v11 1/9] dt-bindings: remoteproc: k3-m4f: Add K3 AM64x SoCs
` [PATCH v11 2/9] remoteproc: k3: Factor out TI-SCI processor control OF get function
` [PATCH v11 3/9] remoteproc: k3-m4: Add a remoteproc driver for M4F subsystem
` [PATCH v11 4/9] arm64: dts: ti: k3-am62: Add M4F remoteproc node
` [PATCH v11 5/9] arm64: dts: ti: k3-am625-sk: "
` [PATCH v11 6/9] arm64: dts: ti: k3-am64: "
` [PATCH v11 7/9] arm64: dts: ti: k3-am642-sk: "
` [PATCH v11 8/9] arm64: dts: ti: k3-am642-evm: "
` [PATCH v11 9/9] arm64: defconfig: Enable TI K3 M4 remoteproc driver

[PATCH v2] tpm: Add new device/vendor ID 0x50666666
 2024-08-02 15:19 UTC  (2+ messages)

[REGRESSION] Brightness at max level after waking up from sleep on AMD Laptop
 2024-08-02 15:18 UTC  (2+ messages)

[PATCH 0/3] Add power-controller support for rk3576
 2024-08-02 15:15 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: Add rk3576 power-controller bindings
` [PATCH 2/3] dt-bindings: Add power-domain header for RK3576 SoCs
` [PATCH 3/3] soc: rockchip: power-domain: Add power domain support for rk3576

[PATCH] watchdog: Handle the ENODEV failure case of lockup_detector_delay_init() separately
 2024-08-02 15:16 UTC 

[PATCH v4 RESEND] lockdep: fix deadlock issue between lockdep and rcu
 2024-08-02 15:16 UTC  (5+ messages)
` [PATCH v4][RESEND x4] "

[PATCH 0/7] Generic hotplug support for a PMU with a scope
 2024-08-02 15:16 UTC  (8+ messages)
` [PATCH 1/7] perf: "
` [PATCH 2/7] perf: Add PERF_EV_CAP_READ_SCOPE
` [PATCH 3/7] perf/x86/intel/cstate: Clean up cpumask and hotplug
` [PATCH 4/7] iommu/vt-d: Clean up cpumask and hotplug for perfmon
` [PATCH 5/7] dmaengine: idxd: "
` [PATCH 6/7] perf/x86/rapl: Move the pmu allocation out of CPU hotplug
` [PATCH 7/7] perf/x86/rapl: Clean up cpumask and hotplug

[PATCH] linux/container_of.h: Remove redundant type cast in container_of_const()
 2024-08-02 15:15 UTC 

[PATCH] ACPI: CPPC: Fix MASK_VAL() usage
 2024-08-02 15:13 UTC  (2+ messages)

[RFC} arm architecture board/feature deprecation timeline
 2024-08-02 15:12 UTC  (5+ messages)

[PATCH V2] lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bug
 2024-08-02 15:10 UTC  (2+ messages)

[PATCH] net: tuntap: add ioctl() TUNGETQUEUEINDX to fetch queue index
 2024-08-02 15:10 UTC  (10+ messages)

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-02 15:09 UTC  (5+ messages)
` [PATCH v3 24/26] arch_numa: switch over to numa_memblks
` [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt

[PATCH net,v2] team: fix possible deadlock in team_port_change_check
 2024-08-02 15:08 UTC  (2+ messages)

[PATCH v2] cleanup: Add usage and style documentation
 2024-08-02 15:07 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/8] uprobes: RCU-protected hot path optimizations
 2024-08-02 15:05 UTC  (10+ messages)
` [PATCH 2/8] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 6/8] perf/uprobe: split uprobe_unregister()

[PATCH] clockevents/drivers/i8253: Do not zero timer counter in shutdown
 2024-08-02 15:04 UTC  (7+ messages)

[PATCH V5] squashfs: Add i_size check in squash_read_inode
 2024-08-02 15:03 UTC  (3+ messages)
` [PATCH] filemap: Init the newly allocated folio memory to 0 for the filemap

[ANNOUNCE] v6.11-rc1-rt1
 2024-08-02 15:01 UTC 

[PATCH] ACPI: processor: Silence per-cpu acpi_handle_info about idle states
 2024-08-02 15:00 UTC  (2+ messages)

[PATCH 00/24] Complete EEVDF
 2024-08-02 14:59 UTC  (4+ messages)
` [PATCH 17/24] sched/fair: Implement delayed dequeue

question on [uprobes] special vma
 2024-08-02 14:59 UTC  (3+ messages)

[PATCH] ktest.pl: Avoid false positives with grub2 skip regex
 2024-08-02 14:57 UTC 

[PATCH 0/2] Add pinctrl support for rk3576
 2024-08-02 14:52 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: rockchip: Add rk3576 pinctrl support
` [PATCH 2/2] dt-bindings: pinctrl: Add rk3576 pinctrl bindings

[PATCH] ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_convert_to_package ACPICA commit 4d4547cf13cca820ff7e0f859ba83e1a610b9fd0
 2024-08-02 14:52 UTC  (2+ messages)

[PATCH][next] tools: ynl: remove extraneous ; after statements
 2024-08-02 14:45 UTC  (2+ messages)

[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
 2024-08-02 14:46 UTC  (5+ messages)
` [PATCH v4 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description

[syzbot] [net?] possible deadlock in team_device_event (3)
 2024-08-02 14:46 UTC 

[PATCH 18/24] netfs: Speed up buffered reading
 2024-08-02 14:44 UTC  (5+ messages)
` [PATCH 00/24] netfs: Read/write improvements

[tip: timers/urgent] clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()
 2024-08-02 14:43 UTC 

[PATCH v2 0/3] mm: tlb swap entries batch async release
 2024-08-02 14:42 UTC  (7+ messages)

[PATCH] net: ethernet: use ip_hdrlen() instead of bit shift
 2024-08-02 14:40 UTC  (3+ messages)

[PATCH net-next v3 0/3] net: stmmac: Add PCI driver support for BCM8958x
 2024-08-02 14:38 UTC  (3+ messages)
` [PATCH net-next v3 1/3] net: stmmac: Add basic dwxgmac4 support to stmmac core

[bug report] iommu/arm-smmu-v3: Event cannot be printed in some scenarios
 2024-08-02 14:38 UTC  (5+ messages)

[PATCH] Updating a deprecated use of strcpy in ac.c file
 2024-08-02 14:37 UTC  (2+ messages)

[PATCH 0/3] Add CRU support for rk3576 SoC
 2024-08-02 14:34 UTC  (3+ messages)
` [PATCH 2/3] clk: rockchip: Add dt-binding header for rk3576

[PATCH v3] dt-bindings: edac: Add Altera SOCFPGA SDRAM EDAC binding
 2024-08-02 14:32 UTC  (3+ messages)

[PATCH] sched: idle: Optimize the generic idle loop by removing needless memory barrier
 2024-08-02 14:30 UTC 

[PATCH 1/1] arm64: dts: imx93: add lpi2c1 and child node
 2024-08-02 14:31 UTC  (3+ messages)

[ANNOUNCE] v6.10.2-rt14
 2024-08-02 14:27 UTC 

[PATCH 0/6] Add input voltage suppliers for PMIC MCP16502 regulators
 2024-08-02 14:25 UTC  (4+ messages)
` [PATCH 1/6] regulator: mcp16502: Add supplier for regulators

[PATCH v3 1/3] cpu/hotplug: Make HOTPLUG_PARALLEL independent of HOTPLUG_SMT
 2024-08-02 14:25 UTC  (2+ messages)
` [tip: smp/core] "

[PATCH v3 2/3] cpu/hotplug: Weak fallback for arch_cpuhp_init_parallel_bringup
 2024-08-02 14:25 UTC  (2+ messages)
` [tip: smp/core] cpu/hotplug: Provide weak fallback for arch_cpuhp_init_parallel_bringup()


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