index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] genirq: debug: better debug printout in enable_irq()
Thomas Gleixner
2006-06-29
1
-0
/
+1
*
[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU
Ingo Molnar
2006-06-29
12
-29
/
+24
*
[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]
Ingo Molnar
2006-06-29
4
-10
/
+6
*
[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]
Ingo Molnar
2006-06-29
2
-13
/
+12
*
[PATCH] genirq: cleanup: include/linux/irq.h
Ingo Molnar
2006-06-29
1
-28
/
+28
*
[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete
Ingo Molnar
2006-06-29
6
-19
/
+28
*
[PATCH] genirq: cleanup: misc code cleanups
Ingo Molnar
2006-06-29
5
-60
/
+66
*
[PATCH] genirq: cleanup: remove fastcall
Ingo Molnar
2006-06-29
2
-5
/
+9
*
[PATCH] genirq: cleanup: remove irq_descp()
Ingo Molnar
2006-06-29
9
-23
/
+16
*
[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]
Ingo Molnar
2006-06-29
14
-24
/
+26
*
[PATCH] genirq: sem2mutex probe_sem -> probing_active
Ingo Molnar
2006-06-29
1
-4
/
+5
*
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
2006-06-29
151
-380
/
+384
*
[PATCH] drivers/md/raid5.c: remove an unused variable
Adrian Bunk
2006-06-29
1
-1
/
+0
*
[PATCH] SKB leak in drivers/isdn/i4l/isdn_x25iface.c
Eric Sesterhenn
2006-06-29
1
-1
/
+3
*
[PATCH] i4l: remove unneeded include/linux/isdn/tpam.h
Karsten Keil
2006-06-29
1
-55
/
+0
*
[PATCH] GPIO for SCx200 & PC-8736x: x86-only
Dave Jones
2006-06-29
1
-0
/
+1
*
[PATCH] Deref in drivers/block/paride/pf.c
Eric Sesterhenn
2006-06-29
1
-1
/
+1
*
[PATCH] remove devinit from ioc4 pci_driver
Dave Jones
2006-06-29
1
-1
/
+1
*
[PATCH] re-add CONFIG_SOUND_SSCAPE
Adrian Bunk
2006-06-29
1
-0
/
+13
*
[PATCH] arch/i386/mach-visws/setup.c: remove dummy function calls
Adrian Bunk
2006-06-29
1
-4
/
+0
*
[PATCH] ufs: printk() fix
Andrew Morton
2006-06-29
1
-2
/
+4
*
[PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller
David Howells
2006-06-29
6
-30
/
+108
*
[PATCH] sparc: register_cpu() build fix
Andrew Morton
2006-06-29
1
-1
/
+1
*
[PATCH] solve config broken: undefined reference to `online_page'
Yasunori Goto
2006-06-29
5
-1
/
+12
*
[PATCH] generic_file_buffered_write(): handle zero-length iovec segments
Andrew Morton
2006-06-29
2
-3
/
+10
*
[PATCH] fix sgivwfb compile
Adrian Bunk
2006-06-29
3
-6
/
+7
*
Fix vsnprintf off-by-one bug
Linus Torvalds
2006-06-28
1
-1
/
+1
*
Merge branch 'nommu' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2006-06-28
37
-172
/
+675
|
\
|
*
[ARM] nommu: backtrace code must not reference a discarded section
Russell King
2006-06-28
1
-4
/
+1
|
*
[ARM] nommu: Initial uCLinux support for MMU-based CPUs
Hyok S. Choi
2006-06-28
13
-0
/
+129
|
*
[ARM] nommu: prevent Xscale-based machines being selected
Russell King
2006-06-28
1
-0
/
+5
|
*
[ARM] nommu: export flush_dcache_page()
Hyok S. Choi
2006-06-28
1
-0
/
+1
|
*
[ARM] nommu: remove fault-armv, mmap and mm-armv files from nommu build
Russell King
2006-06-28
2
-4
/
+8
|
*
[ARM] Remove TABLE_SIZE, and several unused function prototypes
Russell King
2006-06-28
2
-7
/
+0
|
*
[ARM] nommu: Provide a simple flush_dcache_page implementation
Russell King
2006-06-28
2
-2
/
+10
|
*
[ARM] nommu: add arch/arm/Kconfig-nommu to Kconfig files
Hyok S. Choi
2006-06-28
1
-0
/
+4
|
*
[ARM] nommu: add stubs for ioremap and friends
Russell King
2006-06-28
4
-48
/
+92
|
*
[ARM] nommu: avoid selecting TLB and CPU specific copy code
Hyok S. Choi
2006-06-28
1
-29
/
+32
|
*
[ARM] nommu: uaccess tweaks
Russell King
2006-06-28
4
-59
/
+108
|
*
[ARM] nommu: adjust headers for !MMU ARM systems
Russell King
2006-06-28
11
-21
/
+287
|
*
[ARM] nommu: we need the TLS register emulation for nommu mode
Russell King
2006-06-28
1
-3
/
+3
*
|
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2006-06-28
36
-86
/
+641
|
\
\
|
*
|
[ARM] 3672/1: PXA: don't probe output GPIOs for interrupt
Guennadi Liakhovetski
2006-06-28
1
-2
/
+2
|
*
|
[ARM] 3671/1: ep93xx: add cirrus logic edb9315 support
Lennert Buytenhek
2006-06-28
3
-0
/
+69
|
*
|
[ARM] 3370/2: ep93xx: add crunch support
Lennert Buytenhek
2006-06-28
8
-0
/
+419
|
*
|
[ARM] 3665/1: crunch: add ptrace support
Lennert Buytenhek
2006-06-28
2
-0
/
+41
|
*
|
[ARM] 3664/1: crunch: add signal frame save/restore
Lennert Buytenhek
2006-06-28
2
-0
/
+53
|
*
|
[ARM] 3663/1: fix resource->end off-by-one thinko during physmap conversion
Lennert Buytenhek
2006-06-28
5
-5
/
+5
|
*
|
[ARM] 3662/1: ixp23xx: don't include asm/hardware.h in uncompress.h
Lennert Buytenhek
2006-06-28
3
-12
/
+11
|
*
|
[ARM] 3660/1: Remove legacy defines
Andrew Victor
2006-06-28
3
-8
/
+2
[next]