-
- Downloads
* git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus: stop_machine: fix error code handling on multiple cpus stop_machine: use workqueues instead of kernel threads workqueue: introduce create_rt_workqueue Call init_workqueues before pre smp initcalls. Make panic= and panic_on_oops into core_params Make initcall_debug a core_param core_param() for genuinely core kernel parameters param: Fix duplicate module prefixes module: check kernel param length at compile time, not runtime Remove stop_machine during module load v2 module: simplify load_module.
No related branches found
No related tags found
Showing
- include/linux/module.h 3 additions, 3 deletionsinclude/linux/module.h
- include/linux/moduleparam.h 24 additions, 1 deletioninclude/linux/moduleparam.h
- include/linux/workqueue.h 10 additions, 8 deletionsinclude/linux/workqueue.h
- init/main.c 3 additions, 9 deletionsinit/main.c
- kernel/module.c 122 additions, 162 deletionskernel/module.c
- kernel/panic.c 3 additions, 14 deletionskernel/panic.c
- kernel/params.c 146 additions, 128 deletionskernel/params.c
- kernel/stop_machine.c 47 additions, 73 deletionskernel/stop_machine.c
- kernel/workqueue.c 6 additions, 1 deletionkernel/workqueue.c
Loading
Please register or sign in to comment