index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
proc.c
Age
Commit message (
Expand
)
Author
2018-06-22
genirq: Speedup show_interrupts()
Eric Dumazet
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-03-20
genirq: Cleanup top of file comments
Thomas Gleixner
2017-11-13
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-11-12
genirq/proc: Return proper error code when irq_set_affinity() fails
Wen Yaxng
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-25
genirq/proc: Avoid uninitalized variable warning
Thomas Gleixner
2017-08-25
genirq: Fix semicolon.cocci warnings
kbuild test robot
2017-08-18
genirq/proc: Use the the accessor to report the effective affinity
Marc Zyngier
2017-06-22
genirq: Introduce effective affinity mask
Thomas Gleixner
2017-06-22
genirq/proc: Replace ever repeating type cast
Thomas Gleixner
2017-06-22
genirq: Remove pointless arg from show_irq_affinity
Thomas Gleixner
2017-06-22
genirq: Remove mask argument from setup_affinity()
Thomas Gleixner
2017-02-10
genirq: Fix /proc/interrupts output alignment
H Hartley Sweeten
2016-07-04
Merge branch 'irq/for-block' into irq/core
Thomas Gleixner
2016-07-04
genirq: Introduce IRQD_AFFINITY_MANAGED flag
Thomas Gleixner
2016-06-10
genirq: Remove unnecessary memset() calls
Weongyo Jeong
2016-06-10
genirq: Remove redundant NULL check of irq_desc
Jianyu Zhan
2016-02-15
genirq: Use a common macro to go through the actions list
Daniel Lezcano
2015-11-10
genirq/PM: Restore system wake up from chained interrupts
Grygorii Strashko
2015-10-13
Merge branch 'linus' into irq/core
Thomas Gleixner
2015-10-09
genirq: Allow migration of chained interrupts by installing default action
Mika Westerberg
2015-10-01
genirq: Fix race in register_irq_proc()
Ben Hutchings
2015-09-16
genirq: Move field 'affinity' from irq_data into irq_common_data
Jiang Liu
2015-06-12
genirq: Introduce helper function irq_data_get_node()
Jiang Liu
2015-02-13
irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2014-12-13
genirq: Prevent proc race against freeing of irq descriptors
Thomas Gleixner
2014-03-19
genirq: procfs: Make smp_affinity values go+r
Chema Gonzalez
2013-06-24
irqdomain: Include hwirq number in /proc/interrupts
Grant Likely
2013-05-01
proc: Supply a function to remove a proc entry by PDE
David Howells
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2011-05-26
irq: Remove smp_affinity_list when unregister irq proc
Yinghai Lu
2011-05-25
bitmap, irq: add smp_affinity_list interface to /proc/irq
Mike Travis
2011-05-02
genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVEL
Geert Uytterhoeven
2011-03-29
alpha: Use generic show_interrupts()
Thomas Gleixner
2011-03-25
genirq: Expand generic show_interrupts()
Thomas Gleixner
2011-03-17
genirq: show_interrupts: Check desc->name before printing it blindly
Thomas Gleixner
2011-02-19
genirq: Reuse existing can set affinty check
Thomas Gleixner
2011-02-19
genirq: Add IRQ_MOVE_PENDING to irq_data.state
Thomas Gleixner
2011-02-19
genirq: Implement generic irq_show_interrupts()
Thomas Gleixner
2011-02-19
genirq: Do not copy affinity before set
Thomas Gleixner
2010-12-01
genirq: Fix incorrect proc spurious output
Kenji Kaneshige
2010-10-12
genirq: Prepare proc for real sparse irq support
Thomas Gleixner
2010-10-04
genirq: Provide compat handling for chip->set_affinity()
Thomas Gleixner
2010-10-04
genirq: Convert core code to irq_data
Thomas Gleixner
2010-05-12
genirq: Clear CPU mask in affinity_hint when none is provided
Peter P Waskiewicz Jr
2010-05-03
genirq: Add CPU mask affinity hint
Peter P Waskiewicz Jr
2010-04-13
Merge branch 'linus' into irq/core
Thomas Gleixner
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
[next]