- Apr 09, 2009
-
-
Jaswinder Singh Rajput authored
It seems by mistake these files got execute permissions so removing it. Signed-off-by:
Jaswinder Singh Rajput <jaswinderrajput@gmail.com> LKML-Reference: <1239211186.9037.2.camel@ht.satnam> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
- Mar 14, 2009
-
-
Jaswinder Singh Rajput authored
Impact: Added AMD CPUs support Added flags for various AMD CPUs. Signed-off-by:
Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
- Mar 13, 2009
-
-
Jaswinder Singh Rajput authored
Supported write flag for registers. currently write is enabled only for PMC MSR. [root@ht]# cat /sys/kernel/debug/x86/cpu/cpu1/pmc/0x300/value 0x0 [root@ht]# echo 1234 > /sys/kernel/debug/x86/cpu/cpu1/pmc/0x300/value [root@ht]# cat /sys/kernel/debug/x86/cpu/cpu1/pmc/0x300/value 0x4d2 [root@ht]# echo 0x1234 > /sys/kernel/debug/x86/cpu/cpu1/pmc/0x300/value [root@ht]# cat /sys/kernel/debug/x86/cpu/cpu1/pmc/0x300/value 0x1234 Signed-off-by:
Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
- Mar 11, 2009
-
-
Jaswinder Singh Rajput authored
move store_ldt outside the CONFIG_PARAVIRT section and also clean up the code a bit. Signed-off-by:
Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
- Mar 10, 2009
-
-
Jaswinder Singh Rajput authored
Introduce: cat /sys/kernel/debug/x86/cpu/* for Intel and AMD processors to view / debug the state of each CPU. By using this we can debug whole range of registers and other cpu information for debugging purpose and monitor how things are changing. This can be useful for developers as well as for users. Signed-off-by:
Jaswinder Singh Rajput <jaswinderrajput@gmail.com> LKML-Reference: <1236701373.3387.4.camel@localhost.localdomain> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-