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
/
irq
/
proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-01
genirq: Fix incorrect proc spurious output
Kenji Kaneshige
1
-1
/
+1
2010-10-12
genirq: Prepare proc for real sparse irq support
Thomas Gleixner
1
-0
/
+18
2010-10-04
genirq: Provide compat handling for chip->set_affinity()
Thomas Gleixner
1
-1
/
+1
2010-10-04
genirq: Convert core code to irq_data
Thomas Gleixner
1
-4
/
+4
2010-05-12
genirq: Clear CPU mask in affinity_hint when none is provided
Peter P Waskiewicz Jr
1
-3
/
+1
2010-05-03
genirq: Add CPU mask affinity hint
Peter P Waskiewicz Jr
1
-0
/
+39
2010-04-13
Merge branch 'linus' into irq/core
Thomas Gleixner
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-24
genirq: Expose irq_desc->node in proc/irq
Dimitri Sivanich
1
-0
/
+23
2009-12-15
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
1
-2
/
+2
2009-11-20
genirq: Fix spurious irq seqfile conversion
Thomas Gleixner
1
-1
/
+1
2009-11-18
genirq: switch /proc/irq/*/spurious to seq_file
Alexey Dobriyan
1
-15
/
+21
2009-11-08
irq: Do not attempt to create subdirectories if /proc/irq/<irq> failed
Cyrill Gorcunov
1
-0
/
+2
2009-01-11
cpumask: update irq_desc to use cpumask_var_t
Mike Travis
1
-2
/
+2
2009-01-03
ia64: cpumask fix for is_affinity_mask_valid()
Ingo Molnar
1
-1
/
+1
2009-01-01
cpumask: convert kernel/irq
Rusty Russell
1
-11
/
+21
2008-12-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
1
-1
/
+5
2008-12-13
cpumask: make irq_set_affinity() take a const struct cpumask
Rusty Russell
1
-10
/
+19
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
1
-2
/
+2
2008-12-08
sparse irq_desc[] array: core kernel and x86 changes
Yinghai Lu
1
-1
/
+5
2008-11-10
genirq: keep affinities set from userspace across free/request_irq()
Thomas Gleixner
1
-1
/
+1
2008-10-22
irq: make variable static
roel kluin
1
-1
/
+1
2008-10-16
genirq: cleanup the sparseirq modifications
Thomas Gleixner
1
-0
/
+1
2008-10-16
irq: replace loop with nr_irqs with for_each_irq_desc
Yinghai Lu
1
-5
/
+5
2008-10-16
generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...
Yinghai Lu
1
-17
/
+19
2008-10-16
irq: introduce nr_irqs
Yinghai Lu
1
-1
/
+1
2008-08-13
genirq: switch /proc/irq/*/smp_affinity et al to seqfiles
Alexey Dobriyan
1
-45
/
+51
2008-06-05
genirq: Expose default irq affinity mask (take 3)
Max Krasnyansky
1
-4
/
+55
2008-01-30
x86: add /proc/irq/*/spurious to dump the spurious irq debugging state
Andi Kleen
1
-2
/
+19
2007-07-22
x86_64: Report the pending irq if available in smp_affinity
Andi Kleen
1
-1
/
+9
2007-05-11
[IA64] SN: validate smp_affinity mask on intr redirect
John Keller
1
-0
/
+7
2007-05-08
kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni...
Dmitry Adamushko
1
-4
/
+11
2007-02-16
[PATCH] Add a function to handle interrupt affinity setting
Thomas Gleixner
1
-21
/
+1
2007-02-16
[PATCH] Add irq flag to disable balancing for an interrupt
Thomas Gleixner
1
-1
/
+1
2007-02-11
[PATCH] proc: remove useless (and buggy) ->nlink settings
Alexey Dobriyan
1
-1
/
+0
2006-12-08
[PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq()
Hidetoshi Seto
1
-1
/
+2
2006-10-11
[PATCH] bitmap: parse input from kernel and user buffers
Reinette Chatre
1
-1
/
+1
2006-06-29
[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename
Ingo Molnar
1
-1
/
+1
2006-06-29
[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]
Ingo Molnar
1
-13
/
+7
2006-06-29
[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]
Ingo Molnar
1
-2
/
+2
2006-06-29
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
1
-3
/
+3
2006-06-23
[PATCH] x86: kernel irq balance doesn't work
Zhang Yanmin
1
-0
/
+3
2006-01-09
[PATCH] kernel/: small cleanups
Adrian Bunk
1
-0
/
+2
2006-01-06
[PATCH] Alpha: convert to generic irq framework (generic part)
Ivan Kokshaysky
1
-1
/
+3
2005-09-08
[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinity
Ashok Raj
1
-2
/
+12
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+159