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