index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-25
[AVR32] Kconfig: Choose daughterboard instead of CPU
Haavard Skinnemoen
2
-24
/
+28
2008-01-25
[AVR32] Add support for ATSTK1003 and ATSTK1004
Haavard Skinnemoen
8
-20
/
+1975
2008-01-25
[AVR32] Clean up external DAC setup code
Haavard Skinnemoen
2
-16
/
+17
2008-01-25
[AVR32] ATSTK1000: Move gpio-leds setup to setup.c
Haavard Skinnemoen
4
-66
/
+72
2008-01-25
[AVR32] Add support for AT32AP7001 and AT32AP7002
Haavard Skinnemoen
12
-28
/
+58
2008-01-25
[AVR32] Provide more CPU information in /proc/cpuinfo and dmesg
Haavard Skinnemoen
2
-26
/
+82
2008-01-25
[AVR32] Oprofile support
Haavard Skinnemoen
4
-0
/
+247
2008-01-25
[AVR32] Include instrumentation menu
Haavard Skinnemoen
2
-10
/
+2
2008-01-25
Disable VGA text console for AVR32 architecture
Hans-Christian Egtvedt
1
-1
/
+1
2008-01-25
[AVR32] Enable debugging only when needed
Haavard Skinnemoen
8
-13
/
+186
2008-01-25
ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEME
Haavard Skinnemoen
1
-0
/
+2
2008-01-25
[AVR32] Remove redundant try_to_freeze() call from do_signal()
Haavard Skinnemoen
1
-7
/
+0
2008-01-25
[AVR32] Drop GFP_COMP for DMA memory allocations
Haavard Skinnemoen
1
-0
/
+7
2008-01-25
Driver core: coding style fixes
Greg Kroah-Hartman
8
-583
/
+545
2008-01-25
Kobject: fix coding style issues in kobject c files
Greg Kroah-Hartman
2
-79
/
+67
2008-01-25
Kobject: fix coding style issues in kobject.h
Greg Kroah-Hartman
1
-33
/
+34
2008-01-25
Driver core: fix coding style issues in device.h
Greg Kroah-Hartman
1
-138
/
+145
2008-01-25
spi: use class iteration api
Dave Young
1
-11
/
+15
2008-01-25
scsi: use class iteration api
Dave Young
1
-11
/
+13
2008-01-25
rtc: use class iteration api
Dave Young
1
-10
/
+12
2008-01-25
power supply : use class iteration api
Dave Young
2
-83
/
+107
2008-01-25
ieee1394: use class iteration api
Dave Young
1
-138
/
+176
2008-01-25
Driver Core: add class iteration api
Dave Young
2
-2
/
+140
2008-01-25
Driver core: Cleanup get_device_parent() in device_add() and device_move()
Cornelia Huck
1
-15
/
+14
2008-01-25
UIO: constify function pointer tables
Jan Engelhardt
1
-2
/
+2
2008-01-25
Driver Core: constify the name passed to platform_device_register_simple
Stephen Rothwell
2
-2
/
+2
2008-01-25
driver core: fix build with SYSFS=n
Randy Dunlap
2
-1
/
+3
2008-01-25
sysfs: make SYSFS_DEPRECATED depend on SYSFS
Randy Dunlap
1
-0
/
+1
2008-01-25
Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __init
Denis Cheng
3
-10
/
+1
2008-01-25
kobject: add sample code for how to use ksets/ktypes/kobjects
Greg Kroah-Hartman
2
-1
/
+279
2008-01-25
kobject: add sample code for how to use kobjects in a simple manner.
Greg Kroah-Hartman
4
-1
/
+149
2008-01-25
kobject: update the kobject/kset documentation
Greg Kroah-Hartman
1
-0
/
+386
2008-01-25
kobject: remove old, outdated documentation.
Greg Kroah-Hartman
1
-289
/
+0
2008-01-25
Driver core: change sysdev classes to use dynamic kobject names
Kay Sievers
55
-73
/
+62
2008-01-25
Kobject: remove kobject_unregister() as no one uses it anymore
Greg Kroah-Hartman
2
-19
/
+0
2008-01-25
Kobject: convert remaining kobject_unregister() to kobject_put()
Greg Kroah-Hartman
5
-10
/
+9
2008-01-25
Kobject: convert fs/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
8
-18
/
+18
2008-01-25
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
17
-42
/
+40
2008-01-25
Kobject: convert arch/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
5
-16
/
+14
2008-01-25
Modules: remove unneeded release function
Greg Kroah-Hartman
1
-10
/
+0
2008-01-25
Kobject: auto-cleanup on final unref
Kay Sievers
4
-99
/
+119
2008-01-25
Kset: remove kset_add function
Greg Kroah-Hartman
2
-13
/
+1
2008-01-25
Kobject: remove kobject_register()
Greg Kroah-Hartman
2
-19
/
+0
2008-01-25
Kobject: rename kobject_init_ng() to kobject_init()
Greg Kroah-Hartman
10
-18
/
+18
2008-01-25
Kobject: remove kobject_init() as no one uses it anymore
Greg Kroah-Hartman
2
-9
/
+3
2008-01-25
Kobject: rename kobject_add_ng() to kobject_add()
Greg Kroah-Hartman
10
-22
/
+22
2008-01-25
Kobject: remove kobject_add() as no one uses it anymore
Greg Kroah-Hartman
2
-15
/
+8
2008-01-25
Kobject: convert kernel/module.c to use kobject_init/add_ng()
Greg Kroah-Hartman
1
-8
/
+6
2008-01-25
Kobject: convert drivers/md/md.c to use kobject_init/add_ng()
Greg Kroah-Hartman
1
-9
/
+4
2008-01-25
Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng()
Greg Kroah-Hartman
1
-6
/
+3
[prev]
[next]