Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5fadeb47dcc5c30d4b6cf481b4a78689eab59443
/
include
/
linux
/
hardirq.h
18258f7
genirq: Provide synchronize_hardirq()
by Thomas Gleixner
· 11 years ago
0bd3a17
sched/preempt, locking: Rework local_bh_{dis,en}able()
by Peter Zijlstra
· 11 years ago
bdb4380
sched: Extract the basic add/sub preempt_count modifiers
by Peter Zijlstra
· 11 years ago
0244ad0
Remove GENERIC_HARDIRQ config option
by Martin Schwidefsky
· 11 years ago
2d4b847
hardirq: Split preempt count mask definitions
by Frederic Weisbecker
· 11 years ago
127781d
rcu: Remove TINY_PREEMPT_RCU
by Paul E. McKenney
· 12 years ago
4d4c4e2
irq: Remove IRQ_EXIT_OFFSET workaround
by Frederic Weisbecker
· 12 years ago
d652e1eb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
6a61671
cputime: Safely read cputime of full dynticks CPUs
by Frederic Weisbecker
· 12 years ago
0f1ac8f
tracing/lockdep: Disable lockdep first in entering NMI
by Steven Rostedt
· 12 years ago
fa5058f
cputime: Specialize irq vtime hooks
by Frederic Weisbecker
· 12 years ago
dcbf832
vtime: Gather vtime declarations to their own header file
by Frederic Weisbecker
· 12 years ago
bf9fae9
cputime: Use a proper subsystem naming for vtime related APIs
by Frederic Weisbecker
· 12 years ago
a7e4786
sched: Fix comment about PREEMPT_ACTIVE bit location
by Srivatsa S. Bhat
· 12 years ago
9b2e4f1
rcu: Track idleness independent of idle tasks
by Paul E. McKenney
· 13 years ago
bdd4e85
sched: Isolate preempt counting in its own config option
by Frederic Weisbecker
· 13 years ago
4ba8216
BKL: That's all, folks
by Arnd Bergmann
· 14 years ago
ed1d77b
hardirq.h: needs sched.h if using BKL
by Linus Torvalds
· 14 years ago
0a5b871
hardirq.h: remove now-empty #ifdef/#endif pair
by Linus Torvalds
· 14 years ago
7957f0a
Fix build failure due to hwirq.h needing smp_lock.h
by Linus Torvalds
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
7fe19da
preempt: fix kernel build with !CONFIG_BKL
by Arnd Bergmann
· 14 years ago
e36f561
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags
by Linus Torvalds
· 14 years ago
bc4016f
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
b52bfee
sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq time
by Venkatesh Pallipadi
· 14 years ago
e1e10a2
sched: Consolidate account_system_vtime extern declaration
by Venkatesh Pallipadi
· 14 years ago
75e1056
sched: Fix softirq time accounting
by Venkatesh Pallipadi
· 14 years ago
bcdb714
Drop a couple of unnecessary asm/system.h inclusions
by David Howells
· 14 years ago
a57eb94
rcu: Add a TINY_PREEMPT_RCU
by Paul E. McKenney
· 14 years ago
9b1d82f
rcu: "Tiny RCU", The Bloatwatch Edition
by Paul E. McKenney
· 15 years ago
774a694
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
b560d8a
rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMP
by Paul E. McKenney
· 15 years ago
8e5b59a
sched: Add default defines for PREEMPT_ACTIVE
by Arnd Bergmann
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
9efe21c
Merge branch 'linus' into irq/threaded
by Ingo Molnar
· 16 years ago
3aa551c
genirq: add threaded interrupt handler support
by Thomas Gleixner
· 16 years ago
2a7b8df
sched: do not account for NMIs
by Steven Rostedt
· 16 years ago
5a5fb7d
preempt-count: force hardirq-count to max of 10
by Steven Rostedt
· 16 years ago
375b38b
nmi: add generic nmi tracking state
by Steven Rostedt
· 16 years ago
5f34fe1
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
64db4cf
"Tree RCU": scalable classic RCU implementation
by Paul E. McKenney
· 16 years ago
6a60dd1
ftrace: split out hardirq ftrace code into own header
by Steven Rostedt
· 16 years ago
7e5e26a
ftrace: fix hardirq header for non ftrace archs
by Steven Rostedt
· 16 years ago
17666f0
ftrace: nmi safe code modification
by Steven Rostedt
· 16 years ago
8e3e076
BKL: revert back to the old spinlock implementation
by Linus Torvalds
· 16 years ago
8c703d3
in_atomic(): document why it is unsuitable for general use
by Jonathan Corbet
· 17 years ago
2232c2d
rcu: add support for dynamic ticks and preempt rcu
by Steven Rostedt
· 17 years ago
6478d88
sched: remove the !PREEMPT_BKL code
by Ingo Molnar
· 17 years ago
4da1ce6
sched: add in_atomic_preempt_off()
by Ingo Molnar
· 17 years ago
79bf2bb
[PATCH] tick-management: dyntick / highres functionality
by Thomas Gleixner
· 18 years ago
dde4b2b
[PATCH] uninline irq_enter()
by Ingo Molnar
· 18 years ago
23d0b8b
[PATCH] genirq: irq: generalize the check for HARDIRQ_BITS
by Eric W. Biederman
· 18 years ago
fbb9ce95
[PATCH] lockdep: core
by Ingo Molnar
· 18 years ago
de30a2b
[PATCH] lockdep: irqtrace subsystem, core
by Ingo Molnar
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
1f1c12a
[PATCH] s390: cputime misaccounting
by Martin Schwidefsky
· 19 years ago
f037360
[PATCH] m68k: thread_info header cleanup
by Al Viro
· 19 years ago
67bc4eb
[PATCH] hardirq uses preempt
by Randy Dunlap
· 19 years ago
8f28e8f
[PATCH] irq code: Add coherence test for PREEMPT_ACTIVE
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago