All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] MIPS: Add cputime/clock/hrtick features
@ 2015-03-05  0:58 ` Deng-Cheng Zhu
  0 siblings, 0 replies; 42+ messages in thread
From: Deng-Cheng Zhu @ 2015-03-05  0:58 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: Deng-Cheng Zhu

Some generic features are applicable to MIPS but currently missing. Some
need low-level support. This patch set is mainly for providing high
resolution cpu/task time accounting. Testing was done on Malta. Welcome
Tested-by's for other platforms.

Deng-Cheng Zhu (15):
  MIPS: Add SCHED_HRTICK support
  MIPS: Fall back to generic implementation of cmpxchg64 on 32-bit
    platforms
  MIPS: Add support for full dynticks CPU time accounting
  MIPS: Add sched_clock support
  MIPS: csrc-r4k: Implement read_sched_clock
  MIPS: csrc-bcm1480: Remove FSF mail address from GPL notice
  MIPS: csrc-bcm1480: Implement read_sched_clock
  MIPS: csrc-ioasic: Remove FSF mail address from GPL notice
  MIPS: csrc-ioasic: Implement read_sched_clock
  MIPS: sgi-ip27: Implement read_sched_clock
  MIPS: cevt-txx9: Implement read_sched_clock
  MIPS: jz4740: Implement read_sched_clock
  MIPS: csrc-sb1250: Remove FSF mail address from GPL notice
  MIPS: csrc-sb1250: Implement read_sched_clock
  MIPS: Add support for fine granularity task level IRQ time accounting

 arch/mips/Kconfig               |  6 ++++++
 arch/mips/include/asm/cmpxchg.h | 11 ++++++-----
 arch/mips/jz4740/time.c         |  8 ++++++++
 arch/mips/kernel/cevt-txx9.c    |  9 +++++++++
 arch/mips/kernel/csrc-bcm1480.c | 12 ++++++++----
 arch/mips/kernel/csrc-ioasic.c  | 13 +++++++++----
 arch/mips/kernel/csrc-r4k.c     |  8 ++++++++
 arch/mips/kernel/csrc-sb1250.c  | 12 ++++++++----
 arch/mips/sgi-ip27/ip27-timer.c |  8 ++++++++
 9 files changed, 70 insertions(+), 17 deletions(-)

-- 
1.8.5.3

^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2015-03-06 23:23 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05  0:58 [PATCH 00/15] MIPS: Add cputime/clock/hrtick features Deng-Cheng Zhu
2015-03-05  0:58 ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 01/15] MIPS: Add SCHED_HRTICK support Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 02/15] MIPS: Fall back to generic implementation of cmpxchg64 on 32-bit platforms Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 03/15] MIPS: Add support for full dynticks CPU time accounting Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 04/15] MIPS: Add sched_clock support Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-06 11:58   ` Maciej W. Rozycki
2015-03-06 11:58     ` Maciej W. Rozycki
2015-03-06 23:23     ` Deng-Cheng Zhu
2015-03-06 23:23       ` Deng-Cheng Zhu
2015-03-06 23:23       ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 05/15] MIPS: csrc-r4k: Implement read_sched_clock Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 06/15] MIPS: csrc-bcm1480: Remove FSF mail address from GPL notice Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 07/15] MIPS: csrc-bcm1480: Implement read_sched_clock Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 08/15] MIPS: csrc-ioasic: Remove FSF mail address from GPL notice Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-06 11:23   ` Maciej W. Rozycki
2015-03-05  0:58 ` [PATCH 09/15] MIPS: csrc-ioasic: Implement read_sched_clock Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-06 12:07   ` Maciej W. Rozycki
2015-03-05  0:58 ` [PATCH 10/15] MIPS: sgi-ip27: " Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 11/15] MIPS: cevt-txx9: " Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 12/15] MIPS: jz4740: " Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 13/15] MIPS: csrc-sb1250: Remove FSF mail address from GPL notice Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 14/15] MIPS: csrc-sb1250: Implement read_sched_clock Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu
2015-03-06 12:47   ` Maciej W. Rozycki
2015-03-06 21:52     ` Deng-Cheng Zhu
2015-03-06 21:52       ` Deng-Cheng Zhu
2015-03-05  0:58 ` [PATCH 15/15] MIPS: Add support for fine granularity task level IRQ time accounting Deng-Cheng Zhu
2015-03-05  0:58   ` Deng-Cheng Zhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.