index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
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.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-29
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
48
-989
/
+1458
2006-06-29
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
114
-390
/
+525
2006-06-29
[PATCH] genirq: add chip->eoi(), fastack -> fasteoi
Ingo Molnar
2
-16
/
+15
2006-06-29
[PATCH] genirq: irq: document what an IRQ is
Eric W. Biederman
1
-0
/
+22
2006-06-29
[PATCH] genirq: fasteoi handler: handle interrupt disabling
Benjamin Herrenschmidt
1
-1
/
+4
2006-06-29
[PATCH] genirq: add IRQ_TYPE_SENSE_MASK
Benjamin Herrenschmidt
1
-0
/
+1
2006-06-29
[PATCH] genirq: more verbose debugging on unexpected IRQ vectors
Ingo Molnar
2
-0
/
+42
2006-06-29
[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename
Ingo Molnar
3
-5
/
+5
2006-06-29
[PATCH] genirq: add SA_TRIGGER support
Thomas Gleixner
1
-4
/
+27
2006-06-29
[PATCH] genirq: add irq-wake (power-management) support
Thomas Gleixner
2
-0
/
+35
2006-06-29
[PATCH] genirq: add handle_bad_irq()
Ingo Molnar
2
-0
/
+9
2006-06-29
[PATCH] genirq: add irq-chip support
Thomas Gleixner
4
-2
/
+538
2006-06-29
[PATCH] genirq MSI fixes
Ingo Molnar
2
-11
/
+21
2006-06-29
[PATCH] genirq: core
Thomas Gleixner
7
-22
/
+182
2006-06-29
[PATCH] genirq: update copyrights
Ingo Molnar
2
-2
/
+7
2006-06-29
[PATCH] genirq: add IRQ_NOAUTOEN support
Thomas Gleixner
3
-7
/
+13
2006-06-29
[PATCH] genirq: add IRQ_NOREQUEST support
Thomas Gleixner
2
-1
/
+4
2006-06-29
[PATCH] genirq: add IRQ_NOPROBE support
Thomas Gleixner
3
-2
/
+7
2006-06-29
[PATCH] genirq: add genirq sw IRQ-retrigger
Thomas Gleixner
4
-10
/
+83
2006-06-29
[PATCH] genirq: doc: add design documentation
Thomas Gleixner
2
-1
/
+476
2006-06-29
[PATCH] genirq: cleanup: no_irq_type cleanups
Ingo Molnar
1
-20
/
+25
2006-06-29
[PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() comments
Ingo Molnar
1
-4
/
+16
2006-06-29
[PATCH] genirq: doc: comment include/linux/irq.h structures
Ingo Molnar
1
-7
/
+37
2006-06-29
[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()
Ingo Molnar
21
-74
/
+45
2006-06-29
[PATCH] genirq: debug: better debug printout in enable_irq()
Thomas Gleixner
1
-0
/
+1
2006-06-29
[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU
Ingo Molnar
12
-29
/
+24
2006-06-29
[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]
Ingo Molnar
4
-10
/
+6
2006-06-29
[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]
Ingo Molnar
2
-13
/
+12
2006-06-29
[PATCH] genirq: cleanup: include/linux/irq.h
Ingo Molnar
1
-28
/
+28
2006-06-29
[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete
Ingo Molnar
6
-19
/
+28
2006-06-29
[PATCH] genirq: cleanup: misc code cleanups
Ingo Molnar
5
-60
/
+66
2006-06-29
[PATCH] genirq: cleanup: remove fastcall
Ingo Molnar
2
-5
/
+9
2006-06-29
[PATCH] genirq: cleanup: remove irq_descp()
Ingo Molnar
9
-23
/
+16
2006-06-29
[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]
Ingo Molnar
14
-24
/
+26
2006-06-29
[PATCH] genirq: sem2mutex probe_sem -> probing_active
Ingo Molnar
1
-4
/
+5
2006-06-29
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
151
-380
/
+384
2006-06-29
[PATCH] drivers/md/raid5.c: remove an unused variable
Adrian Bunk
1
-1
/
+0
2006-06-29
[PATCH] SKB leak in drivers/isdn/i4l/isdn_x25iface.c
Eric Sesterhenn
1
-1
/
+3
2006-06-29
[PATCH] i4l: remove unneeded include/linux/isdn/tpam.h
Karsten Keil
1
-55
/
+0
2006-06-29
[PATCH] GPIO for SCx200 & PC-8736x: x86-only
Dave Jones
1
-0
/
+1
2006-06-29
[PATCH] Deref in drivers/block/paride/pf.c
Eric Sesterhenn
1
-1
/
+1
2006-06-29
[PATCH] remove devinit from ioc4 pci_driver
Dave Jones
1
-1
/
+1
2006-06-29
[PATCH] re-add CONFIG_SOUND_SSCAPE
Adrian Bunk
1
-0
/
+13
2006-06-29
[PATCH] arch/i386/mach-visws/setup.c: remove dummy function calls
Adrian Bunk
1
-4
/
+0
2006-06-29
[PATCH] ufs: printk() fix
Andrew Morton
1
-2
/
+4
2006-06-29
[PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller
David Howells
6
-30
/
+108
2006-06-29
[PATCH] sparc: register_cpu() build fix
Andrew Morton
1
-1
/
+1
2006-06-29
[PATCH] solve config broken: undefined reference to `online_page'
Yasunori Goto
5
-1
/
+12
2006-06-29
[PATCH] generic_file_buffered_write(): handle zero-length iovec segments
Andrew Morton
2
-3
/
+10
2006-06-29
[PATCH] fix sgivwfb compile
Adrian Bunk
3
-6
/
+7
[next]