summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARM: replace strnicmp with strncasecmpRasmus Villemoes2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/string.c: remove duplicated functionRasmus Villemoes2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arch/x86/kernel/cpu/common.c: fix unused symbol warningAndrew Morton2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripts/sortextable: suppress warning: `relocs_size' may be used uninitializedTim Gardner2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripts/headers_install.sh: fix error handlingJavier Barrio2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipc: resolve shadow warningsMark Rustad2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipc: always handle a new value of auto_msgmniAndrey Vagin2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | init/initramfs.c: resolve shadow warningsMark Rustad2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: use optimized ioresource lookup in ioremap functionMike Travis2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: optimize resource lookups for ioremapMike Travis2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FS/OMFS: block number sanity check during fill_super operationFabian Frederick2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memstick: r592: fix build warnings for !PM_SLEEPThierry Reding2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fs/affs: remove redundant sys_tz declarationsFabian Frederick2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fs/affs/file.c: fix shadow warningsFabian Frederick2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fs/affs/inode.c: remove unused variableFabian Frederick2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fs/affs/super.c: remove unused variableFabian Frederick2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rbtree: add comment to rb_insert_augmented()Lai Jiangshan2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kexec-bzimage64: fix sparse warningsVivek Goyal2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kexec: remove the unused function parameterBaoquan He2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kexec: check if crashk_res_low exists when exclude it from crash mem rangesBaoquan He2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kexec: take the segment adding out of locate_mem_hole functionsBaoquan He2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arch/x86/purgatory/Makefile: try to use automatic variable in kexec purgatory...Baoquan He2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | coredump: add %i/%I in core_pattern to report the tid of the crashed threadOleg Nesterov2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size()Oleg Nesterov2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fat: remove redundant sys_tz declarationFabian Frederick2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fs/ufs/balloc.c: remove unused variableFabian Frederick2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fs/hfs/hfs_fs.h: remove redundant sys_tz declarationFabian Frederick2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nilfs2: improve the performance of fdatasync()Andreas Rohner2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fs/befs/btree.c: remove typedef befs_btree_nodeHimangi Saraogi2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEPDaniel Glöckner2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compili...Chen Gang2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffersAndy Shevchenko2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueArnd Bergmann2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningArnd Bergmann2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtc: add driver for Maxim 77802 PMIC Real-Time-ClockJavier Martinez Canillas2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtc: max77686: Use ffs() to calculate tm_wdayJavier Martinez Canillas2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtc: max77686: remove unneeded info logJavier Martinez Canillas2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtc: max77686: fail to probe if no RTC regmap irqchip is setJavier Martinez Canillas2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtc: max77686: remove dead code for SMPL and WTSRJavier Martinez Canillas2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtc: max77686: Allow the max77686 rtc to wakeup the systemDoug Anderson2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtc: bq32000: add trickle charger device tree bindingPavel Machek2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtc: bq32000: add trickle charger option, with device tree bindingPavel Machek2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtc: ds1307: add trickle charger device tree bindingMatti Vaittinen2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation: dt-bindings: trickle charger dt binding document for ds1339Matti Vaittinen2014-10-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clk: RK808: add clkout driver for RK808Chris Zhong2014-10-14