kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-25 03:34:11 to 2020-07-03 21:16:28 UTC [more...]

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)

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-01 12:28 UTC  (4+ messages)

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

Git pull and untracked files
 2020-06-29  0:15 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)

Reg : Writing modules in new Linux versions
 2020-05-04  9:05 UTC  (4+ messages)

Getting started on writing a driver for the rpi4
 2020-05-04  3:15 UTC  (2+ messages)

SElinux and its own error code?
 2020-05-03 16:02 UTC  (6+ messages)

Kernel janitors discussion list
 2020-05-01 19:18 UTC  (2+ messages)

LDD3 vs Essential Linux Device Drivers
 2020-05-01  8:52 UTC  (5+ messages)

how to perform i2c transaction with disabled irq?
 2020-04-30 14:13 UTC  (3+ messages)

Call flush_scheduled_work in the context of a work routine
 2020-04-30 12:24 UTC 

iptables and combining additional rule sources
 2020-04-29  9:30 UTC  (9+ messages)

Kernel Project : Implement network interface default labeling for Smack
 2020-04-29  1:08 UTC  (2+ messages)

USB driver
 2020-04-29  0:25 UTC  (5+ messages)

module_platform_driver vs module_init
 2020-04-28 13:56 UTC 

passing __user function parameter from kernel_module result in EFAULT
 2020-04-25  7:43 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).