aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2015-01-14ksoftirqd: Use new cond_resched_rcu_qs() functionPaul E. McKenney1-6/+1
2015-01-14ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens1-1/+5
2015-01-14softirq/preempt: Add missing current->preempt_disable_ip updateHeiko Carstens1-1/+5
2014-11-03rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney1-1/+1
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-3/+1
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen1-2/+2
2014-04-29softirq: A single rcu_bh_qs() call per softirq set is enoughEric Dumazet1-3/+1
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner1-0/+5
2014-03-19softirq: Add linux/irq.h to make it compile againThomas Gleixner1-0/+1
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches1-16/+9
2014-01-27softirq: convert printks to pr_<level>Joe Perches1-2/+4
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches1-21/+22
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgentIngo Molnar1-1/+1
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+8
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker1-1/+1
2014-01-13sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra1-29/+6
2014-01-13locking: Optimize lock_bh functionsPeter Zijlstra1-2/+2
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker1-3/+1
2013-11-27lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker1-21/+16
2013-11-27Merge branch 'core/urgent' into core/lockingIngo Molnar1-9/+45
2013-11-19lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra1-9/+45
2013-11-15revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig1-131/+0
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar1-3/+12
2013-10-01irq: Optimize softirq stack selection in irq exitFrederic Weisbecker1-4/+10
2013-10-01irq: Justify the various softirq stack choicesFrederic Weisbecker1-1/+10
2013-10-01irq: Improve a bit softirq debuggingFrederic Weisbecker1-2/+2
2013-10-01irq: Optimize call to softirq on hardirq exitFrederic Weisbecker1-1/+1
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-5/+3
2013-10-01irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker1-3/+12
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra1-7/+7
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra1-2/+2
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-2/+0
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-4/+4
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+4
2013-06-28softirq: Use _RET_IP_Davidlohr Bueso1-6/+4
2013-06-10Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear1-3/+10
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+14
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-12/+9
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang1-4/+2
2013-04-22nohz: Disable the tick when irq resume in full dynticks CPUFrederic Weisbecker1-5/+14
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker1-1/+1
2013-03-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+9
2013-02-28irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker1-6/+1