summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-09GFS2: Fix rgrp end rounding problem for bsize < page sizeBob Peterson1-2/+3
2015-11-09hwmon: (k10temp) Remove duplicate pci-id defineAdam Majer1-1/+0
2015-11-09nios2: Remove unnecessary #ifdef guardsTobias Klauser2-4/+0
2015-11-09nios2: Switch to generic __xchg()Marek Vasut1-47/+0
2015-11-09nios2: Fix unused variable warningMarek Vasut1-1/+1
2015-11-08Merge tag 'xtensa-for-next-20151109' of git://github.com/jcmvbkbc/linux-xtensaChris Zankel29-248/+1210
2015-11-09xtensa: implement dma_to_phys and phys_to_dmaMax Filippov1-0/+10
2015-11-09xtensa: support DMA to high memoryMax Filippov2-17/+39
2015-11-09raid5-cache: add crc32c Kconfig dependencyArnd Bergmann1-0/+1
2015-11-08NTB: fix 32-bit compiler warningArnd Bergmann1-2/+2
2015-11-08NTB: unify translation addressesDave Jiang2-18/+13
2015-11-08NTB: invalid buf pointer in multi-MW setupsJon Mason1-2/+2
2015-11-08NTB: remove unused variableSudip Mukherjee1-4/+0
2015-11-08NTB: fix access of free-ed pointerSudip Mukherjee1-8/+7
2015-11-08NTB: Fix issue where we may be accessing NULL ptrDave Jiang1-8/+9
2015-11-08parisc: Fixes and cleanups in kernel uapi header filesHelge Deller7-21/+44
2015-11-08parisc: Drop hpux_stat64 struct from stat.h header fileHelge Deller1-31/+0
2015-11-08rtc: Add a driver for Micro Crystal RV8803Alexandre Belloni3-0/+531
2015-11-08rtc: s3c: Set year, month, day value for setting alarmKrzysztof Kozlowski1-0/+16
2015-11-08rtc: ds1307: Fix alarm programming for mcp794xxTero Kristo1-2/+2
2015-11-08rtc: isl12057: enable support for the standard "wakeup-source" propertySudeep Holla1-5/+5
2015-11-08rtc: opal: enable support for the stardard "wakeup-source" propertySudeep Holla1-2/+3
2015-11-08rtc: isl1208: Pass the IRQF_ONESHOT flagFabio Estevam1-1/+1
2015-11-08rtc: pcf8563: add CLKOUT to common clock frameworkHeiko Schocher2-1/+194
2015-11-08rtc: davinci: remove incorrect reference to probe functionArnd Bergmann1-1/+0
2015-11-08rtc: at91rm9200: clear RTC alarm status flag prior to suspendingWenyou Yang1-0/+2
2015-11-08rtc: pcf2127: remove useless driver versionUwe Kleine-König1-5/+0
2015-11-08rtc: pcf2127: fix reading uninitialized value on RTC_READ_VL ioctlUwe Kleine-König1-18/+22
2015-11-08rtc: stmp3xxx: unify register access macrosHarald Geyer1-14/+13
2015-11-08rtc: da9063: GPL copyright inconsistency fixSteve Twiss1-9/+9
2015-11-08rtc: pcf85063: return an error when date is invalidAlexandre Belloni1-7/+1
2015-11-08rtc: rx8025: remove unnecessary bracesAlexandre Belloni1-2/+2
2015-11-08rtc: ds1343: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla1-3/+6
2015-11-08rtc: ab8500: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla1-1/+5
2015-11-08rtc: pl031: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla1-5/+8
2015-11-08rtc: opal: fix type of tokenAndrzej Hajda1-2/+2
2015-11-08rtc: ds1390: Add trickle charger device tree bindingIvan Grimaldi3-2/+83
2015-11-08rtc: ds1390: fix ds1390_get_reg return valueIvan Grimaldi1-1/+1
2015-11-07arm64: fixup for mm renamesAndrew Morton1-1/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds211-1632/+2298
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds140-3015/+3600
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds20-37/+27
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds34-323/+1492
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+5
2015-11-07Merge tag 'drm-intel-next-fixes-2015-11-06' of git://anongit.freedesktop.org/...Dave Airlie7-24/+79
2015-11-07Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie6-100/+42
2015-11-06ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso1-1/+0
2015-11-06include/linux/zutil.h: fix usage example of zlib_adler32()Anish Bhatt1-2/+2
2015-11-06panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov1-0/+10
2015-11-06dma-debug: check nents in dma_sync_sg*Robin Murphy1-0/+8