summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drivers/rtc/rtc-cmos.c: remove redundant dev_set_drvdataSachin Kamat2013-11-131-1/+0
* drivers/rtc/rtc-sirfsoc.c: use devm_rtc_device_registerSachin Kamat2013-11-131-12/+3
* drivers/rtc/rtc-isl1208.c: use devm_* APIsSachin Kamat2013-11-131-25/+11
* drivers/rtc/rtc-at91rm9200.c: use devm_* APIsSachin Kamat2013-11-131-21/+7
* drivers/rtc/rtc-vt8500.c: fix return valueSachin Kamat2013-11-131-1/+1
* drivers/rtc/rtc-max6900.c: remove redundant checksSachin Kamat2013-11-131-8/+1
* drivers/rtc/rtc-isl1208.c: remove redundant checksSachin Kamat2013-11-131-5/+1
* drivers/rtc/rtc-ds1307.c: release irq on errorSachin Kamat2013-11-131-2/+4
* drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o...Wei Yongjun2013-11-131-6/+10
* kprobes: use KSYM_NAME_LEN to size identifier buffersJoe Mario2013-11-131-2/+2
* 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