summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] arrayLinus Torvalds2018-10-271-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-268-24/+22
|\
| * sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-261-4/+0
| * mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka2018-10-261-7/+12
| * mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka2018-10-261-4/+4
| * of: ignore sub-page memory regionsMike Rapoport2018-10-261-5/+6
| * Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-264-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-2624-158/+94
|\ \
| * | lan743x: Remove SPI dependency from Microchip group.Bryan Whitehead2018-10-251-1/+0
| * | drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-259-9/+0
| * | net: phy: genphy_10g_driver: Avoid NULL pointer dereferenceAndrew Lunn2018-10-251-1/+1
| * | r8169: fix broken Wake-on-LAN from S5 (poweroff)Heiner Kallweit2018-10-251-2/+7
| * | octeontx2-af: Use GFP_ATOMIC under spin lockWei Yongjun2018-10-251-1/+1
| * | net: ethernet: cadence: fix socket buffer corruption problemTristram Ha2018-10-251-1/+1
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-10-249-138/+77
| |\ \
| | * | ice: Poll for link status changeAnirudh Venkataramanan2018-10-243-120/+25
| | * | ice: Allocate VF interrupts and set queue mapAnirudh Venkataramanan2018-10-242-4/+17
| | * | ice: Introduce ice_dev_onetime_setupAnirudh Venkataramanan2018-10-244-0/+25
| | * | ice: Use capability count returned by the firmwareAnirudh Venkataramanan2018-10-241-3/+1
| | * | ice: Update expected FW versionAnirudh Venkataramanan2018-10-241-3/+2
| | * | ice: Change device ID define names to align with branding stringAnirudh Venkataramanan2018-10-242-6/+6
| | * | ice: Make ice_msix_clean_rings staticAnirudh Venkataramanan2018-10-242-2/+1
| * | | net: hns3: Fix for warning uninitialized symbol hw_err_lst3Shiju Jose2018-10-241-4/+6
| * | | octeontx2-af: Copy the right amount of memoryDan Carpenter2018-10-241-1/+1
* | | | Merge tag 'mips_fixes_4.20_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-261-1/+7
|\ \ \ \
| * | | | TC: Set DMA masks for devicesMaciej W. Rozycki2018-10-111-1/+7
* | | | | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-2619-287/+327
|\ \ \ \ \
| * | | | | macintosh/windfarm_smu_sat: Fix debug outputBenjamin Herrenschmidt2018-10-191-18/+7
| * | | | | powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-1/+1
| * | | | | powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy2018-10-141-1/+1
| * | | | | soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)Christophe Leroy2018-10-141-1/+1
| * | | | | drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)Christophe Leroy2018-10-131-2/+1
| * | | | | drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()Christophe Leroy2018-10-134-16/+9
| * | | | | powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff2018-10-131-1/+1
| * | | | | macintosh/via-macii, macintosh/adb-iop: Clean up whitespaceFinn Thain2018-10-082-160/+174
| * | | | | macintosh/via-macii, macintosh/adb-iop: Modernize printk callsFinn Thain2018-10-082-2/+2
| * | | | | macintosh/via-macii: Simplify lockingFinn Thain2018-10-081-8/+18
| * | | | | macintosh/via-macii: Remove BUG_ON assertionsFinn Thain2018-10-081-42/+7
| * | | | | macintosh/via-macii: Synchronous bus resetFinn Thain2018-10-081-1/+2
| * | | | | macintosh/adb: Rework printk output againFinn Thain2018-10-082-35/+26
| * | | | | macintosh: Use common code to access RTCFinn Thain2018-10-082-0/+68
| * | | | | macintosh: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-033-6/+14
| * | | | | ocxl: Fix access to the AFU Descriptor DataChristophe Lombard2018-09-191-1/+3
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-10-269-127/+356
|\ \ \ \ \ \
| * | | | | | MD: Memory leak when flush bio size is zeroXiao Ni2018-10-221-4/+6
| * | | | | | md: fix memleak for mempoolJack Wang2018-10-221-8/+8
| * | | | | | md-cluster: remove suspend_infoGuoqing Jiang2018-10-181-71/+32
| * | | | | | md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang2018-10-182-5/+26
| * | | | | | md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stageGuoqing Jiang2018-10-181-7/+20
| * | | | | | md-cluster/raid10: don't call remove_and_add_spares during reshaping stageGuoqing Jiang2018-10-181-2/+6