messages from 2022-09-04 20:42:29 to 2022-09-04 21:47:45 UTC [more...]
[PATCH v6 00/57] DYNDBG: opt-in class'd debug for modules, use in drm
2022-09-04 21:41 UTC (168+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v6 01/57] dyndbg: fix static_branch manipulation
` "
` [PATCH v6 02/57] dyndbg: fix module.dyndbg handling
` [Intel-gfx] "
` [PATCH v6 03/57] dyndbg: show both old and new in change-info
` [Intel-gfx] "
` [PATCH v6 04/57] dyndbg: reverse module walk in cat control
` [Intel-gfx] "
` [Intel-gfx] [PATCH v6 05/57] dyndbg: reverse module.callsite "
` "
` [Intel-gfx] [PATCH v6 06/57] dyndbg: use ESCAPE_SPACE for "
` "
` [PATCH v6 07/57] dyndbg: let query-modname override actual module name
` [Intel-gfx] "
` [PATCH v6 08/57] dyndbg: add test_dynamic_debug module
` [Intel-gfx] "
` [PATCH v6 09/57] dyndbg: drop EXPORTed dynamic_debug_exec_queries
` [Intel-gfx] "
` [PATCH v6 10/57] dyndbg: cleanup auto vars in dynamic_debug_init
` [Intel-gfx] "
` [PATCH v6 11/57] dyndbg: gather __dyndbg[] state into struct _ddebug_info
` [Intel-gfx] "
` [Intel-gfx] [PATCH v6 12/57] dyndbg: add class_id to pr_debug callsites
` "
` [PATCH v6 13/57] dyndbg: add __pr_debug_cls for testing
` [Intel-gfx] "
` [Intel-gfx] [PATCH v6 14/57] dyndbg: add DECLARE_DYNDBG_CLASSMAP macro
` "
` [PATCH v6 15/57] kernel/module: add __dyndbg_classes section
` [Intel-gfx] "
` [PATCH v6 16/57] dyndbg: add ddebug_attach_module_classes
` [Intel-gfx] "
` [Intel-gfx] [PATCH v6 17/57] dyndbg: validate class FOO by checking with module
` "
` [Intel-gfx] [PATCH v6 18/57] doc-dyndbg: describe "class CLASS_NAME" query support
` "
` [PATCH v6 19/57] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
` [Intel-gfx] "
` [PATCH v6 20/57] dyndbg: add drm.debug style (drm/parameters/debug) bitmap support
` [PATCH v6 21/57] dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
` [Intel-gfx] "
` [PATCH v6 22/57] drm_print: condense enum drm_debug_category
` [Intel-gfx] "
` [PATCH v6 23/57] drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers
` [Intel-gfx] "
` [PATCH v6 24/57] drm_print: interpose drm_*dbg with forwarding macros
` [PATCH v6 25/57] drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro
` [Intel-gfx] "
` [Intel-gfx] [PATCH v6 26/57] drm-print.h: include dyndbg header
` "
` [PATCH v6 27/57] drm-print: add drm_dbg_driver to improve namespace symmetry
` [PATCH v6 28/57] drm_print: refine drm_debug_enabled for jump-label
` [Intel-gfx] "
` [PATCH v6 29/57] drm_print: prefer bare printk KERN_DEBUG on generic fn
` [Intel-gfx] [PATCH v6 30/57] drm_print: add _ddebug descriptor to drm_*dbg prototypes
` "
` [PATCH v6 31/57] nouveau: change nvkm_debug/trace to use dev_dbg POC
` [PATCH v6 32/57] nouveau: adapt NV_DEBUG, NV_ATOMIC to use DRM.debug
` [Intel-gfx] "
` [PATCH v6 33/57] nouveau: WIP add 2 LEVEL_NUM classmaps for CLI, SUBDEV
` [Intel-gfx] "
` [PATCH v6 34/57] dyndbg: add _DPRINTK_FLAGS_ENABLED
` [Intel-gfx] "
` [Intel-gfx] [PATCH v6 35/57] dyndbg: add _DPRINTK_FLAGS_TRACE
` "
` [Intel-gfx] [PATCH v6 36/57] dyndbg: add write-events-to-tracefs code
` "
` [PATCH v6 37/57] dyndbg: add 2 trace-events: drm_debug, drm_devdbg
` [Intel-gfx] "
` [Intel-gfx] [PATCH v6 38/57] dyndbg: add 2 more trace-events: pr_debug, dev_dbg
` "
` [PATCH v6 39/57] dyndbg/drm: POC add tracebits sysfs-knob
` [Intel-gfx] "
` [PATCH v6 40/57] dyndbg: abstraction macros for modname, function, filename fields
` [PATCH v6 40/57] dyndbg: abstraction macros for modname,function,filename fields
` [PATCH v6 41/57] dyndbg: split repeating columns to new struct _ddebug_site
` [PATCH v6 42/57] dyndbg: shrink lineno field by 2 bits
` [PATCH v6 43/57] dyndbg: add _index,_map to struct _ddebug
` [PATCH v6 44/57] dyndbg: extend __ddebug_add_module proto to allow packing sites
` [PATCH v6 45/57] dyndbg: de-duplicate sites
` [PATCH v6 46/57] dyndbg: drop site-> in add-module, more needed
` [PATCH v6 47/57] dyndbg: demote iter->site in _init
` [PATCH v6 48/57] dyndbg: add .gnu.linkonce slot in vmlinux.lds.h KEEPs
` [PATCH v6 49/57] dyndbg: add structs _ddebug_hdr, _ddebug_site_hdr
` [PATCH v6 50/57] dyndbg: count unique callsites
` [PATCH v6 51/57] dyndbg: prevent build bugs via -DNO_DYNAMIC_DEBUG_TABLE
` [Intel-gfx] [PATCH v6 52/57] dyndbg: add DEFINE_DYNAMIC_DEBUG_TABLE, use it tacitly RFC
` "
` [PATCH v6 53/57] dyndbg: add/use is_dyndbg_header then set _uplink
` [PATCH v6 54/57] dyndbg: add .gnu.linkonce. & __dyndbg* sections in module.lds.h
` [PATCH v6 55/57] dyndbg: dynamic_debug_sites_reclaim() using free_reserved_page() WAG
` [PATCH v6 56/57] dyndbg: work ddebug_map_site
` [PATCH v6 57/57] dyndbg: fiddle with readback value on LEVEL_NAMES types
[PATCH] rust: Fix cross compilation error for rust-testuite
2022-09-04 21:41 UTC (2+ messages)
[rdma:wip/leon-for-rc] BUILD SUCCESS 0d1b756acf60da5004c1e20ca4462f0c257bf6e1
2022-09-04 21:38 UTC
[PATCH] usb: add quirks for Lenovo OneLink+ Dock
2022-09-04 21:38 UTC (7+ messages)
[PATCH v1] arm: dts: rockchip: rk3128: fix DT node names
2022-09-04 21:37 UTC
[net-next PATCH v2] net: dsa: qca8k: convert to regmap read/write API
2022-09-04 21:34 UTC (3+ messages)
[PATCH v2 1/3] iio: temperature: mlx90632 Add runtime powermanagement modes
2022-09-04 21:36 UTC (3+ messages)
[PATCH] rust-cross-canadian: Fix for the linker issues caused by using the shell
2022-09-04 21:34 UTC (2+ messages)
` [OE-core] "
[RFC] Socket termination for policy enforcement and load-balancing
2022-09-04 21:24 UTC (4+ messages)
[syzbot] WARNING in bpf_bprintf_prepare (2)
2022-09-04 21:21 UTC
[PATCH] _Generic.3: New page documenting _Generic()
2022-09-04 21:16 UTC (4+ messages)
` [PATCH v2] "
[PATCH] mm: use mem_map_offset instead of mem_map_next
2022-09-04 21:15 UTC (2+ messages)
[PATCH] nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE state
2022-09-04 21:35 UTC
[PATCH v5 00/18] Implement call_rcu_lazy() and miscellaneous fixes
2022-09-04 21:13 UTC (9+ messages)
` [PATCH v5 04/18] rcu: Fix late wakeup when flush of bypass cblist happens
` [PATCH v5 06/18] rcu: Introduce call_rcu_lazy() API implementation
[Buildroot] [PATCH/next 1/1] package/minizip-zlib: bump to version 1.2.12
2022-09-04 21:11 UTC
[PATCH bpf-next] Fixes: 14a324f6a67e ("bpf: Wire up freeing of referenced kptr")
2022-09-04 21:10 UTC (2+ messages)
[PATCH 1/2 cgroup/for-6.1] cgroup: Improve cftype add/rm error handling
2022-09-04 21:10 UTC (2+ messages)
` [PATCH 2/2 cgroup/for-6.1] cgroup: Remove CFTYPE_PRESSURE
[Buildroot] [PATCH 1/1] package/minidlna: security bump to version 1.3.2
2022-09-04 21:04 UTC
[Buildroot] [PATCH v1 1/1] boot/refind: new package
2022-09-04 21:04 UTC (2+ messages)
Fedora 36, grub2, UEFI: booting after adding 2nd disk to root?
2022-09-04 20:59 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/linux-tools: perf: add host-python3 dependency
2022-09-04 20:57 UTC
[Ocfs2-devel] + ocfs2-replace-zero-length-arrays-with-declare_flex_array-helper.patch added to mm-nonmm-unstable branch
2022-09-04 18:24 UTC
[Buildroot] [PATCH 1/1] package/sconeserver: fix build with gcc 4.8
2022-09-04 20:50 UTC
[PATCH v12 00/10] cgroup/cpuset: cpu partition code fixes & enhancements
2022-09-04 20:48 UTC (3+ messages)
[PATCH 00/12] riscv: Allwinner D1 platform support
2022-09-04 20:10 UTC (4+ messages)
` [PATCH 07/12] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree
[PATCH RFC bpf-next v1 00/32] Local kptrs, BPF linked lists
2022-09-04 20:41 UTC (6+ messages)
` [PATCH RFC bpf-next v1 28/32] bpf: Remove duplicate PTR_TO_BTF_ID RO check
` [PATCH RFC bpf-next v1 29/32] libbpf: Add support for private BSS map section
` [PATCH RFC bpf-next v1 30/32] selftests/bpf: Add BTF tag macros for local kptrs, BPF linked lists
` [PATCH RFC bpf-next v1 31/32] selftests/bpf: Add BPF linked list API tests
` [PATCH RFC bpf-next v1 32/32] selftests/bpf: Add referenced local kptr tests
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.