All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-13 10:02:55 to 2025-12-13 12:42:37 UTC [more...]

[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-09-10 20:57 UTC  (9+ messages)
` [PATCH v2 2/8] gpu: nova-core: firmware: add support for common firmware header
        ` Implicit panics (was: [PATCH v2 2/8] gpu: nova-core: firmware: add support for common firmware header)

[PATCH] gpu: nova-core: vbios: change PmuLookupTableEntry to relax alignment
 2025-07-14 10:43 UTC  (2+ messages)
` [PATCH] gpu: nova-core: vbios: split out PmuLookupTableHeader from PmuLookupTable

[RFC PATCH 0/6] drm/sched: Avoid memory leaks by canceling job-by-job
 2025-06-16 10:08 UTC  (6+ messages)
` [RFC PATCH 1/6] drm/sched: Avoid memory leaks with cancel_job() callback

[PATCH 1/2] dma-buf: Add __dma_fence_is_signaled()
 2025-05-22 13:43 UTC  (11+ messages)
` [PATCH 2/2] drm/nouveau: Don't signal when killing the fence context

[PATCH 0/6] drm/sched: Fix memory leaks with cancel_job() callback
 2025-07-04 11:27 UTC  (7+ messages)
` [PATCH 2/6] drm/sched/tests: Port to cancel_job()

[PATCH v2] drm/nouveau: Prevent signalled fences in pending list
 2025-04-03 14:40 UTC  (5+ messages)

[PATCH v2 0/5] rust: add `TryFrom` and `Into` derive macros
 2025-08-15  5:32 UTC  (2+ messages)
` [PATCH v2 3/5] rust: macros: prefix variable `span` with underscore

[PATCH v4 0/6] Introduce bitfield and move register macro to rust/kernel/
 2025-09-29 15:17 UTC  (5+ messages)
` [PATCH v4 6/6] rust: bitfield: Use 'as' operator for setter type conversion

[PATCH 0/4] rust: add `FromPrimitive` support
 2025-06-23 15:14 UTC  (2+ messages)
` [PATCH 1/4] rust: introduce `FromPrimitive` trait

[PATCH v2 0/6] drm/sched: Fix memory leaks in drm_sched_fini()
 2025-05-16  9:54 UTC  (8+ messages)
` [PATCH v2 2/6] drm/sched: Prevent teardown waitque from blocking too long
` [PATCH v2 6/6] drm/sched: Port unit tests to new cleanup design

[PATCH] drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()
 2024-10-31  2:04 UTC  (3+ messages)

[PATCH] drm/nouveau: prime: fix ttm_bo_delayed_delete oops
 2025-03-26 13:10 UTC  (9+ messages)
  ` [PATCH v2] "
          ` [PATCH] drm/nouveau: prime: drm_prime_gem_destroy comment
              ` [PATCH v2] drm/prime: fix "

[PATCH v5 00/23] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-15 13:32 UTC  (17+ messages)
` [PATCH v5 04/23] rust: add new `num` module with `PowerOfTwo` type
` [PATCH v5 05/23] rust: num: add the `fls` operation

[PATCH 0/5] drm/nouveau: Add drm_panic support for nv50+
 2024-05-23 13:00 UTC  (4+ messages)
` [PATCH 1/5] drm/panic: Add ABGR2101010 support
` [PATCH 2/5] drm/panic: only draw the foreground color in drm_panic_blit()
` [PATCH 3/5] drm/panic: Add a set_pixel() callback to drm_scanout_buffer

[PATCH] drm/nouveau/i2c: rename aux.c and aux.h to auxch.c and auxch.h
 2024-10-11 10:23 UTC  (4+ messages)

[RFC PATCH 7/8] rust: add firmware abstractions
 2024-05-29  0:38 UTC  (6+ messages)

[RFC PATCH 7/8] rust: add firmware abstractions
 2024-05-30  4:24 UTC  (4+ messages)

[PATCH 2/6] drm/nouveau: remove unused struct 'init_exec'
 2024-06-11 10:37 UTC  (3+ messages)

[PATCH] drm/nouveau: check ioctl command codes better
 2025-07-22 10:29 UTC  (5+ messages)

[RFC PATCH 7/8] rust: add firmware abstractions
 2024-06-07 12:11 UTC  (4+ messages)

[RFC PATCH 7/8] rust: add firmware abstractions
 2024-05-23  2:48 UTC  (5+ messages)

[PATCH] gpu: nova-core: fix bounds check In PmuLookupTableEntry::new, data is sliced from 2..6, but the bounds check data.len() < 5 does not satisfy those bounds
 2025-07-11  9:30 UTC 

[PATCH v2 0/4] Improve bitfield support in Rust
 2025-09-05 22:23 UTC  (4+ messages)
` [PATCH v2 3/4] nova-core: bitstruct: Add support for custom visiblity

[PATCH 1/1] drm/nouveau/disp: Use dev->dev to get the device
 2025-06-25  8:16 UTC  (2+ messages)

[android-common:android14-kiwi-6.1 40/40] arch/x86/kernel/cpu/amd.c:1255:6: warning: no previous prototype for function 'amd_check_microcode'
 2025-12-13 12:41 UTC 

[PATCH 0/3] Nouveau fixes for TTM refcount rework
 2024-07-18 16:58 UTC  (2+ messages)
` [PATCH 1/3] drm/nouveau: prime: fix refcount underflow

[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-31 14:09 UTC  (8+ messages)
` [PATCH v4 01/20] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v4 03/20] rust: sizes: add constants up to SZ_2G
` [PATCH v4 11/20] gpu: nova-core: wait for GFW_BOOT completion

[PATCH] [v7] nouveau: add command-line GSP-RM registry support
 2024-04-29 14:15 UTC  (4+ messages)

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-17 20:47 UTC  (3+ messages)
` [PATCH RFC 1/3] rust: add useful ops for u64

[PATCH v3 00/37] drm/nouveau: misc. cleanups and removal of unused apis
 2024-07-27  1:58 UTC  (2+ messages)

[Buildroot] [PATCH] package/dialog: bump to version 1.3-20251001
 2025-12-13 12:42 UTC  (2+ messages)

[PATCH] drm/nouveau: Fix memory leak in nvbios_iccsense_parse
 2024-12-16  1:52 UTC 

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-06 22:29 UTC  (2+ messages)

[PATCH] kconfig: move XPM icons to separate files
 2025-12-13 12:41 UTC 

[PATCH v5 0/2] rust: add `Alignment` type
 2025-09-22 21:59 UTC  (3+ messages)

[PATCH v2 0/3] rust, nova-core: PCI Class, Vendor support
 2025-08-20  3:48 UTC  (3+ messages)
` [PATCH v2 1/3] rust: pci: provide access to PCI Class, subclass, implementation values

[PATCH nft] parser_bison: on syntax errors, output expected tokens
 2025-12-13 12:32 UTC  (3+ messages)

[PATCH] drm/nouveau/mmu: fix potential overflow in PFN size calculation
 2025-05-23  7:50 UTC 

[PATCH v2] drm/amd/display: clean-up dead code in dml2_mall_phantom
 2025-08-21 12:01 UTC 

[PATCH RFC] gpu: nova-core: use the TryFrom/Into derive macros
 2025-09-30  7:15 UTC  (2+ messages)

GT610 driver
 2025-02-22 11:08 UTC 

[PATCH] drm/nouveau: fix typos in comments
 2025-08-08  7:38 UTC 

[PATCH] drm/nouveau/vfn/r535: Convert comma to semicolon
 2025-06-03  6:10 UTC 

[PATCH v4 0/8] drm/sched: Fix memory leaks with cancel_job() callback
 2025-07-10 12:58 UTC  (3+ messages)
` [PATCH v4 1/8] drm/panfrost: Fix scheduler workqueue bug

[PATCH] drm/nouveau: Fix memory leak in nvbios_iccsense_parse
 2024-12-16 13:03 UTC  (3+ messages)
` [PATCH v1 v1] "

[PATCH] drm/nouveau/clk: prevent division by zero in gt215_clk_info()
 2024-09-30 15:25 UTC 

[PATCH 0/4] drm/nouveau: Simplify nouveau_fence.c
 2025-05-08  9:13 UTC  (4+ messages)
` [PATCH 4/4] drm/nouveau: Check dma_fence in canonical way

[PATCH v1 1/2] powerpc/mmiotrace: Add MMIO Tracing tool for PowerPC
 2024-09-04  7:47 UTC  (4+ messages)

[PATCH] drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes
 2024-06-25  8:10 UTC 

[PATCH] drm/nouveau/dp: convert to use ERR_CAST()
 2025-05-15 12:11 UTC 

[PATCH] drm/nouveau/kms: fix overflow in block size calculation in nouveau_check_bl_size()
 2025-05-07 21:05 UTC 

[ BUG ] Broken GPU
 2024-06-09  6:28 UTC 

[PATCH] drm/nouveau/pmu: Fix gp10b firmware guard
 2025-01-30 21:25 UTC 

[RFC PATCH 7/8] rust: add firmware abstractions
 2024-05-28 10:17 UTC  (4+ messages)

[REGRESSION] v6.9-rc7: nouveau: init failed, no display output from kernel; successfully bisected
 2024-05-06 18:59 UTC  (2+ messages)

[PATCH v3] drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes
 2024-06-27  7:42 UTC 

[PATCH v2 1/2] drm/nouveau/disp: add backlight for ada lovelace
 2024-04-23 18:00 UTC  (2+ messages)
` Add working backlight for "ada lovelace" missing case

[RFC PATCH 0/8] [RFC] DRM Rust abstractions and Nova
 2024-06-06 15:26 UTC  (3+ messages)
` [RFC PATCH 6/8] rust: drm: gem: Add GEM object abstraction

nouveau: r535.c:1266:3: error: label at end of compound statement default: with gcc-8
 2024-04-29 15:06 UTC 

[PATCH v2 0/8] DRM Rust abstractions and Nova
 2024-09-03 11:04 UTC  (4+ messages)
` [PATCH v2 3/8] rust: drm: add driver abstractions

[Buildroot] [git commit] package/dialog: bump to version 1.3-20251001
 2025-12-13 12:31 UTC 

[PATCH v3 0/4] LongArch: KVM: Add AVEC support irqchip in kernel
 2025-12-13 12:39 UTC  (2+ messages)

[PATCH v8 2/8] coresight: core: add a new API to retrieve the helper device
 2025-12-13 12:38 UTC  (2+ messages)

[openeuler:openEuler-1.0-LTS 1941/1941] drivers/gpu/drm/phytium/phytium_display_drv.c:89:16: warning: variable 'status' set but not used
 2025-12-13 12:38 UTC 

[PATCH] s390/spinlock: Replace simple_strtoul with kstrtouint in spin_retry_setup
 2025-12-13 12:32 UTC 

[android-common:android14-kiwi-6.1 0/40] htmldocs: ./drivers/gpu/drm/amd/display/dc/dc.h:860: warning: Function parameter or member 'minimum_z8_residency_time' not described in 'dc_debug_options'
 2025-12-13 12:31 UTC 

[anolis-intel-cloud:intel-6.6-CWF-PLR-ANBZ26486 0/11] drivers/ata/libahci.c:210:5: warning: no previous prototype for 'get_ahci_em_messages'
 2025-12-13 12:27 UTC 

drivers/md/md.c:898 get_pers() warn: iterator 'i' not incremented
 2025-12-13 12:27 UTC 

[Buildroot] [PATCH 1/1] package/libarchive: security bump version to 3.8.4
 2025-12-13 12:24 UTC  (2+ messages)

[Buildroot] [git commit] package/libarchive: security bump version to 3.8.4
 2025-12-13 12:20 UTC 

[PATCH v1] LoongArch: Remove unnecessary checks in bt_address()
 2025-12-13 12:24 UTC  (6+ messages)

[PATCH v3] drm/nova: Align GEM memory allocation to system page size
 2025-12-08  7:18 UTC 

[PATCH v2 00/11] gpu: nova-core: Boot GSP to RISC-V active
 2025-09-22 15:25 UTC  (3+ messages)
` [PATCH v2 01/10] gpu: nova-core: Set correct DMA mask

[PATCH 1/1] drm: nova: Align GEM memory allocation to system page size
 2025-11-26 21:14 UTC  (15+ messages)

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-27 21:25 UTC  (18+ messages)

[PATCH] nouveau: Add missing break statement
 2024-04-30 13:18 UTC 

[PATCH v2 00/19] gpu: nova-core: register!() macro improvements
 2025-07-18 19:05 UTC  (3+ messages)
` [PATCH v2 02/19] gpu: nova-core: register: fix typo

[PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
 2025-08-25  4:14 UTC  (2+ messages)

[PATCH v2] drm/nouveau: fix div-by-zero in nouveau_bo_fixup_align
 2025-11-30 14:42 UTC 

[PATCH v2] drm: nova: Align GEM memory allocation to system page size
 2025-12-08  6:44 UTC 

[RFC PATCH v3 0/7] gpu: nova-core: register definitions and basic timer and falcon devices
 2025-03-20 18:17 UTC  (3+ messages)
` [PATCH RFC v3 6/7] gpu: nova-core: add basic timer device

[PATCH RFC net 1/1] net: sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loop
 2025-12-13 12:16 UTC 

[android-common:android16-6.12-desktop 18/18] drivers/iommu/intel/iommu.c:1475:18: error: 'struct pkvm_lm_context_param' has no member named 'ats_qdep'
 2025-12-13 12:16 UTC 

[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{12, 17, 18}.x series
 2025-12-13 12:16 UTC  (2+ messages)

[anolis-intel-cloud:devel-6.6 50/50] mm/vmscan.c:1731:24: warning: variable 'target_lruvec' set but not used
 2025-12-13 12:14 UTC 

[PATCH] drm/nouveau: Resolve the issue of VGA not detecting disconnection
 2025-12-01  1:41 UTC 

[Buildroot] [git commit] {linux, linux-headers}: bump 6.{12, 17, 18}.x series
 2025-12-13 12:04 UTC 

[PATCH net] udp: remove obsolete SNMP TODO
 2025-12-13 12:10 UTC 

[PATCH] perf/x86: Prevent NULL event deref in handle_pmi_common()
 2025-12-13 12:06 UTC  (3+ messages)
` [tip: perf/urgent] perf/x86/intel: Fix NULL event dereference crash "

[android-common:android15-6.6 2/2] include/trace/stages/init.h:2:23: warning: 'str__huge_memory__trace_system_name' defined but not used
 2025-12-13 12:04 UTC 

[PATCH] m68k: nommu: fix memmove() with differently aligned src and dest for 68000
 2025-12-13 12:04 UTC 

[PATCH 0/2] Commonize pinctrl for camera master clock on Qualcomm SDM845
 2025-12-13 12:00 UTC  (6+ messages)
` [PATCH 1/2] arm64: qcom: sdm845: Introduce camera master clock pinctrl
` [PATCH 2/2] arm64: dts: qcom: sdm845-db845c: Use introduced platform wide cam_mclk0_default

[Buildroot] [PATCH 1/1] package/samba4: bump version to 4.23.4
 2025-12-13 11:58 UTC 

[Buildroot] [PATCH 1/1] package/fetchmail: bump version to 6.6.2
 2025-12-13 11:58 UTC 

[Buildroot] [PATCH 1/3] package/spirv-llvm-translator: bump version to 21.1.3
 2025-12-13 11:58 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/spirv-{headers, tools}: bump to version 1.4.335.0
` [Buildroot] [PATCH 3/3] package/python-glslang: bump version to 16.1.0

[Buildroot] [PATCH 1/2] package/alsa-lib: bump version to 1.2.15
 2025-12-13 11:57 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/alsa-utils: "

[Buildroot] [PATCH 1/1] package/cmake: bump version to 4.2.1
 2025-12-13 11:56 UTC 

[Buildroot] [PATCH 1/2] package/libva: bump version to 2.23.0
 2025-12-13 11:56 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/libva-utils: "

[Buildroot] [PATCH 1/1] package/libdrm: bump version to 2.4.131
 2025-12-13 11:55 UTC 

drivers/gpu/drm/xe/xe_vm.c:2910 prefetch_ranges() warn: iterator 'i' not incremented
 2025-12-13 11:53 UTC 

[android-common:android16-6.12-desktop 5/5] drivers/gpu/drm/xe/xe_pxp_multi_session.c:34: warning: Excess struct member 'exec' description in 'xe_pxp_client'
 2025-12-13 11:53 UTC 

[PATCH v2] resource: provide 0args DEFINE_RES variant for unset resource desc
 2025-12-13 11:53 UTC 

Patch "media: ov02c10: Fix default vertical flip" has been added to the 6.18-stable tree
 2025-12-13 11:52 UTC 

[Buildroot] [2025.02.x, PATCH] package/sysprof: remove 'debuginfod' config symbol
 2025-12-13 11:27 UTC  (2+ messages)

sound/soc/codecs/rt1320-sdw.c:1168 rt1320_set_gain_put() error: uninitialized symbol 'err'
 2025-12-13 11:42 UTC 

[PATCH 0/2] clk: scmi: Fix name defer
 2025-12-13 11:36 UTC  (4+ messages)

[android-common:android16-6.12-desktop 18/18] drivers/dma-buf/sync_file.c:120:12: sparse: sparse: symbol 'sync_fence_signaled_driver_name' was not declared. Should it be static?
 2025-12-13 11:30 UTC 

[koverstreet-bcachefs:master 1132/1133] fs/bcachefs/btree/bset.c:297 __bch2_verify_insert_pos() error: we previously assumed 'prev' could be null (see line 261)
 2025-12-13 11:30 UTC 

[PATCH v2] arm64: hw_breakpoint: warn on invalid breakpoint length
 2025-12-13 11:23 UTC 

[PATCH] default-providers.inc: Let libva-native provide libva-dev-native
 2025-12-13 11:22 UTC  (2+ messages)
` [OE-core] "

[OE-core][whinlatter][PATCH 01/67] bluez5: upgrade 5.84 -> 5.85
 2025-12-13 11:21 UTC  (4+ messages)
` [OE-core][whinlatter][PATCH 66/67] mesa: upgrade 25.2.5 -> 25.2.8
` [OE-core][whinlatter][PATCH 67/67] e2fsprogs: misc/create_inode.c: Fix for file larger than 2GB

[CI-ONLY PATCH v2 11/12] PREEMPT_RT injection
 2025-12-13 11:19 UTC  (2+ messages)

drivers/auxdisplay/line-display.c:89 delete_attachment() warn: iterator used outside loop: 'attachment'
 2025-12-13 11:19 UTC 

sound/soc/sdca/sdca_asoc.c:381 entity_pde_event() error: uninitialized symbol 'poll_us'
 2025-12-13 11:17 UTC  (2+ messages)

drivers/gpu/drm/imagination/pvr_rogue_fwif_check.h:487:1: sparse: sparse: static assertion failed: "struct rogue_fwif_hwrtdata is incorrect size"
 2025-12-13 11:07 UTC 

drivers/iio/light/veml6046x00.c:688 veml6046x00_single_read() error: uninitialized symbol 'it_usec'
 2025-12-13 11:07 UTC 

drivers/iio/adc/ad7606.c:1265 ad7606_probe_channels() warn: potentially one past the end of array 'channels[i]'
 2025-12-13 11:07 UTC 

[PATCH 1/3] ecryptfs: Replace strcpy with strscpy in ecryptfs_set_default_crypt_stat_vals
 2025-12-13 11:04 UTC  (3+ messages)
` [PATCH 2/3] ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_string
` [PATCH 3/3] ecryptfs: Replace strcpy with strscpy in ecryptfs_validate_options

[Buildroot] [git commit] package/python-brotli: security bump to version 1.2.0
 2025-12-13 10:37 UTC 

[Buildroot] [PATCH/next 01/31] package/python-aioconsole: bump version to 0.8.2
 2025-12-13 11:05 UTC  (4+ messages)
` [Buildroot] [PATCH/next 24/31] package/python-brotli: bump version to 1.2.0

drivers/tee/tee_core.c:735 tee_ioctl_object_invoke() warn: potential user controlled sizeof overflow '20 + (size_mul(32, (arg.num_params)))' '20 + 0-u32max'
 2025-12-13 11:05 UTC  (2+ messages)

[PATCH v4 0/5] media: i2c: IMX355 for the Pixel 3a
 2025-12-13 11:01 UTC  (3+ messages)
` [PATCH v4 4/5] arm64: dts: qcom: sdm670: add camera mclk pins

[PATCH 0/2] drm/amd/display: Address -Wframe-larger-than with clang-22
 2025-12-13 10:58 UTC  (3+ messages)
` [PATCH 1/2] drm/amd/display: Reduce number of arguments of dcn30's CalculatePrefetchSchedule()
` [PATCH 2/2] drm/amd/display: Reduce number of arguments of dcn30's CalculateWatermarksAndDRAMSpeedChangeSupport()

drivers/irqchip/irq-gic-v5-its.c:854:13: sparse: sparse: restricted __le64 degrades to integer
 2025-12-13 10:56 UTC 

[PATCH 0/3] PF: Add handling for new adverse event thresholds
 2025-12-13 10:55 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[RESEND PATCH v6 0/5] proc: subset=pid: Relax check of mount visibility
 2025-12-13 10:49 UTC  (3+ messages)

drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/nvenc.c:36 r535_nvenc_alloc() warn: 'args' can also be NULL
 2025-12-13 10:44 UTC 

[PATCH 00/16] efi: restructure for reuse from loader code
 2025-12-13 10:42 UTC  (2+ messages)
` [PATCH] fixup! efi: payload: restructure Kconfig

[PATCH] lib: sbi: sbi_pmu: Fix multiple start and stop operations of FW counters
 2025-12-13 10:41 UTC 

[PATCH] rust: conclude the Rust experiment
 2025-12-13 10:35 UTC  (2+ messages)

error[E0463]: can't find crate for `core`
 2025-12-13 10:32 UTC 

[PATCH 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
 2025-12-13 10:26 UTC  (5+ messages)
` [PATCH 2/3] dmaengine: dw-axi-dmac: Add support for CV1800B DMA

[android-common:android16-6.12-desktop 0/18] htmldocs: Documentation/virt/kvm/x86/pkvm-intel.rst:431: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2025-12-13 10:26 UTC 

drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c:105:58: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2025-12-13 10:23 UTC 

[openeuler:OLK-6.6 3541/3541] kernel/sched/fair.c:143:14: sparse: sparse: symbol 'sysctl_overload_detect_period' was not declared. Should it be static?
 2025-12-13 10:23 UTC 

[anolis-intel-cloud:devel-6.6 50/50] mm/memcg_zombie_reaper.c:47:6: warning: no previous prototype for 'memcg_reap_background_set'
 2025-12-13 10:22 UTC 

[PATCH] fbdev: arkfb: Request legacy VGA I/O region
 2025-12-13 15:49 UTC 

Patch "RAS: Report all ARM processor CPER information to userspace" has been added to the 6.18-stable tree
 2025-12-13 10:14 UTC 

[PATCH net v2] erspan: Initialize options_len before referencing options
 2025-12-13 10:13 UTC 

[PATCH] arm64: hw_breakpoint: warn on invalid breakpoint length
 2025-12-13 10:10 UTC  (2+ messages)

Diff in rust/kernel/lib.rs:128:
 2025-12-13 10:11 UTC 

[robertosassu:ima-staging-v2-devel-v9 1/1] security/integrity/ima/ima_queue.c:44:22: error: conflicting types for 'binary_runtime_size'
 2025-12-13 10:10 UTC 

[tip: x86/boot] x86/acpi/boot: Correct acpi_is_processor_usable() check again
 2025-12-13 10:07 UTC 

[PATCH] x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment
 2025-12-13 10:07 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH v2 1/2] x86/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum
 2025-12-13 10:07 UTC  (2+ messages)
` [tip: x86/urgent] x86/mm/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum in <trace/events/tlb.h>

[PATCH v2 2/2] mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS
 2025-12-13 10:07 UTC  (2+ messages)
` [tip: x86/urgent] mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from <linux/mm_types.h>

[PATCH v8 0/8] mbim: Add support for MediaTek T700 5G
 2025-12-13 10:06 UTC  (3+ messages)
` [PATCH v8 7/8] mbim: Add support for SIM I/O operations

[PATCH 1/1] commands/efi/lsefisystab: MEMORY_ATTRIBUTES_TABLE, TCG2_FINAL_EVENTS
 2025-12-13 10:02 UTC  (2+ messages)


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.