Tagged Questions
-1
votes
0answers
28 views
how implement patch for change a arbitrary Governor in linux [duplicate]
Possible Duplicate:
Implementing patch for changing a CPU frequency governor
I am beginner in linux.I want implement a patch for change a arbitrary Governor in linux.not important what ...
-3
votes
1answer
134 views
Implementing patch for changing a CPU frequency governor [closed]
I am a beginner in Linux. I want implement patch for changing a CPU frequency governor.But I don't know what is patch and Governor in Linux and I don't know where I can start from? Please help me with ...
0
votes
2answers
405 views
Running “patch” without generating *.orig and *.rej files
Is it possible to tell patch not to generate .orig and .rej files?
I find it extremely annoying that patch creates these.
6
votes
1answer
334 views
Patching Linux kernel on-line (i.e. without rebooting)
Sorry - I don't remember the exact name. I know there is mechanism to patch the kernel at runtime by loading modules without need of the reboot as long as the structures involved are not affected. It ...
3
votes
2answers
473 views
Does the Linux PreemptRT patch benefit desktop users?
Does the PREEMPT_RT patch (real-time kernel) have any benefit for regular desktop users?
2
votes
1answer
261 views
Kernel memory allocator patch
Is there any patch for Linux kernel to use different memory allocators, such as ned allocator or TLSF allocator?