lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 17 Dec 2009 19:50:21 +0100
From:	Peter Zijlstra <a.p.zijlstra@...llo.nl>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	Mike Galbraith <efault@....de>,
	LKML <linux-kernel@...r.kernel.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>
Subject: [PATCH 0/6] Some load-balancer cleanups

Since RT has since grown its own load-balancer which is totally independent
from CFS, we can remove some of the left-overs from back when.

Gets rid of the ->load_balance and ->move_one_task sched_class calls and
removed the rq_iterator stuff.

Also carries a lock-break recently found wanted by -rt.

Compile tested with CGROUP/SMP/UP and booted on x86_64-SMP.

 include/linux/sched.h   |    8 -
 kernel/sched.c          | 1945 ++---------------------------------------------
 kernel/sched_fair.c     | 1778 +++++++++++++++++++++++++++++++++++++++++--
 kernel/sched_idletask.c |   21 -
 kernel/sched_rt.c       |   20 -
 5 files changed, 1805 insertions(+), 1967 deletions(-)


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ