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
2020-02-14
genirq/proc: Reject invalid affinity masks (again)
Thomas Gleixner
1
-0
/
+22
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-21
/
+21
2019-08-17
genirq: remove the is_affinity_mask_valid hook
Christoph Hellwig
1
-14
/
+0
2018-06-22
genirq: Speedup show_interrupts()
Eric Dumazet
1
-10
/
+12
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-72
/
+10
2018-03-20
genirq: Cleanup top of file comments
Thomas Gleixner
1
-2
/
+0
2017-11-14
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+3
2017-11-13
genirq/proc: Return proper error code when irq_set_affinity() fails
Wen Yaxng
1
-2
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-25
genirq/proc: Avoid uninitalized variable warning
Thomas Gleixner
1
-2
/
+2
2017-08-25
genirq: Fix semicolon.cocci warnings
kbuild test robot
1
-1
/
+1
2017-08-18
genirq/proc: Use the the accessor to report the effective affinity
Marc Zyngier
1
-1
/
+1
2017-06-22
genirq: Introduce effective affinity mask
Thomas Gleixner
1
-7
/
+83
2017-06-22
genirq/proc: Replace ever repeating type cast
Thomas Gleixner
1
-5
/
+5
2017-06-22
genirq: Remove pointless arg from show_irq_affinity
Thomas Gleixner
1
-3
/
+3
2017-06-22
genirq: Remove mask argument from setup_affinity()
Thomas Gleixner
1
-3
/
+5
2017-02-10
genirq: Fix /proc/interrupts output alignment
H Hartley Sweeten
1
-0
/
+2
2016-07-04
Merge branch 'irq/for-block' into irq/core
Thomas Gleixner
1
-1
/
+1
2016-07-04
genirq: Introduce IRQD_AFFINITY_MANAGED flag
Thomas Gleixner
1
-1
/
+1
2016-06-10
genirq: Remove unnecessary memset() calls
Weongyo Jeong
1
-3
/
+0
2016-06-10
genirq: Remove redundant NULL check of irq_desc
Jianyu Zhan
1
-5
/
+1
2016-02-15
genirq: Use a common macro to go through the actions list
Daniel Lezcano
1
-1
/
+1
2015-11-10
genirq/PM: Restore system wake up from chained interrupts
Grygorii Strashko
1
-1
/
+1
2015-10-13
Merge branch 'linus' into irq/core
Thomas Gleixner
1
-2
/
+17
2015-10-09
genirq: Allow migration of chained interrupts by installing default action
Mika Westerberg
1
-1
/
+1
2015-10-01
genirq: Fix race in register_irq_proc()
Ben Hutchings
1
-2
/
+17
2015-09-16
genirq: Move field 'affinity' from irq_data into irq_common_data
Jiang Liu
1
-1
/
+1
2015-06-12
genirq: Introduce helper function irq_data_get_node()
Jiang Liu
1
-1
/
+1
2015-02-14
irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-7
/
+4
2014-12-13
genirq: Prevent proc race against freeing of irq descriptors
Thomas Gleixner
1
-1
/
+21
2014-03-19
genirq: procfs: Make smp_affinity values go+r
Chema Gonzalez
1
-4
/
+4
2013-06-24
irqdomain: Include hwirq number in /proc/interrupts
Grant Likely
1
-0
/
+2
2013-05-02
proc: Supply a function to remove a proc entry by PDE
David Howells
1
-5
/
+1
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-7
/
+7
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2011-05-26
irq: Remove smp_affinity_list when unregister irq proc
Yinghai Lu
1
-0
/
+1
2011-05-25
bitmap, irq: add smp_affinity_list interface to /proc/irq
Mike Travis
1
-4
/
+50
2011-05-02
genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVEL
Geert Uytterhoeven
1
-1
/
+1
2011-03-29
alpha: Use generic show_interrupts()
Thomas Gleixner
1
-2
/
+6
2011-03-25
genirq: Expand generic show_interrupts()
Thomas Gleixner
1
-1
/
+14
2011-03-17
genirq: show_interrupts: Check desc->name before printing it blindly
Thomas Gleixner
1
-1
/
+2
2011-02-19
genirq: Reuse existing can set affinty check
Thomas Gleixner
1
-2
/
+1
2011-02-19
genirq: Add IRQ_MOVE_PENDING to irq_data.state
Thomas Gleixner
1
-1
/
+1
2011-02-19
genirq: Implement generic irq_show_interrupts()
Thomas Gleixner
1
-0
/
+63
2011-02-19
genirq: Do not copy affinity before set
Thomas Gleixner
1
-1
/
+1
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
[next]