index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-08
irqdomain: document the simple domain first_irq
Linus Walleij
1
-1
/
+4
2013-06-08
kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid.
Chen Gang
1
-1
/
+2
2013-06-08
irqdomain: export irq_domain_add_simple
Arnd Bergmann
1
-0
/
+1
2013-05-06
irqdomain: Allow quiet failure mode
Benjamin Herrenschmidt
1
-3
/
+17
2013-05-01
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-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-02-19
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+22
2013-02-19
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2013-02-18
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-18
irq: tsk->comm is an array
Alan Cox
1
-1
/
+1
2012-12-11
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-07-31
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-155
/
+207
2012-07-31
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-24
irqdomain: Improve diagnostics when a domain mapping fails
Mark Brown
1
-6
/
+11
2012-07-24
irqdomain: eliminate slow-path revmap lookups
Grant Likely
1
-40
/
+25
2012-07-24
Merge remote-tracking branch 'origin' into irqdomain/next
Grant Likely
1
-3
/
+3
2012-07-24
Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux
Linus Torvalds
1
-4
/
+4
2012-07-22
merge task_work and rcu_head, get rid of separate allocation for keyring case
Al Viro
1
-2
/
+2
2012-07-22
trimming task_work: kill ->data
Al Viro
1
-1
/
+1
2012-07-19
random: remove rand_initialize_irq()
Theodore Ts'o
1
-17
/
+0
2012-07-14
random: make 'add_interrupt_randomness()' do something sane
Theodore Ts'o
1
-4
/
+3
2012-07-11
irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.
Grant Likely
1
-2
/
+2
2012-07-11
irqdomain: Eliminate dedicated radix lookup functions
Grant Likely
1
-59
/
+1
2012-07-11
irqdomain: Support for static IRQ mapping and association.
Grant Likely
1
-25
/
+88
2012-07-11
irqdomain: Always update revmap when setting up a virq
Grant Likely
1
-0
/
+12
2012-07-11
irqdomain: Split disassociating code into separate function
Grant Likely
1
-28
/
+47
2012-07-11
irq_domain: correct a minor wrong comment for linear revmap
Dong Aisheng
1
-1
/
+1
2012-07-11
irq_domain: Standardise legacy/linear domain selection
Mark Brown
1
-0
/
+30
2012-07-06
devicetree: add helper inline for retrieving a node's full name
Grant Likely
1
-4
/
+4
2012-06-17
irqdomain: Make ops->map hook optional
Grant Likely
1
-10
/
+4
2012-06-15
irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACY
Grant Likely
1
-2
/
+1
2012-06-15
irqdomain: Simple NUMA awareness.
Paul Mundt
1
-5
/
+8
2012-06-15
devicetree: add helper inline for retrieving a node's full name
Grant Likely
1
-4
/
+4
2012-06-04
Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://gi...
Linus Torvalds
4
-30
/
+33
2012-05-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-35
/
+33
[next]