Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933171AbbELOl7 (ORCPT ); Tue, 12 May 2015 10:41:59 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:37189 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932509AbbELOl5 (ORCPT ); Tue, 12 May 2015 10:41:57 -0400 From: Frederic Weisbecker To: Peter Zijlstra Cc: LKML , Frederic Weisbecker , Ingo Molnar , Thomas Gleixner , Linus Torvalds Subject: [PATCH 0/6] preempt: A few headers cleanups and preempt_schedule*() optimizations v2 Date: Tue, 12 May 2015 16:41:45 +0200 Message-Id: <1431441711-29753-1-git-send-email-fweisbec@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1396 Lines: 39 Hi, Changes from v1: * Merge the two commits that optimize preempt count operations on __schedule() caller as per Peterz suggestion. git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git sched/preempt-v2 HEAD: d87df756db90d364b8497e01aaa636fffda04a7d Thanks, Frederic --- Frederic Weisbecker (6): preempt: Merge preempt_mask.h into preempt.h preempt: Rearrange a few symbols after headers merge preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSET sched: Optimize preemption operations on __schedule() callers preempt: Fix out of date comment preempt: Remove PREEMPT_ACTIVE unmasking off in_atomic() arch/m68k/include/asm/irqflags.h | 3 - include/linux/bottom_half.h | 1 - include/linux/hardirq.h | 2 +- include/linux/preempt.h | 123 ++++++++++++++++++++++++++++++++++++++- include/linux/preempt_mask.h | 117 ------------------------------------- include/linux/sched.h | 2 +- kernel/sched/core.c | 29 +++------ lib/radix-tree.c | 2 +- 8 files changed, 133 insertions(+), 146 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/