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