All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-20 15:13:50 to 2022-07-20 15:36:00 UTC [more...]

[PATCH v4 00/41] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-07-20 15:32 UTC  (104+ messages)
` [Intel-gfx] "
` [PATCH v4 01/41] dyndbg: fix static_branch manipulation
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v4 02/41] dyndbg: fix module.dyndbg handling
  `  "
` [Intel-gfx] [PATCH v4 03/41] dyndbg: show both old and new in change-info
  `  "
` [PATCH v4 04/41] dyndbg: reverse module walk in cat control
  ` [Intel-gfx] "
` [PATCH v4 05/41] dyndbg: reverse module.callsite "
  ` [Intel-gfx] "
` [PATCH v4 06/41] dyndbg: use ESCAPE_SPACE for "
  ` [Intel-gfx] "
` [PATCH v4 07/41] dyndbg: let query-modname override actual module name
  ` [Intel-gfx] "
` [PATCH v4 08/41] dyndbg: add test_dynamic_debug module
  ` [Intel-gfx] "
` [PATCH v4 09/41] dyndbg: drop EXPORTed dynamic_debug_exec_queries
  ` [Intel-gfx] "
` [PATCH v4 10/41] dyndbg: add class_id to pr_debug callsites
  ` [Intel-gfx] "
` [PATCH v4 11/41] dyndbg: add __pr_debug_cls for testing
  ` [Intel-gfx] "
` [PATCH v4 12/41] dyndbg: add DECLARE_DYNDBG_CLASSMAP
  ` [Intel-gfx] "
` [PATCH v4 13/41] kernel/module: add __dyndbg_classes section
  ` [Intel-gfx] "
` [PATCH v4 14/41] dyndbg: add ddebug_attach_module_classes
  ` [Intel-gfx] "
` [PATCH v4 15/41] dyndbg: validate class FOO by checking with module
  ` [Intel-gfx] "
` [PATCH v4 16/41] dyndbg: add drm.debug style bitmap support
  ` [Intel-gfx] "
` [PATCH v4 17/41] dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
  ` [Intel-gfx] "
` [PATCH v4 18/41] doc-dyndbg: describe "class CLASS_NAME" query support
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v4 19/41] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
  `  "
` [PATCH v4 20/41] drm_print: condense enum drm_debug_category
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v4 21/41] drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers
  `  "
` [Intel-gfx] [PATCH v4 22/41] drm_print: interpose drm_*dbg with forwarding macros
  `  "
` [PATCH v4 23/41] drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro
  ` [Intel-gfx] "
` [PATCH v4 24/41] drm-print: add drm_dbg_driver to improve namespace symmetry
  ` [Intel-gfx] "
` [PATCH v4 25/41] drm-print: include dyndbg header indirectly
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v4 26/41] drm_print: refine drm_debug_enabled for jump-label
  `  "
` [Intel-gfx] [PATCH v4 27/41] drm_print: prefer bare printk KERN_DEBUG on generic fn
  `  "
` [PATCH v4 28/41] drm_print: add _ddebug descriptor to drm_*dbg prototypes
` [PATCH v4 29/41] nouveau: change nvkm_debug/trace to use dev_dbg POC
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v4 30/41] tracing/events: Add __vstring() and __assign_vstr() helper macros
  `  "
` [Intel-gfx] [PATCH v4 32/41] dyndbg: add _DPRINTK_FLAGS_TRACE
  `  "
` [Intel-gfx] [PATCH v4 33/41] dyndbg: add write-events-to-tracefs code
  `  "
` [PATCH v4 34/41] dyndbg: add 2 trace-events: drm_{,dev}debug
  ` [Intel-gfx] [PATCH v4 34/41] dyndbg: add 2 trace-events: drm_{, dev}debug
` [PATCH v4 35/41] dyndbg: add 2 more trace-events: pr_debug, dev_dbg
` [Intel-gfx] [PATCH v4 37/41] nouveau: adapt NV_DEBUG, NV_ATOMIC to use DRM.debug
  `  "
` [PATCH v4 38/41] nouveau-dyndbg: alter DEBUG, TRACE, SPAM levels to use dyndbg
  ` [Intel-gfx] "
` [PATCH v4 39/41] nouveau-dbg: add 2 verbose-classmaps for CLI, SUBDEV
  ` [Intel-gfx] "
` [PATCH v4 41/41] nouveau-dyndbg: wip subdev refine, breaks on use
  ` [Intel-gfx] "

[PATCH drm-misc-next v5 0/4] drm: rename CMA helpers to DMA helpers
 2022-07-20 15:35 UTC  (7+ messages)
` [PATCH drm-misc-next v5 1/4] drm/fb: rename FB CMA helpers to FB "
` [PATCH drm-misc-next v5 2/4] drm/gem: rename GEM CMA helpers to GEM "
` [PATCH drm-misc-next v5 4/4] drm/todo: remove task to rename CMA helpers

[meta-zephyr] build broken with current oe-core master
 2022-07-20 15:35 UTC  (9+ messages)
  ` [oe] "

[linux-next:master 11451/11981] riscv64-linux-ld: kernel/bpf/cgroup.c:310: undefined reference to `bpf_trampoline_unlink_cgroup_shim'
 2022-07-20 15:35 UTC 

[PATCH v3 00/14] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-07-20 15:35 UTC  (29+ messages)
` [PATCH v3 01/14] perf/hw_breakpoint: Add KUnit test for constraints accounting
` [PATCH v3 02/14] perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in test
` [PATCH v3 03/14] perf/hw_breakpoint: Clean up headers
` [PATCH v3 04/14] perf/hw_breakpoint: Optimize list of per-task breakpoints
` [PATCH v3 05/14] perf/hw_breakpoint: Mark data __ro_after_init
` [PATCH v3 06/14] perf/hw_breakpoint: Optimize constant number of breakpoint slots
` [PATCH v3 07/14] perf/hw_breakpoint: Make hw_breakpoint_weight() inlinable
` [PATCH v3 08/14] perf/hw_breakpoint: Remove useless code related to flexible breakpoints
` [PATCH v3 09/14] powerpc/hw_breakpoint: Avoid relying on caller synchronization

[PATCH 1/5] libsepol: rename validate_policydb to policydb_validate
 2022-07-20 15:35 UTC  (2+ messages)

[PATCH v2 00/10] sched: task load tracking optimization and cleanup
 2022-07-20 15:34 UTC  (7+ messages)
` [PATCH v2 07/10] sched/fair: use update_load_avg() to attach/detach entity load_avg
    ` [External] "

[PATCH 0/5] configure: fix some non-portabilities
 2022-07-20 15:26 UTC  (6+ messages)
` [PATCH 1/5] configure: Add missing POSIX-required space
` [PATCH 2/5] configure: Add braces to clarify intent of $emu[[:space:]]
` [PATCH 3/5] configure: Don't use bash-specific string-replacement syntax
` [PATCH 4/5] configure: Drop dead code attempting to use -msmall-data on alpha hosts
` [PATCH 5/5] configure: Avoid '==' bashism

[PULL 0/3] s390x fixes
 2022-07-20 15:27 UTC  (2+ messages)

[PATCH v4 0/7] sched/fair: improve scan efficiency of SIS
 2022-07-20 15:34 UTC  (3+ messages)
` [PATCH v4 5/7] sched/fair: skip SIS domain search if fully busy

[PATCH V2] arm64: fix oops in concurrently setting insn_emulation sysctls
 2022-07-20 15:33 UTC  (6+ messages)

[PATCH 0/3] rasdaemon: misc fixes
 2022-07-20 15:33 UTC  (3+ messages)
` [PATCH 3/3] rasdaemon: ras-memory-failure-handler: handle localtime() failure correctly

[PATCH 1/2] block: call blk_mq_exit_queue from disk_release for never added disks
 2022-07-20 15:33 UTC  (9+ messages)
` [PATCH 2/2] Revert "ublk_drv: fix request queue leak"

[PATCH V6 00/16] The Runtime Verification (RV) interface
 2022-07-20 15:33 UTC  (6+ messages)
` [PATCH V6 01/16] rv: Add "

[PATCH v2] iio: adc: imx8qxp-adc: propagate regulator_get_voltage error
 2022-07-20 15:31 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v3 0/2] Add pinned to perf_pmu and remove store dword
 2022-07-20 15:33 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Add pinned to perf_pmu and remove store dword (rev3)

Hírlevél feliratkozás megerősítés
 2022-07-20 15:32 UTC 

[PATCH v3 0/4] mtd: spi: spi-nor: rk3399: rock-pi-4: u-boot/next Support SPI NOR Flash in Rock Pi 4 (XTX xt25f32b)
 2022-07-20 15:32 UTC 

[GIT PULL] dt-bindings: qcom for v5.20, version 2
 2022-07-20 15:31 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-20 15:31 UTC  (7+ messages)
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH v2] crypto: ccree - Remove a useless dma_supported() call
 2022-07-20 15:31 UTC  (2+ messages)

[PATCH v3 RESEND 0/6] Add support for upcoming chips to k10temp and amd_nb
 2022-07-20 15:30 UTC  (4+ messages)

[PATCH v5] ext4/056: add a check to make sure ext4 uuid ioctls get/set during fsstress
 2022-07-20 15:30 UTC  (5+ messages)

build failure of next-20220720 due to undefined calls in modpost
 2022-07-20 15:28 UTC 

[PATCH] HID: nintendo: Fix unused-const-variable compiler warning
 2022-07-20 15:27 UTC  (2+ messages)

[PATCH net] ip_tunnel: allow to inherit from VLAN encapsulated IP frames
 2022-07-20 15:24 UTC  (13+ messages)

[PATCH v7 0/7] RISC-V IPI Improvements
 2022-07-20 15:23 UTC  (16+ messages)
` [PATCH v7 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH v7 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
` [PATCH v7 3/7] genirq: Add mechanism to multiplex a single HW IPI
` [PATCH v7 4/7] RISC-V: Treat IPIs as normal Linux IRQs
` [PATCH v7 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [PATCH v7 6/7] RISC-V: Use IPIs for remote TLB flush when possible
` [PATCH v7 7/7] RISC-V: Use IPIs for remote icache "

[Buildroot] [PATCH 1/1] package/zfs: fix cross-compilation
 2022-07-20 15:24 UTC 

should we make "-o iversion" the default on ext4 ?
 2022-07-20 15:22 UTC  (4+ messages)

[PATCH] mm: fix use-after free of page_ext after race with memory-offline
 2022-07-20 15:22 UTC  (8+ messages)

ftrace_kill() leads to kmalloc-512 UAF
 2022-07-20 15:22 UTC 

[PATCH] gpu: ipu-v3: common: Add of_node_put() for reference returned by of_graph_get_port_by_id()
 2022-07-20 15:22 UTC 

[RFC PATCH 0/2] x86: allow to notify host about guest entering s2idle
 2022-07-20 15:22 UTC  (5+ messages)
` [RFC PATCH 1/2] suspend: extend S2Idle ops by new notify handler

[PATCH RESEND 0/2] drm/virtio: use drm managed resources
 2022-07-20 15:20 UTC  (7+ messages)
` [PATCH RESEND 1/2] drm/virtio: plane: "
` [PATCH RESEND 2/2] drm/virtio: kms: "

[RFC PATCH 00/14] mm: relaxed TLB flushes and other optimi
 2022-07-20 15:19 UTC  (3+ messages)
` [RFC PATCH 03/14] mm/mprotect: allow exclusive anon pages to be writable

[igt-dev] [PATCH] lib/chamelium: Support MST connectors on reprobe by using connector name
 2022-07-20 15:19 UTC 

[qemu-arm-static] timer_delete issue from Qemu 5.0.0 onwards
 2022-07-20 15:19 UTC  (13+ messages)

[PATCH v3 0/3] Tidy user rdpmc documentation and testing
 2022-07-20 15:18 UTC  (4+ messages)
` [PATCH v3 1/3] perf: Align user space counter reading with code

[PATCH] clk: sunxi-ng: Fix H6 RTC clock definition
 2022-07-20 15:16 UTC  (4+ messages)

[PATCH] PCI: eliminate abnormal characters when reads help information of "PCI_P2PDMA" under menuconfig
 2022-07-20 15:17 UTC  (2+ messages)

[RFCv6 PATCH net-next 00/19] net: extend the type of netdev_features_t to bitmap
 2022-07-20 15:13 UTC  (5+ messages)
` [RFCv6 PATCH net-next 02/19] net: replace general features macroes with global netdev_features variables

[PATCH] locking/lockdep: use pr_warn_once for reporting that lockdep is turned off
 2022-07-20 15:13 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: Add SKU6 for sc7180-trogdor-pazquel-lte-parade
 2022-07-20 15:13 UTC  (3+ messages)

[PATCH v4 0/3] Cleanups for asm-generic/pci.h
 2022-07-20 15:12 UTC  (3+ messages)
` [PATCH v4 3/3] asm-generic: Add new pci.h and use it


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.