1. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 9 years ago
  2. 347abad sched, time: Fix build error with 64 bit cputime_t on 32 bit systems by Rik van Riel · 10 years ago
  3. 9c368b5 sched, time: Fix lock inversion in thread_group_cputime() by Rik van Riel · 10 years ago
  4. eb1b4af sched, time: Atomically increment stime & utime by Rik van Riel · 10 years ago
  5. e78c349 time, signal: Protect resource use statistics with seqlock by Rik van Riel · 10 years ago
  6. 1e4dda0 sched: Change thread_group_cputime() to use for_each_thread() by Oleg Nesterov · 10 years ago
  7. 2d51386 sched: Sanitize irq accounting madness by Thomas Gleixner · 10 years ago
  8. a21e408 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  9. dee08a7 cputime: Fix jiffies based cputime assumption on steal accounting by Frederic Weisbecker · 10 years ago
  10. d0ea026 sched: Implement task_nice() as static inline function by Dongsheng Yang · 10 years ago
  11. 57d7309 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  12. 6832d96 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  13. 5a8e01f sched/cputime: Do not scale when utime == 0 by Stanislaw Gruszka · 11 years ago
  14. a4f61cc sched/cputime: Use this_cpu_add() in task_group_account_field() by Christoph Lameter · 11 years ago
  15. af2350b vtime: Always debug check snapshot source _before_ updating it by Frederic Weisbecker · 11 years ago
  16. b854faf vtime: Always scale generic vtime accounting results by Frederic Weisbecker · 11 years ago
  17. b049340 vtime: Optimize full dynticks accounting off case with static keys by Frederic Weisbecker · 11 years ago
  18. 5446156 vtime: Fix racy cputime delta update by Frederic Weisbecker · 11 years ago
  19. 7621d1f vtime: Remove a few unneeded generic vtime state checks by Frederic Weisbecker · 11 years ago
  20. 48d6a81 context_tracking: Optimize guest APIs off case with static key by Frederic Weisbecker · 11 years ago
  21. 5b206d4 vtime: Update a few comments by Frederic Weisbecker · 11 years ago
  22. 2fd1b48 Merge tag 'v3.10' into sched/core by Ingo Molnar · 11 years ago
  23. 45eacc6 vtime: Use consistent clocks among nohz accounting by Frederic Weisbecker · 11 years ago
  24. 84f9f3a sched: Use swap() macro in scale_stime() by Stanislaw Gruszka · 11 years ago
  25. 0279b3c Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  26. 68aa8ef sched: Avoid prev->stime underflow by Stanislaw Gruszka · 11 years ago
  27. 772c808 sched: Do not account bogus utime by Stanislaw Gruszka · 11 years ago
  28. 55eaa7c sched: Avoid cputime scaling overflow by Stanislaw Gruszka · 11 years ago
  29. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  30. 1966aaf sched/cpuacct: Add cpuacct_acount_field() by Li Zefan · 11 years ago
  31. e614b33 sched/cputime: Fix accounting on multi-threaded processes by Stanislaw Gruszka · 11 years ago
  32. d9a3c98 sched: Lower chances of cputime scaling overflow by Frederic Weisbecker · 11 years ago
  33. 9fbc42e cputime: Dynamically scale cputime for full dynticks accounting by Frederic Weisbecker · 11 years ago
  34. 7f6575f cputime: Use local_clock() for full dynticks cputime accounting by Frederic Weisbecker · 11 years ago
  35. cdc4e86 cputime: Remove irqsave from seqlock readers by Thomas Gleixner · 11 years ago
  36. b2c77a5 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 11 years ago
  37. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
  38. c11f11f kvm: Prepare to add generic guest entry/exit callbacks by Frederic Weisbecker · 11 years ago
  39. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  40. 3f4724e cputime: Allow dynamic switch between tick/virtual based cputime accounting by Frederic Weisbecker · 12 years ago
  41. abf917c cputime: Generic on-demand virtual cputime accounting by Frederic Weisbecker · 12 years ago
  42. ae8dda5 cputime: Move default nsecs_to_cputime() to jiffies based cputime file by Frederic Weisbecker · 11 years ago
  43. 6218845 cputime: Avoid multiplication overflow on utime scaling by Frederic Weisbecker · 11 years ago
  44. 38130ec Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
  45. fa09205 cputime: Comment cputime's adjusting code by Frederic Weisbecker · 12 years ago
  46. d37f761d cputime: Consolidate cputime adjustment code by Frederic Weisbecker · 12 years ago
  47. e80d0a1a cputime: Rename thread_group_times to thread_group_cputime_adjusted by Frederic Weisbecker · 12 years ago
  48. a634f93 cputime: Move thread_group_cputime() to sched code by Frederic Weisbecker · 12 years ago
  49. 1017769 vtime: No need to disable irqs on vtime_account() by Frederic Weisbecker · 12 years ago
  50. e3942ba vtime: Consolidate a bit the ctx switch code by Frederic Weisbecker · 12 years ago
  51. fd25b4c vtime: Remove the underscore prefix invasion by Frederic Weisbecker · 12 years ago
  52. 3e1df4f5 cputime: Separate irqtime accounting from generic vtime by Frederic Weisbecker · 12 years ago
  53. 1111333 vtime: Make vtime_account_system() irqsafe by Frederic Weisbecker · 12 years ago
  54. a7e1a9e vtime: Consolidate system/idle context detection by Frederic Weisbecker · 12 years ago
  55. bf9fae9 cputime: Use a proper subsystem naming for vtime related APIs by Frederic Weisbecker · 12 years ago
  56. 73fbec6 sched: Move cputime code to its own file by Frederic Weisbecker · 12 years ago