[PATCH] pi-futex: rt mutex core
Core functions for the rt-mutex subsystem. Signed-off-by:Ingo Molnar <mingo@elte.hu> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
Arjan van de Ven <arjan@linux.intel.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- include/linux/init_task.h 1 addition, 0 deletionsinclude/linux/init_task.h
- include/linux/rtmutex.h 104 additions, 0 deletionsinclude/linux/rtmutex.h
- include/linux/sched.h 12 additions, 0 deletionsinclude/linux/sched.h
- include/linux/sysctl.h 1 addition, 0 deletionsinclude/linux/sysctl.h
- init/Kconfig 5 additions, 0 deletionsinit/Kconfig
- kernel/Makefile 1 addition, 0 deletionskernel/Makefile
- kernel/fork.c 16 additions, 0 deletionskernel/fork.c
- kernel/rtmutex.c 904 additions, 0 deletionskernel/rtmutex.c
- kernel/rtmutex.h 29 additions, 0 deletionskernel/rtmutex.h
- kernel/rtmutex_common.h 93 additions, 0 deletionskernel/rtmutex_common.h
- kernel/sysctl.c 15 additions, 0 deletionskernel/sysctl.c
Loading