I had this issue with 10.10, on a Core2Duo machine, headless, running Maverick Server, and I think I just fixed it by upgrading to a new kernel. The new kernel I went to was 2.6.37-11.
I was seeing this issue after about 5 mins of uptime. Every time. My load avg would go up and up, until it reached about 20, at which point I could no longer SSH into the machine, or really do anything at all.
I tried both to upgrade from 2.6.35-22 to 2.6.35-24 and to 2.6.37-11. The 35-24 upgrade did not work. I would continue getting the kslowd000 and kslowd001 (001 especially) taking up 100% of CPU (Core 2 Duo DESKTOP, not laptop, headless).
So, I installed the Lucid Kernel PPA:
Code:
sudo add-apt-repository ppa:kernel-ppa/ppa
then installed the new kernel headers and image
Code:
sudo apt-get install linux-headers-2.6.37-11 linux-image-2.6.37-11
then reboot
after 20 mins of uptime, I am not seeing the kslowd001 process taking up any noticeable CPU.