- 53e87e3 timers/nohz: Last resort update jiffies on nohz_full IRQ entry by Frederic Weisbecker · 3 years, 2 months ago
- 91cc470 genirq: Change force_irqthreads to a static key by Tanner Love · 3 years, 7 months ago
- b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 7 months ago
- 37aadc68 sched: Unbreak wakeups by Peter Zijlstra · 3 years, 7 months ago
- 9a45da9 Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
- 47c218d tick/sched: Prevent false positive softirq pending warnings on RT by Thomas Gleixner · 3 years, 10 months ago
- 8b1c04a softirq: Make softirq control and processing RT aware by Thomas Gleixner · 3 years, 10 months ago
- f02fc96 softirq: Move various protections into inline helpers by Thomas Gleixner · 3 years, 10 months ago
- eb2dafb tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RT by Thomas Gleixner · 3 years, 10 months ago
- 697d8c6 tasklets: Replace spin wait in tasklet_kill() by Peter Zijlstra · 3 years, 10 months ago
- da044747 tasklets: Replace spin wait in tasklet_unlock_wait() by Peter Zijlstra · 3 years, 10 months ago
- 6b2c339 softirq: s/BUG/WARN_ONCE/ on tasklet SCHED state not set by Dirk Behme · 3 years, 10 months ago
- 3a0ade0 tasklet: Remove tasklet_kill_immediate by Davidlohr Bueso · 3 years, 10 months ago
- 1c0c4bc softirq: Don't try waking ksoftirqd before it has been spawned by Paul E. McKenney · 3 years, 11 months ago
- db1cc7a softirq: Move do_softirq_own_stack() to generic asm header by Thomas Gleixner · 3 years, 11 months ago
- 6be5f58 Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
- 91ea62d softirq: Avoid bad tracing / lockdep interaction by Peter Zijlstra · 4 years ago
- d14ce74 irq: Call tick_irq_enter() inside HARDIRQ_OFFSET by Frederic Weisbecker · 4 years, 1 month ago
- d3759e7 irqtime: Move irqtime entry accounting after irq offset incrementation by Frederic Weisbecker · 4 years, 1 month ago
- ae9ef58 softirq: Move related code into one section by Thomas Gleixner · 4 years, 1 month ago
- cdabce2e softirq: Add debug check to __raise_softirq_irqoff() by Jiafei Pan · 4 years, 5 months ago
- 427714f Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 12cc923 tasklet: Introduce new initialization API by Romain Perier · 5 years ago
- f9ad4a5 lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument by Peter Zijlstra · 4 years, 7 months ago
- a21ee60 lockdep: Change hardirq{s_enabled,_context} to per-cpu variables by Peter Zijlstra · 4 years, 7 months ago
- 59bc300 x86/entry: Clarify irq_{enter,exit}_rcu() by Peter Zijlstra · 4 years, 7 months ago
- 8a6bc47 genirq: Provide irq_enter/exit_rcu() by Thomas Gleixner · 4 years, 7 months ago
- ef99691 lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}() by Peter Zijlstra · 4 years, 9 months ago
- 0d38453 lockdep: Rename trace_softirqs_{on,off}() by Peter Zijlstra · 4 years, 9 months ago
- 2502ec3 lockdep: Rename trace_hardirq_{enter,exit}() by Thomas Gleixner · 4 years, 9 months ago
- 2a1ccd3 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 8afecaa softirq: Use __this_cpu_write() in takeover_tasklets() by Muchun Song · 6 years ago
- 767a67b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430 by Thomas Gleixner · 6 years ago
- d7dcf26 softirq: Remove tasklet_hrtimer by Thomas Gleixner · 6 years ago
- 1342d80 softirq: Don't skip softirq execution when softirq thread is parking by Matthias Kaehlcke · 6 years ago
- 5947a64 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- e45506a softirq: Fix typo in __do_softirq() comments by Yangtao Li · 6 years ago
- 65cfe35 rcu: Define RCU-bh update API in terms of RCU by Paul E. McKenney · 6 years ago
- d28139c rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe by Paul E. McKenney · 7 years ago
- 0a0e082 nohz: Fix missing tick reprogram when interrupting an inline softirq by Frederic Weisbecker · 6 years ago
- 3c53776 Mark HI and TASKLET softirq synchronous by Linus Torvalds · 7 years ago
- 1a63dcd softirq: Reorder trace_softirqs_on to prevent lockdep splat by Joel Fernandes (Google) · 7 years ago
- db020be Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- c344269 softirq: Eliminate unused cond_resched_softirq() macro by Paul E. McKenney · 7 years ago
- 0f6f47b softirq/core: Turn default irq_cpustat_t to standard per-cpu by Frederic Weisbecker · 7 years ago
- 82b691b softirq: Consolidate common code in tasklet_[hi]_action() by Ingo Molnar · 7 years ago
- 6498dda softirq: Consolidate common code in __tasklet_[hi]_schedule() by Ingo Molnar · 7 years ago
- edf22f4 softirq: Eliminate cond_resched_rcu_qs() in favor of cond_resched() by Paul E. McKenney · 7 years ago
- 4675ff0 kmemcheck: rip it out by Levin, Alexander (Sasha Levin) · 7 years ago
- f71b74b irq/softirqs: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
- 717a94b sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current_restore_flags() by NeilBrown · 8 years ago
- f660f60 softirq: Display IRQ_POLL for irq-poll statistics by Sagi Grimberg · 8 years ago
- 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
- 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 9 years ago
- 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 4cd13c2 softirq: Let ksoftirqd do its job by Eric Dumazet · 8 years ago
- c4544db kernel/softirq: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
- be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 9 years ago
- f904f58 sched/debug: Fix preempt_disable_ip recording for preempt_disable() by Sebastian Andrzej Siewior · 9 years ago
- 8308756 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 6047967 ksoftirqd: Use new cond_resched_rcu_qs() function by Paul E. McKenney · 10 years ago
- 28423ad ksoftirqd: Enable IRQs and call cond_resched() before poking RCU by Calvin Owens · 10 years ago
- 0f1ba9a softirq/preempt: Add missing current->preempt_disable_ip update by Heiko Carstens · 10 years ago
- 38200cf rcu: Remove "cpu" argument to rcu_note_context_switch() by Paul E. McKenney · 10 years ago
- 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
- 284a8c9 rcu: Per-CPU operation cleanups to rcu_*_qs() functions by Paul E. McKenney · 10 years ago
- 22127e9 time: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
- e14505a Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
- 722a9f9 asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* by Andi Kleen · 11 years ago
- a5d6d3a softirq: A single rcu_bh_qs() call per softirq set is enough by Eric Dumazet · 11 years ago
- 62a08ae genirq: x86: Ensure that dynamic irq allocation does not conflict by Thomas Gleixner · 11 years ago
- d532676 softirq: Add linux/irq.h to make it compile again by Thomas Gleixner · 11 years ago
- aafd9d6 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- ce85b4f softirq: use const char * const for softirq_to_name, whitespace neatening by Joe Perches · 11 years ago
- 4032276 softirq: convert printks to pr_<level> by Joe Perches · 11 years ago
- 2e702b9 softirq: use ffs() in __do_softirq() by Joe Perches · 11 years ago
- a2b4c60 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent by Ingo Molnar · 11 years ago
- 6c64614 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- a0fa1dd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 5acac1b tick: Rename tick_check_idle() to tick_irq_enter() by Frederic Weisbecker · 11 years ago
- 0bd3a17 sched/preempt, locking: Rework local_bh_{dis,en}able() by Peter Zijlstra · 11 years ago
- 9ea4c38 locking: Optimize lock_bh functions by Peter Zijlstra · 11 years ago
- e8fcaa5 nohz: Convert a few places to use local per cpu accesses by Frederic Weisbecker · 11 years ago
- 5c4853b lockdep: Simplify a bit hardirq <-> softirq transitions by Frederic Weisbecker · 11 years ago
- 7d5b158 Merge branch 'core/urgent' into core/locking by Ingo Molnar · 11 years ago
- f1a83e6 lockdep: Correctly annotate hardirq context in irq_exit() by Peter Zijlstra · 11 years ago
- fc21c0c revert "softirq: Add support for triggering softirq work on softirqs" by Christoph Hellwig · 11 years ago
- 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
- cc1f027 irq: Optimize softirq stack selection in irq exit by Frederic Weisbecker · 11 years ago
- 0bed698 irq: Justify the various softirq stack choices by Frederic Weisbecker · 11 years ago
- 5d60d3e irq: Improve a bit softirq debugging by Frederic Weisbecker · 11 years ago
- be6e101 irq: Optimize call to softirq on hardirq exit by Frederic Weisbecker · 11 years ago
- 7d65f4a irq: Consolidate do_softirq() arch overriden implementations by Frederic Weisbecker · 11 years ago
- ded7975 irq: Force hardirq exit's softirq processing on its own stack by Frederic Weisbecker · 11 years ago
- bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 11 years ago
- 4a2b4b2 sched: Introduce preempt_count accessor functions by Peter Zijlstra · 11 years ago
- 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
- 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 12 years ago
- a4883ef Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago