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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-24
irqdomain: Refactor irq_domain_associate_many()
Grant Likely
1
-94
/
+91
2013-06-18
irq/generic-chip: fix a few kernel-doc entries
Uwe Kleine-König
1
-3
/
+3
2013-06-18
irqdomain: Remove temporary MIPS workaround code
Grant Likely
1
-12
/
+0
2013-06-11
genirq: Set irq thread to RT priority on creation
Ivo Sieben
1
-5
/
+6
2013-06-10
irqdomain: Beef up debugfs output
Grant Likely
1
-5
/
+30
2013-06-10
irqdomain: Clean up aftermath of irq_domain refactoring
Grant Likely
1
-91
/
+36
2013-06-10
irqdomain: Eliminate revmap type
Grant Likely
2
-37
/
+23
2013-06-10
irqdomain: merge linear and tree reverse mappings.
Grant Likely
1
-78
/
+29
2013-06-10
irqdomain: Add a name field
Grant Likely
2
-13
/
+7
2013-06-10
irqdomain: Replace LEGACY mapping with LINEAR
Grant Likely
1
-78
/
+6
2013-06-10
irqdomain: Relax failure path on setting up mappings
Grant Likely
1
-12
/
+4
2013-06-10
Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/next
Grant Likely
2
-49
/
+258
2013-06-09
irqdomain: document the simple domain first_irq
Linus Walleij
1
-1
/
+4
2013-06-09
kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid.
Chen Gang
1
-1
/
+2
2013-06-09
irqdomain: export irq_domain_add_simple
Arnd Bergmann
1
-0
/
+1
2013-05-29
genirq: Add kerneldoc for irq_disable.
Andreas Fenkart
1
-0
/
+13
2013-05-29
genirq: irqchip: Add mask to block out invalid irqs
Grant Likely
1
-0
/
+3
2013-05-29
genirq: Generic chip: Add linear irq domain support
Thomas Gleixner
2
-12
/
+181
2013-05-29
genirq: Generic chip: Split out code into separate functions
Thomas Gleixner
1
-16
/
+34
2013-05-29
genirq: irqchip: Add a mask calculation function
Thomas Gleixner
1
-2
/
+6
2013-05-29
genirq: Generic chip: Cache per irq bit mask
Thomas Gleixner
1
-9
/
+14
2013-05-29
genirq: Generic chip: Handle separate mask registers
Gerlando Falauto
1
-7
/
+10
2013-05-29
genirq: Generic chip: Add support for per chip type mask cache
Gerlando Falauto
1
-6
/
+10
2013-05-29
genirq: Generic chip: Remove the local cur_regs() function
Gerlando Falauto
1
-14
/
+17
2013-05-06
irqdomain: Allow quiet failure mode
Benjamin Herrenschmidt
1
-3
/
+17
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-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-02-20
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+22
2013-02-20
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2013-02-19
genirq: Export enable/disable_percpu_irq()
Chris Metcalf
1
-0
/
+2
2013-02-07
sched/rt: Move rt specific bits into new header file
Clark Williams
1
-0
/
+1
2013-01-24
x86/MSI: Support multiple MSIs in presense of IRQ remapping
Alexander Gordeev
1
-8
/
+22
2013-01-24
Merge tag 'v3.8-rc4' into irq/core
Ingo Molnar
2
-3
/
+3
2012-12-19
irq: tsk->comm is an array
Alan Cox
1
-1
/
+1
2012-12-12
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-2
/
+48
2012-12-11
genirq: Avoid deadlock in spurious handling
Thomas Gleixner
1
-4
/
+3
2012-11-30
irqdomain: stop screaming about preallocated irqdescs
Linus Walleij
1
-2
/
+2
2012-11-12
genirq: Always force thread affinity
Thomas Gleixner
1
-2
/
+21
2012-11-01
irq: Set CPU affinity right on thread creation
Sankara Muthukrishnan
1
-0
/
+2
2012-11-01
genirq: Provide means to retrigger parent
Thomas Gleixner
3
-0
/
+25
2012-10-10
irqdomain: augment add_simple() to allocate descs
Linus Walleij
1
-5
/
+28
2012-08-21
genirq: Export dummy_irq_chip
Kuninori Morimoto
1
-0
/
+2
2012-08-21
genirq: Export irq_set_chip_and_handler_name()
Kuninori Morimoto
1
-0
/
+1
2012-08-03
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+14
2012-08-01
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-155
/
+207
2012-08-01
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-21
/
+3
2012-07-25
genirq: Allow irq chips to mark themself oneshot safe
Thomas Gleixner
1
-1
/
+14
2012-07-25
irqdomain: Improve diagnostics when a domain mapping fails
Mark Brown
1
-6
/
+11
[prev]
[next]