aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hardirq.h
AgeCommit message (Expand)Author
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-08-14hardirq: Split preempt count mask definitionsFrederic Weisbecker
2013-06-10rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney
2013-02-22irq: Remove IRQ_EXIT_OFFSET workaroundFrederic Weisbecker
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker
2013-01-21tracing/lockdep: Disable lockdep first in entering NMISteven Rostedt
2012-10-29cputime: Specialize irq vtime hooksFrederic Weisbecker
2012-10-29vtime: Gather vtime declarations to their own header fileFrederic Weisbecker
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker
2012-07-26sched: Fix comment about PREEMPT_ACTIVE bit locationSrivatsa S. Bhat
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney
2011-06-10sched: Isolate preempt counting in its own config optionFrederic Weisbecker
2011-03-05BKL: That's all, folksArnd Bergmann
2010-11-18hardirq.h: needs sched.h if using BKLLinus Torvalds
2010-11-17hardirq.h: remove now-empty #ifdef/#endif pairLinus Torvalds
2010-11-17Fix build failure due to hwirq.h needing smp_lock.hLinus Torvalds
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-02preempt: fix kernel build with !CONFIG_BKLArnd Bergmann
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi
2010-10-18sched: Consolidate account_system_vtime extern declarationVenkatesh Pallipadi
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi
2010-10-07Drop a couple of unnecessary asm/system.h inclusionsDavid Howells
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney
2009-10-26rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-08-22rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMPPaul E. McKenney
2009-08-09sched: Add default defines for PREEMPT_ACTIVEArnd Bergmann
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-04-06Merge branch 'linus' into irq/threadedIngo Molnar
2009-03-24genirq: add threaded interrupt handler supportThomas Gleixner
2009-02-12sched: do not account for NMIsSteven Rostedt
2009-02-12preempt-count: force hardirq-count to max of 10Steven Rostedt
2009-02-07nmi: add generic nmi tracking stateSteven Rostedt
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-18"Tree RCU": scalable classic RCU implementationPaul E. McKenney
2008-11-06ftrace: split out hardirq ftrace code into own headerSteven Rostedt
2008-11-03ftrace: fix hardirq header for non ftrace archsSteven Rostedt
2008-10-30ftrace: nmi safe code modificationSteven Rostedt
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds
2008-03-28in_atomic(): document why it is unsuitable for general useJonathan Corbet
2008-02-29rcu: add support for dynamic ticks and preempt rcuSteven Rostedt
2008-01-25sched: remove the !PREEMPT_BKL codeIngo Molnar
2007-07-09sched: add in_atomic_preempt_off()Ingo Molnar
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner
2007-02-16[PATCH] uninline irq_enter()Ingo Molnar
2006-10-04[PATCH] genirq: irq: generalize the check for HARDIRQ_BITSEric W. Biederman
2006-07-03[PATCH] lockdep: coreIngo Molnar