Age | Commit message (Expand) | Author | Files | Lines |
2013-11-13 | drivers/rtc/rtc-ds2404.c: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-11-13 | drivers/rtc/rtc-ds1307.c: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-11-13 | drivers/rtc/rtc-ds1305.c: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-11-13 | drivers/rtc/rtc-da9055.c: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-11-13 | drivers/rtc/rtc-cmos.c: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-11-13 | drivers/rtc/rtc-88pm860x.c: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-11-13 | drivers/rtc/rtc-88pm80x.c: use dev_get_platdata() | Jingoo Han | 1 | -4/+4 |
2013-11-13 | drivers/rtc/rtc-sirfsoc.c: remove unneeded casts of void* | Jingoo Han | 1 | -5/+5 |
2013-11-13 | drivers/rtc/rtc-vr41xx.c: fix checkpatch warnings | Sachin Kamat | 1 | -2/+2 |
2013-11-13 | drivers/rtc/rtc-mrst.c: remove redundant dev_set_drvdata | Sachin Kamat | 1 | -2/+0 |
2013-11-13 | drivers/rtc/rtc-cmos.c: remove redundant dev_set_drvdata | Sachin Kamat | 1 | -1/+0 |
2013-11-13 | drivers/rtc/rtc-sirfsoc.c: use devm_rtc_device_register | Sachin Kamat | 1 | -12/+3 |
2013-11-13 | drivers/rtc/rtc-isl1208.c: use devm_* APIs | Sachin Kamat | 1 | -25/+11 |
2013-11-13 | drivers/rtc/rtc-at91rm9200.c: use devm_* APIs | Sachin Kamat | 1 | -21/+7 |
2013-11-13 | drivers/rtc/rtc-vt8500.c: fix return value | Sachin Kamat | 1 | -1/+1 |
2013-11-13 | drivers/rtc/rtc-max6900.c: remove redundant checks | Sachin Kamat | 1 | -8/+1 |
2013-11-13 | drivers/rtc/rtc-isl1208.c: remove redundant checks | Sachin Kamat | 1 | -5/+1 |
2013-11-13 | drivers/rtc/rtc-ds1307.c: release irq on error | Sachin Kamat | 1 | -2/+4 |
2013-11-13 | drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o... | Wei Yongjun | 1 | -6/+10 |
2013-11-13 | kprobes: use KSYM_NAME_LEN to size identifier buffers | Joe Mario | 1 | -2/+2 |
2013-11-13 | initramfs: read CONFIG_RD_ variables for initramfs compression | P J P | 2 | -15/+32 |
2013-11-13 | init: make init failures more explicit | Michael Opdenacker | 1 | -10/+29 |
2013-11-13 | init/do_mounts_rd.c: fix NULL pointer dereference while loading initramfs | P J P | 1 | -0/+7 |
2013-11-13 | init.h: document the existence of __initconst | Geert Uytterhoeven | 1 | -4/+2 |
2013-11-13 | epoll: do not take global 'epmutex' for simple topologies | Jason Baron | 1 | -26/+69 |
2013-11-13 | epoll: optimize EPOLL_CTL_DEL using rcu | Jason Baron | 1 | -24/+32 |
2013-11-13 | checkpatch: add check for sscanf without return use | Joe Perches | 1 | -0/+17 |
2013-11-13 | checkpatch: don't require kernel style __attribute__ shortcuts in uapi paths | Joe Perches | 1 | -7/+12 |
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 |