timerfd: new timerfd API
commit276a5fbbccd7b669d4f08cd28cd3b276dafb7e22
authorFedor <fedork@ubuntu.(none)>
Fri, 29 Oct 2010 23:41:12 +0000 (29 19:41 -0400)
committerFedor <fedork@ubuntu.(none)>
Sun, 31 Oct 2010 06:52:04 +0000 (31 02:52 -0400)
tree313b10887b146f9cdf944403d2c6bd99f3a9b8e5
parent41c051094c86aa870820e366051c4ce8f9c66822
timerfd: new timerfd API

kernel.org commits
5e05ad7d4e3b11f935998882b5d9c3b257137f1b timerfd: introduce a new hrtimer_forward_now() function
4d672e7ac79b5ec5cdc90e450823441e20464691 timerfd: new timerfd API
f79c343e2e5ba82b9661e7287a42fac596bf367a timerfd: un-break CONFIG_TIMERFD
46a56c5a02430f80ef73357aa1295875c1cef2a7 [PATCH] Fix timerfd breakage on avr32
9692bd9c140618e3f6a2848900aee96c9cd8a65c [PATCH] timerfd: fix remaining architectures
6783fe6253045bf5cbdf25e4be296f91437c5523 [MIPS] Wire up the timerfd_*() o32 system calls
0cb845ec3719c4cc13cedb3f86002c37c50aff0a [PARISC] remove old timerfd syscall
c7d16736b8759f45a49d318bf3a8ca7fed7b6962 MIPS: Compat: Use generic 32-bit wrapers for sys_timerfd_{g,s}ettime
45cc2b96f20fa27088a650587e5d9dc5fa5e32c0 [PATCH] fs/timerfd.c should #include <linux/syscalls.h>
29 files changed:
release/src-rt/linux/linux-2.6/arch/alpha/kernel/systbls.S
release/src-rt/linux/linux-2.6/arch/arm/kernel/calls.S
release/src-rt/linux/linux-2.6/arch/avr32/kernel/syscall_table.S
release/src-rt/linux/linux-2.6/arch/ia64/kernel/entry.S
release/src-rt/linux/linux-2.6/arch/mips/kernel/scall32-o32.S
release/src-rt/linux/linux-2.6/arch/mips/kernel/scall64-64.S
release/src-rt/linux/linux-2.6/arch/mips/kernel/scall64-n32.S
release/src-rt/linux/linux-2.6/arch/mips/kernel/scall64-o32.S
release/src-rt/linux/linux-2.6/arch/parisc/kernel/syscall_table.S
release/src-rt/linux/linux-2.6/arch/s390/kernel/compat_wrapper.S
release/src-rt/linux/linux-2.6/arch/s390/kernel/syscalls.S
release/src-rt/linux/linux-2.6/arch/sh/kernel/syscalls.S
release/src-rt/linux/linux-2.6/arch/sh64/kernel/syscalls.S
release/src-rt/linux/linux-2.6/arch/sparc/kernel/systbls.S
release/src-rt/linux/linux-2.6/arch/sparc64/kernel/systbls.S
release/src-rt/linux/linux-2.6/fs/compat.c
release/src-rt/linux/linux-2.6/fs/timerfd.c
release/src-rt/linux/linux-2.6/include/asm-avr32/unistd.h
release/src-rt/linux/linux-2.6/include/asm-mips/unistd.h
release/src-rt/linux/linux-2.6/include/asm-powerpc/systbl.h
release/src-rt/linux/linux-2.6/include/asm-sh/unistd.h
release/src-rt/linux/linux-2.6/include/asm-sh64/unistd.h
release/src-rt/linux/linux-2.6/include/linux/compat.h
release/src-rt/linux/linux-2.6/include/linux/hrtimer.h
release/src-rt/linux/linux-2.6/include/linux/syscalls.h
release/src-rt/linux/linux-2.6/init/Kconfig
release/src-rt/linux/linux-2.6/kernel/hrtimer.c
release/src-rt/linux/linux-2.6/kernel/posix-timers.c
release/src-rt/linux/linux-2.6/kernel/sys_ni.c