summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2018-09-14debug: show more debug info when hardlockup happensjiamin ma13-51/+323
2018-08-15Mark HI and TASKLET softirq synchronousLinus Torvalds1-4/+8
2018-07-17wifi: softirq: reduce ksoftirqd scheduled rate to improve TCP throughtputlibo1-2/+14
2018-05-10debug: hard lockup detectjianxin.pan17-3/+600
2016-10-21softirq: Display IRQ_POLL for irq-poll statisticsSagi Grimberg1-1/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds24-22/+725
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy19-22/+37
2016-10-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds50-1375/+1452
2016-09-30softirq: Let ksoftirqd do its jobEric Dumazet1-1/+15
2016-09-06kernel/softirq: Convert to hotplug state machineSebastian Andrzej Siewior2-21/+7
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko23-15/+51
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior4-16/+16
2015-02-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds14-78/+78
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-04rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney7-11/+11
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds149-547/+560
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney6-37/+42
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter10-29/+29
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar31-412/+1210
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen9-16/+16
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 Gleixner4-0/+19
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/...Linus Torvalds5-18/+25
2014-01-28softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches2-17/+10
2014-01-28softirq: convert printks to pr_<level>Joe Perches1-2/+4
2014-01-28softirq: 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/f...Ingo Molnar5-18/+25
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds38-317/+556
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds63-626/+3775
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker3-8/+8
2014-01-13sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra4-33/+36
2014-01-13locking: Optimize lock_bh functionsPeter Zijlstra5-23/+36
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker5-34/+25
2013-11-27lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker1-21/+16
2013-11-27Merge branch 'core/urgent' into core/lockingIngo Molnar2-10/+47
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 Hellwig2-153/+0
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds117-1594/+3569
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar893-4829/+8754
2013-10-01irq: Optimize softirq stack selection in irq exitFrederic Weisbecker2-4/+20
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 Weisbecker11-202/+98
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 Zijlstra10-103/+113
[next]