kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-04 13:12:42 to 2020-07-11 01:06:26 UTC [more...]

Why are there "<IRQ>" and "</IRQ>" in the call trace section? What does them imply?
 2020-07-11  1:05 UTC  (2+ messages)

new TODO list item
 2020-07-10 14:34 UTC 

Are kernel trees the same as a branch in terms of git?
 2020-07-10  4:48 UTC 

how to debug problem with "failing unmounting"
 2020-07-09 20:22 UTC  (3+ messages)

Regarding Linux kernel SMP and task switching CPU
 2020-07-09 11:01 UTC 

What are the most frequently used methods for system level-tracing?
 2020-07-09  2:38 UTC  (2+ messages)

TPM error 256 (TPM_RC_INITIALIZE)
 2020-07-08 15:18 UTC 

Kbuild support for rebuilding a single driver gone?
 2020-07-08  7:17 UTC  (5+ messages)

How can I investigate the cause of "watchdog: BUG: soft lockup"?
 2020-07-08  5:19 UTC  (7+ messages)

printk() format %pS wrong symbol
 2020-07-07 18:53 UTC  (7+ messages)

What are the relations between queued_spin_lock_slowpath function and __raw_spin_lock function?
 2020-07-07  5:08 UTC 

For a bug in lib/vsprintf.c where should a patch be sent to ?
 2020-07-06  7:41 UTC  (4+ messages)

There is "softlockup_tick()" function in the source code of linux-2.6.32, but what's the corresponding function name in the linux-4.9 or later?
 2020-07-06  2:22 UTC  (3+ messages)

Git pull and untracked files
 2020-07-05 15:08 UTC  (4+ messages)

Are there some potentially serious problems that I should be aware of if I totally disable the CONFIG_ACPI option on the X86_64 platform?
 2020-07-05  1:47 UTC  (8+ messages)

modprobe rbtree-test nnodes=1000 gets soft lockup
 2020-07-03 21:15 UTC 

How do you investigate the cause of total hang? Is there some information that I should pay attention to in order to get some hint?
 2020-07-03  6:09 UTC  (3+ messages)

Could interruptions be handled while current process context is switching?
 2020-07-03  5:29 UTC 

Is there some method or software that could purposely generate a lot of physical memory fragmentations on linux?
 2020-07-03  5:20 UTC  (4+ messages)

Where to place my driver
 2020-07-01 10:42 UTC  (3+ messages)

Advice about the linux kernel development process
 2020-06-27 11:45 UTC  (3+ messages)

Are there some potential problems that I should be aware of if I allocate the memory which doesn't have any relation to peripheral hardwares(i.e. DMA, PCI, serial port and etc) by vmalloc() instead of kmalloc()?
 2020-06-27  7:05 UTC  (9+ messages)

Besides kmalloc() is more efficient, are there some potential problems that I should be aware of if I allocate the memory which doesn't have any relation to peripheral hardwares(i.e. DMA,PCI,serial port and etc) by vmalloc() instead of kmalloc() to avoid the page allocation failure?
 2020-06-26  8:27 UTC 

Are there still some methods that could be used by the Linux kernel to reduce memory fragmentation while both CONFIG-MIGRATION and CONFIG-COMPACTION are disabled?
 2020-06-23 15:49 UTC 

What are the potential problems if the option CONFIG_MIGRATION is disabled?
 2020-06-22 16:16 UTC 

Crash recovery kernel error
 2020-06-22  5:29 UTC  (4+ messages)

Why does “page allocation failure” occur whereas there are still “58*4096kB (C)” could be used?
 2020-06-20  9:51 UTC  (6+ messages)

How do you comprehend the saying that the kernel's memory is not pageable whereas get_free_page use a page-oriented technique?
 2020-06-20  9:39 UTC  (3+ messages)

What the differences between "__GFP_NOFAIL" and "__GFP_REPEAT"?
 2020-06-20  5:34 UTC 

About the uage of "__GFP_COMP"?
 2020-06-20  1:36 UTC 

Current Instruction Pointer Along Memory Access for A specific Process
 2020-06-11 12:53 UTC  (4+ messages)

[staging-testing] drivers/staging/wfx/hif_tx.c
 2020-06-10  8:10 UTC 

Why did not the kernel use the memory block named by "Node 0 DMA" while the argument of funtion kzalloc is "GFP_KERNEL"?
 2020-06-19  9:58 UTC 

Why the kernel could not use the memory block contained by "Node 0 DMA" while the argument of kzalloc() is "GFP_KERNEL"?
 2020-06-19  9:43 UTC 

There is a question mark in front of the function name in the call trace log.What does the question mark imply?
 2020-06-19  7:58 UTC  (2+ messages)

DKMS module and recipe for target '.../virtualbox/5.2.34/build/vboxdrv' failed
 2020-06-19  4:45 UTC  (4+ messages)

the cost of EXPORT_SYMBOL_GPL
 2020-06-17 18:33 UTC  (18+ messages)

Cannot get FIQ to work properly on raspberry zero
 2020-06-17 13:03 UTC 

issue with ASUS Fan maximal mode
 2020-06-14 10:27 UTC 

replacing if-then-else strcmp ladders with switch cases
 2020-06-13 17:08 UTC  (3+ messages)

sticky bits in /proc etc
 2020-06-11 15:07 UTC  (3+ messages)

Generic way for verifying GPIO wakeup capability
 2020-06-10 17:58 UTC  (2+ messages)

[staging-testing] drivers/staging/wfx/hif_tx.c
 2020-06-10  8:01 UTC 

IPX support
 2020-06-03  9:38 UTC  (2+ messages)

Computing resources required for kernel development
 2020-05-31  8:16 UTC  (5+ messages)

sdhci_msm issues with cold-plugged SD cards
 2020-05-27 14:55 UTC  (4+ messages)

Check for preemption only when returning from interrupt ?
 2020-05-20  9:38 UTC 

First patch questions (target mailing list, target tree)
 2020-05-11  5:21 UTC  (7+ messages)

sound over USB
 2020-05-14 13:42 UTC  (4+ messages)

How to find the wait_queue of a task in TASK_INTERRUPTIBLE or TASK_UNINTERRUPTIBLE state
 2020-05-22 16:13 UTC 

__STDC_VERSION__ : What C dialect c89, c99,gnu90 kernel compiies
 2020-05-20 15:13 UTC  (3+ messages)

Estimating total memory usage in any Linux system
 2020-05-20  6:11 UTC  (6+ messages)

Crash dump?
 2020-05-19 16:46 UTC  (3+ messages)

general protection fault vs Oops
 2020-05-18  5:45 UTC  (7+ messages)

Hints for finding the hardware connected to staging drivers
 2020-05-18  4:42 UTC 

Why my patch in lore archive doe not have mbox?
 2020-05-08  7:32 UTC  (2+ messages)

queue_depth of the block device
 2020-05-07  8:57 UTC 

Where is run_node defined in the sched_fair.c of Linux 2.6.33?
 2020-05-06 19:44 UTC  (3+ messages)

Why is there conflicting information out there for asmlinkage ?
 2020-05-06 18:34 UTC  (3+ messages)

Location of files for a new driver
 2020-05-05 18:05 UTC  (4+ messages)

the same name of external kernel module as one of source file
 2020-05-05 13:47 UTC  (2+ messages)

What is the minimal set of firmware files I need for my hardware?
 2020-05-04 15:20 UTC  (5+ messages)

Would .DTSIs without DTS be accepted into the kernel?
 2020-05-04 14:48 UTC  (4+ messages)

Reg : signature and/or required key missing
 2020-05-04 13:01 UTC  (2+ 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 NNTP newsgroup(s).