- 25 Oct, 2016 40 commits
-
-
Charles Jacobsen authored
-
Charlie Jacobsen authored
-
Charles Jacobsen authored
-
Charles Jacobsen authored
-
Charlie Jacobsen authored
-
Charles Jacobsen authored
-
Charlie Jacobsen authored
-
Charlie Jacobsen authored
-
Anton Burtsev authored
-
Anton Burtsev authored
-
Anton Burtsev authored
-- LCD export an API to its domains that is accessible via capability invocations (well, syscalls if you like) -- Kernel runs a thread that implement this API, e.g. serves capability invocations
-
Anton Burtsev authored
-- Mine is primitive but works, Muktesh will have to come back and rewrite -- Cspace is an array, only insert and lookup are supported
-
Anton Burtsev authored
-
Anton Burtsev authored
-
Anton Burtsev authored
-
Anton Burtsev authored
-
Anton Burtsev authored
-
Charlie Jacobsen authored
Updated Kbuild, Kconfig, Makefiles.
-
Anton Burtsev authored
-
Anton Burtsev authored
-
Charlie Jacobsen authored
Per Linux coding style spec. Updated files in arch/x86/lcd, drivers/lcd, include/lcd.
-
Anton Burtsev authored
Not ideal. Some problems: - The arch dependent and independent parts are not completely separated. - The module builds in arch/x86/lcd and this is a bit strange - I can't build with LCD buildin, but build works if I build it as a module - There is still a bunch of old warrnings from Weibin's code
-
Charles Jacobsen authored
Capability code in xcap/ moved to virt/lcd. Arch-independent code in arch/x86/lcd moved to virt/lcd (including tools and guest directories).
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
Renaming capability.c and capability.h to lcd_cap.c and lcd_cap.h to avoid conflict /linux/capability.h files
-
Muktesh Khole authored
Conflicts: include/linux/init_task.h include/linux/sched.h Resolved-by:
Vikram Narayanan <vikram186@gmail.com>
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
-
Muktesh Khole authored
-