summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-07hfsplus: emit proper file type from readdirSergei Antonov1-1/+19
2014-06-07hfsplus: remove unused routine hfsplus_attr_build_key_uniHin-Tak Leung2-28/+0
2014-06-07hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributesHin-Tak Leung5-66/+94
2014-06-07hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung2-5/+21
2014-06-07fs/coda: use __func__Fabian Frederick5-33/+34
2014-06-07fs/coda: logging prefix uniformizationFabian Frederick5-8/+14
2014-06-07fs/coda: replace printk by pr_foo()Fabian Frederick6-47/+48
2014-06-07fs/befs: kernel-doc fixesFabian Frederick3-11/+11
2014-06-07fs/befs/linuxvfs.c: remove positive test on sector_tFabian Frederick1-8/+0
2014-06-07fs/befs/btree.c: replace strncpy by strlcpy + coding style fixingFabian Frederick1-4/+3
2014-06-07fs/befs/linuxvfs.c: replace strncpy by strlcpyFabian Frederick1-3/+2
2014-06-07drivers/rtc/rtc-pxa.c: make of_device_id array constJingoo Han1-1/+1
2014-06-07drivers/rtc/rtc-sa1100.c: make of_device_id array constJingoo Han1-1/+1
2014-06-07drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is setLokesh Vutla1-34/+33
2014-06-07ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCsBoris BREZILLON1-9/+13
2014-06-07rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irqBoris BREZILLON1-2/+14
2014-06-07drivers/rtc/rtc-hym8563.c: add optional clock-output-names propertyHeiko Stuebner2-0/+6
2014-06-07drivers/rtc/rtc-bfin.c: do not abort when requesting irq failsMike Frysinger1-9/+7
2014-06-07drivers/rtc/rtc-omap.c: add support for enabling 32khz clockSekhar Nori1-1/+15
2014-06-07drivers/rtc/rtc-omap.c: use BIT() macroSekhar Nori1-21/+21
2014-06-07drivers/rtc/rtc-omap.c: remove multiple device id checksSekhar Nori1-4/+9
2014-06-07rtc: da9063: RTC driverOpensource [Steve Twiss]3-0/+344
2014-06-07drivers/rtc: add support for Microchip MCP795Josef Gajdusek3-0/+208
2014-06-07drivers/rtc/rtc-ds1343.c: fix potential race conditionRaghavendra Ganiga1-14/+24
2014-06-07rtc: fix build errorRaghavendra Ganiga1-0/+1
2014-06-07drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344Raghavendra Ganiga3-0/+690
2014-06-07rtc: rtc-palmas: make of_device_id array constJingoo Han1-1/+1
2014-06-07rtc: rtc-mv: make of_device_id array constJingoo Han1-1/+1
2014-06-07rtc: isl12057: make of_device_id array constJingoo Han1-1/+1
2014-06-07rtc: rtc-hym8563: make of_device_id array constJingoo Han1-1/+1
2014-06-07rtc: rtc-ds1742: make of_device_id array constJingoo Han1-1/+1
2014-06-07drivers/rtc/rtc-da9052.c: ALARM causes interrupt stormAnthony Olech1-56/+66
2014-06-07drivers/rtc/rtc-88pm860x.c: add missing of_node_put()Krzysztof Kozlowski1-0/+1
2014-06-07drivers/rtc/rtc-88pm860x.c: use of_get_child_by_name()Krzysztof Kozlowski1-1/+1
2014-06-07arch/mips/dec: switch DECstation systems to rtc-cmosMaciej W. Rozycki2-1/+45
2014-06-07drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation supportMaciej W. Rozycki2-25/+64
2014-06-07drivers/rtc/rtc-efi.c: avoid subtracting day twice when computing year daysLee, Chun-Yi1-1/+1
2014-06-07drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162Wolfram Sang2-2/+3
2014-06-07drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsWolfram Sang1-14/+23
2014-06-07drivers/rtc/rtc-m41t80.c: clean up error pathsWolfram Sang1-41/+23
2014-06-07drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroWolfram Sang1-6/+0
2014-06-07arm64: add APM X-Gene SoC RTC DTS entryLoc Ho1-0/+21
2014-06-07drivers/rtc: add APM X-Gene SoC RTC driverLoc Ho3-0/+288
2014-06-07Documentation/devicetree/bindings: add documentation for the APM X-Gene SoC R...Loc Ho1-0/+28
2014-06-07drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak1-2/+12
2014-06-07fs/ceph/debugfs.c: replace seq_printf by seq_putsFabian Frederick1-3/+3
2014-06-07fs/ceph: replace pr_warning by pr_warnFabian Frederick4-6/+6
2014-06-07slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim1-1/+1
2014-06-07mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds96-605/+6391