Kernel Newbies archive mirror
 help / color / mirror / Atom feed
Generic sk_buff contract documentation ?
 2025-01-13 22:58 UTC 

Linux kernel cgroup v2 CFS - CPU throttled_usec accounting?
 2025-01-12  8:09 UTC  (3+ messages)

Need help finding updated addresses
 2024-12-26 20:44 UTC 

userland process PID/TGID in the RPC layer
 2024-12-20 15:25 UTC 

Help Needed: Debugging Memory Corruption results GPF
 2024-12-19 19:33 UTC  (2+ messages)

Abandoned patch
 2024-12-19 19:28 UTC  (2+ messages)

Training: Semantic Patching of C and C++ Code with Coccinelle
 2024-12-17 21:02 UTC 

Query Regarding UART Controller Device Driver in Linux Kernel
 2024-12-03 17:26 UTC  (4+ messages)

Replacing reset gpio with reset controller
 2024-11-14 10:34 UTC 

Kernel contribution
 2024-11-12 19:27 UTC 

Thermal governor related help
 2024-11-03  6:58 UTC 

Ext4 reflink
 2024-11-02 23:55 UTC 

Criteria for contributing to /samples directory?
 2024-10-31 16:02 UTC 

Intel® Thread Director
 2024-10-28  4:33 UTC 

Assistance Needed for Kernel mode driver Soft Lockup Issue
 2024-10-20 22:11 UTC  (5+ messages)

Problem using git send-email with yahoo and hotmail
 2024-10-04  3:11 UTC  (3+ messages)

Contributing to linux kernel
 2024-10-03 13:17 UTC  (3+ messages)

Testing 6.11.0 - No audio
 2024-09-29 16:24 UTC  (15+ messages)

Wouldn't Zig be more suitable than rust? In the Linux kernel
 2024-09-27 11:56 UTC  (4+ messages)

TIER LIST Books Linux Kernel
 2024-09-24 23:30 UTC 

How to contribute to the linux kernel
 2024-09-24  7:20 UTC  (11+ messages)

ACK packets being rejected in SYNPROXY, unless there was a valid TCP connection before it
 2024-09-16 22:03 UTC 

Bug across major branches, advice for bisecting and contributing
 2024-09-14  3:07 UTC  (2+ messages)

data relocation to !ENDBR
 2024-09-13 17:52 UTC  (2+ messages)

How to find all PCI/ USB/ drivers installed on my Ubuntu?
 2024-09-12  7:38 UTC  (2+ messages)

TIP
 2024-09-10  8:38 UTC  (5+ messages)

Question regarding appropriate mailing list
 2024-09-03 17:24 UTC  (2+ messages)

Query Regarding Stack-Out-of-Bounds Error
 2024-08-31 17:19 UTC  (4+ messages)

Reproducing syzbot
 2024-08-31  2:10 UTC  (2+ messages)

Separating driver and documentation changes
 2024-08-22  9:12 UTC  (2+ messages)

how to change the tty dev color
 2024-08-19  5:48 UTC 

Contributors to Raam Computer Software System Core are welcome
 2024-08-07  4:41 UTC 

[PATCH v9-resend 00/54] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2024-07-16 18:58 UTC  (55+ messages)
` [PATCH v9-resend 01/54] docs/dyndbg: update examples \012 to \n
` [PATCH v9-resend 02/54] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v9-resend 03/54] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v9-resend 04/54] dyndbg: make ddebug_class_param union members same size
` [PATCH v9-resend 05/54] dyndbg: replace classmap list with a vector
` [PATCH v9-resend 06/54] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
` [PATCH v9-resend 07/54] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
` [PATCH v9-resend 08/54] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v9-resend 09/54] dyndbg: reduce verbose/debug clutter
` [PATCH v9-resend 10/54] dyndbg: silence debugs with no-change updates
` [PATCH v9-resend 11/54] dyndbg: tighten ddebug_class_name() 1st arg type
` [PATCH v9-resend 12/54] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v9-resend 13/54] dyndbg: reduce verbose=3 messages in ddebug_add_module
` [PATCH v9-resend 14/54] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v9-resend 15/54] dyndbg-API: fix DECLARE_DYNDBG_CLASSMAP
` [PATCH v9-resend 16/54] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
` [PATCH v9-resend 17/54] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
` [PATCH v9-resend 18/54] dyndbg-doc: add classmap info to howto
` [PATCH v9-resend 19/54] dyndbg: treat comma as a token separator
` [PATCH v9-resend 20/54] selftests-dyndbg: add comma_terminator_tests
` [PATCH v9-resend 21/54] dyndbg: split multi-query strings with %
` [PATCH v9-resend 22/54] selftests-dyndbg: test_percent_splitting
` [PATCH v9-resend 23/54] docs/dyndbg: explain new delimiters: comma, percent
` [PATCH v9-resend 24/54] selftests-dyndbg: add test_mod_submod
` [PATCH v9-resend 25/54] dyndbg-doc: explain flags parse 1st
` [PATCH v9-resend 26/54] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v9-resend 27/54] selftests-dyndbg: check KCONFIG_CONFIG to avoid silly fails
` [PATCH v9-resend 28/54] dyndbg-selftest: reduce default verbosity
` [PATCH v9-resend 29/54] drm: use correct ccflags-y spelling
` [PATCH v9-resend 30/54] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v9-resend 31/54] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM
` [PATCH v9-resend 32/54] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v9-resend 33/54] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v9-resend 34/54] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v9-resend 35/54] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v9-resend 36/54] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v9-resend 37/54] drm-print: workaround unused variable compiler meh
` [PATCH v9-resend 38/54] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v9-resend 39/54] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v9-resend 40/54] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v9-resend 41/54] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v9-resend 42/54] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v9-resend 43/54] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v9-resend 44/54] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v9-resend 45/54] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v9-resend 46/54] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v9-resend 47/54] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v9-resend 48/54] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v9-resend 49/54] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v9-resend 50/54] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v9-resend 51/54] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v9-resend 52/54] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v9-resend 53/54] dyndbg: tighten up kdoc about DYNDBG_CLASSMAP_* macros
` [PATCH v9-resend 54/54] docs-dyndbg: improve howto classmaps api section

Can I change PCIe TLP's Tag value?
 2024-07-09  2:45 UTC 

Request for information on using NVMe under linux
 2024-07-03 10:30 UTC  (5+ messages)

sanity check typo patch "quired"
 2024-07-01 15:35 UTC  (3+ messages)

RISC-V and interrupts, constant rate vs. tickless vs. SIE=0
 2024-06-28 12:15 UTC 

Memory reclaim mechanisms freezing system
 2024-06-03  1:47 UTC 

How to accout max_rss precisely
 2024-06-17  5:29 UTC  (5+ messages)

DMA Engine - dealing with timeouts
 2024-06-10 22:50 UTC 

notifying clock consumers of frequency change
 2024-05-30 12:57 UTC 

Which driver to use for patches?
 2024-05-18 13:47 UTC 

Seeking Assistance with Spin Lock Usage and Resolving Hard LOCKUP Error
 2024-05-17 20:44 UTC  (2+ messages)

Handling I2C eeprom devices
 2024-05-17 20:31 UTC  (3+ messages)

[RFC PATCH] kvm: replace spaces with a tab
 2024-05-16  9:38 UTC  (2+ messages)

Looking for advise
 2024-05-15 11:58 UTC  (2+ messages)

Fwd: Qemu hangs at Starting KernelMemorySanitizer
 2024-05-14  2:16 UTC 

Seeking Assistance: Implementing USB Device Suspend/Resume in User Space Driver
 2024-05-13 18:09 UTC  (13+ messages)

Inquiry Regarding Handling of Kernel Crashes
 2024-05-12 17:10 UTC 

Regarding Linux Kernel Mentorship
 2024-05-12  6:54 UTC 

spi: Inquiry Regarding Linux Kernel SPI Subsystem device drivers
 2024-05-10 19:09 UTC 

Seeking Assistance with Spin Lock Usage and Resolving Hard LOCKUP Error
 2024-05-10  7:12 UTC  (4+ messages)

Submitting a selftest patch
 2024-05-08 16:49 UTC  (4+ messages)

ALSA: usb-audio: Adding mixer controls to Mbox3
 2024-05-06 14:11 UTC 

Adding a device support
 2024-05-03  3:02 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).