aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08block: use pci_zalloc_consistentJoe Perches3-32/+22
2014-08-08atm: use pci_zalloc_consistentJoe Perches2-25/+21
2014-08-08drivers/scsi: replace strict_strto callsDaniel Walter2-4/+4
2014-08-08drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZEROFabian Frederick1-1/+1
2014-08-08rapidio/tsi721_dma: rework scatter-gather list handlingAlexandre Bounine2-352/+378
2014-08-08rapidio: add new RapidIO DMA interface routinesAlexandre Bounine1-19/+47
2014-08-08drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereferenceThierry Reding1-2/+2
2014-08-08driver/rtc/class.c: check the error after rtc_read_time()Hyogi Gim1-2/+14
2014-08-08rtc: add pcf85063 supportSøren Andersen3-0/+213
2014-08-08drivers/rtc/rtc-isl12022.c: device tree supportStuart Longland1-0/+12
2014-08-08drivers/rtc/rtc-pcf8563.c: add alarm supportVincent Donnefort1-4/+153
2014-08-08drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataVincent Donnefort1-26/+48
2014-08-08rtc: ia64: allow other architectures to use EFI RTCMark Salter3-1/+36
2014-08-08drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim1-0/+2
2014-08-08drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFIJan Beulich1-5/+27
2014-08-08drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper"Alexander Shiyan1-1/+1
2014-08-08drivers/rtc/Kconfig: add hardware dependency to rtc-moxartJean Delvare1-0/+1
2014-08-08drivers/rtc/Kconfig: move DS2404 entry where it belongsJean Delvare1-9/+9
2014-08-08drivers/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/powerpcLinus 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/s390/linuxLinus Torvalds11-227/+346
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds17-355/+111
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-8/+8
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-16/+17
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds16-642/+1181
2014-08-06Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds5-12/+37
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds65-959/+2432
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds172-5856/+4800
2014-08-06Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-0/+14
2014-08-06Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsiLinus Torvalds3-15/+16
2014-08-06Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6Linus Torvalds15-99/+638
2014-08-06libata: Use glob_match from lib/glob.cGeorge Spelvin2-69/+4
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias4-5/+5
2014-08-06fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon definition and useJoe Perches1-1/+1
2014-08-06zram: replace global tb_lock with fine grain lockWeijie Yang2-33/+60
2014-08-06zram: use size_t instead of u16Minchan Kim1-1/+1
2014-08-06zram: remove unused SECTOR_SIZE defineSergey Senozhatsky1-1/+0
2014-08-06zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky1-2/+2
2014-08-06mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes1-1/+1
2014-08-06drivers/firmware/memmap.c: don't allocate firmware_map_entry of same memory rangeYasuaki Ishimatsu1-0/+4
2014-08-06drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_entry_bootmem()Yasuaki Ishimatsu1-1/+1
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2-8/+3
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini1-1/+1
2014-08-06mm/mem-hotplug: replace simple_strtoull() with kstrtoull()Zhang Zhen1-1/+3
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim1-1/+1
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim2-282/+8
2014-08-06DMA, CMA: support arbitrary bitmap granularityJoonsoo Kim1-24/+53
2014-08-06DMA, CMA: support alignment constraint on CMA regionJoonsoo Kim1-8/+18
2014-08-06DMA, CMA: separate core CMA management codes from DMA APIsJoonsoo Kim1-48/+77