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
*
driver core: basic infrastructure for per-module dynamic debug messages
Jason Baron
2008-10-16
14
-7
/
+700
*
usb gadget: link fixes for network gadget
David Brownell
2008-10-16
5
-145
/
+158
*
usb gadget: link fixes for cdc composite gadget
David Brownell
2008-10-16
3
-6
/
+26
*
usb gadget: link fixes for storage gadget
David Brownell
2008-10-16
2
-2
/
+13
*
usb gadget: link fixes for printer gadget
David Brownell
2008-10-16
2
-2
/
+15
*
usb gadget: link fixes for MIDI gadget
David Brownell
2008-10-16
2
-1
/
+16
*
usb gadget: link fixes for gadget zero
David Brownell
2008-10-16
3
-17
/
+36
*
usb gadget: link fixes for serial gadget
David Brownell
2008-10-16
2
-1
/
+19
*
device create: remove device_create_drvdata
Greg Kroah-Hartman
2008-10-16
1
-1
/
+0
*
device create: ide: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
2
-8
/
+7
*
device create: video: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
3
-11
/
+7
*
device create: usb: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
8
-23
/
+19
*
device create: sound: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
4
-17
/
+14
*
device create: scsi: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
5
-18
/
+14
*
device create: s390: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
4
-18
/
+15
*
device create: net: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
3
-7
/
+7
*
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
18
-49
/
+39
*
device create: infiniband: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
4
-16
/
+13
*
device create: ieee1394: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
3
-11
/
+10
*
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
18
-49
/
+43
*
device create: block: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
5
-17
/
+12
*
sysfs: crash debugging
Andrew Morton
2008-10-16
4
-0
/
+23
*
modules: fix module "notes" kobject leak
Alexey Dobriyan
2008-10-16
1
-1
/
+1
*
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2008-10-15
31
-286
/
+869
|
\
|
*
MIPS: Kill unused <asm/debug.h> inclusions
Shinya Kuribayashi
2008-10-15
7
-8
/
+0
|
*
MIPS: IP32: Add platform device for CMOS RTC; remove dead code
Thomas Bogendoerfer
2008-10-15
2
-5
/
+16
|
*
RTC: M48T35: new RTC driver
Thomas Bogendoerfer
2008-10-15
3
-0
/
+244
|
*
MIPS: IP27: Switch over to RTC class driver
Thomas Bogendoerfer
2008-10-15
1
-77
/
+22
|
*
MIPS: DS1286: New RTC driver
Thomas Bogendoerfer
2008-10-15
3
-0
/
+415
|
*
MIPS: IP22/28: Switch over to RTC class driver
Thomas Bogendoerfer
2008-10-15
6
-89
/
+15
|
*
MIPS: PCI: Scan busses when they are registered
Aurelien Jarno
2008-10-15
1
-27
/
+53
|
*
MIPS: WGT634U: Add reset button support
Aurelien Jarno
2008-10-15
1
-0
/
+37
|
*
MIPS: BCM47xx: Use the new SSB GPIO API
Aurelien Jarno
2008-10-15
4
-74
/
+58
|
*
MIPS: BCM47xx: Remove references to BCM947XX
Aurelien Jarno
2008-10-15
1
-3
/
+3
|
*
MIPS: WGT634U: Add machine detection message
Aurelien Jarno
2008-10-15
1
-0
/
+3
|
*
MIPS: Align .data.cacheline_aligned based on CONFIG_MIPS_L1_CACHE_SHIFT
David Daney
2008-10-15
1
-1
/
+1
|
*
MIPS: show_cpuinfo prints the type of the calling CPU
Johannes Dickgreber
2008-10-15
1
-1
/
+1
|
*
MIPS: Fix wrong branch target in new spin_lock code.
Johannes Dickgreber
2008-10-15
1
-1
/
+1
|
*
MIPS: Have a heart for a lonely, lost header file ...
Ralf Baechle
2008-10-15
1
-0
/
+0
*
|
tty: make sure that proc_clear_tty stores the cpu flags
Arjan van de Ven
2008-10-15
1
-2
/
+3
*
|
metronomefb: Fix warning when building 64bit
Alan Cox
2008-10-15
1
-1
/
+1
*
|
xfs: fix remount rw with unrecognized options
Christoph Hellwig
2008-10-15
1
-1
/
+1
*
|
Merge branch 'build_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/mfa...
Linus Torvalds
2008-10-15
1
-8
/
+6
|
\
\
|
*
|
ocfs2: fix build error
Mark Fasheh
2008-10-14
1
-8
/
+6
|
|
/
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2008-10-15
325
-6682
/
+13655
|
\
\
|
|
/
|
/
|
|
*
Merge commit 'origin'
Benjamin Herrenschmidt
2008-10-15
5189
-174989
/
+315253
|
|
\
|
*
|
powerpc: Fix CHRP PCI config access for indirect_pci
Benjamin Herrenschmidt
2008-10-15
1
-1
/
+1
|
*
|
powerpc/chrp: Fix detection of Python PCI host bridge on IBM CHRPs
Benjamin Herrenschmidt
2008-10-15
1
-1
/
+1
|
*
|
powerpc: Fix 32-bit SMP boot on CHRP
Benjamin Herrenschmidt
2008-10-15
1
-0
/
+6
|
*
|
powerpc: Fix link errors on 32-bit machines using legacy DMA
Benjamin Herrenschmidt
2008-10-15
1
-0
/
+6
[next]