summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-18Merge branch 'parisc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+6
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-46/+102
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds166-2369/+2560
2016-01-17Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds38-757/+2450
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds133-4556/+5787
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz2-6/+5
2016-01-16Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds92-1344/+18786
2016-01-16Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-20/+42
2016-01-16mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams1-2/+4
2016-01-16libnvdimm, pmem: move request_queue allocation earlier in probeDan Williams1-13/+20
2016-01-16mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams5-6/+17
2016-01-16libnvdimm, pfn, pmem: allocate memmap array in persistent memoryDan Williams2-4/+18
2016-01-16x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams1-2/+4
2016-01-16mm: introduce find_dev_pagemap()Dan Williams1-1/+1
2016-01-16mm: skip memory block registration for ZONE_DEVICEDan Williams1-0/+13
2016-01-16mm, dax, pmem: introduce pfn_tDan Williams3-12/+19
2016-01-16zram: don't call idr_remove() from zram_remove()Jerome Marchand1-3/+4
2016-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-30/+58
2016-01-16Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds42-90/+3312
2016-01-16firmware: dmi_scan: Save SMBIOS Type 9 System SlotsJordan Hargrave1-15/+36
2016-01-16firmware: dmi_scan: Fix dmi_find_device descriptionJean Delvare1-1/+1
2016-01-16firmware: dmi_scan: Clarify dmi_save_extended_devicesJean Delvare1-6/+5
2016-01-16firmware: dmi_scan: Optimize dmi_save_extended_devicesJean Delvare1-2/+4
2016-01-16bgmac: Fix reversed test of build_skb() return value.David S. Miller1-1/+1
2016-01-16Merge tag 'vfio-v4.5-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds5-9/+202
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2016-01-15Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds9-142/+418
2016-01-15Merge tag 'regulator-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds32-226/+2059
2016-01-15net: smsc: Add support h8300Yoshinori Sato2-2/+13
2016-01-15amdkfd: Copy from the proper user command pointerBorislav Petkov1-2/+1
2016-01-15Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds1-1/+1
2016-01-15xen-netback: free queues after freeing the net deviceDavid Vrabel1-11/+5
2016-01-15xen-netback: delete NAPI instance when queue fails to initializeDavid Vrabel1-0/+1
2016-01-15xen-netback: use skb to determine number of required guest Rx requestsDavid Vrabel1-11/+9
2016-01-15net: phy: turn carrier off on phy attachSjoerd Simons1-0/+5
2016-01-15net: macb: clear interrupts when disabling themNathan Sullivan1-0/+4
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-29/+52
2016-01-15zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2-4/+4
2016-01-15zram: pass gfp from zcomp frontend to backendMinchan Kim4-35/+23
2016-01-15zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-01-15zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+4
2016-01-15net: hns: fixes no syscon error when init mdioyankejian1-1/+1
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds11-14/+15
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds33-574/+809
2016-01-15drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64John Allen1-10/+6
2016-01-15drivers/base/memory.c: rename remove_memory_block() to remove_memory_section()Seth Jennings1-2/+2
2016-01-15drivers/base/memory.c: clean up section countingSeth Jennings1-1/+1
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2016-01-14fsl/fman: Delete one function call "put_device" in dtsec_config()Markus Elfring1-1/+0
2016-01-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-23/+51