summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-18cpufreq: mediatek: fix build errorArnd Bergmann
2015-11-18cpufreq: intel_pstate: Add separate support for Airmont coresPhilippe Longepe
2015-11-18cpufreq: intel_pstate: Replace BYT with ATOMPhilippe Longepe
2015-11-18Revert "cpufreq: intel_pstate: Use ACPI perf configuration"Rafael J. Wysocki
2015-11-18Revert "cpufreq: intel_pstate: Avoid calculation for max/min"Rafael J. Wysocki
2015-11-18Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions"Glen Lee
2015-11-18MAINTAINERS: brcmnand: Add co-maintainer for Broadcom SoCsKamal Dasu
2015-11-18Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman
2015-11-18arm64: barriers: fix smp_load_acquire to work with const argumentsWill Deacon
2015-11-18xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devicesMathias Nyman
2015-11-18usb: xhci: fix checking ep busy for CFCLu Baolu
2015-11-18xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani
2015-11-18Merge tag 'usb-ci-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2015-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-11-18Merge tag 'hwmon-for-linus-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-11-18drm/amdgpu: reserve/unreserve objects out of map/unmap operationsChunming Zhou
2015-11-18drm/amdgpu: move bo_reserve out of amdgpu_vm_clear_boChunming Zhou
2015-11-18drm/amdgpu: add lock for interval tree in vmChunming Zhou
2015-11-18drm/amdgpu: keep the owner for VMIDsChristian König
2015-11-18drm/amdgpu: move VM manager clean into the VM code againChristian König
2015-11-18drm/amdgpu: cleanup VM coding styleChristian König
2015-11-18drm/amdgpu: remove unused VM manager fieldChristian König
2015-11-18drm/amdgpu: cleanup scheduler command submissionChristian König
2015-11-18drm/amdgpu: fix typo in firmware nameChristian König
2015-11-18drm/i915: Consider SPLL as another shared pll, v2.Maarten Lankhorst
2015-11-18arm64: Fix R/O permissions in mark_rodata_roLaura Abbott
2015-11-18arm64: crypto: reduce priority of core AES cipherArd Biesheuvel
2015-11-18arm64: use non-global mappings for UEFI runtime regionsArd Biesheuvel
2015-11-18drm/i915: Fix gpu frequency change tracingMika Kuoppala
2015-11-18usb: chipidea: imx: fix a possible NULL dereferenceLABBE Corentin
2015-11-18usb: chipidea: usbmisc_imx: fix a possible NULL dereferenceLABBE Corentin
2015-11-18usb: chipidea: otg: gadget module load and unload supportLi Jun
2015-11-18usb: chipidea: debug: disable usb irq while role switchLi Jun
2015-11-18ARM: dts: imx27.dtsi: change the clock information for usbPeter Chen
2015-11-18usb: chipidea: imx: refine clock operations to adapt for all platformsPeter Chen
2015-11-18Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2015-11-18kernel-doc: Make it compatible with Perl versions below 5.12 againMauro Carvalho Chehab
2015-11-17Merge tag 'fixes-for-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2015-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-11-17drm/vc4: Make sure that planes aren't scaled.Eric Anholt
2015-11-17drm/vc4: Fix some failure to track __iomem decorations on pointers.Eric Anholt
2015-11-17drm/vc4: checking for NULL instead of IS_ERRDan Carpenter
2015-11-17drm/vc4: fix itnull.cocci warningsJulia Lawall
2015-11-17drm/vc4: fix platform_no_drv_owner.cocci warningsJulia Lawall
2015-11-17drm/vc4: vc4_plane_duplicate_state() can be statickbuild test robot
2015-11-17MAINTAINERS: Update Mellanox's Eth NIC driver entriesOr Gerlitz
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov
2015-11-17af_unix: take receive queue lock while appending new skbHannes Frederic Sowa
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang