index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-11
checkpatch: fix complex macros handling of square brackets
Andy Whitcroft
1
-1
/
+1
2012-01-11
checkpatch: fix 'return is not a function' square bracket handling
Andy Whitcroft
1
-1
/
+1
2012-01-11
checkpatch: complex macro should allow the empty do while loop
Andy Whitcroft
1
-1
/
+1
2012-01-11
checkpatch: fix EXPORT_SYMBOL handling following a function
Andy Whitcroft
1
-1
/
+1
2012-01-11
checkpatch: only apply kconfig help checks for options which prompt
Andy Whitcroft
1
-5
/
+12
2012-01-11
checkpatch: optimise statement scanner when mid-statement
Andy Whitcroft
1
-2
/
+20
2012-01-11
checkpatch: ## is not a valid modifier
Andy Whitcroft
1
-1
/
+3
2012-01-11
checkpatch: improve memset and min/max with cast checking
Joe Perches
1
-36
/
+33
2012-01-11
checkpatch: check for common memset parameter issues against statments
Andy Whitcroft
1
-6
/
+22
2012-01-11
checkpatch: correctly track the end of preprocessor commands in context
Andy Whitcroft
1
-51
/
+39
2012-01-11
checkpatch: prefer __printf over __attribute__((format(printf,...)))
Joe Perches
1
-0
/
+6
2012-01-11
checkpatch: update signature "might be better as" warning
Joe Perches
1
-2
/
+5
2012-01-11
btree: export btree_get_prev() so modules can use btree_for_each
Steve Hodgson
1
-0
/
+1
2012-01-11
leds: convert wm8350 driver to devm_kzalloc()
Mark Brown
1
-5
/
+2
2012-01-11
leds: convert wm831x status driver to devm_kzalloc()
Mark Brown
1
-3
/
+2
2012-01-11
drivers/leds/leds-mc13783.c: fix off-by-one for checking num_leds
Axel Lin
1
-1
/
+1
2012-01-11
leds: add driver for TCA6507 LED controller
NeilBrown
4
-0
/
+822
2012-01-11
drivers/leds/leds-netxbig.c: use gpio_request_one()
Axel Lin
1
-18
/
+6
2012-01-11
drivers/leds/leds-bd2802.c: use gpio_request_one()
Axel Lin
1
-2
/
+1
2012-01-11
drivers/leds/leds-lp5523.c: remove unneeded forward declaration
Axel Lin
1
-2
/
+0
2012-01-11
leds: convert leds-dac124s085 to module_spi_driver
Axel Lin
1
-12
/
+1
2012-01-11
leds: convert led i2c drivers to module_i2c_driver
Axel Lin
7
-98
/
+7
2012-01-11
leds: convert led platform drivers to module_platform_driver
Axel Lin
21
-265
/
+31
2012-01-11
backlight: convert pwm_bl to dev_pm_ops
Mark Brown
1
-10
/
+11
2012-01-11
backlight: convert platform_lcd to devm_kzalloc()
Mark Brown
1
-5
/
+4
2012-01-11
backlight: use kstrtoul()
Jingoo Han
2
-19
/
+13
2012-01-11
drivers/video/backlight/ep93xx_bl.c: remove duplicated header include
Jingoo Han
1
-1
/
+0
2012-01-11
backlight/ld9040.c: regulator control in the driver
Donghwa Lee
1
-12
/
+59
2012-01-11
backlight: convert drivers/video/backlight/* to use module_platform_driver()
Axel Lin
13
-148
/
+13
2012-01-11
backlight: remove ADX backlight device support
Paul Bolle
3
-191
/
+0
2012-01-11
devfreq: add devfreq maintainer entry
Kyungmin Park
1
-0
/
+7
2012-01-11
MAINTAINERS: spi: update F: patterns
Joe Perches
1
-3
/
+3
2012-01-11
MAINTAINERS: serial:blackfin: update F: pattern
Joe Perches
1
-1
/
+1
2012-01-11
MAINTAINERS: staging: media: update F: patterns
Joe Perches
1
-2
/
+2
2012-01-11
MAINTAINERS: update encrypted-keys F: patterns
Joe Perches
1
-2
/
+1
2012-01-11
MAINTAINERS: update greth F: patterns
Joe Perches
1
-1
/
+1
2012-01-11
MAINTAINERS: update tulip F: patterns
Joe Perches
1
-2
/
+2
2012-01-11
MAINTAINERS: update sdhci F: patterns
Joe Perches
1
-1
/
+2
2012-01-11
MAINTAINERS: update mfd F: patterns
Joe Perches
1
-1
/
+0
2012-01-11
MAINTAINERS: update marvell ccic F: patterns
Joe Perches
1
-1
/
+1
2012-01-11
MAINTAINERS: update bt8xx gpio F: patterns
Joe Perches
1
-1
/
+1
2012-01-11
MAINTAINERS: update adp gpio F: patterns
Joe Perches
1
-2
/
+2
2012-01-11
MAINTAINERS: update various arm F: patterns
Joe Perches
1
-7
/
+2
2012-01-11
get_maintainers.pl: follow renames when looking up commit signers
Ian Campbell
1
-1
/
+1
2012-01-11
mm/vmalloc.c: change void* into explict vm_struct*
Minchan Kim
1
-4
/
+4
2012-01-11
mm: vmscan: fix typo in isolating lru pages
Hillf Danton
1
-1
/
+1
2012-01-11
mm: test PageSwapBacked in lumpy reclaim
Hugh Dickins
1
-1
/
+1
2012-01-11
mm/migrate.c: remove the unused macro lru_to_page
Wang Sheng-Hui
1
-2
/
+0
2012-01-11
mm/hugetlb.c: avoid bogus counter of surplus huge page
Hillf Danton
1
-1
/
+1
2012-01-11
mempool: fix first round failure behavior
Tejun Heo
1
-2
/
+11
[next]