Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
344fdb28a0dfac2e42925f149029748b34d2effa
/
kernel
/
softirq.c
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
· 7 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
d2e0847
softirq: Use _RET_IP_
by Davidlohr Bueso
· 12 years ago
34376a5
Fix lockup related to stop_machine being stuck in __do_softirq.
by Ben Greear
· 12 years ago
534c97b
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
c032862
Merge commit '8700c95adb03' into timers/nohz
by Frederic Weisbecker
· 12 years ago
3440a1c
kernel/smp.c: remove 'priv' of call_single_data
by liguang
· 12 years ago
67826ea
nohz: Disable the tick when irq resume in full dynticks CPU
by Frederic Weisbecker
· 12 years ago
3451d02
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
by Frederic Weisbecker
· 13 years ago
e3b5951
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
4cd5d11
irq: Don't re-enable interrupts at the end of irq_exit
by Frederic Weisbecker
· 12 years ago
4d4c4e2
irq: Remove IRQ_EXIT_OFFSET workaround
by Frederic Weisbecker
· 12 years ago
facd8b8
irq: Sanitize invoke_softirq
by Thomas Gleixner
· 12 years ago
74eed01
irq: Ensure irq_exit() code runs with interrupts disabled
by Thomas Gleixner
· 12 years ago
a0b1c42
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
6a61671
cputime: Safely read cputime of full dynticks CPUs
by Frederic Weisbecker
· 12 years ago
c10d7367
softirq: reduce latencies
by Eric Dumazet
· 12 years ago
fa5058f
cputime: Specialize irq vtime hooks
by Frederic Weisbecker
· 12 years ago
0b981cb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
bf9fae9
cputime: Use a proper subsystem naming for vtime related APIs
by Frederic Weisbecker
· 12 years ago
3e339b5
softirq: Use hotplug thread infrastructure
by Thomas Gleixner
· 12 years ago
907aed4
mm: allow PF_MEMALLOC from softirq context
by Mel Gorman
· 12 years ago
161f7a7
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
2ba6894
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
9c2b957
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
b2a0017
softirq: Reduce invoke_softirq() code duplication
by Heiko Carstens
· 13 years ago
ba74c14
sched/rt: Document scheduler related skip-resched-check sites
by Thomas Gleixner
· 14 years ago
bd2f553
sched/rt: Use schedule_preempt_disabled()
by Thomas Gleixner
· 14 years ago
0a8a2e7
timer: Fix bad idle check on irq entry
by Frederic Weisbecker
· 13 years ago
f069686
tracing/softirq: Move __raise_softirq_irqoff() out of header
by Steven Rostedt
· 13 years ago
416eb33
rcu: Fix early call to rcu_idle_enter()
by Frederic Weisbecker
· 13 years ago
280f067
nohz: Separate out irq exit and idle loop dyntick logic
by Frederic Weisbecker
· 13 years ago
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 14 years ago
ec433f0
softirq,rcu: Inform RCU of irq_exit() activity
by Peter Zijlstra
· 13 years ago
Next »