public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] sched/cleanup: scheduler related cleanup and refine
@ 2013-08-22  7:48 Michael wang
  2013-08-22  7:49 ` [PATCH 01/11] sched/cleanup: remove the extra line in init_sched_fair_class() Michael wang
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Michael wang @ 2013-08-22  7:48 UTC (permalink / raw)
  To: open list; +Cc: Ingo Molnar, Peter Zijlstra

This patch-set will cleanup and refine the code related to scheduler and
save few lines.

Rough tested (random benchmark) with latest tip/master on a desktop.

Michael Wang (11):
	[PATCH 01/11] sched/cleanup: remove the extra line in init_sched_fair_class()
	[PATCH 02/11] sched/cleanup: remove the extra parm of alloc_thread_info_node()
	[PATCH 03/11] sched/cleanup: remove the extra parm of copy_flags()
	[PATCH 04/11] sched/cleanup: refine rt_policy()
	[PATCH 05/11] sched/cleanup: remove the extra parm of wakeup_gran()
	[PATCH 06/11] sched/cleanup: refine __setup_irq()
	[PATCH 07/11] sched/cleanup: remove the extra parm of irq_set_thread_affinity()
	[PATCH 08/11] sched/cleanup: remove the extra parm of sched_clock_idle_wakeup_event()
	[PATCH 09/11] sched/cleanup: remove the extra parm of tick_nohz_start_idle()
	[PATCH 10/11] sched/cleanup: remove the extra parm of retrigger_next_event()
	[PATCH 11/11] sched/cleanup: remove the extra parm of find_new_ilb()
---
 b/arch/x86/kernel/tsc.c         |    2 +-
 b/drivers/acpi/processor_idle.c |    4 ++--
 b/include/linux/sched.h         |    7 ++-----
 b/kernel/fork.c                 |    8 +++-----
 b/kernel/hrtimer.c              |    8 ++++----
 b/kernel/irq/internals.h        |    2 +-
 b/kernel/irq/manage.c           |    6 ++----
 b/kernel/irq/migration.c        |    2 +-
 b/kernel/sched/clock.c          |    2 +-
 b/kernel/sched/fair.c           |    1 -
 b/kernel/sched/sched.h          |    4 +---
 b/kernel/time/tick-sched.c      |    2 +-
 kernel/fork.c                   |    4 ++--
 kernel/irq/manage.c             |    7 +++----
 kernel/sched/fair.c             |    8 ++++----
 kernel/time/tick-sched.c        |    4 ++--
 16 files changed, 30 insertions(+), 41 deletions(-)


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

end of thread, other threads:[~2013-08-22  8:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-22  7:48 [PATCH 00/11] sched/cleanup: scheduler related cleanup and refine Michael wang
2013-08-22  7:49 ` [PATCH 01/11] sched/cleanup: remove the extra line in init_sched_fair_class() Michael wang
2013-08-22  7:50 ` [PATCH 02/11] sched/cleanup: remove the extra parm of alloc_thread_info_node() Michael wang
2013-08-22  7:52 ` [PATCH 03/11] sched/cleanup: remove the extra parm of copy_flags() Michael wang
2013-08-22  7:53 ` [PATCH 04/11] sched/cleanup: refine rt_policy() Michael wang
2013-08-22  7:54 ` [PATCH 05/11] sched/cleanup: remove the extra parm of wakeup_gran() Michael wang
2013-08-22  7:55 ` [PATCH 06/11] sched/cleanup: refine __setup_irq() Michael wang
2013-08-22  7:56 ` [PATCH 07/11] sched/cleanup: remove the extra parm of irq_set_thread_affinity() Michael wang
2013-08-22  7:57 ` [PATCH 08/11] sched/cleanup: remove the extra parm of sched_clock_idle_wakeup_event() Michael wang
2013-08-22  8:07   ` Michael wang
2013-08-22  7:58 ` [PATCH 09/11] sched/cleanup: remove the extra parm of tick_nohz_start_idle() Michael wang
2013-08-22  7:59 ` [PATCH 10/11] sched/cleanup: remove the extra parm of retrigger_next_event() Michael wang
2013-08-22  7:59 ` [PATCH 11/11] sched/cleanup: remove the extra parm of find_new_ilb() Michael wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox