[PATCH 0/2] Add a thread cpu time implementation to vDSO (v2)

From: Arun Sharma
Date: Mon Dec 19 2011 - 14:51:38 EST


Changes since last rev:

* Drop the direct vsyscall (hope clock_gettime_ns() addresses the gap)
* Add a compile time check for vvar page overflow
* Handle return value from the syscall
* Pack the VVAR page more tightly
* Handle NR_CPUS > 64

Arun Sharma (1):
Extend VVAR support to multiple pages

Kumar Sundararajan (1):
Add a thread cpu time implementation to vDSO

Documentation/cgroups/timer_slack.txt | 81 ----------------
drivers/Makefile | 3 -
drivers/fb/Makefile | 1 -
drivers/fb/tsc/Makefile | 2 -
drivers/fb/tsc/tsc.c | 29 ------
fs/select.c | 7 +-
include/linux/cgroup_subsys.h | 7 --
include/linux/prctl.h | 6 -
include/linux/sched.h | 11 --
include/linux/topology.h | 2 -
init/Kconfig | 8 --
kernel/Makefile | 1 -
kernel/cgroup_timer_slack.c | 169 ---------------------------------
kernel/fork.c | 4 -
kernel/futex.c | 4 +-
kernel/hrtimer.c | 2 +-
kernel/sched_fair.c | 54 -----------
kernel/sys.c | 3 -
18 files changed, 8 insertions(+), 386 deletions(-)
delete mode 100644 Documentation/cgroups/timer_slack.txt
delete mode 100644 drivers/fb/Makefile
delete mode 100644 drivers/fb/tsc/Makefile
delete mode 100644 drivers/fb/tsc/tsc.c
delete mode 100644 kernel/cgroup_timer_slack.c

--
1.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/