summaryrefslogtreecommitdiff
path: root/kernel/softirq.c
AgeCommit message (Expand)Author
2013-04-04softirq: Adapt NOHZ softirq pending check to new RT schemeThomas Gleixner
2013-04-04softirq: Split softirq locksThomas Gleixner
2013-04-04softirq: Split handling functionThomas Gleixner
2013-04-04softirq: Make serving softirqs a task flagThomas Gleixner
2013-04-04rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2013-04-04genirq: Allow disabling of softirq processing in irq thread contextThomas Gleixner
2013-04-04tasklet: Prevent tasklets from going into infinite spin in RTIngo Molnar
2013-04-04softirq-make-fifo.patchThomas Gleixner
2013-04-04softirq: Export in_serving_softirq()John Kacur
2013-04-04softirq-local-lock.patchThomas Gleixner
2013-04-04softirq: Sanitize softirq pending for NOHZ/RTThomas Gleixner
2013-04-04softirq-split-out-code.patchThomas Gleixner
2012-10-29cputime: Specialize irq vtime hooksFrederic Weisbecker
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker
2012-08-13softirq: Use hotplug thread infrastructureThomas Gleixner
2012-08-01mm: allow PF_MEMALLOC from softirq contextMel Gorman
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-03-06softirq: Reduce invoke_softirq() code duplicationHeiko Carstens
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2012-02-15timer: Fix bad idle check on irq entryFrederic Weisbecker
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt
2011-12-11rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra
2011-06-14rcu: Use softirq to address performance regressionShaohua Li
2011-05-06rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23kthread: use kthread_create_on_node()Eric Dumazet
2011-03-16Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner
2011-02-08softirq: Avoid stack switch from ksoftirqdThomas Gleixner
2011-01-26softirqs: Free up pf flag PF_KSOFTIRQDVenkatesh Pallipadi
2011-01-13kernel: clean up USE_GENERIC_SMP_HELPERSAmerigo Wang
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar
2010-10-28Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-23Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro
2010-10-23Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-21tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner
2010-10-18sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi
2010-10-18sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi