aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-07PCI: Only try to assign io port only for root bus that support itfor-pci-v4.7-nextYinghai Lu3-0/+16
2016-04-07PCI: Don't set flags to 0 when assign resource failYinghai Lu3-24/+26
2016-04-07PCI: Introduce resource_disabled()Yinghai Lu20-45/+53
2016-04-07PCI, x86: Add pci=assign_pref_bars to reallocate pref BARsYinghai Lu3-21/+39
2016-04-07PCI: Add debug print out for min_align and alt_sizeYinghai Lu1-20/+56
2016-04-07PCI, x86: Allocate from high in available window for MMIOYinghai Lu3-1/+33
2016-04-07resources: Make allocate_resource() return best fit resourceYinghai Lu1-15/+61
2016-04-07PCI: Kill macro checking for bus io port sizingYinghai Lu1-10/+7
2016-04-07PCI: Unify skip_ioresource_align()Yinghai Lu6-23/+15
2016-04-07PCI: Allow bridge optional only io port resource required size to be 0Yinghai Lu1-3/+4
2016-04-07PCI: Unify calculate_size() for io port and MMIOYinghai Lu1-20/+5
2016-04-07PCI: Don't add too much io port for hotplug bridge with old sizeYinghai Lu1-4/+4
2016-04-07PCI: Move ISA io port align out of calculate_iosize()Yinghai Lu1-12/+27
2016-04-07PCI: Don't add too much optional size for hotplug bridge ioYinghai Lu1-10/+16
2016-04-07PCI: Fix size calculation with old_size on rescan pathYinghai Lu1-1/+12
2016-04-07PCI: Add support for more than two alt_size entries under same bridgeYinghai Lu1-2/+54
2016-04-07PCI: Add alt_size ressource allocation supportYinghai Lu1-12/+191
2016-04-07PCI: Move saved required resource list out of required+optional assigningYinghai Lu1-14/+16
2016-04-07PCI: Skip required+optional if there is no optionalYinghai Lu1-3/+29
2016-04-07PCI: Separate required+optional assigning to another functionYinghai Lu1-20/+27
2016-04-07PCI: Move comment to pci_need_to_release()Yinghai Lu1-12/+15
2016-04-07PCI: Separate out save_resources()/restore_resources()Yinghai Lu1-19/+30
2016-04-07PCI: Check if resource is allocated before trying to assign oneYinghai Lu1-1/+1
2016-04-07PCI: Cache window alignment value during bus sizingYinghai Lu1-3/+6
2016-04-07PCI: Add __add_to_list()Yinghai Lu1-20/+31
2016-04-07PCI: Simplify res reference using in __assign_resources_sorted()Yinghai Lu1-16/+16
2016-04-07PCI: Add debug printout during releasing partial assigned resourcesYinghai Lu1-3/+11
2016-04-07PCI: Treat ROM resource as optional during reallocYinghai Lu1-17/+20
2016-04-07PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()Yinghai Lu1-6/+6
2016-04-07PCI: Remove duplicated code for resource sortingYinghai Lu1-19/+3
2016-04-07PCI: Reorder resources list for required/optional resourcesYinghai Lu1-25/+37
2016-04-07PCI: Don't add too much optional size for hotplug bridge MMIOYinghai Lu1-13/+15
2016-04-07PCI: Optimize bus align/size calculation for optional during sizingYinghai Lu1-31/+51
2016-04-07PCI: Optimize bus min_align/size calculation during sizingYinghai Lu1-38/+157
2016-04-07PCI: Use correct align for optional only resources during sortingYinghai Lu1-7/+42
2016-04-07PCI: Reuse res_to_dev_res() in reassign_resources_sorted()Yinghai Lu1-10/+1
2016-04-07PCI: Cleanup res_to_dev_res() printoutYinghai Lu1-14/+20
2016-04-07PCI: Don't release sibling bridge resources during hotplugYinghai Lu1-2/+8
2016-04-07PCI: Get new realloc size for bridge for last tryYinghai Lu1-2/+21
2016-04-07PCI: Treat optional as required in first try for bridge rescanYinghai Lu1-5/+14
2016-04-07PCI: Separate realloc list checking after allocationYinghai Lu3-3/+11
2016-04-07PCI: Set resource to FIXED for LSI devicesYinghai Lu3-0/+25
2016-04-07PCI: Claim fixed resource during remove/rescan pathYinghai Lu1-0/+17
2016-04-07PCI: Don't release fixed resource for reallocYinghai Lu3-5/+31
2016-04-07PCI: Restore pref MMIO allocation logic for host bridge without mmio64Yinghai Lu3-8/+18
2016-04-07PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64Yinghai Lu1-1/+1
2016-04-07PCI: Add has_mem64 for struct host_bridgeYinghai Lu2-0/+8
2016-04-07PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64Yinghai Lu1-2/+29
2016-04-07PCI: Check pref compatible bit for mem64 resource of PCIe deviceYinghai Lu8-10/+67
2016-04-07OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resourceYinghai Lu1-1/+3
2016-04-07powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsingYinghai Lu1-1/+3
2016-04-07powerpc/PCI: Keep resource idx order with bridge register numberYinghai Lu1-1/+7
2016-04-07PCI: Kill wrong quirk about M7101Yinghai Lu1-18/+0
2016-04-07sparc/PCI: Keep resource idx order with bridge register numberYinghai Lu1-1/+7
2016-04-07sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsingYinghai Lu2-4/+6
2016-04-07sparc/PCI: Reserve legacy mmio after PCI mmioYinghai Lu3-28/+33
2016-04-07sparc/PCI: Use correct offset for bus address to resourceYinghai Lu3-36/+54
2016-04-07PCI: Add pci_find_bus_resource()Yinghai Lu2-11/+18
2016-04-07alpha/PCI: Only check iomem_is_exclusive() for IORESOURCE_MEM, not IORESOURCE_IOBjorn Helgaas1-2/+2
2016-04-07PCI: Fix iomem_is_exclusive() checking in pci_mmap_resource()Bjorn Helgaas1-4/+3
2016-04-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-4/+40
2016-04-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds33-170/+405
2016-04-07virtio: add VIRTIO_CONFIG_S_NEEDS_RESET device status bitStefan Hajnoczi1-0/+2
2016-04-07MAINTAINERS: add entry for QEMUMichael S. Tsirkin1-0/+7
2016-04-07firmware: qemu_fw_cfg.c: hold ACPI global lock during device accessGabriel Somlo1-0/+16
2016-04-07virtio: virtio 1.0 cs04 spec compliance for resetMichael S. Tsirkin1-3/+8
2016-04-07qemu_fw_cfg: don't leak kobj on init errorMichael S. Tsirkin1-1/+7
2016-04-07Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie22-78/+210
2016-04-06x86: remove the kernel code/data/bss resources from /proc/iomemLinus Torvalds1-37/+0
2016-04-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2-16/+12
2016-04-06i40iw: avoid potential uninitialized variable useArnd Bergmann1-7/+3
2016-04-06IB/mlx5: fix VFs callback function prototypesArnd Bergmann1-9/+9
2016-04-06Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixesDave Airlie3-1/+28
2016-04-06drm/nouveau/tegra: acquire and enable reference clock if neededAlexandre Courbot3-1/+28
2016-04-06Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie1-11/+3
2016-04-06Merge tag 'imx-drm-next-2016-04-01' of git://git.pengutronix.de/git/pza/linux...Dave Airlie7-80/+164
2016-04-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-42/+76
2016-04-05Merge tag 'spi-fix-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-55/+43
2016-04-05drm/amdgpu: total vram size also reduces pin sizeChunming Zhou1-0/+1
2016-04-05Merge tag 'pinctrl-v4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds12-55/+111
2016-04-05Merge tag 'media/v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds16-507/+78
2016-04-05compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini1-1/+1
2016-04-05kvm: x86: make lapic hrtimer pinnedLuiz Capitulino1-4/+4
2016-04-05s390/mm/kvm: fix mis-merge in gmap handlingChristian Borntraeger1-2/+2
2016-04-04Merge tag 'linux-kselftest-4.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+11
2016-04-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds56-181/+229
2016-04-04Merge tag 'for-linus-4.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-11/+41
2016-04-04drm/amd/powerplay: add uvd/vce dpm enabling flag default.Rex Zhu1-0/+3
2016-04-04drm/amd/powerplay: fix issue that resume back, dpm can't work on FIJI.Rex Zhu1-0/+6
2016-04-04drm/amdgpu: save and restore the firwmware cache part when suspend resumeLeo Liu1-16/+11
2016-04-04drm/amdgpu: save and restore UVD context with suspend and resumeLeo Liu5-26/+35
2016-04-04drm/ttm: use phys_addr_t for ttm_bus_placementAlex Deucher1-1/+1
2016-04-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-4/+20
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-44/+72
2016-04-04gma500: remove annoying deprecation warningLinus Torvalds1-1/+1
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds398-2869/+2840
2016-04-04mm: drop PAGE_CACHE_* and page_cache_{get,release} definitionKirill A. Shutemov1-15/+0
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-04-04Merge remote-tracking branches 'spi/fix/omap2' and 'spi/fix/rockchip' into sp...Mark Brown2-51/+27
2016-04-04Merge remote-tracking branch 'spi/fix/imx' into spi-linusMark Brown1-2/+14
2016-04-04Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-2/+2
2016-04-04MIPS: traps.c: Verify the ISA for microMIPS RDHWR emulationMaciej W. Rozycki1-13/+13
2016-04-04MIPS: BMIPS: Fix gisb-arb compatible string for 7435Florian Fainelli1-1/+1
2016-04-04MAINTAINERS: xen: Konrad to step down and Juergen to pick upKonrad Rzeszutek Wilk1-1/+1
2016-04-04xen/events: Mask a moving irqBoris Ostrovsky1-4/+24
2016-04-04drm: ARM HDLCD - fix an error codeDan Carpenter1-1/+2
2016-04-04drm: ARM HDLCD - get rid of devm_clk_put()Alexey Brodkin1-12/+3
2016-04-03Linux 4.6-rc2Linus Torvalds1-1/+1
2016-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-35/+98
2016-04-03Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-58/+158
2016-04-03v4l2-mc: avoid warning about unused variableLinus Torvalds1-1/+1
2016-04-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-30/+246
2016-04-03MIPS: Bail on unsupported module relocsPaul Burton2-6/+32
2016-04-03MIPS: dts: qca: ar9132_tl_wr1043nd_v1.dts: use "ref" for reference clock nameAntony Pavlov1-1/+1
2016-04-03MIPS: ath79: Fix the ar913x reference clock rateAlban Bedel1-37/+1
2016-04-03MIPS: ath79: Fix the ar724x clock calculationWeijie Gao1-3/+3
2016-04-03dt-bindings: clock: qca,ath79-pll: fix copy-paste typosAntony Pavlov2-4/+4
2016-04-03MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp'Maciej W. Rozycki3-12/+20
2016-04-03FIRMWARE: Broadcom: Fix grammar of warning messages in bcm47xx_sprom.c.Ralf Baechle1-2/+2
2016-04-03MIPS: ci20: Enable NAND and UBIFS support in defconfig.Harvey Hunt1-5/+9
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder32-52/+52
2016-04-03MIPS: tlb-r4k: panic if the MMU doesn't support PAGE_SIZEPaul Burton1-0/+5
2016-04-03MIPS: zboot: Remove copied source files on cleanAlban Bedel1-0/+1
2016-04-03MIPS: zboot: Fix the build with XZ compression on older GCC versionsAlban Bedel1-3/+3
2016-04-03MIPS: Wire up preadv2 and pwrite2 syscalls.Ralf Baechle5-6/+20
2016-04-02Merge tag 'rproc-v4.6-rc1' of git://github.com/andersson/remoteprocLinus Torvalds2-2/+5
2016-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds5-66/+29
2016-04-02Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds2-3/+2
2016-04-02Merge tag 'configfs-for-linus-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-2/+2
2016-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds75-610/+824
2016-04-01Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-45/+45
2016-04-01Merge tag 'pm+acpi-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+64
2016-04-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-42/+34
2016-04-02Merge branch 'acpi-processor'Rafael J. Wysocki4-0/+64
2016-04-01Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-20/+25
2016-04-01Merge tag 'for-linus' of git://github.com/martinbrandenburg/linuxLinus Torvalds2-6/+4
2016-04-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-131/+90
2016-04-01Merge tag 'sound-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds7-22/+79
2016-04-01.mailmap: add Christophe RicardChristophe Ricard1-0/+1
2016-04-01Make CONFIG_FHANDLE default yAndi Kleen1-1/+2
2016-04-01mm/page_isolation.c: fix the function commentsNeil Zhang1-1/+1
2016-04-01oom, oom_reaper: do not enqueue task if it is on the oom_reaper_list headMichal Hocko1-1/+5
2016-04-01mm/page_isolation: fix tracepoint to mirror check function behaviorLucas Stach1-1/+1
2016-04-01mm/rmap: batched invalidations should use existing apiNadav Amit3-28/+8
2016-04-01x86/mm: TLB_REMOTE_SEND_IPI should count pagesNadav Amit1-3/+9
2016-04-01mm: fix invalid node in alloc_migrate_target()Xishi Qiu1-4/+4
2016-04-01include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang1-1/+1
2016-04-01mm, kasan: fix compilation for CONFIG_SLABAlexander Potapenko1-1/+1
2016-04-01MAINTAINERS: orangefs mailing list is subscribers-onlyJoe Perches1-1/+1
2016-04-01net: mvneta: fix changing MTU when using per-cpu processingMarcin Wojtas1-14/+16
2016-04-01Merge branch 'stmmac-fixes'David S. Miller5-54/+80
2016-04-01stmmac: fix MDIO settingsGiuseppe CAVALLARO4-48/+73
2016-04-01Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO3-10/+11
2016-04-01stmmac: fix TX normal DESCGiuseppe CAVALLARO1-8/+8
2016-04-01net: mvneta: use cache_line_size() to get cacheline sizeJisheng Zhang1-1/+1
2016-04-01net: mvpp2: use cache_line_size() to get cacheline sizeJisheng Zhang1-1/+1
2016-04-01net: mvpp2: fix maybe-uninitialized warningJisheng Zhang1-1/+3
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann3-15/+30
2016-04-01drm/radeon: Only call drm_vblank_on/off between drm_vblank_init/cleanupMichel Dänzer2-4/+8
2016-04-01drm/amdgpu: fence wait old rcu slotChunming Zhou1-2/+6
2016-04-01drm/amdgpu: fix leaking fence in the pageflip codeChristian König1-1/+1
2016-04-01drm/amdgpu: print vram type rather than just DDRAlex Deucher1-2/+13
2016-04-01drm/amdgpu/gmc: use proper register for vram type on FijiAlex Deucher1-1/+8
2016-04-01drm/amdgpu/gmc: move vram type fetching into sw_initAlex Deucher2-16/+16
2016-04-01drm/amdgpu: Set vblank_disable_allowed = trueMichel Dänzer1-0/+2
2016-04-01drm/radeon: Set vblank_disable_allowed = trueMichel Dänzer1-0/+2
2016-04-01drm/amd/powerplay: Need to change boot to performance state in resume.Rex Zhu1-2/+2
2016-04-01drm/amd/powerplay: add new Fiji function for not setting same ps.Rex Zhu1-0/+63
2016-04-01drm/amdgpu: check dpm state before pm system fs initialized.Rex Zhu1-1/+1
2016-04-01drm/amd/powerplay: notify amdgpu whether dpm is enabled or not.Rex Zhu1-3/+10
2016-04-01drm/amdgpu: Not support disable dpm in powerplay.Rex Zhu1-6/+2
2016-04-01drm/amdgpu: add an cgs interface to notify amdgpu the dpm state.Rex Zhu2-0/+19
2016-04-01drm/amd/powerplay: fix segment fault issue in multi-display case.Rex Zhu1-5/+8
2016-04-01Revert "Revert "pinctrl: lantiq: Implement gpio_chip.to_irq""Linus Walleij1-0/+17
2016-04-01Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds16-34/+152
2016-04-01Merge tag 'powerpc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-4/+4
2016-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds14-193/+114
2016-04-01ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai1-2/+2
2016-04-01kvm: set page dirty only if page has been writableYu Zhao1-2/+10
2016-04-01KVM: x86: reduce default value of halt_poll_ns parameterPaolo Bonzini1-1/+1
2016-04-01KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabledPaolo Bonzini1-0/+5
2016-04-01KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya1-10/+10
2016-04-01Merge tag 'kvm-arm-for-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini4-22/+43
2016-04-01s390: wire up preadv2/pwritev2 syscallsHeiko Carstens2-1/+5
2016-04-01s390/pci: PCI function group 0 is valid for clp_query_pci_fnPierre Morel1-2/+1
2016-04-01MAINTAINERS: Update my email addressMasami Hiramatsu1-1/+1
2016-04-01ALSA: hda - fix front mic problem for a HP desktopHui Wang1-0/+9
2016-04-01drm/udl: Use unlocked gem unreferencingDaniel Vetter2-2/+2
2016-04-01drm/dp: move hw_mutex up the call stackRob Clark1-10/+17
2016-04-01Merge branch 'drm-rockchip-next-fixes-2016-03-28' of https://github.com/marky...Dave Airlie4-15/+100
2016-04-01Merge branch 'msm-fixes-4.6-rc1' of git://people.freedesktop.org/~robclark/li...Dave Airlie3-5/+1
2016-04-01Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie6-2/+32
2016-03-31net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband cardDaniele Palmas1-0/+7
2016-03-31rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel1-0/+1
2016-03-31fec: Do not access unexisting register in ColdfireFabio Estevam1-1/+1
2016-03-31net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang1-9/+1
2016-03-31net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang1-13/+1
2016-03-31net: dsa: mv88e6xxx: Clear the PDOWN bit on setupPatrick Uiterwijk2-0/+44
2016-03-31net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read, write}Patrick Uiterwijk1-13/+36