aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hardirq.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-13sched/preempt, locking: Rework local_bh_{dis,en}able()Gravatar Peter Zijlstra 1-0/+1
2013-09-25sched: Extract the basic add/sub preempt_count modifiersGravatar Peter Zijlstra 1-4/+4
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-4/+0
2013-08-14hardirq: Split preempt count mask definitionsGravatar Frederic Weisbecker 1-116/+1
2013-06-10rcu: Remove TINY_PREEMPT_RCUGravatar Paul E. McKenney 1-1/+1
2013-02-22irq: Remove IRQ_EXIT_OFFSET workaroundGravatar Frederic Weisbecker 1-2/+0
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2013-01-27cputime: Safely read cputime of full dynticks CPUsGravatar Frederic Weisbecker 1-2/+2
2013-01-21tracing/lockdep: Disable lockdep first in entering NMIGravatar Steven Rostedt 1-2/+2
2012-10-29cputime: Specialize irq vtime hooksGravatar Frederic Weisbecker 1-2/+2
2012-10-29vtime: Gather vtime declarations to their own header fileGravatar Frederic Weisbecker 1-10/+1
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsGravatar Frederic Weisbecker 1-4/+4
2012-07-26sched: Fix comment about PREEMPT_ACTIVE bit locationGravatar Srivatsa S. Bhat 1-1/+1
2011-12-11rcu: Track idleness independent of idle tasksGravatar Paul E. McKenney 1-21/+0
2011-06-10sched: Isolate preempt counting in its own config optionGravatar Frederic Weisbecker 1-2/+2
2011-03-05BKL: That's all, folksGravatar Arnd Bergmann 1-8/+1
2010-11-18hardirq.h: needs sched.h if using BKLGravatar Linus Torvalds 1-0/+1
2010-11-17hardirq.h: remove now-empty #ifdef/#endif pairGravatar Linus Torvalds 1-2/+0
2010-11-17Fix build failure due to hwirq.h needing smp_lock.hGravatar Linus Torvalds 1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-11-02preempt: fix kernel build with !CONFIG_BKLGravatar Arnd Bergmann 1-2/+6
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsGravatar Linus Torvalds 1-1/+0
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+8
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeGravatar Venkatesh Pallipadi 1-1/+1
2010-10-18sched: Consolidate account_system_vtime extern declarationGravatar Venkatesh Pallipadi 1-0/+2
2010-10-18sched: Fix softirq time accountingGravatar Venkatesh Pallipadi 1-0/+5
2010-10-07Drop a couple of unnecessary asm/system.h inclusionsGravatar David Howells 1-1/+0
2010-08-20rcu: Add a TINY_PREEMPT_RCUGravatar Paul E. McKenney 1-1/+1
2009-10-26rcu: "Tiny RCU", The Bloatwatch EditionGravatar Paul E. McKenney 1-0/+24
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+6
2009-08-22rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMPGravatar Paul E. McKenney 1-2/+2
2009-08-09sched: Add default defines for PREEMPT_ACTIVEGravatar Arnd Bergmann 1-0/+6
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+2
2009-04-06Merge branch 'linus' into irq/threadedGravatar Ingo Molnar 1-29/+44
2009-03-24genirq: add threaded interrupt handler supportGravatar Thomas Gleixner 1-1/+1
2009-02-12sched: do not account for NMIsGravatar Steven Rostedt 1-16/+16
2009-02-12preempt-count: force hardirq-count to max of 10Gravatar Steven Rostedt 1-24/+24
2009-02-07nmi: add generic nmi tracking stateGravatar Steven Rostedt 1-0/+15
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+9
2008-12-18"Tree RCU": scalable classic RCU implementationGravatar Paul E. McKenney 1-6/+8
2008-11-06ftrace: split out hardirq ftrace code into own headerGravatar Steven Rostedt 1-1/+1
2008-11-03ftrace: fix hardirq header for non ftrace archsGravatar Steven Rostedt 1-1/+1
2008-10-30ftrace: nmi safe code modificationGravatar Steven Rostedt 1-2/+13
2008-05-10BKL: revert back to the old spinlock implementationGravatar Linus Torvalds 1-8/+10
2008-03-28in_atomic(): document why it is unsuitable for general useGravatar Jonathan Corbet 1-0/+7
2008-02-29rcu: add support for dynamic ticks and preempt rcuGravatar Steven Rostedt 1-0/+10
2008-01-25sched: remove the !PREEMPT_BKL codeGravatar Ingo Molnar 1-5/+1
2007-07-09sched: add in_atomic_preempt_off()Gravatar Ingo Molnar 1-0/+13
2007-02-16[PATCH] tick-management: dyntick / highres functionalityGravatar Thomas Gleixner 1-1/+11
2007-02-16[PATCH] uninline irq_enter()Gravatar Ingo Molnar 1-6/+1