linux/drivers/gpu/drm/msm
Linus Torvalds 4d38b88fd1 printk changes for 6.19
-----BEGIN PGP SIGNATURE-----
 
 iQJPBAABCAA5FiEESH4wyp42V4tXvYsjUqAMR0iAlPIFAmktlbUbFIAAAAAABAAO
 bWFudTIsMi41KzEuMTEsMiwyAAoJEFKgDEdIgJTyevsP/1z98/wfCaSCquIq4H8S
 OTqFGybGgYQt1NmMj2cGPpbAE3LJNYORT0A4tcoqOTy1Z5xbQz63rO3clSI/e7Mf
 n4ZZ7NvkE40i8et1BjqtZa9dSkAv4QLYH73KrtNeuTr5tqvHo1x8FakUH6gQnb1k
 QOOebvbVXnOb+rh89j1GZShrLFcCil0psjp165WHAYE/3PyFBgYGLMCgwLqS+W3H
 re5Q4sl/ySXpMFF/XN1Kww48FWxy/h+YQFCxZwuWlUcXtVjqZ+BN+keb7AqaFQ7R
 dC2exV2W0RBoupEJR/FWHoXrm/bDDLhzqRaMvoggLJrMJ9L6V0WdIhaFA4qzoG63
 paJGFjUfmDX3dpPsAddq7kKeevCz4a2/HwFKhiBqqq4tdHuely7wZgnoFO7ovgmu
 DYDCXHtpJuWZR3WJ5I/V/sJ9i9KFXhhyWcKVf13QTAFiCaA09aeSAcUWNYNaaxbn
 nu6IkUxdIVnWIEBgcYH6jz1DrPGreYLYuD4bVb2gdZoP0r3tnMpG6xfSNIUueSGd
 VFAKW9PJYaj7Id+jgACH6V+gQ22L600xJDdL1bPjRbGE0LD7vlz2F1MZTq3BFJFn
 hUxJeOZplHX+TPophdvH4MO9VLmydWLUyJiDBP1yA8M9XZms/5s7IJJ1RYXqUCcf
 qEB4L7W1+Qy1R/lzf2PU9X4R
 =FnfO
 -----END PGP SIGNATURE-----

Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux

Pull printk updates from Petr Mladek:

 - Allow creaing nbcon console drivers with an unsafe write_atomic()
   callback that can only be called by the final nbcon_atomic_flush_unsafe().
   Otherwise, the driver would rely on the kthread.

   It is going to be used as the-best-effort approach for an
   experimental nbcon netconsole driver, see

     https://lore.kernel.org/r/20251121-nbcon-v1-2-503d17b2b4af@debian.org

   Note that a safe .write_atomic() callback is supposed to work in NMI
   context. But some networking drivers are not safe even in IRQ
   context:

     https://lore.kernel.org/r/oc46gdpmmlly5o44obvmoatfqo5bhpgv7pabpvb6sjuqioymcg@gjsma3ghoz35

   In an ideal world, all networking drivers would be fixed first and
   the atomic flush would be blocked only in NMI context. But it brings
   the question how reliable networking drivers are when the system is
   in a bad state. They might block flushing more reliable serial
   consoles which are more suitable for serious debugging anyway.

 - Allow to use the last 4 bytes of the printk ring buffer.

 - Prevent queuing IRQ work and block printk kthreads when consoles are
   suspended. Otherwise, they create non-necessary churn or even block
   the suspend.

 - Release console_lock() between each record in the kthread used for
   legacy consoles on RT. It might significantly speed up the boot.

 - Release nbcon context between each record in the atomic flush. It
   prevents stalls of the related printk kthread after it has lost the
   ownership in the middle of a record

 - Add support for NBCON consoles into KDB

 - Add %ptsP modifier for printing struct timespec64 and use it where
   possible

 - Misc code clean up

* tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux: (48 commits)
  printk: Use console_is_usable on console_unblank
  arch: um: kmsg_dump: Use console_is_usable
  drivers: serial: kgdboc: Drop checks for CON_ENABLED and CON_BOOT
  lib/vsprintf: Unify FORMAT_STATE_NUM handlers
  printk: Avoid irq_work for printk_deferred() on suspend
  printk: Avoid scheduling irq_work on suspend
  printk: Allow printk_trigger_flush() to flush all types
  tracing: Switch to use %ptSp
  scsi: snic: Switch to use %ptSp
  scsi: fnic: Switch to use %ptSp
  s390/dasd: Switch to use %ptSp
  ptp: ocp: Switch to use %ptSp
  pps: Switch to use %ptSp
  PCI: epf-test: Switch to use %ptSp
  net: dsa: sja1105: Switch to use %ptSp
  mmc: mmc_test: Switch to use %ptSp
  media: av7110: Switch to use %ptSp
  ipmi: Switch to use %ptSp
  igb: Switch to use %ptSp
  e1000e: Switch to use %ptSp
  ...
2025-12-03 12:42:36 -08:00
..
adreno drm/msm: Reject MAP_NULL op if no PRR 2025-10-25 10:01:03 -07:00
disp printk changes for 6.19 2025-12-03 12:42:36 -08:00
dp drm/bridge: Pass down connector to drm bridge detect hook 2025-07-14 18:23:18 +03:00
dsi drm/msm: dsi: fix PLL init in bonded mode 2025-10-29 00:10:06 +02:00
hdmi Merge tag 'drm-msm-next-2025-09-12' of https://gitlab.freedesktop.org/drm/msm into drm-next 2025-09-16 10:21:38 +10:00
registers drm/msm/registers: Sync GPU registers from mesa 2025-09-10 14:48:12 -07:00
.gitignore
Kconfig drm/msm: rearrange symbol selection 2025-07-05 07:13:35 -07:00
Makefile drm/msm: make it possible to disable KMS-related code. 2025-07-05 07:13:35 -07:00
NOTES
msm_atomic.c
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_debugfs.c drm/msm: Fix dereference of pointer minor before null check 2025-08-07 09:22:27 -07:00
msm_debugfs.h
msm_drv.c drm/msm: Fix bootup splat with separate_gpu_drm modparam 2025-09-09 17:25:24 +03:00
msm_drv.h Merge tag 'drm-msm-next-2025-09-12' of https://gitlab.freedesktop.org/drm/msm into drm-next 2025-09-16 10:21:38 +10:00
msm_dsc_helper.h
msm_fb.c drm/msm: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct() 2025-07-16 20:11:05 +03:00
msm_fbdev.c drm/msm: Rename msm_gem_address_space -> msm_gem_vm 2025-07-04 11:09:44 -07:00
msm_fence.c
msm_fence.h
msm_gem.c Merge tag 'drm-msm-fixes-2025-10-29' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-10-31 19:07:39 +01:00
msm_gem.h drm/msm: Fix 32b size truncation 2025-09-06 08:58:11 -07:00
msm_gem_prime.c drm/msm: Fix 32b size truncation 2025-09-06 08:58:11 -07:00
msm_gem_shrinker.c drm/msm: Use DMA_RESV_USAGE_BOOKKEEP/KERNEL 2025-07-04 17:48:37 -07:00
msm_gem_submit.c drm/msm: make sure last_fence is always updated 2025-10-16 07:47:40 -07:00
msm_gem_vma.c Merge tag 'drm-msm-fixes-2025-10-29' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-10-31 19:07:39 +01:00
msm_gpu.c drm/msm: Switch to use %ptSp 2025-11-19 10:24:13 +01:00
msm_gpu.h drm/msm: Reject MAP_NULL op if no PRR 2025-10-25 10:01:03 -07:00
msm_gpu_devfreq.c
msm_gpu_trace.h drm/msm: Add an ftrace for gpu register access 2025-09-08 07:24:59 -07:00
msm_gpu_tracepoints.c
msm_io_utils.c
msm_iommu.c drm/msm: Fix pgtable prealloc error path 2025-10-16 07:31:15 -07:00
msm_kms.c drm/msm/mdp4: use msm_kms_init_vm() instead of duplicating it 2025-09-08 07:24:58 -07:00
msm_kms.h drm/msm: make it possible to disable KMS-related code. 2025-07-05 07:13:35 -07:00
msm_mdss.c drm/msm: use dev_fwnode() 2025-08-29 01:51:46 +03:00
msm_mmu.h drm/msm: Support pgtable preallocation 2025-07-04 17:48:37 -07:00
msm_perf.c
msm_rd.c drm/msm: rd dumping support for sparse 2025-07-04 17:48:37 -07:00
msm_ringbuffer.c drm/msm: Drop queued submits on lastclose() 2025-07-04 17:48:36 -07:00
msm_ringbuffer.h
msm_submitqueue.c drm/msm/adreno: Disable IFPC when sysprof is active 2025-09-08 07:25:00 -07:00
msm_syncobj.c drm/msm: Extract out syncobj helpers 2025-07-04 17:48:37 -07:00
msm_syncobj.h drm/msm: Extract out syncobj helpers 2025-07-04 17:48:37 -07:00