| Commit message (Expand) | Author | Age | Files | Lines |
* | genirq/proc: Change the return value for set affinity permission error | Jeff Xie | 2024-08-29 | 1 | -1/+1 |
* | genirq/proc: Use irq_move_pending() in show_irq_affinity() | Jinjie Ruan | 2024-08-29 | 1 | -4/+2 |
* | genirq/proc: Correctly set file permissions for affinity control files | Jeff Xie | 2024-08-29 | 1 | -2/+7 |
* | genirq/proc: Simplify irqdesc::kstat_irqs handling further | Adrian Huang | 2024-06-03 | 1 | -5/+2 |
* | genirq: Avoid summation loops for /proc/interrupts | Bitao Hu | 2024-04-12 | 1 | -4/+2 |
* | genirq: Convert kstat_irqs to a struct | Bitao Hu | 2024-04-12 | 1 | -3/+2 |
* | proc: remove PDE_DATA() completely | Muchun Song | 2022-01-22 | 1 | -4/+4 |
* | genirq: Improve "hwirq" output in /proc and /sys/ | Cédric Le Goater | 2021-07-30 | 1 | -1/+1 |
* | kernel: Initialize cpumask before parsing | Tetsuo Handa | 2021-04-10 | 1 | -2/+2 |
* | genirq: Annotate irq stats data races | Thomas Gleixner | 2020-12-15 | 1 | -2/+3 |
* | genirq: Allow interrupts to be excluded from /proc/interrupts | Marc Zyngier | 2020-09-13 | 1 | -1/+1 |
* | genirq/proc: Reject invalid affinity masks (again) | Thomas Gleixner | 2020-02-14 | 1 | -0/+22 |
* | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 1 | -21/+21 |
* | genirq: remove the is_affinity_mask_valid hook | Christoph Hellwig | 2019-08-16 | 1 | -14/+0 |
* | genirq: Speedup show_interrupts() | Eric Dumazet | 2018-06-22 | 1 | -10/+12 |
* | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 2018-05-16 | 1 | -72/+10 |
* | genirq: Cleanup top of file comments | Thomas Gleixner | 2018-03-20 | 1 | -2/+0 |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-11-14 | 1 | -2/+3 |
|\ |
|
| * | genirq/proc: Return proper error code when irq_set_affinity() fails | Wen Yaxng | 2017-11-12 | 1 | -2/+3 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | genirq/proc: Avoid uninitalized variable warning | Thomas Gleixner | 2017-08-25 | 1 | -2/+2 |
* | genirq: Fix semicolon.cocci warnings | kbuild test robot | 2017-08-25 | 1 | -1/+1 |
* | genirq/proc: Use the the accessor to report the effective affinity | Marc Zyngier | 2017-08-18 | 1 | -1/+1 |
* | genirq: Introduce effective affinity mask | Thomas Gleixner | 2017-06-22 | 1 | -7/+83 |
* | genirq/proc: Replace ever repeating type cast | Thomas Gleixner | 2017-06-22 | 1 | -5/+5 |
* | genirq: Remove pointless arg from show_irq_affinity | Thomas Gleixner | 2017-06-22 | 1 | -3/+3 |
* | genirq: Remove mask argument from setup_affinity() | Thomas Gleixner | 2017-06-22 | 1 | -3/+5 |
* | genirq: Fix /proc/interrupts output alignment | H Hartley Sweeten | 2017-02-10 | 1 | -0/+2 |
* | Merge branch 'irq/for-block' into irq/core | Thomas Gleixner | 2016-07-04 | 1 | -1/+1 |
|\ |
|
| * | genirq: Introduce IRQD_AFFINITY_MANAGED flag | Thomas Gleixner | 2016-07-04 | 1 | -1/+1 |
* | | genirq: Remove unnecessary memset() calls | Weongyo Jeong | 2016-06-10 | 1 | -3/+0 |
* | | genirq: Remove redundant NULL check of irq_desc | Jianyu Zhan | 2016-06-10 | 1 | -5/+1 |
|/ |
|
* | genirq: Use a common macro to go through the actions list | Daniel Lezcano | 2016-02-15 | 1 | -1/+1 |
* | genirq/PM: Restore system wake up from chained interrupts | Grygorii Strashko | 2015-11-10 | 1 | -1/+1 |
* | Merge branch 'linus' into irq/core | Thomas Gleixner | 2015-10-13 | 1 | -2/+17 |
|\ |
|
| * | genirq: Fix race in register_irq_proc() | Ben Hutchings | 2015-10-01 | 1 | -2/+17 |
* | | genirq: Allow migration of chained interrupts by installing default action | Mika Westerberg | 2015-10-09 | 1 | -1/+1 |
|/ |
|
* | genirq: Move field 'affinity' from irq_data into irq_common_data | Jiang Liu | 2015-09-16 | 1 | -1/+1 |
* | genirq: Introduce helper function irq_data_get_node() | Jiang Liu | 2015-06-12 | 1 | -1/+1 |
* | irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 1 | -7/+4 |
* | genirq: Prevent proc race against freeing of irq descriptors | Thomas Gleixner | 2014-12-13 | 1 | -1/+21 |
* | genirq: procfs: Make smp_affinity values go+r | Chema Gonzalez | 2014-03-19 | 1 | -4/+4 |
* | irqdomain: Include hwirq number in /proc/interrupts | Grant Likely | 2013-06-24 | 1 | -0/+2 |
* | proc: Supply a function to remove a proc entry by PDE | David Howells | 2013-05-01 | 1 | -5/+1 |
* | procfs: new helper - PDE_DATA(inode) | Al Viro | 2013-04-09 | 1 | -7/+7 |
* | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -1/+1 |
* | irq: Remove smp_affinity_list when unregister irq proc | Yinghai Lu | 2011-05-26 | 1 | -0/+1 |
* | bitmap, irq: add smp_affinity_list interface to /proc/irq | Mike Travis | 2011-05-25 | 1 | -4/+50 |
* | genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVEL | Geert Uytterhoeven | 2011-05-02 | 1 | -1/+1 |
* | alpha: Use generic show_interrupts() | Thomas Gleixner | 2011-03-29 | 1 | -2/+6 |