index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
softirq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-01
irq: Force hardirq exit's softirq processing on its own stack
Frederic Weisbecker
1
-3
/
+12
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
1
-2
/
+0
2013-07-15
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
1
-4
/
+4
2013-07-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+4
2013-06-28
softirq: Use _RET_IP_
Davidlohr Bueso
1
-6
/
+4
2013-06-11
Fix lockup related to stop_machine being stuck in __do_softirq.
Ben Greear
1
-3
/
+10
2013-05-06
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+14
2013-05-02
Merge commit '8700c95adb03' into timers/nohz
Frederic Weisbecker
1
-12
/
+9
2013-05-01
kernel/smp.c: remove 'priv' of call_single_data
liguang
1
-4
/
+2
2013-04-22
nohz: Disable the tick when irq resume in full dynticks CPU
Frederic Weisbecker
1
-5
/
+14
2013-04-03
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
Frederic Weisbecker
1
-1
/
+1
2013-03-06
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+9
2013-02-28
irq: Don't re-enable interrupts at the end of irq_exit
Frederic Weisbecker
1
-6
/
+1
2013-02-22
irq: Remove IRQ_EXIT_OFFSET workaround
Frederic Weisbecker
1
-2
/
+1
2013-02-21
irq: Sanitize invoke_softirq
Thomas Gleixner
1
-10
/
+2
2013-02-21
irq: Ensure irq_exit() code runs with interrupts disabled
Thomas Gleixner
1
-0
/
+11
2013-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-8
/
+9
2013-01-27
cputime: Safely read cputime of full dynticks CPUs
Frederic Weisbecker
1
-3
/
+3
2013-01-11
softirq: reduce latencies
Eric Dumazet
1
-8
/
+9
2012-10-30
cputime: Specialize irq vtime hooks
Frederic Weisbecker
1
-3
/
+3
2012-10-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2012-09-25
cputime: Use a proper subsystem naming for vtime related APIs
Frederic Weisbecker
1
-3
/
+3
2012-08-13
softirq: Use hotplug thread infrastructure
Thomas Gleixner
1
-84
/
+27
2012-08-01
mm: allow PF_MEMALLOC from softirq context
Mel Gorman
1
-0
/
+9
2012-03-20
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2012-03-20
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+3
2012-03-20
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+6
2012-03-06
softirq: Reduce invoke_softirq() code duplication
Heiko Carstens
1
-14
/
+4
2012-03-01
sched/rt: Document scheduler related skip-resched-check sites
Thomas Gleixner
1
-2
/
+2
2012-03-01
sched/rt: Use schedule_preempt_disabled()
Thomas Gleixner
1
-3
/
+1
2012-02-15
timer: Fix bad idle check on irq entry
Frederic Weisbecker
1
-1
/
+1
2012-02-03
tracing/softirq: Move __raise_softirq_irqoff() out of header
Steven Rostedt
1
-0
/
+6
2011-12-11
rcu: Fix early call to rcu_idle_enter()
Frederic Weisbecker
1
-1
/
+1
2011-12-11
nohz: Separate out irq exit and idle loop dyntick logic
Frederic Weisbecker
1
-1
/
+1
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-07-20
softirq,rcu: Inform RCU of irq_exit() activity
Peter Zijlstra
1
-2
/
+10
2011-06-15
rcu: Use softirq to address performance regression
Shaohua Li
1
-1
/
+1
2011-05-06
rcu: move TREE_RCU from softirq to kthread
Paul E. McKenney
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-23
kthread: use kthread_create_on_node()
Eric Dumazet
1
-1
/
+4
2011-03-16
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+18
2011-02-26
genirq: Provide forced interrupt threading
Thomas Gleixner
1
-2
/
+14
2011-02-08
softirq: Avoid stack switch from ksoftirqd
Thomas Gleixner
1
-1
/
+4
2011-01-26
softirqs: Free up pf flag PF_KSOFTIRQD
Venkatesh Pallipadi
1
-2
/
+1
2011-01-13
kernel: clean up USE_GENERIC_SMP_HELPERS
Amerigo Wang
1
-19
/
+0
2011-01-08
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
1
-21
/
+21
2011-01-07
sched: Constify function scope static struct sched_param usage
Peter Zijlstra
1
-1
/
+1
2010-12-17
core: Replace __get_cpu_var with __this_cpu_read if not used for an address.
Christoph Lameter
1
-21
/
+21
2010-11-18
Merge commit 'v2.6.37-rc2' into sched/core
Ingo Molnar
1
-8
/
+10
2010-10-28
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-7
/
+9
[next]