messages from 2021-10-18 08:48:40 to 2022-02-28 18:21:49 UTC [more...]
macro arg reuse warnings, howto fix ?
2022-02-28 18:20 UTC
How do I start contributing to the Linux kernel?
2022-02-28 7:10 UTC (6+ messages)
Safe registration of procfs entries in LKM
2022-02-24 14:12 UTC
make menuconfig and make j$(nproc) throwing errors
2022-02-24 13:28 UTC (6+ messages)
Are there any requirements to sign up for Kernel Newbies?
2022-02-23 17:16 UTC
*** Compiler is too old
2022-02-23 2:18 UTC (6+ messages)
Why doesn't the GCC give any warning to these unused variables in the Linux kernel?
2022-02-20 9:09 UTC (2+ messages)
About RISC-V syscalls and the __ARCH_WANT_TIME32_SYSCALLS macro
2022-02-19 15:44 UTC
weird printk operation early at start_kernel
2022-02-17 7:25 UTC
Need good starting point
2022-02-16 4:59 UTC (5+ messages)
Fwd: Need guidance regarding fixing styleguide error in rtl871x_pwrctrl.h
2022-02-09 20:49 UTC (5+ messages)
` "
Kernel freezes instead of panicking
2022-02-09 1:30 UTC (5+ messages)
Can't find vprintk_safe in System.map
2022-02-08 7:53 UTC
vmcore-dmesg : Missing the log_buf symbol
2022-02-08 5:07 UTC
How to debug stuck read?
2022-02-07 1:22 UTC (11+ messages)
Trying to understand oom-killer (output)
2022-02-04 21:54 UTC (2+ messages)
Linux driver of vt6656 from staging area causes system to freeze
2022-02-03 19:19 UTC (3+ messages)
Core dump does not contain the section ".reg"
2022-01-31 5:39 UTC
First Time Contributor: Looking for Good Beginner issues
2022-01-30 15:48 UTC (2+ messages)
EISA always probes
2022-01-21 20:31 UTC
ioctl number change / backwards compatibility doubt
2022-01-24 6:20 UTC (6+ messages)
adding GCC optimze O0 to early_fixmap_init causes compiler error (BUILD_BUG failed)
2022-01-24 1:25 UTC (4+ messages)
how to fix section mismatch warning after inserting #pragma GCC optimize ?
2022-01-23 11:42 UTC (3+ messages)
About the kernel configuration(CONFIG_CPU_FREQ and CONFIG_CPU_IDLE.)
2022-01-22 1:27 UTC (2+ messages)
How to Convert Legacy Kernel Modules for modern Kernels
2022-01-21 9:32 UTC (5+ messages)
error: impossible constraint in 'asm' when compiling kernel code with -O0 option
2022-01-19 9:47 UTC (2+ messages)
Where to find the information how to write a state of the art USB driver?
2022-01-16 13:45 UTC (11+ messages)
How to disable address randomization ?
2022-01-14 7:14 UTC (8+ messages)
Does regmap-i2c not automatically switch to I2C mux?
2022-01-12 8:18 UTC
x86, nmi: IOCK error
2022-01-08 23:09 UTC (4+ messages)
Documentation confusion on ICMP Rate Mask/Rate Limiting
2022-01-09 9:10 UTC (2+ messages)
Customize path to kernel deb
2022-01-09 9:07 UTC (2+ messages)
Contiguous Memory Allocator (CMA)
2022-01-08 22:49 UTC (5+ messages)
Device to test usblcd.c wanted
2021-12-22 4:12 UTC
[IMA-EVM] When "appraise" applied, kernel cannot start init process
2021-12-19 4:04 UTC
X86 : system call
2021-12-12 8:12 UTC (2+ messages)
Time: new clocksource
2021-12-08 9:10 UTC (7+ messages)
A question about regmap bus
2021-12-07 9:23 UTC
PCI: latency
2021-12-06 19:39 UTC (4+ messages)
` latency
Compilation errors: unresolved symbol tcp_dctcp_kfunc_ids/tcp_cubic_kfunc_ids/tcp_bbr_kfunc_ids
2021-12-02 7:27 UTC
pseudonymous or anonymous testing
2021-12-04 8:14 UTC (2+ messages)
dm-verity: How to exactly use the dm-mod.create with verity-metadata append
2021-11-25 17:51 UTC (3+ messages)
Does sysrq work over USB?
2021-11-21 20:49 UTC (6+ messages)
When reviewers stop responding
2021-11-19 7:08 UTC (2+ messages)
USB: invalid maxpacket 8
2021-11-18 17:27 UTC (2+ messages)
Help needed in getting kernel dump in QEMU VM
2021-11-15 8:25 UTC (4+ messages)
DMB vs DSB in ARM
2021-11-15 9:41 UTC
MTD: How to get actual image size from MTD partition
2021-11-12 13:58 UTC (18+ messages)
Question about "barrier()" in the SLUB's fast path
2021-11-12 7:38 UTC
loading a simple hypervisor(just prints Hello World) before the linux kernel
2021-11-11 8:05 UTC (4+ messages)
correct source tree to make contributions to Linux thermal framework
2021-11-10 16:06 UTC (2+ messages)
Will two processes each holding a given spin lock be seen as ordered by a third process not holding that lock?
2021-11-10 9:28 UTC
Kernel module that shuts down the device
2021-11-09 6:23 UTC (7+ messages)
litmus test for multicopy atomic
2021-11-05 7:25 UTC
Loading a simple "kernel" at the address other than default on Raspberry Pi 4
2021-11-04 15:28 UTC (4+ messages)
In the device tree, what does multiple cpu nodes mean inside 'cpus' node without the wrapping 'cpu-map' node?
2021-11-04 6:44 UTC
How can I use id and schema page of a yaml file in the devicetree bindings document?
2021-11-02 9:12 UTC
Kernel 4.14: Using dm-verity with squashfs rootfs - mounting issue
2021-10-29 15:51 UTC (12+ messages)
DTC compile error (simple-bus unit address format error for #address-cells = <2> case)
2021-10-27 11:57 UTC (2+ messages)
What does LOADADDR=0x20008000 mean in linux kernel make command? and what is kernel load address?
2021-10-27 9:54 UTC (2+ messages)
Will two READ_ONCE()s in a row execute in order
2021-10-25 14:18 UTC (5+ messages)
how is booting possible using kernel image in disk?
2021-10-21 12:53 UTC
is there a method to minize kernel size using menuconfig and minial driver?
2021-10-21 7:24 UTC (2+ messages)
How to mmap any address space using huge pages?
2021-10-21 7:22 UTC (3+ messages)
Any tracing mechanism can track the executed instructions of a user process in the kernel?
2021-10-18 21:00 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).