gatieme
|
ce5bab9e07
|
Linux下2号进程的kthreadd--Linux进程的管理与调度(七)--http://blog.csdn.net/gatieme/article/details/51566690
|
2016-06-02 14:14:06 +08:00 |
|
gatieme
|
45662bcada
|
...
|
2016-06-02 13:51:15 +08:00 |
|
gatieme
|
c0612f1981
|
thread_info和内核栈的学习...
|
2016-06-02 13:41:37 +08:00 |
|
gatieme
|
ebc704ec70
|
内核栈thread_info...
|
2016-06-02 12:49:37 +08:00 |
|
gatieme
|
d63b0c7a46
|
Merge branch 'master' of github.com:gatieme/LDD-LinuxDeviceDrivers
|
2016-05-31 14:14:44 +08:00 |
|
gatieme
|
fb22fd0909
|
thread_info和内核栈stack的学习...
|
2016-05-31 14:14:21 +08:00 |
|
gatieme
|
df60a8b252
|
Merge branch 'master' of github.com:gatieme/LDD-LinuxDeviceDrivers
|
2016-05-31 12:05:28 +08:00 |
|
gatieme
|
c563502b12
|
...
|
2016-05-31 12:05:02 +08:00 |
|
gatieme
|
5f802ced14
|
...
|
2016-05-29 22:53:42 +08:00 |
|
gatieme
|
c118ceecca
|
...
|
2016-05-29 17:09:10 +08:00 |
|
gatieme
|
5149216918
|
...
|
2016-05-29 17:00:56 +08:00 |
|
gatieme
|
2729646321
|
...
|
2016-05-29 16:56:47 +08:00 |
|
gatieme
|
6fb1bfa822
|
...
|
2016-05-29 14:31:26 +08:00 |
|
gatieme
|
7ad8292c31
|
...
|
2016-05-29 14:30:57 +08:00 |
|
gatieme
|
f2f7631a08
|
...
|
2016-05-27 15:22:57 +08:00 |
|
gatieme
|
50ed9a7315
|
Merge branch 'master' of github.com:gatieme/LDD-LinuxDeviceDrivers
|
2016-05-26 11:28:36 +08:00 |
|
gatieme
|
796fb7dcb9
|
...
|
2016-05-26 11:28:14 +08:00 |
|
gatieme
|
4f76db6c4a
|
增加了seq_file的操作...
|
2016-05-25 19:40:21 +08:00 |
|
gatieme
|
3fe2505ea9
|
增加了seq_file的操作...
|
2016-05-25 19:39:06 +08:00 |
|
gatieme
|
62b4030a93
|
增加了seq_file的操作...
|
2016-05-25 19:38:52 +08:00 |
|
gatieme
|
b2da6ac9de
|
添加了proc_create方式的用户空间代码读写程序...
|
2016-05-25 18:25:07 +08:00 |
|
gatieme
|
b580ff42bd
|
完善了proc_create的学习代码...
|
2016-05-25 13:42:49 +08:00 |
|
gatieme
|
ed3fad96f2
|
添加了proc文件系统的操作...
|
2016-05-25 13:12:05 +08:00 |
|
gatieme
|
a36825ecdd
|
添加了proc文件系统的操作...
|
2016-05-25 12:56:20 +08:00 |
|
gatieme
|
d71f90870b
|
测试proc文件系统的读写...
|
2016-05-24 20:37:47 +08:00 |
|
gatieme
|
a467e38ff8
|
测试proc文件系统的读写...
|
2016-05-24 20:26:46 +08:00 |
|
gatieme
|
2bb35bb994
|
测试proc文件系统的读写...
|
2016-05-24 20:24:01 +08:00 |
|
gatieme
|
94a6bb198b
|
测试proc文件系统的读写...
|
2016-05-24 20:23:11 +08:00 |
|
gatieme
|
7186e89acd
|
测试proc文件系统的读写...
|
2016-05-24 20:21:23 +08:00 |
|
gatieme
|
3ecfa41816
|
进程的创建...
|
2016-05-23 21:03:34 +08:00 |
|
gatieme
|
77bb12ac21
|
...
|
2016-05-23 16:06:50 +08:00 |
|
gatieme
|
fb30e99a63
|
...
|
2016-05-23 15:40:19 +08:00 |
|
gatieme
|
0e03080e92
|
内核线程...
|
2016-05-20 21:33:48 +08:00 |
|
gatieme
|
1c5ac41d7c
|
...
|
2016-05-19 19:53:03 +08:00 |
|
gatieme
|
1623eb2746
|
...
|
2016-05-19 19:38:21 +08:00 |
|
gatieme
|
f878668153
|
...
|
2016-05-19 19:16:34 +08:00 |
|
gatieme
|
c31c1ccb7f
|
...
|
2016-05-19 15:08:59 +08:00 |
|
gatieme
|
6e8bb3f93b
|
...
|
2016-05-19 15:06:49 +08:00 |
|
gatieme
|
d2dfae4504
|
...
|
2016-05-19 15:00:26 +08:00 |
|
gatieme
|
e110daa18e
|
...
|
2016-05-19 14:57:29 +08:00 |
|
gatieme
|
9d2e360623
|
...
|
2016-05-19 12:52:27 +08:00 |
|
gatieme
|
9c5e3d6a76
|
...
|
2016-05-19 10:35:08 +08:00 |
|
gatieme
|
a3c6e4105b
|
修改目录结构...
|
2016-05-19 10:17:32 +08:00 |
|
gatieme
|
5a480b92bc
|
添加了进程创建的基本知识...
|
2016-05-18 23:44:02 +08:00 |
|
gatieme
|
581f98e6d4
|
...
|
2016-05-18 16:27:03 +08:00 |
|
gatieme
|
e9ed3dbbff
|
完善了find-task驱动...
|
2016-05-17 14:32:48 +08:00 |
|
gatieme
|
8353870802
|
...
|
2016-05-17 12:46:30 +08:00 |
|
gatieme
|
56090c336e
|
...
|
2016-05-17 12:40:29 +08:00 |
|
gatieme
|
a3d32ac8ff
|
添加自定义的通过thread_info获取到current进程的驱动...
|
2016-05-16 22:50:41 +08:00 |
|
gatieme
|
cbfac406cd
|
添加对比crs和pgd的值的驱动...
|
2016-05-16 22:14:05 +08:00 |
|