index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-06
genirq/affinity: Spread irq vectors among present CPUs as far as possible
Ming Lei
1
-6
/
+37
2018-04-06
genirq/affinity: Allow irq spreading from a given starting point
Ming Lei
1
-15
/
+20
2018-04-06
genirq/affinity: Move actual irq vector spreading into a helper function
Ming Lei
1
-42
/
+55
2018-04-06
genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask
Ming Lei
1
-13
/
+13
2018-04-06
genirq/affinity: Don't return with empty affinity masks on error
Thomas Gleixner
1
-7
/
+8
2018-04-04
genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER
Palmer Dabbelt
1
-0
/
+1
2018-03-20
genirq: Remove license boilerplate/references
Thomas Gleixner
2
-13
/
+4
2018-03-20
genirq: Add missing SPDX identifiers
Thomas Gleixner
15
-0
/
+16
2018-03-20
genirq/matrix: Cleanup SPDX identifier
Thomas Gleixner
1
-5
/
+3
2018-03-20
genirq: Cleanup top of file comments
Thomas Gleixner
12
-32
/
+7
2018-03-20
genirq: Pass desc to __irq_free instead of irq number
Uwe Kleine König
1
-4
/
+4
2018-03-14
genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbelt
2
-0
/
+20
2018-03-14
Merge branch 'linus' into irq/core to pick up dependencies.
Thomas Gleixner
2
-23
/
+18
2018-03-09
genirq/irq_sim: Return the base of the irq range from irq_sim_init()
Bartosz Golaszewski
1
-4
/
+6
2018-03-09
genirq/irq_sim: Check the return value of irq_sim_init() for error codes
Bartosz Golaszewski
1
-1
/
+1
2018-03-09
genirq/irq_sim: Explicitly include slab.h
Bartosz Golaszewski
1
-0
/
+1
2018-02-28
genirq: Add wakeup sysfs node to show IRQ wakeup state
Andy Shevchenko
1
-0
/
+17
2018-02-22
genirq/matrix: Handle CPU offlining proper
Thomas Gleixner
1
-9
/
+14
2018-02-16
genirq: Let irq thread follow the effective hard irq affinity
Thomas Gleixner
1
-3
/
+7
2018-02-16
irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
1
-14
/
+4
2018-02-06
genirq: remove unneeded kallsyms include
Sergey Senozhatsky
1
-1
/
+0
2018-02-04
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-5
/
+5
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
1
-8
/
+6
2018-02-01
genirq: Make legacy autoprobing work again
Thomas Gleixner
3
-5
/
+5
2018-01-29
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-128
/
+0
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-15
/
+15
2018-01-24
irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUG
Marc Zyngier
2
-128
/
+0
2018-01-18
irq/matrix: Spread interrupts on allocation
Thomas Gleixner
1
-6
/
+14
2018-01-12
genirq/affinity: assign vectors to all possible CPUs
Christoph Hellwig
1
-15
/
+15
2018-01-05
irq debug: do not use print_symbol()
Sergey Senozhatsky
1
-8
/
+6
2017-12-29
genirq/msi, x86/vector: Prevent reservation mode for non maskable MSI
Thomas Gleixner
1
-4
/
+33
2017-12-29
genirq/irqdomain: Rename early argument of irq_domain_activate_irq()
Thomas Gleixner
2
-7
/
+8
2017-12-29
genirq: Introduce IRQD_CAN_RESERVE flag
Thomas Gleixner
1
-0
/
+1
2017-12-29
genirq/msi: Handle reactivation only on success
Thomas Gleixner
1
-8
/
+27
2017-12-28
genirq: Guard handle_bad_irq log messages
Guenter Roeck
1
-0
/
+5
2017-12-28
kernel/irq: Extend lockdep class for request mutex
Andrew Lunn
1
-4
/
+7
2017-12-04
genirq/matrix: Fix the precedence fix for real
Thomas Gleixner
1
-1
/
+3
2017-11-26
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+13
2017-11-23
genirq/matrix: Make - vs ?: Precedence explicit
Kees Cook
1
-1
/
+1
2017-11-21
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
1
-2
/
+2
2017-11-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+1
2017-11-14
Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Thomas Gleixner
1
-1
/
+12
2017-11-13
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+3
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2017-11-13
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12
-47
/
+597
2017-11-12
genirq: Fix type of shifting literal 1 in __setup_irq()
Rasmus Villemoes
1
-1
/
+1
2017-11-12
irqdomain: Drop pointless NULL check in virq_debug_show_one
Rasmus Villemoes
1
-2
/
+1
2017-11-12
genirq/proc: Return proper error code when irq_set_affinity() fails
Wen Yaxng
1
-2
/
+3
2017-11-10
genirq: Track whether the trigger type has been set
Marc Zyngier
1
-1
/
+12
2017-11-08
irq/timings: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
1
-1
/
+1
[next]