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
*
rtc: convert drivers/rtc/* to use module_platform_driver()
Axel Lin
2012-01-10
30
-351
/
+30
*
drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()
Mark Brown
2012-01-10
1
-3
/
+1
*
drivers/rtc/rtc-wm831x.c: remove unused period IRQ handler
Mark Brown
2012-01-10
1
-20
/
+0
*
rtc/ab8500: add calibration attribute to AB8500 RTC
Mark Godfrey
2012-01-10
2
-0
/
+124
*
drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()
Linus Walleij
2012-01-10
1
-3
/
+3
*
rtc/ab8500: set can_wake flag
Andrew Lynn
2012-01-10
1
-0
/
+2
*
rtc/ab8500: don't disable IRQ:s when suspending
Robert Marklund
2012-01-10
1
-2
/
+2
*
drivers/rtc/rtc-mxc.c: make alarm work
Yauhen Kharuzhy
2012-01-10
1
-53
/
+59
*
drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoC
Yauhen Kharuzhy
2012-01-10
1
-0
/
+11
*
drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writing
Ondrej Zary
2012-01-10
1
-1
/
+1
*
MIPS: randomize PIE load address
David Daney
2012-01-10
1
-0
/
+1
*
fs: binfmt_elf: create Kconfig variable for PIE randomization
David Daney
2012-01-10
4
-1
/
+6
*
crc32: optimize inner loop
Joakim Tjernlund
2012-01-10
1
-10
/
+11
*
checkpatch: catch all occurences of type and cast spacing errors per line
Andy Whitcroft
2012-01-10
1
-4
/
+7
*
checkpatch: typeof may have more complex arguments
Andy Whitcroft
2012-01-10
1
-1
/
+1
*
checkpatch: ensure cast type is unique in the context parser
Andy Whitcroft
2012-01-10
1
-1
/
+1
*
checkpatch: fix complex macros handling of square brackets
Andy Whitcroft
2012-01-10
1
-1
/
+1
*
checkpatch: fix 'return is not a function' square bracket handling
Andy Whitcroft
2012-01-10
1
-1
/
+1
*
checkpatch: complex macro should allow the empty do while loop
Andy Whitcroft
2012-01-10
1
-1
/
+1
*
checkpatch: fix EXPORT_SYMBOL handling following a function
Andy Whitcroft
2012-01-10
1
-1
/
+1
*
checkpatch: only apply kconfig help checks for options which prompt
Andy Whitcroft
2012-01-10
1
-5
/
+12
*
checkpatch: optimise statement scanner when mid-statement
Andy Whitcroft
2012-01-10
1
-2
/
+20
*
checkpatch: ## is not a valid modifier
Andy Whitcroft
2012-01-10
1
-1
/
+3
*
checkpatch: improve memset and min/max with cast checking
Joe Perches
2012-01-10
1
-36
/
+33
*
checkpatch: check for common memset parameter issues against statments
Andy Whitcroft
2012-01-10
1
-6
/
+22
*
checkpatch: correctly track the end of preprocessor commands in context
Andy Whitcroft
2012-01-10
1
-51
/
+39
*
checkpatch: prefer __printf over __attribute__((format(printf,...)))
Joe Perches
2012-01-10
1
-0
/
+6
*
checkpatch: update signature "might be better as" warning
Joe Perches
2012-01-10
1
-2
/
+5
*
btree: export btree_get_prev() so modules can use btree_for_each
Steve Hodgson
2012-01-10
1
-0
/
+1
*
leds: convert wm8350 driver to devm_kzalloc()
Mark Brown
2012-01-10
1
-5
/
+2
*
leds: convert wm831x status driver to devm_kzalloc()
Mark Brown
2012-01-10
1
-3
/
+2
*
drivers/leds/leds-mc13783.c: fix off-by-one for checking num_leds
Axel Lin
2012-01-10
1
-1
/
+1
*
leds: add driver for TCA6507 LED controller
NeilBrown
2012-01-10
4
-0
/
+822
*
drivers/leds/leds-netxbig.c: use gpio_request_one()
Axel Lin
2012-01-10
1
-18
/
+6
*
drivers/leds/leds-bd2802.c: use gpio_request_one()
Axel Lin
2012-01-10
1
-2
/
+1
*
drivers/leds/leds-lp5523.c: remove unneeded forward declaration
Axel Lin
2012-01-10
1
-2
/
+0
*
leds: convert leds-dac124s085 to module_spi_driver
Axel Lin
2012-01-10
1
-12
/
+1
*
leds: convert led i2c drivers to module_i2c_driver
Axel Lin
2012-01-10
7
-98
/
+7
*
leds: convert led platform drivers to module_platform_driver
Axel Lin
2012-01-10
21
-265
/
+31
*
backlight: convert pwm_bl to dev_pm_ops
Mark Brown
2012-01-10
1
-10
/
+11
*
backlight: convert platform_lcd to devm_kzalloc()
Mark Brown
2012-01-10
1
-5
/
+4
*
backlight: use kstrtoul()
Jingoo Han
2012-01-10
2
-19
/
+13
*
drivers/video/backlight/ep93xx_bl.c: remove duplicated header include
Jingoo Han
2012-01-10
1
-1
/
+0
*
backlight/ld9040.c: regulator control in the driver
Donghwa Lee
2012-01-10
1
-12
/
+59
*
backlight: convert drivers/video/backlight/* to use module_platform_driver()
Axel Lin
2012-01-10
13
-148
/
+13
*
backlight: remove ADX backlight device support
Paul Bolle
2012-01-10
3
-191
/
+0
*
devfreq: add devfreq maintainer entry
Kyungmin Park
2012-01-10
1
-0
/
+7
*
MAINTAINERS: spi: update F: patterns
Joe Perches
2012-01-10
1
-3
/
+3
*
MAINTAINERS: serial:blackfin: update F: pattern
Joe Perches
2012-01-10
1
-1
/
+1
*
MAINTAINERS: staging: media: update F: patterns
Joe Perches
2012-01-10
1
-2
/
+2
[next]