aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-13initramfs: read CONFIG_RD_ variables for initramfs compressionP J P2-15/+32
2013-11-13init: make init failures more explicitMichael Opdenacker1-10/+29
2013-11-13init/do_mounts_rd.c: fix NULL pointer dereference while loading initramfsP J P1-0/+7
2013-11-13init.h: document the existence of __initconstGeert Uytterhoeven1-4/+2
2013-11-13epoll: do not take global 'epmutex' for simple topologiesJason Baron1-26/+69
2013-11-13epoll: optimize EPOLL_CTL_DEL using rcuJason Baron1-24/+32
2013-11-13checkpatch: add check for sscanf without return useJoe Perches1-0/+17
2013-11-13checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsJoe Perches1-7/+12
2013-11-13checkpatch: improve "return is not a function" testJoe Perches1-14/+4
2013-11-13checkpatch.pl: check for the FSF mailing addressJosh Triplett1-0/+12
2013-11-13checkpatch: make the memory barrier test noisierJoe Perches1-2/+2
2013-11-13checkpatch: add rules to check init attribute and const defectsJoe Perches1-2/+34
2013-11-13checkpatch: add test for #defines of ARCH_HAS_<foo>Joe Perches1-8/+14
2013-11-13checkpatch: find CamelCase definitions of struct/union/enumJoe Perches1-2/+3
2013-11-13checkpatch: update seq_<foo> testsJoe Perches1-3/+4
2013-11-13checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patchJoe Perches1-2/+10
2013-11-13checkpatch: report missing spaces around trigraphs with --strictJoe Perches1-9/+7
2013-11-13debugfs: use list_next_entry() in debugfs_remove_recursive()Oleg Nesterov1-2/+1
2013-11-13list: introduce list_last_entry(), use list_{first,last}_entry()Oleg Nesterov1-4/+15
2013-11-13list: change list_for_each_entry*() to use list_*_entry()Oleg Nesterov1-22/+22
2013-11-13list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov3-6/+16
2013-11-13sound/soc/pxa/mmp-pcm.c: use gen_pool_dma_alloc() to allocate dma bufferNicolin Chen1-2/+1
2013-11-13sound/soc/davinci/davinci-pcm.c: use gen_pool_dma_alloc() in davinci-pcm.cNicolin Chen1-2/+1
2013-11-13drivers/uio/uio_pruss.c: use gen_pool_dma_alloc() to allocate sram memoryNicolin Chen1-4/+2
2013-11-13drivers/media/platform/coda.c: use gen_pool_dma_alloc() to allocate iram bufferNicolin Chen1-3/+2
2013-11-13drivers/dma/mmp_tdma.c: use gen_pool_dma_alloc() to allocate descriptorNicolin Chen1-6/+1
2013-11-13arch/arm/mach-davinci/sram.c: use gen_pool_dma_alloc() to sram.cNicolin Chen1-8/+1
2013-11-13lib/genalloc: add a helper function for DMA buffer allocationNicolin Chen2-0/+30
2013-11-13lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong1-1/+1
2013-11-13lib/vsprintf.c: document formats for dentry and struct fileOlof Johansson1-0/+2
2013-11-13lib/debugobjects.c: remove unnecessary work pending testXie XiuQi1-1/+1
2013-11-13bitops/find: clarify and extend documentationCody P Schafer1-2/+10
2013-11-13drivers/video/backlight/hx8357.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-13backlight: atmel-pwm-bl: use gpio_request_oneJohan Hovold1-7/+8
2013-11-13backlight: atmel-pwm-bl: refactor gpio_on handlingJohan Hovold1-12/+11
2013-11-13backlight: atmel-pwm-bl: use gpio_is_validJohan Hovold1-4/+4
2013-11-13backlight: atmel-pwm-bl: remove unused includeJohan Hovold1-1/+0
2013-11-13backlight: atmel-pwm-bl: clean up get_intensityJohan Hovold1-7/+6
2013-11-13backlight: atmel-pwm-bl: clean up probe error handlingJohan Hovold1-19/+12
2013-11-13backlight: atmel-pwm-bl: fix module autoloadJohan Hovold1-0/+1
2013-11-13backlight: atmel-pwm-bl: fix gpio polarity in removeJohan Hovold1-2/+4
2013-11-13backlight: atmel-pwm-bl: fix reported brightnessJohan Hovold1-2/+2
2013-11-13drivers/video/backlight/lm3630a_bl.c: add missing destroy_workqueue() on error in lm3630a_intr_config()Wei Yongjun1-0/+1
2013-11-13backlight: s6e63m0: use devm_{backlight,lcd}_device_register()Jingoo Han1-13/+7
2013-11-13backlight: cr_bllcd: use devm_{backlight,lcd}_device_register()Jingoo Han1-8/+5
2013-11-13backlight: corgi_lcd: use devm_{backlight,lcd}_device_register()Jingoo Han1-19/+9
2013-11-13backlight: ld9040: use devm_{backlight,lcd}_device_register()Jingoo Han1-15/+6
2013-11-13backlight: ams369fg06: use devm_{backlight,lcd}_device_register()Jingoo Han1-15/+7
2013-11-13backlight: tdo24m: use devm_lcd_device_register()Jingoo Han1-9/+3
2013-11-13backlight: platform_lcd: use devm_lcd_device_register()Jingoo Han1-17/+3