summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: update MAINTAINERS file entries fixRyusuke Konishi2014-04-041-1/+1
* nilfs2: verify metadata sizes read from diskRyusuke Konishi2014-04-045-0/+54
* nilfs2: add FITRIM ioctl support for nilfs2Andreas Rohner2014-04-041-0/+45
* nilfs2: add nilfs_sufile_trim_fs to trim clean segsAndreas Rohner2014-04-042-0/+153
* nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctlAndreas Rohner2014-04-043-0/+101
* nilfs2: add nilfs_sufile_set_suinfo to update segment usageAndreas Rohner2014-04-042-0/+132
* nilfs2: add struct nilfs_suinfo_update and flagsAndreas Rohner2014-04-041-0/+42
* nilfs2: update MAINTAINERS file entriesRyusuke Konishi2014-04-041-2/+2
* fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick2014-04-042-2/+2
* BEFS: logging cleanupFabian Frederick2014-04-048-204/+195Star
* fs/befs/linuxvfs.c: add __init to befs_init_inodecache()Fabian Frederick2014-04-041-2/+1Star
* befs: replace kmalloc/memset 0 by kzallocFabian Frederick2014-04-041-2/+1Star
* fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick2014-04-041-1/+1
* rtc: treewide: remove excess rtc_device validationAlexander Shiyan2014-04-044-8/+5Star
* drivers/rtc/rtc-s3c.c: remove NO_IRQ macroPankaj Dubey2014-04-041-2/+2
* drivers/rtc/rtc-da9055.c: remove use of regmap_irq_get_virq()Adam Thomson2014-04-041-1/+3
* drivers/rtc/rtc-rv3029c2.c: fix potential race conditionGregory Hermant2014-04-041-6/+6
* rtc: add support for maxim dallas rtc ds1347Raghavendra Ganiga2014-04-043-0/+179
* drivers/rtc/rtc-mc13xxx.c: fix potential race conditionAlexander Shiyan2014-04-041-17/+13Star
* rtc: pm8xxx: move device_init_wakeup() before rtc_registerJosh Cartwright2014-04-041-2/+2
* rtc: pm8xxx: add support for devicetreeJosh Cartwright2014-04-042-48/+29Star
* rtc: pm8xxx: use devm_request_any_context_irqJosh Cartwright2014-04-041-14/+4Star
* rtc: pm8xxx: use regmap API for register accessesJosh Cartwright2014-04-041-88/+57Star
* rtc: pm8xxx: fixup checkpatch/style issuesJosh Cartwright2014-04-041-44/+53
* rtc: verify a critical argument to rtc_update_irq() before using itAlessandro Zummo2014-04-041-0/+3
* drivers/rtc/rtc-ds3232.c: enable ds3232 to work as wakeup sourceWang Dongsheng2014-04-041-24/+70
* drivers/rtc/rtc-palmas.c: use SIMPLE_DEV_PM_OPS macroJingoo Han2014-04-041-3/+2Star
* drivers/rtc/rtc-as3722.c: use SIMPLE_DEV_PM_OPS macroJingoo Han2014-04-041-3/+2Star
* drivers/rtc/rtc-cmos.c: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg2014-04-041-5/+3Star
* drivers/rtc/rtc-ds3232.c: make it possible to share an irqBharat Bhushan2014-04-041-2/+2
* arch/arm/boot/dts/sun4i-a10.dtsi: convert to the new RTC compatiblesMaxime Ripard2014-04-041-1/+1
* rtc: sunxi: change compatiblesMaxime Ripard2014-04-042-3/+3
* rtc: mc13xxx: make rtc_read_time() more readableAlexander Shiyan2014-04-041-36/+23Star
* rtc: mc13xxx: change RTC validation schemeAlexander Shiyan2014-04-041-18/+14Star
* rtc: mc13xxx: fix 1Hz interruptAlexander Shiyan2014-04-041-1/+1
* rtc: mc13xxx: simplify alarm_irq_enable()Alexander Shiyan2014-04-041-9/+3Star
* rtc: mc13xxx: request IRQs after RTC registrationAlexander Shiyan2014-04-041-21/+11Star
* rtc: mc13xxx: remove __exit_p()Alexander Shiyan2014-04-041-2/+2
* drivers/rtc/rtc-ds1307.c: add alarm support for mcp7941x chipsSimon Guinot2014-04-041-1/+182
* drivers/rtc/rtc-ds1307.c: fix sysfs wakealarm attribute creationSimon Guinot2014-04-041-1/+1
* drivers/rtc/rtc-sirfsoc.c: fix kernel panic of backing from hibernationXianglong Du2014-04-041-53/+9Star
* drivers/rtc/rtc-da9052.c: remove redundant private structure fieldAnthony Olech2014-04-041-3/+1Star
* drivers/rtc/rtc-isl12057.c: remove duplicate includeSachin Kamat2014-04-041-1/+0Star
* rtc: rtc-jz4740: use devm_ioremap_resource()Jingoo Han2014-04-041-20/+5Star
* rtc: rtc-vt8500: use devm_ioremap_resource()Jingoo Han2014-04-041-23/+5Star
* rtc: rtc-davinci: use devm_ioremap_resource()Jingoo Han2014-04-041-25/+4Star
* rtc: rtc-coh901331: use devm_ioremap_resource()Jingoo Han2014-04-041-15/+3Star
* rtc: rtc-spear: remove unnecessary OOM messagesJingoo Han2014-04-041-3/+1Star
* rtc: rtc-lpc32xx: remove unnecessary OOM messagesJingoo Han2014-04-041-3/+2Star
* rtc: rtc-sirfsoc: remove unnecessary OOM messagesJingoo Han2014-04-041-5/+1Star