kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-19 08:58:18 to 2020-10-23 04:39:29 UTC [more...]

Invoke Firefox from kernel space
 2020-10-23  4:38 UTC  (2+ messages)

Recover previous kernel
 2020-10-17 20:59 UTC  (2+ messages)

some u-boot mailing list
 2020-10-17 15:26 UTC  (3+ messages)

how to pass log level to 7 from u-boot
 2020-10-17 15:10 UTC  (2+ messages)

Oops stack trace missing function addresses
 2020-10-16 12:27 UTC  (4+ messages)

USB Question about devices being reconnected to the host
 2020-10-15 13:22 UTC  (3+ messages)

opaque "pointer" API, model, best practice ?
 2020-10-14 15:45 UTC  (3+ messages)

What's the relationship between linux-next and mainline
 2020-10-14  9:42 UTC  (2+ messages)

How to make /dev/ttyACM0 (and friends) exclusive?
 2020-10-11 14:52 UTC  (3+ messages)

How are the standard file descriptors implemented?
 2020-10-09  4:47 UTC  (3+ messages)

Read the "real_parent" field of task_struct
 2020-10-08 17:05 UTC  (6+ messages)

make vmlinux .bss PROGBITS
 2020-10-06 23:52 UTC  (4+ messages)

Fixing keyboard chatter in Linux
 2020-10-04  3:54 UTC  (2+ messages)

Cannot boot kernel 2.6.35 or 2.6.24 with qemu 5.1
 2020-10-03 19:04 UTC  (2+ messages)

external tool to remove embedded filenames
 2020-10-02 15:13 UTC  (3+ messages)

Accessing allocated space in a debugfs file
 2020-10-02 11:35 UTC  (4+ messages)

timer API change from kernel 4.9 to 5.0
 2020-09-30 18:48 UTC  (3+ messages)

KASLR support on ARM with Kernel 4.9 and 4.14
 2020-09-30 13:58 UTC  (12+ messages)

[Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)
 2020-09-27 19:35 UTC  (15+ messages)

What to do when a patch set gets no reply for 3 weeks ?
 2020-09-29 12:07 UTC  (3+ messages)

Confused about which branch to patch against
 2020-09-27  6:27 UTC  (5+ messages)

Using FPGA subsystem to upload bit-stream using altera-ps-spi
 2020-09-24 15:28 UTC 

Compiled Kernel stuck in booting
 2020-09-23  0:17 UTC  (3+ messages)

memory mapping from user space to kernel space
 2020-09-19 13:40 UTC  (2+ messages)

Not able to find reference text for the latest linux kernel process scheduler
 2020-09-15 14:18 UTC 

Can't understand VM_PFNMAP and VM_MIXEDMAP flag
 2020-09-14 15:16 UTC 

Can I reboot a USB device within a driver's probe function?
 2020-09-14  9:10 UTC  (5+ messages)

Disable EISA and probes
 2020-09-05 20:25 UTC  (8+ messages)

How to acquire the occupancy time of CPUs within a certain duration, i.e. 10ms, 1ms, and etc?
 2020-09-05 13:30 UTC  (3+ messages)

cpu-freq: running the perf increases the data rate?
 2020-08-31 16:22 UTC  (3+ messages)

How and where are a processes's PTEs set when mmaping a file in a tmpfs?
 2020-09-01 19:33 UTC 

Please assess this patch: [PATCH] Docs: FIxed spelling errors in Documentation/devicetree/bindings/
 2020-09-04 13:29 UTC  (4+ messages)

Relationship between Rx/Tx ring and Skbuff
 2020-09-04  5:31 UTC  (5+ messages)

HOW DO I KNOW SOMEONE RECEIVED MY PATCH
 2020-09-04  5:30 UTC  (3+ messages)

Please give advise about my first patch attempt
 2020-09-03 15:59 UTC  (11+ messages)

Userspace app crash causes system crash on do_exit probe
 2020-09-01  7:33 UTC  (2+ messages)

What mailer to use with Gmail?
 2020-08-28 13:34 UTC  (3+ messages)

Scheduler benchmarks
 2020-08-25 17:06 UTC  (15+ messages)

Opening /proc/<pid>/net/dev prevents network namespace from expiring
 2020-08-24 16:53 UTC  (3+ messages)

How to pass flag from makefile to preprocesor when building external kernel module
 2020-08-21  8:39 UTC  (2+ messages)

Confusion about icsk_accept_queue
 2020-08-06 16:34 UTC 

Validity of ioremap pointer within the kernel module
 2020-08-19 13:52 UTC 

Does "i_mutex" in comments mean inode_lock() in code ?
 2020-08-18  7:02 UTC 

Help to test the powerpc architecture
 2020-08-11  7:28 UTC  (3+ messages)

functions with empty body in file /kernel/events/core
 2020-08-08 19:56 UTC  (2+ messages)

delayed_put_task_struct() used by put_task_struct_rcu_user() never gets called
 2020-08-08 18:08 UTC 

what are all the .cold symbols in system.map?
 2020-08-08 14:21 UTC 

How is the value of KernelStack in /proc/meminfo computed ?
 2020-08-07 21:05 UTC  (2+ messages)

[PATCH 0/8] dyndbg: WIP diet plan
 2020-08-06 17:56 UTC  (12+ messages)
` [PATCH 1/8] dyndbg: give %3u width in pr-format, cosmetic only
` [PATCH 2/8] dyndbg: motivate a diet plan
` [PATCH 3/8] dyndbg: select ZPOOL in Kconfig.debug
` [PATCH 4/8] dyndbg: split struct _ddebug in 2, creating _ddebug_callsite
` [PATCH 5/8] dyndbg: WIP replace __dyndbg_callsite section with a zs-pool copy
` [PATCH 6/8] dyndbg: ddebug_zpool_remove
` [PATCH 7/8] dyndbg: enable 'cache' of active pr_debug callsites
` [PATCH 8/8] dyndbg: add locking around zpool-add loop in zpool-init

CONFIG_KDB_KEYBOARD
 2020-08-03 20:30 UTC  (3+ messages)

How to check my wifi driver iwlwifi supports "wifi 5G band 4"
 2020-07-29  6:22 UTC 

test tools to measure performance of the Linux kernel
 2020-07-27 16:25 UTC  (2+ messages)

[PATCH 0/3] dyndbg: WIP semi-viable diet plan ?
 2020-07-25 16:36 UTC  (4+ messages)
` [PATCH 1/3] dyndbg: WIP replace __dyndbg section with a zs-pool copy
` [PATCH 2/3] dyndbg: zhandle+1 plus info tweaks, BUG_ONs
` [PATCH 3/3] dyndbg: fixup/correct assumptions re ptr-vals

Unable to manually bind driver
 2020-07-22 18:23 UTC 

i2c possible patch
 2020-07-22 10:49 UTC 

Dubios pointer casting with put_user()
 2020-07-19 22:50 UTC  (4+ messages)

Why disabling CONFIG_APIC may cause the kernel failing to boot up?
 2020-07-19  8:56 UTC 


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).