summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-14kexec: remove the unused function parameterBaoquan He
2014-10-14kexec: check if crashk_res_low exists when exclude it from crash mem rangesBaoquan He
2014-10-14kexec: take the segment adding out of locate_mem_hole functionsBaoquan He
2014-10-14arch/x86/purgatory/Makefile: try to use automatic variable in kexec purgatory...Baoquan He
2014-10-14coredump: add %i/%I in core_pattern to report the tid of the crashed threadOleg Nesterov
2014-10-14signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size()Oleg Nesterov
2014-10-14fat: remove redundant sys_tz declarationFabian Frederick
2014-10-14fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick
2014-10-14fs/ufs/balloc.c: remove unused variableFabian Frederick
2014-10-14fs/hfs/hfs_fs.h: remove redundant sys_tz declarationFabian Frederick
2014-10-14nilfs2: improve the performance of fdatasync()Andreas Rohner
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner
2014-10-14fs/befs/btree.c: remove typedef befs_btree_nodeHimangi Saraogi
2014-10-14rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEPDaniel Glöckner
2014-10-14drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compili...Chen Gang
2014-10-14drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffersAndy Shevchenko
2014-10-14drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueArnd Bergmann
2014-10-14drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningArnd Bergmann
2014-10-14rtc: add driver for Maxim 77802 PMIC Real-Time-ClockJavier Martinez Canillas
2014-10-14rtc: max77686: Use ffs() to calculate tm_wdayJavier Martinez Canillas
2014-10-14rtc: max77686: remove unneeded info logJavier Martinez Canillas
2014-10-14rtc: max77686: fail to probe if no RTC regmap irqchip is setJavier Martinez Canillas
2014-10-14rtc: max77686: remove dead code for SMPL and WTSRJavier Martinez Canillas
2014-10-14rtc: max77686: Allow the max77686 rtc to wakeup the systemDoug Anderson
2014-10-14rtc: bq32000: add trickle charger device tree bindingPavel Machek
2014-10-14rtc: bq32000: add trickle charger option, with device tree bindingPavel Machek
2014-10-14rtc: ds1307: add trickle charger device tree bindingMatti Vaittinen
2014-10-14Documentation: dt-bindings: trickle charger dt binding document for ds1339Matti Vaittinen
2014-10-14clk: RK808: add clkout driver for RK808Chris Zhong
2014-10-14RTC: RK808: add RTC driver for RK808Chris Zhong
2014-10-14rtc: make of_device_ids constUwe Kleine-König
2014-10-14ARM: dts: fix wrong compatible string of Exynos3250 RTC dt nodeChanwoo Choi
2014-10-14rtc: s3c: add support for RTC of Exynos3250 SoCChanwoo Choi
2014-10-14rtc: s3c: add s3c_rtc_data structure to use variant data instead of s3c_cpu_typeChanwoo Choi
2014-10-14rtc: s3c: remove warning message when checking coding style with checkpatch s...Chanwoo Choi
2014-10-14rtc: s3c: define s3c_rtc structure to remove global variables.Chanwoo Choi
2014-10-14rtc: use c99 initializers in structuresJulia Lawall
2014-10-14autofs: the documentation I wanted to readNeilBrown
2014-10-14autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.NeilBrown
2014-10-14autofs4: avoid taking fs_lock during rcu-walkNeilBrown
2014-10-14autofs4: make "autofs4_can_expire" idempotent.NeilBrown
2014-10-14autofs4: factor should_expire() out of autofs4_expire_indirect.NeilBrown
2014-10-14autofs4: allow RCU-walk to walk through autofs4NeilBrown
2014-10-14fs/ncpfs/dir.c: remove redundant sys_tz declarationFabian Frederick
2014-10-14kernel/kallsyms.c: use __seq_open_private()Rob Jones
2014-10-14binfmt_misc: work around gcc-4.9 warningArnd Bergmann
2014-10-14binfmt_misc: touch up documentation a bitMike Frysinger
2014-10-14binfmt_misc: expand the register format limit to 1920 bytesMike Frysinger
2014-10-14checkpatch: warn on logging functions with KERN_<LEVEL>Joe Perches
2014-10-14checkpatch: add exception to return then else testJoe Perches