public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-05 14:15:04 to 2024-11-05 15:59:50 UTC [more...]

[PATCH 00/21] Imagination BXS-4-64 MC1 GPU support
 2024-11-05 15:58 UTC  (21+ messages)
` [PATCH 01/21] dt-bindings: gpu: img: More explicit compatible strings
` [PATCH 02/21] dt-bindings: gpu: img: Further constrain clocks
` [PATCH 03/21] dt-bindings: gpu: img: Power domain details
` [PATCH 04/21] dt-bindings: gpu: img: Allow dma-coherent
` [PATCH 05/21] drm/imagination: Use more specific compatible strings
` [PATCH 06/21] drm/imagination: Add power domain control
` [PATCH 08/21] dt-bindings: gpu: img: Add BXS-4-64 devicetree bindings
` [PATCH 09/21] drm/imagination: Revert to non-threaded IRQs
` [PATCH 10/21] drm/imagination: Remove firmware enable_reg
` [PATCH 11/21] drm/imagination: Rename event_mask -> status_mask
` [PATCH 12/21] drm/imagination: Make has_fixed_data_addr a value
` [PATCH 13/21] drm/imagination: Use a lookup table for fw defs
` [PATCH 14/21] drm/imagination: Use callbacks for fw irq handling
` [PATCH 15/21] drm/imagination: Add register required for RISC-V firmware
` [PATCH 16/21] drm/imagination: Move ELF fw utils to common file
` [PATCH 17/21] drm/imagination: Add RISC-V firmware processor support
` [PATCH 18/21] drm/imagination: Add platform overrides infrastructure
` [PATCH 19/21] drm/imagination: Add device_memory_force_cpu_cached override
` [PATCH 20/21] drm/imagination: Add support for TI AM68 GPU
` [PATCH 21/21] arm64: dts: ti: k3-j721s2: Add GPU node

[PATCH v5 00/16] x86-64: Stack protector and percpu improvements
 2024-11-05 15:58 UTC  (17+ messages)
` [PATCH v5 01/16] x86/stackprotector: Work around strict Clang TLS symbol requirements
` [PATCH v5 02/16] x86: Raise minimum GCC version to 8.1
` [PATCH v5 03/16] x86/stackprotector: Remove stack protector test scripts
` [PATCH v5 04/16] x86/boot: Disable stack protector for early boot code
` [PATCH v5 05/16] x86/pvh: Use fixed_percpu_data for early boot GSBASE
` [PATCH v5 06/16] x86/relocs: Handle R_X86_64_REX_GOTPCRELX relocations
` [PATCH v5 07/16] x86/module: Deal with GOT based stack cookie load on Clang < 17
` [PATCH v5 08/16] x86/stackprotector/64: Convert to normal percpu variable
` [PATCH v5 09/16] x86/percpu/64: Use relative percpu offsets
` [PATCH v5 10/16] x86/percpu/64: Remove fixed_percpu_data
` [PATCH v5 11/16] x86/boot/64: Remove inverse relocations
` [PATCH v5 12/16] x86/percpu/64: Remove INIT_PER_CPU macros
` [PATCH v5 13/16] percpu: Remove PER_CPU_FIRST_SECTION
` [PATCH v5 14/16] percpu: Remove PERCPU_VADDR()
` [PATCH v5 15/16] percpu: Remove __per_cpu_load
` [PATCH v5 16/16] kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPU

[PATCH v2 0/2] leds: pwm: Add default-brightness property
 2024-11-05 15:57 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: "

block/blk-zoned.c:579:5-24: WARNING: atomic_dec_and_test variation before object free at line 583
 2024-11-05 15:56 UTC  (5+ messages)

[PATCH] xen: Fix the issue of resource not being properly released in xenbus_dev_probe()
 2024-11-05 15:56 UTC  (2+ messages)

[PATCH 00/24] Complete EEVDF
 2024-11-05 15:55 UTC  (17+ messages)
` [PATCH 17/24] sched/fair: Implement delayed dequeue

[linus:master] [kexec] 816d334afa: Mem-Info
 2024-11-05 15:55 UTC  (2+ messages)

[PATCH 0/1] MAINTAINERS: replace bouncing maintainers
 2024-11-05 15:55 UTC  (5+ messages)
` [PATCH 1/1] "
  ` (subset) "

[PATCH v2] arm64/signal: Avoid corruption of SME state when entering signal handler
 2024-11-05 15:55 UTC  (3+ messages)

[PATCH 0/2] Correct Phase Range Check for AD9832 and AD9834 Drivers
 2024-11-05 15:54 UTC  (3+ messages)
` [PATCH 1/2] staging: iio: ad9834: Correct phase range check

[ANNOUNCE] work tree for untorn filesystem writes
 2024-11-05 15:54 UTC  (7+ messages)

[PATCH v4 00/20] Add support for binding ACPI platform profile to multiple drivers
 2024-11-05 15:54 UTC  (23+ messages)
` [PATCH v4 01/20] ACPI: platform-profile: Add a name member to handlers
` [PATCH v4 02/20] platform/x86/dell: dell-pc: Create platform device
` [PATCH v4 03/20] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v4 04/20] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v4 05/20] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v4 06/20] ACPI: platform_profile: Move matching string for new profile out of mutex
` [PATCH v4 07/20] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v4 08/20] ACPI: platform_profile: Use `scoped_cond_guard`
` [PATCH v4 09/20] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v4 10/20] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v4 11/20] ACPI: platform_profile: Add choices attribute for "
` [PATCH v4 12/20] ACPI: platform_profile: Add profile "
` [PATCH v4 13/20] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v4 14/20] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v4 15/20] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v4 16/20] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v4 17/20] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v4 18/20] ACPI: platform_profile: Allow multiple handlers
` [PATCH v4 19/20] platform/x86/amd: pmf: Drop all quirks
` [PATCH v4 20/20] Documentation: Add documentation about class interface for platform profiles

[PATCH v3 00/12] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-11-05 15:53 UTC  (7+ messages)
` [PATCH v3 09/12] arm64: dts: rp1: Add support for RaspberryPi's RP1 device
` [PATCH v3 10/12] misc: rp1: RaspberryPi RP1 misc driver

[PATCH v1] ARM: imx_v6_v7_defconfig: enable SND_SOC_SPDIF
 2024-11-05 15:52 UTC  (9+ messages)

[PATCH v2 perf-tools-next 0/4] 'perf test' fixes/improvements
 2024-11-05 15:50 UTC  (6+ messages)
` [PATCH v2 1/4] perf test python: Robustify the 'perf test python' test case
` [PATCH v2 2/4] perf test: Skip the python binding builtin test case with NO_LIBPYTHON=1
` [PATCH v2 3/4] perf test: Don't suppress the libtraceevent tests, skip them
` [PATCH v2 4/4] perf build: Emit a warning when libtraceevent is explicitely disabled

[PATCH] media: uvcvideo: Remove refcounted cleanup
 2024-11-05 15:49 UTC  (4+ messages)

[PATCH 0/8] x86: kCFI and IBT cleanups
 2024-11-05 15:47 UTC  (10+ messages)
` [PATCH 1/8] x86,kcfi: Fix EXPORT_SYMBOL vs kCFI
` [PATCH 5/8] x86/traps: Cleanup and robustify decode_bug()

[PATCH 2/2] iio: adc: vf610_adc: limit i.MX6SX's channel number to 4
 2024-11-05 15:47 UTC  (2+ messages)

[PATCH v6 1/2] dt-bindings: arm: aspeed: add IBM SBP1 board
 2024-11-05 15:47 UTC  (5+ messages)
` [PATCH v6 2/2] ARM: dts: aspeed: sbp1: IBM sbp1 BMC board

[PATCH] ipv6: ip6_fib: fix possible null-pointer-dereference in ipv6_route_native_seq_show
 2024-11-05 15:44 UTC  (3+ messages)

[PATCH] MAINTAINERS: adjust file entry in INTEL TPMI DRIVER
 2024-11-05 15:43 UTC  (2+ messages)

[PATCH v2 1/1] i2c: busses: Use *-y instead of *-objs in Makefile
 2024-11-05 15:42 UTC  (5+ messages)

[PATCH] ARM: dts: allwinner: Remove accidental suniv duplicates
 2024-11-05 15:39 UTC  (2+ messages)

[PATCH v2] PCI: s390: Handle ARI on bus without associated struct pci_dev
 2024-11-05 15:34 UTC  (2+ messages)

[syzbot] [acpi?] [nvdimm?] KASAN: vmalloc-out-of-bounds Read in acpi_nfit_ctl (2)
 2024-11-05 15:28 UTC 

[PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()
 2024-11-05 15:26 UTC  (2+ messages)

[PATCH v6 0/4] ov08x40: Enable use of ov08x40 on Qualcomm X1E80100 CRD
 2024-11-05 15:26 UTC  (3+ messages)
` [PATCH v6 2/4] media: dt-bindings: Add OmniVision OV08X40

[PATCH 00/19] perf: Make perf_pmu_unregister() usable
 2024-11-05 15:25 UTC  (5+ messages)
` [PATCH 19/19] perf: Make perf_pmu_unregister() useable

[PATCH] PCI/sysfs: Fix read permissions for VPD attributes
 2024-11-05 15:24 UTC  (2+ messages)

[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
 2024-11-05 15:18 UTC  (5+ messages)
` [PATCH v16 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v16 2/3] mm: memory-failure: move return value documentation to function declaration

[PATCH] cxl: Rename ACPI_CEDT_CFMWS_RESTRICT_TYPE2/TYPE3
 2024-11-05 15:17 UTC  (2+ messages)

[PATCH 0/3] mm,TPP: Enable promotion of unmapped pagecache
 2024-11-05 15:16 UTC  (7+ messages)

[PATCH 1/3] perf evsel: Improve the evsel__open_strerror for EBUSY
 2024-11-05 15:15 UTC  (4+ messages)
` [PATCH 2/3] perf: Reveal PMU type in fdinfo

[PATCH] x86/percpu: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op()
 2024-11-05 15:15 UTC 

Russians in the Kernel
 2024-11-05 15:15 UTC 

[PATCH net v3 0/2] net: ethernet: ti: am65-cpsw: Fixes to multi queue RX feature
 2024-11-05 15:10 UTC  (2+ messages)

[PATCH V2] Input: bbnsm_pwrkey - add remove hook
 2024-11-05 15:09 UTC  (3+ messages)

[PATCH v6 0/6] drm/log: Introduce a new boot logger to draw the kmsg on the screen
 2024-11-05 15:08 UTC  (3+ messages)
` [PATCH v6 5/6] drm/log: Implement suspend/resume

[PATCH] mm: remove unnecessary page_table_lock on stack expansion
 2024-11-05 15:07 UTC  (2+ messages)

[RFC PATCH net-next] net: ppp: convert to IFF_NO_QUEUE
 2024-11-05 15:04 UTC  (5+ messages)

[PATCH 0/2] add I2C support for S32G2/S32G3 SoCs
 2024-11-05 15:02 UTC  (2+ messages)

[PATCH] Typo: Fix typo in atmel_serial.c
 2024-11-05 15:02 UTC  (4+ messages)

[PATCH v2] Bluetooth: btusb: Add 3 HWIDs for MT7925
 2024-11-05 15:00 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add new HWIDs for MT7925
 2024-11-05 15:00 UTC  (2+ messages)

[PATCH 00/16] AMD NB and SMN rework
 2024-11-05 14:59 UTC  (10+ messages)
` [PATCH 09/16] x86/amd_nb, x86/amd_node: Simplify amd_pci_dev_to_node_id()
` [PATCH 10/16] x86/amd_nb: Move SMN access code to a new amd_smn driver
` [PATCH 11/16] x86/amd_smn: Fixup __amd_smn_rw()

[PATCH] nvme/multipath: Fix RCU list traversal to use SRCU primitive
 2024-11-05 14:58 UTC  (2+ messages)

[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
 2024-11-05 14:56 UTC  (10+ messages)
` [PATCH v7 1/7] Add AutoFDO "

[PATCH] m68k: Initialize jump labels early during setup_arch()
 2024-11-05 14:56 UTC  (3+ messages)

[PATCH] soc: fsl: cpm1: qmc: Set the ret error code on platform_get_irq() failure
 2024-11-05 14:56 UTC 

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-11-05 14:56 UTC  (17+ messages)

[PATCH 0/2] Add support for the ERAPS feature
 2024-11-05 14:54 UTC  (11+ messages)
` [PATCH 1/2] x86: cpu/bugs: add support for AMD "

[PATCH v2 1/2] util_macros.h: fix/rework find_closest() macros
 2024-11-05 14:54 UTC  (2+ messages)
` [PATCH v2 2/2] lib: util_macros_kunit: add kunit test for util_macros.h

[PATCH v2 0/2] MIPI DSI phy for rk3588
 2024-11-05 14:53 UTC  (3+ messages)
` [PATCH v2 2/2] phy: rockchip: Add Samsung CSI/DSI Combo DCPHY driver

[PATCH] x86/platform/intel-mid: Replace deprecated PCI functions
 2024-11-05 14:52 UTC  (2+ messages)

[gustavoars:testing/wfamnae-next20241104] BUILD SUCCESS 6b3b52a2d109ab107146f4364a969193633d5450
 2024-11-05 14:49 UTC 

[PATCH] m68k: mvme147: Reinstate early console
 2024-11-05 14:48 UTC  (2+ messages)

[PATCH linux-next v8 RESEND] Docs/zh_CN: Translate physical_memory.rst to Simplified Chinese
 2024-11-05 14:47 UTC  (4+ messages)

[PATCH] drm/panthor: Be stricter about IO mapping flags
 2024-11-05 14:46 UTC  (3+ messages)

Testing Quality Call notes - 2024-10-31
 2024-11-05 14:45 UTC 

[PATCH net-next] net/smc: Optimize the search method of reused buf_desc
 2024-11-05 14:44 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] drm/etnaviv: add optional reset support
 2024-11-05 14:37 UTC 

[PATCH net 0/1] net/ipv6: Netlink flag for new IPv6 Default Routes
 2024-11-05 14:37 UTC  (3+ messages)
` [PATCH net 1/1] "

[PATCH] ASoC: dt-bindings: everest,es8326: Document interrupt property
 2024-11-05 14:36 UTC  (2+ messages)

[PATCH RFC net-next v2 00/18] Add support for PSE port priority
 2024-11-05 14:36 UTC  (7+ messages)
` [PATCH RFC net-next v2 15/18] net: pse-pd: Add support for getting and setting "

[PATCH v2] ASoC: dt-bindings: mediatek,mt8188-mt6359: Add mediatek,adsp property
 2024-11-05 14:35 UTC  (2+ messages)

[patch V7 00/21] posix-timers: Cure the SIG_IGN mess
 2024-11-05 14:34 UTC  (7+ messages)
` [patch V7 19/21] posix-timers: Cleanup SIG_IGN workaround leftovers
` [patch V7 20/21] alarmtimers: Remove the throttle mechanism from alarm_forward_now()
` [patch V7 21/21] alarmtimers: Remove return value from alarm functions

[PATCH v5 00/28] Qualcomm iris video decoder driver
 2024-11-05 14:34 UTC  (4+ messages)
` [PATCH v5 27/28] media: iris: enable video driver probe of SM8250 SoC

[PATCH net-next v3 0/6] Side MDIO Support for LAN937x Switches
 2024-11-05 14:32 UTC  (4+ messages)
` [PATCH net-next v3 6/6] net: dsa: microchip: parse PHY config from device tree

[PATCH] drm/sched: Improve teardown documentation
 2024-11-05 14:31 UTC 

[syzbot] [ocfs2?] UBSAN: shift-out-of-bounds in ocfs2_fill_super (2)
 2024-11-05 14:31 UTC 

[PATCH 0/3] Documentation: remoteproc: update various sections
 2024-11-05 14:30 UTC  (3+ messages)

[RESEND PATCH] cifs: Use str_yes_no() helper in cifs_ses_add_channel()
 2024-11-05 14:29 UTC 

[PATCH v2] dt-bindings: display: mediatek: dp: Reference common DAI properties
 2024-11-05 14:27 UTC  (2+ messages)

[PATCH v2] dt-bindings: can: convert tcan4x5x.txt to DT schema
 2024-11-05 14:24 UTC 

[RFC 00/11] uprobes: Add support to optimize usdt probes on x86_64
 2024-11-05 14:23 UTC  (3+ messages)
` [RFC perf/core 05/11] uprobes: Add mapping for optimized uprobe trampolines

[PATCH net-next v2 0/5] Re-organize MediaTek ethernet phy drivers and propose mtk-phy-lib
 2024-11-05 14:19 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: phy: mediatek: Re-organize MediaTek ethernet phy drivers
` [PATCH net-next v2 2/5] net: phy: mediatek: Move LED helper functions into mtk phy lib
` [PATCH net-next v2 3/5] net: phy: mediatek: Improve readability of mtk-phy-lib.c's mtk_phy_led_hw_ctrl_set()
` [PATCH net-next v2 4/5] net: phy: mediatek: Integrate read/write page helper functions
` [PATCH net-next v2 5/5] net: phy: mediatek: add MT7530 & MT7531's PHY ID macros

[PATCH v5] media: uvcvideo: Fix crash during unbind if gpio unit is in use
 2024-11-05 14:21 UTC 

[PATCH v2 0/2] riscv: spacemit: add i2c support to K1 SoC
 2024-11-05 14:21 UTC  (4+ messages)

[PATCH v3 0/2] MVME: Adopt standard RTC driver
 2024-11-05 14:21 UTC  (3+ messages)
` [PATCH v3 2/2] m68k: mvme147, mvme16x: Adopt rtc-m48t59 platform driver

[PATCH v5 0/6] drm/log: Introduce a new boot logger to draw the kmsg on the screen
 2024-11-05 14:19 UTC  (12+ messages)
` [PATCH v5 5/6] drm/log: Implement suspend/resume

[for-next][PATCH 0/5] tracing/rust: Add tracepoints for rust code
 2024-11-05 14:18 UTC  (6+ messages)
` [for-next][PATCH 1/5] rust: add static_branch_unlikely for static_key_false
` [for-next][PATCH 2/5] rust: add tracepoint support
` [for-next][PATCH 3/5] rust: samples: add tracepoint to Rust sample
` [for-next][PATCH 4/5] jump_label: adjust inline asm to be consistent
` [for-next][PATCH 5/5] rust: add arch_static_branch

[PATCH 0/7] drm/panel: nv3052c: Fix Anbernic RG35XX panel support (and add RG40XX panel)
 2024-11-05 14:19 UTC  (3+ messages)
` [PATCH 1/7] dt-bindings: display: panel: Rename rg35xx-plus-panel back to WL-355608-A8

[RFC PATCH] docs/mm: add VMA locks documentation
 2024-11-05 14:18 UTC  (5+ messages)

[PATCH net-next 0/2] net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RX
 2024-11-05 14:18 UTC  (3+ messages)
` [PATCH net-next 1/2] net: ethernet: ti: am65-cpsw: update pri_thread_map as per IEEE802.1Q-2004
` [PATCH net-next 2/2] net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RX

[PATCH net-next] mISDN: Fix typos
 2024-11-05 14:17 UTC  (2+ messages)

[GIT PULL] i2c-host-fixes for v6.12-rc6
 2024-11-05 14:15 UTC  (3+ messages)

[PATCH net-next v1 1/1] nfc: mrvl: Don't use "proxy" headers
 2024-11-05 14:15 UTC  (5+ messages)

[PATCH v2 0/5] Add jump table support for objtool on LoongArch
 2024-11-05 14:15 UTC  (3+ messages)
` [PATCH v2 5/5] LoongArch: Enable jump table with GCC for objtool


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