aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hardirq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-29cputime: Specialize irq vtime hooksFrederic Weisbecker1-2/+2
2012-10-29vtime: Gather vtime declarations to their own header fileFrederic Weisbecker1-10/+1
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-4/+4
2012-07-26sched: Fix comment about PREEMPT_ACTIVE bit locationSrivatsa S. Bhat1-1/+1
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney1-21/+0
2011-06-10sched: Isolate preempt counting in its own config optionFrederic Weisbecker1-2/+2
2011-03-05BKL: That's all, folksArnd Bergmann1-8/+1
2010-11-18hardirq.h: needs sched.h if using BKLLinus Torvalds1-0/+1
2010-11-17hardirq.h: remove now-empty #ifdef/#endif pairLinus Torvalds1-2/+0
2010-11-17Fix build failure due to hwirq.h needing smp_lock.hLinus Torvalds1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-02preempt: fix kernel build with !CONFIG_BKLArnd Bergmann1-2/+6
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds1-1/+0
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+8
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi1-1/+1
2010-10-18sched: Consolidate account_system_vtime extern declarationVenkatesh Pallipadi1-0/+2
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi1-0/+5
2010-10-07Drop a couple of unnecessary asm/system.h inclusionsDavid Howells1-1/+0
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney1-1/+1
2009-10-26rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney1-0/+24
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2009-08-22rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMPPaul E. McKenney1-2/+2
2009-08-09sched: Add default defines for PREEMPT_ACTIVEArnd Bergmann1-0/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+2
2009-04-06Merge branch 'linus' into irq/threadedIngo Molnar1-29/+44
2009-03-24genirq: add threaded interrupt handler supportThomas Gleixner1-1/+1
2009-02-12sched: do not account for NMIsSteven Rostedt1-16/+16
2009-02-12preempt-count: force hardirq-count to max of 10Steven Rostedt1-24/+24
2009-02-07nmi: add generic nmi tracking stateSteven Rostedt1-0/+15
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+9
2008-12-18"Tree RCU": scalable classic RCU implementationPaul E. McKenney1-6/+8
2008-11-06ftrace: split out hardirq ftrace code into own headerSteven Rostedt1-1/+1
2008-11-03ftrace: fix hardirq header for non ftrace archsSteven Rostedt1-1/+1
2008-10-30ftrace: nmi safe code modificationSteven Rostedt1-2/+13
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds1-8/+10
2008-03-28in_atomic(): document why it is unsuitable for general useJonathan Corbet1-0/+7
2008-02-29rcu: add support for dynamic ticks and preempt rcuSteven Rostedt1-0/+10
2008-01-25sched: remove the !PREEMPT_BKL codeIngo Molnar1-5/+1
2007-07-09sched: add in_atomic_preempt_off()Ingo Molnar1-0/+13
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner1-1/+11
2007-02-16[PATCH] uninline irq_enter()Ingo Molnar1-6/+1
2006-10-04[PATCH] genirq: irq: generalize the check for HARDIRQ_BITSEric W. Biederman1-1/+6
2006-07-03[PATCH] lockdep: coreIngo Molnar1-2/+3
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar1-3/+23
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-01-14[PATCH] s390: cputime misaccountingMartin Schwidefsky1-4/+0
2005-11-13[PATCH] m68k: thread_info header cleanupAl Viro1-0/+2
2005-07-12[PATCH] hardirq uses preemptRandy Dunlap1-0/+1
2005-05-28[PATCH] irq code: Add coherence test for PREEMPT_ACTIVEPaolo 'Blaisorblade' Giarrusso1-1/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+106