aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-10powerpc/32: Include setup.h header file to fix warningsMathieu Malaterre1-0/+2
2018-08-10powerpc: Move `path` variable inside DEBUG_PROMMathieu Malaterre1-2/+7
2018-08-10powerpc/powermac: Make some functions staticMathieu Malaterre1-6/+6
2018-08-10powerpc/powermac: Remove variable x that's never readMathieu Malaterre1-2/+2
2018-08-10cxl: remove a dead branchMathieu Malaterre1-5/+0
2018-08-10powerpc/powermac: Add missing include of header pmac.hMathieu Malaterre1-1/+3
2018-08-10powerpc/kexec: Use common error handling code in setup_new_fdt()Markus Elfring1-16/+12
2018-08-10powerpc/xmon: Add address lookup for percpu symbolsBoqun Feng1-1/+32
2018-08-10powerpc/mm: remove huge_pte_offset_and_shift() prototypeChristophe Leroy1-3/+0
2018-08-10powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledChristophe Leroy3-7/+10
2018-08-10powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.Mahesh Salgaonkar1-1/+1
2018-08-10powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segementsHari Bathini1-9/+36
2018-08-10powerpc/fadump: handle crash memory ranges array index overflowHari Bathini2-17/+77
2018-08-10powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2-0/+2
2018-08-10powerpc: Fix size calculation using resource_size()Dan Carpenter1-1/+1
2018-08-10Documentation: Update documentation on ppc-memtraceRashmica Gupta1-4/+5
2018-08-10powerpc/powernv: Allow memory that has been hot-removed to be hot-addedRashmica Gupta1-7/+85
2018-08-10spi: davinci: fix a NULL pointer dereferenceBartosz Golaszewski1-1/+1
2018-08-10x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf1-4/+12
2018-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller8-20/+30
2018-08-09smb3: enumerating snapshots was leaving part of the data off endSteve French1-7/+27
2018-08-09cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg4-26/+131
2018-08-09cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg4-42/+106
2018-08-10Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie21-78/+194
2018-08-10Merge tag 'imx-drm-fixes-2018-08-03' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie2-3/+5
2018-08-10Merge tag 'imx-drm-next-2018-08-03' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie4-40/+20
2018-08-09PCI: Add ACS Redirect disable quirk for Intel Sunrise PointLogan Gunthorpe1-0/+25
2018-08-09PCI: Add device-specific ACS Redirect disable infrastructureLogan Gunthorpe3-8/+43
2018-08-09PCI: Convert device-specific ACS quirks from NULL termination to ARRAY_SIZELogan Gunthorpe1-9/+9
2018-08-09PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer supportLogan Gunthorpe2-2/+80
2018-08-09make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro1-5/+2
2018-08-09fix __legitimize_mnt()/mntput() raceAl Viro1-0/+14
2018-08-09IB/uverbs: Fix reading of 32 bit flagsJason Gunthorpe1-1/+1
2018-08-09MIPS: Remove remnants of UASM_ISAPaul Burton2-2/+0
2018-08-09cxgb4: update 1.20.8.0 as the latest firmware supportedGanesh Goudar1-6/+6
2018-08-09net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin3-6/+22
2018-08-09PCI: Allow specifying devices using a base bus and path of devfnsLogan Gunthorpe2-23/+103
2018-08-09PCI: Make specifying PCI devices in kernel parameters reusableLogan Gunthorpe2-59/+126
2018-08-09fix mntput/mntput raceAl Viro1-2/+12
2018-08-09PCI: Hide ACS quirk declarations inside PCI coreBjorn Helgaas2-11/+14
2018-08-09net: phy: sftp: print debug message with text, not numbersAndrew Lunn1-4/+72
2018-08-09ethernet/qlogic: remove unused array msi_tgt_statusColin Ian King1-7/+0
2018-08-09net: dsa: rtl8366rb: Support port 4 (WAN)Linus Walleij1-0/+30
2018-08-09mlxsw: spectrum_flower: use PTR_ERR_OR_ZERO()YueHaibing1-3/+2
2018-08-09net: sched: fix block->refcnt decrementJiri Pirko1-0/+2
2018-08-09decnet: fix using plain integer as NULL warningYueHaibing1-2/+2
2018-08-09net: skbuff.h: fix using plain integer as NULL warningYueHaibing1-1/+1
2018-08-09be2net: Use Kconfig flag to support for enabling/disabling adaptersPetr Oros3-3/+63
2018-08-09net: ipv6_gre: Fix GRO to work on IPv6 over GRE tapMaria Pasechnik1-3/+3
2018-08-09Merge branch 'qed-Enhancements'David S. Miller8-108/+628