Messages by Thread
-
CONFIG_KDB_KEYBOARD
jim . cromie
-
Help to test the powerpc architecture
Oscar Carter
-
Compiled Kernel stuck in booting
Yashodhan Joshi
-
How to check my wifi driver iwlwifi supports "wifi 5G band 4"
Malatesh Ankasapur
-
test tools to measure performance of the Linux kernel
Subhashini Rao Beerisetty
-
[PATCH 0/3] dyndbg: WIP semi-viable diet plan ?
Jim Cromie
-
Unable to manually bind driver
Isaac
-
i2c possible patch
Nuno Sá
-
Why disabling CONFIG_APIC may cause the kernel failing to boot up?
孙世龙 sunshilong
-
How to comfirm whether __GI___clock_gettime() implemented as fast system call or not on x86_64 platform with Linux 4.19.84?
孙世龙 sunshilong
-
Old Driver Code Using Streams
Steve Boley
-
Help troubleshooting memory leak when highres=on
William Tambe
-
Dubios pointer casting with put_user()
Richard Sailer
-
How to comprehend this code snippet: __asm__ __volatile__("rdtsc" : "=A"(t))?
孙世龙 sunshilong
-
Why the trigered counts of NMIs is equivalent to PMI's?
孙世龙 sunshilong
-
When returning from schedule_tail() ...
William Tambe
-
Re: [PATCH] mmc: cqhci: Fix a print format for the task descriptor
Joe Perches
-
How to understand the comment of macro *compute_indices*?
carver
-
What's tha KOBJ_MAX action used for?
Garrit Franke
-
Turn private hugetlb mapping into VM_SHARED
heep
-
What are the major differences between soft lockup and hard lockup which are both detected by watchdog?
孙世龙 sunshilong
-
What methods or tools could be used to investigate the causes of hard or soft lockup?
孙世龙 sunshilong
-
Re: new TODO list item
Suraj Upadhyay
-
Why are there "<IRQ>" and "</IRQ>" in the call trace section? What does them imply?
孙世龙 sunshilong
-
Are kernel trees the same as a branch in terms of git?
CRISTIAN ANDRES VARGAS GONZALEZ
-
how to debug problem with "failing unmounting"
Tomek The Messenger
-
Regarding Linux kernel SMP and task switching CPU
William Tambe
-
What are the most frequently used methods for system level-tracing?
孙世龙 sunshilong
-
TPM error 256 (TPM_RC_INITIALIZE)
Tomek The Messenger
-
Kbuild support for rebuilding a single driver gone?
Bjørn Mork
-
What are the relations between queued_spin_lock_slowpath function and __raw_spin_lock function?
孙世龙 sunshilong
-
For a bug in lib/vsprintf.c where should a patch be sent to ?
William Tambe
-
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?
孙世龙 sunshilong
-
printk() format %pS wrong symbol
William Tambe
-
How can I investigate the cause of "watchdog: BUG: soft lockup"?
孙世龙 sunshilong
-
modprobe rbtree-test nnodes=1000 gets soft lockup
jim . cromie
-
Could interruptions be handled while current process context is switching?
孙世龙 sunshilong
-
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?
孙世龙 sunshilong
-
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?
孙世龙 sunshilong
-
Is there some method or software that could purposely generate a lot of physical memory fragmentations on linux?
孙世龙 sunshilong
-
Where to place my driver
jaap aarts
-
Git pull and untracked files
Gautam Bhat
-
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()?
孙世龙 sunshilong
-
Re: 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()?
Greg KH
-
Re: 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()?
孙世龙 sunshilong
-
Re: 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()?
Valdis Klētnieks
-
Re: 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()?
孙世龙 sunshilong
-
Re: 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()?
Greg KH
-
Re: 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()?
孙世龙 sunshilong
-
Re: 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()?
Greg KH
-
Re: 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()?
Greg KH
-
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?
孙世龙 sunshilong
-
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?
孙世龙 sunshilong
-
What are the potential problems if the option CONFIG_MIGRATION is disabled?
孙世龙 sunshilong
-
Advice about the linux kernel development process
Oscar Carter
-
How do you comprehend the saying that the kernel's memory is not pageable whereas get_free_page use a page-oriented technique?
孙世龙 sunshilong
-
What the differences between "__GFP_NOFAIL" and "__GFP_REPEAT"?
孙世龙 sunshilong
-
About the uage of "__GFP_COMP"?
孙世龙 sunshilong
-
Crash recovery kernel error
Harsh chopra
-
Why did not the kernel use the memory block named by "Node 0 DMA" while the argument of funtion kzalloc is "GFP_KERNEL"?
孙世龙 sunshilong
-
Why the kernel could not use the memory block contained by "Node 0 DMA" while the argument of kzalloc() is "GFP_KERNEL"?
孙世龙 sunshilong
-
There is a question mark in front of the function name in the call trace log.What does the question mark imply?
孙世龙
-
Why does “page allocation failure” occur whereas there are still “58*4096kB (C)” could be used?
孙世龙
-
DKMS module and recipe for target '.../virtualbox/5.2.34/build/vboxdrv' failed
Jeffrey Walton
-
Cannot get FIQ to work properly on raspberry zero
Sietse Achterop
-
the cost of EXPORT_SYMBOL_GPL
Tomek The Messenger
-
issue with ASUS Fan maximal mode
Sergey Ivanov
-
replacing if-then-else strcmp ladders with switch cases
jim . cromie
-
sticky bits in /proc etc
jim . cromie
-
[staging-testing] drivers/staging/wfx/hif_tx.c
Mohamed Dawod
-
Generic way for verifying GPIO wakeup capability
Pintu Agarwal
-
Current Instruction Pointer Along Memory Access for A specific Process
울라 이르판
-
IPX support
Dmitry Podgorny
-
Computing resources required for kernel development
Harsh chopra
-
sdhci_msm issues with cold-plugged SD cards
Iskren Chernev
-
Check for preemption only when returning from interrupt ?
Taeung Song