index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-18
percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctr
Oleg Nesterov
2
-20
/
+18
2012-12-18
percpu_rw_semaphore: reimplement to not block the readers unnecessarily
Oleg Nesterov
3
-71
/
+168
2012-12-18
sscanf: don't ignore field widths for numeric conversions
Jan Beulich
1
-43
/
+53
2012-12-18
drivers/of/fdt.c: re-use kernel's kbasename()
Andy Shevchenko
1
-8
/
+2
2012-12-18
trace: use kbasename()
Andy Shevchenko
1
-4
/
+4
2012-12-18
procfs: use kbasename()
Andy Shevchenko
1
-5
/
+1
2012-12-18
mm: use kbasename()
Andy Shevchenko
1
-5
/
+3
2012-12-18
lib: dynamic_debug: use kbasename()
Andy Shevchenko
1
-8
/
+1
2012-12-18
string: introduce helper to get base file name from given path
Andy Shevchenko
1
-0
/
+11
2012-12-18
MAINTAINERS: add LP855x backlight driver entry
Kim, Milo
1
-0
/
+7
2012-12-18
backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ON
Marko Katic
1
-2
/
+2
2012-12-18
drivers/video/backlight/lms283gf05.c: use GPIOF_INIT flags when using devm_gp...
Jingoo Han
1
-1
/
+2
2012-12-18
drivers/video/backlight/lcd.c: return ENXIO when ops functions cannot be called
Jingoo Han
1
-2
/
+6
2012-12-18
backlight: 88pm860x_bl: remove an unnecessary line continuation
Jingoo Han
1
-2
/
+1
2012-12-18
drivers/video/backlight/pandora_bl.c: change TWL4030_MODULE_PWM0 to TWL_MODUL...
Peter Ujfalusi
1
-5
/
+3
2012-12-18
backlight: add of_find_backlight_by_node()
Thierry Reding
2
-0
/
+39
2012-12-18
drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs file
Axel Lin
1
-1
/
+1
2012-12-18
drivers/video/backlight/max8925_bl.c: drop devm_kfree of devm_kzalloc'd data
Jingoo Han
1
-8
/
+3
2012-12-18
drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd data
Jingoo Han
1
-8
/
+3
2012-12-18
drivers/video/backlight/s6e63m0.c: remove unnecessary cast of void pointer
Jingoo Han
1
-1
/
+1
2012-12-18
drivers/video/backlight/vgg2432a4.c: add missing const
Jingoo Han
3
-6
/
+6
2012-12-18
drivers/video/backlight/tdo24m.c: add missing const
Jingoo Han
1
-13
/
+14
2012-12-18
drivers/video/backlight/lms283gf05.c: add missing const
Jingoo Han
1
-3
/
+3
2012-12-18
drivers/video/backlight/da9052_bl.c: add missing const
Jingoo Han
1
-1
/
+1
2012-12-18
drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex code
Kim, Milo
1
-13
/
+1
2012-12-18
drivers/video/backlight/lp855x_bl.c: use generic PWM functions
Kim, Milo
3
-26
/
+30
2012-12-18
backlight: tosa: use devm_gpio_request_one
Jingoo Han
2
-10
/
+4
2012-12-18
backlight: lms283gf05: use devm_gpio_request_one
Jingoo Han
1
-7
/
+3
2012-12-18
backlight: vgg2432a4: fix checkpatch warning
Jingoo Han
1
-1
/
+1
2012-12-18
backlight: tosa: fix checkpatch error and warning
Jingoo Han
2
-8
/
+9
2012-12-18
backlight: tdo24m: fix checkpatch warning
Jingoo Han
1
-3
/
+3
2012-12-18
backlight: platform_lcd: fix checkpatch error
Jingoo Han
1
-1
/
+1
2012-12-18
backlight: pcf50633: fix checkpatch warning
Jingoo Han
1
-3
/
+5
2012-12-18
backlight: omap1: fix checkpatch warning
Jingoo Han
1
-2
/
+2
2012-12-18
backlight: lm3630: fix checkpatch warning
Jingoo Han
1
-1
/
+1
2012-12-18
backlight: l4f00242t03: fix checkpatch warning
Jingoo Han
1
-2
/
+1
2012-12-18
backlight: jornada720: fix checkpatch error and warning
Jingoo Han
1
-12
/
+19
2012-12-18
backlight: ili9320: fix checkpatch error and warning
Jingoo Han
1
-10
/
+2
2012-12-18
backlight: hp680_bl: fix checkpatch error and warning
Jingoo Han
1
-2
/
+2
2012-12-18
backlight: generic_bl: fix checkpatch warning
Jingoo Han
1
-2
/
+2
2012-12-18
backlight: da903x_bl: fix checkpatch warning
Jingoo Han
1
-4
/
+4
2012-12-18
backlight: corgi_lcd: fix checkpatch error and warning
Jingoo Han
1
-7
/
+9
2012-12-18
backlight: atmel-pwm-bl: fix checkpatch warning
Jingoo Han
1
-4
/
+3
2012-12-18
backlight: 88pm860x_bl: fix checkpatch warning
Jingoo Han
1
-2
/
+2
2012-12-18
backlight: da903x_bl: use dev_get_drvdata() instead of platform_get_drvdata()
Jingoo Han
1
-4
/
+3
2012-12-18
MAINTAINERS: adjust for UAPI: firewire
Stefan Richter
1
-1
/
+2
2012-12-18
Corentin has moved
Corentin Chary
4
-5
/
+5
2012-12-18
MAINTAINERS: remove include/linux/ext3*
Cesar Eduardo Barros
1
-2
/
+0
2012-12-18
MAINTAINERS: CHINESE MAINTAINERS mailing list is subscribers only
Joe Perches
1
-1
/
+1
2012-12-18
lib/vsprintf.c: fix handling of %zd when using ssize_t
Jason Gunthorpe
1
-1
/
+4
[next]