index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-13
checkpatch: improve "return is not a function" test
Joe Perches
1
-14
/
+4
2013-11-13
checkpatch.pl: check for the FSF mailing address
Josh Triplett
1
-0
/
+12
2013-11-13
checkpatch: make the memory barrier test noisier
Joe Perches
1
-2
/
+2
2013-11-13
checkpatch: add rules to check init attribute and const defects
Joe Perches
1
-2
/
+34
2013-11-13
checkpatch: add test for #defines of ARCH_HAS_<foo>
Joe Perches
1
-8
/
+14
2013-11-13
checkpatch: find CamelCase definitions of struct/union/enum
Joe Perches
1
-2
/
+3
2013-11-13
checkpatch: update seq_<foo> tests
Joe Perches
1
-3
/
+4
2013-11-13
checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patch
Joe Perches
1
-2
/
+10
2013-11-13
checkpatch: report missing spaces around trigraphs with --strict
Joe Perches
1
-9
/
+7
2013-11-13
debugfs: use list_next_entry() in debugfs_remove_recursive()
Oleg Nesterov
1
-2
/
+1
2013-11-13
list: introduce list_last_entry(), use list_{first,last}_entry()
Oleg Nesterov
1
-4
/
+15
2013-11-13
list: change list_for_each_entry*() to use list_*_entry()
Oleg Nesterov
1
-22
/
+22
2013-11-13
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
3
-6
/
+16
2013-11-13
sound/soc/pxa/mmp-pcm.c: use gen_pool_dma_alloc() to allocate dma buffer
Nicolin Chen
1
-2
/
+1
2013-11-13
sound/soc/davinci/davinci-pcm.c: use gen_pool_dma_alloc() in davinci-pcm.c
Nicolin Chen
1
-2
/
+1
2013-11-13
drivers/uio/uio_pruss.c: use gen_pool_dma_alloc() to allocate sram memory
Nicolin Chen
1
-4
/
+2
2013-11-13
drivers/media/platform/coda.c: use gen_pool_dma_alloc() to allocate iram buffer
Nicolin Chen
1
-3
/
+2
2013-11-13
drivers/dma/mmp_tdma.c: use gen_pool_dma_alloc() to allocate descriptor
Nicolin Chen
1
-6
/
+1
2013-11-13
arch/arm/mach-davinci/sram.c: use gen_pool_dma_alloc() to sram.c
Nicolin Chen
1
-8
/
+1
2013-11-13
lib/genalloc: add a helper function for DMA buffer allocation
Nicolin Chen
2
-0
/
+30
2013-11-13
lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
Duan Jiong
1
-1
/
+1
2013-11-13
lib/vsprintf.c: document formats for dentry and struct file
Olof Johansson
1
-0
/
+2
2013-11-13
lib/debugobjects.c: remove unnecessary work pending test
Xie XiuQi
1
-1
/
+1
2013-11-13
bitops/find: clarify and extend documentation
Cody P Schafer
1
-2
/
+10
2013-11-13
drivers/video/backlight/hx8357.c: remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-11-13
backlight: atmel-pwm-bl: use gpio_request_one
Johan Hovold
1
-7
/
+8
2013-11-13
backlight: atmel-pwm-bl: refactor gpio_on handling
Johan Hovold
1
-12
/
+11
2013-11-13
backlight: atmel-pwm-bl: use gpio_is_valid
Johan Hovold
1
-4
/
+4
2013-11-13
backlight: atmel-pwm-bl: remove unused include
Johan Hovold
1
-1
/
+0
2013-11-13
backlight: atmel-pwm-bl: clean up get_intensity
Johan Hovold
1
-7
/
+6
2013-11-13
backlight: atmel-pwm-bl: clean up probe error handling
Johan Hovold
1
-19
/
+12
2013-11-13
backlight: atmel-pwm-bl: fix module autoload
Johan Hovold
1
-0
/
+1
2013-11-13
backlight: atmel-pwm-bl: fix gpio polarity in remove
Johan Hovold
1
-2
/
+4
2013-11-13
backlight: atmel-pwm-bl: fix reported brightness
Johan Hovold
1
-2
/
+2
2013-11-13
drivers/video/backlight/lm3630a_bl.c: add missing destroy_workqueue() on erro...
Wei Yongjun
1
-0
/
+1
2013-11-13
backlight: s6e63m0: use devm_{backlight,lcd}_device_register()
Jingoo Han
1
-13
/
+7
2013-11-13
backlight: cr_bllcd: use devm_{backlight,lcd}_device_register()
Jingoo Han
1
-8
/
+5
2013-11-13
backlight: corgi_lcd: use devm_{backlight,lcd}_device_register()
Jingoo Han
1
-19
/
+9
2013-11-13
backlight: ld9040: use devm_{backlight,lcd}_device_register()
Jingoo Han
1
-15
/
+6
2013-11-13
backlight: ams369fg06: use devm_{backlight,lcd}_device_register()
Jingoo Han
1
-15
/
+7
2013-11-13
backlight: tdo24m: use devm_lcd_device_register()
Jingoo Han
1
-9
/
+3
2013-11-13
backlight: platform_lcd: use devm_lcd_device_register()
Jingoo Han
1
-17
/
+3
2013-11-13
backlight: ltv350qv: use devm_lcd_device_register()
Jingoo Han
1
-8
/
+3
2013-11-13
backlight: lms501kf03: use devm_lcd_device_register()
Jingoo Han
1
-4
/
+2
2013-11-13
backlight: lms283gf05: use devm_lcd_device_register()
Jingoo Han
1
-11
/
+2
2013-11-13
backlight: ili9320: use devm_lcd_device_register()
Jingoo Han
1
-10
/
+3
2013-11-13
backlight: ili922x: use devm_lcd_device_register()
Jingoo Han
1
-5
/
+2
2013-11-13
backlight: hx8357: use devm_lcd_device_register()
Jingoo Han
1
-15
/
+3
2013-11-13
backlight: wm831x_bl: use devm_backlight_device_register()
Jingoo Han
1
-11
/
+2
2013-11-13
backlight: tps65217_bl: use devm_backlight_device_register()
Jingoo Han
1
-11
/
+1
[next]