summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-08-09drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereferenceThierry Reding1-2/+2
2014-08-09driver/rtc/class.c: check the error after rtc_read_time()Hyogi Gim1-2/+14
2014-08-09rtc: add pcf85063 supportSøren Andersen3-0/+213
2014-08-09drivers/rtc/rtc-isl12022.c: device tree supportStuart Longland1-0/+12
2014-08-09drivers/rtc/rtc-pcf8563.c: add alarm supportVincent Donnefort1-4/+153
2014-08-09drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataVincent Donnefort1-26/+48
2014-08-09rtc: ia64: allow other architectures to use EFI RTCMark Salter3-1/+36
2014-08-09drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim1-0/+2
2014-08-09drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFIJan Beulich1-5/+27
2014-08-09drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant ...Alexander Shiyan1-1/+1
2014-08-09drivers/rtc/Kconfig: add hardware dependency to rtc-moxartJean Delvare1-0/+1
2014-08-09drivers/rtc/Kconfig: move DS2404 entry where it belongsJean Delvare1-9/+9
2014-08-09drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343Raghavendra Ganiga1-2/+73
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds14-1196/+404
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds11-253/+444
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds11-227/+346
2014-08-07Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds17-355/+111
2014-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-8/+8
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-16/+17
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds16-642/+1181
2014-08-07Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds5-12/+37
2014-08-07Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds65-959/+2432
2014-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds172-5856/+4800
2014-08-07Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-0/+14
2014-08-07Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds3-15/+16
2014-08-07Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6Linus Torvalds15-99/+638
2014-08-07libata: Use glob_match from lib/glob.cGeorge Spelvin2-69/+4
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias4-5/+5
2014-08-07fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches1-1/+1
2014-08-07zram: replace global tb_lock with fine grain lockWeijie Yang2-33/+60
2014-08-07zram: use size_t instead of u16Minchan Kim1-1/+1
2014-08-07zram: remove unused SECTOR_SIZE defineSergey Senozhatsky1-1/+0
2014-08-07zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky1-2/+2
2014-08-07mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes1-1/+1
2014-08-07drivers/firmware/memmap.c: don't allocate firmware_map_entry of same memory r...Yasuaki Ishimatsu1-0/+4
2014-08-07drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_ent...Yasuaki Ishimatsu1-1/+1
2014-08-07mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2-8/+3
2014-08-07mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini1-1/+1
2014-08-07mm/mem-hotplug: replace simple_strtoull() with kstrtoull()Zhang Zhen1-1/+3
2014-08-07mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim1-1/+1
2014-08-07CMA: generalize CMA reserved area management functionalityJoonsoo Kim2-282/+8
2014-08-07DMA, CMA: support arbitrary bitmap granularityJoonsoo Kim1-24/+53
2014-08-07DMA, CMA: support alignment constraint on CMA regionJoonsoo Kim1-8/+18
2014-08-07DMA, CMA: separate core CMA management codes from DMA APIsJoonsoo Kim1-48/+77
2014-08-07mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen1-9/+9
2014-08-07mem-hotplug: avoid illegal state prefixed with legal state when changing stat...Tang Chen1-4/+4
2014-08-07net: fix USB network driver config option.Francois Romieu2-2/+3
2014-08-07vmxnet3: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-08-07hyperv: Adjust the size of sendbuf region to support ws2008r2KY Srinivasan1-1/+1
2014-08-07cxgb4: Fix for SR-IOV VF initializationHariprasad Shenai1-4/+3