linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] kmod: Simplifications and cleanups v2
@ 2015-07-09 18:07 Frederic Weisbecker
  2015-07-09 18:07 ` [PATCH 1/5] kmod: Bunch of internal functions renames Frederic Weisbecker
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Frederic Weisbecker @ 2015-07-09 18:07 UTC (permalink / raw)
  To: LKML
  Cc: Frederic Weisbecker, Oleg Nesterov, Christoph Lameter,
	Rik van Riel, Andrew Morton

Changes in this set:

* Cleanup references to kevent (suggested by Andrew)
* Use of generic unbound workqueues (suggested by Oleg)
* Clarify changelogs (suggested by Oleg)
* Remove the UMH_WAIT_PROC kernel thread (RFC)

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
	nohz/kmod-v2

HEAD: 42613c237705cd6814f6ff90a2b64bd8f57700b5

Thanks,
	Frederic
---

Frederic Weisbecker (5):
      kmod: Bunch of internal functions renames
      kmod: Use system_unbound_wq instead of khelper
      kmod: Add up-to-date explanations on the purpose of each asynchronous levels
      kmod: Remove unecessary explicit wide CPU affinity setting
      kmod: Handle UMH_WAIT_PROC from system unbound workqueue


 include/linux/kmod.h |  2 --
 init/main.c          |  1 -
 kernel/kmod.c        | 82 ++++++++++++++++++++++++++--------------------------
 3 files changed, 41 insertions(+), 44 deletions(-)

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

end of thread, other threads:[~2015-07-14 14:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-09 18:07 [PATCH 0/5] kmod: Simplifications and cleanups v2 Frederic Weisbecker
2015-07-09 18:07 ` [PATCH 1/5] kmod: Bunch of internal functions renames Frederic Weisbecker
2015-07-09 18:07 ` [PATCH 2/5] kmod: Use system_unbound_wq instead of khelper Frederic Weisbecker
2015-07-09 22:44   ` Oleg Nesterov
2015-07-10 13:47     ` Frederic Weisbecker
2015-07-10 14:20       ` Christoph Lameter
2015-07-10 17:12         ` Frederic Weisbecker
2015-07-10 17:52           ` Christoph Lameter
2015-07-10 18:10             ` Frederic Weisbecker
2015-07-10 19:05               ` Christoph Lameter
2015-07-14 14:04                 ` Frederic Weisbecker
2015-07-09 18:07 ` [PATCH 3/5] kmod: Add up-to-date explanations on the purpose of each asynchronous levels Frederic Weisbecker
2015-07-09 18:07 ` [PATCH 4/5] kmod: Remove unecessary explicit wide CPU affinity setting Frederic Weisbecker
2015-07-09 18:07 ` [RFC PATCH 5/5] kmod: Handle UMH_WAIT_PROC from system unbound workqueue Frederic Weisbecker
2015-07-09 22:51   ` Oleg Nesterov
2015-07-10 13:57     ` Frederic Weisbecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).