1
0
mirror of https://github.com/bashrc/LKMPG.git synced 2018-06-11 03:06:54 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
Bob Mottram
1d38ec9116 Mutexes 2017-03-31 16:37:04 +01:00
Bob Mottram
311143a2a0 Atomic operations 2017-03-31 11:28:29 +01:00
Bob Mottram
1caec63527 Read/write locks 2017-03-31 10:27:10 +01:00
Bob Mottram
a90589dbf3 Spinlocks 2017-03-30 23:13:40 +01:00
Bob Mottram
1a5c5029e0 Device model 2017-03-30 19:23:31 +01:00
Bob Mottram
fbf0ba5abd Tasklets 2017-03-30 16:21:53 +01:00
Bob Mottram
ab7b89eba2 Order of completion 2017-03-29 17:45:44 +01:00
Bob Mottram
2f818e4053 Crypto stuff 2017-03-29 16:00:24 +01:00
Bob Mottram
dfb97a2104 Working interrupt example 2017-03-11 21:37:51 +00:00
Roman Lakeev
06bac12b8c - fix ioctl example erro (_IOW needed instead _IOR)
- remove flycheck file from 4.9.11 examples directory
- rename file_sched.c to sched.c according to text of the book
- adding intrpt.c file (example from book)
- minor typo fixes
2017-03-11 21:01:32 +03:00
Bob Mottram
ea1cc34f57 Kernel 4.9.11
Included updates syscall example which disables page protection on Intel chips
2017-02-27 19:11:44 +00:00