summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hpet: Drop stale URLsMichael S. Tsirkin2016-02-173-6/+4
* x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __cop...Toshi Kani2016-02-171-4/+32
* x86/uaccess/64: Make the __copy_user_nocache() assembly code more readableToshi Kani2016-02-171-41/+73
* Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2016-02-162-7/+8
|\
| * lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk2016-02-161-7/+7
| * efi: Add pstore variables to the deletion whitelistMatt Fleming2016-02-161-0/+1
|/
* Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2016-02-1612-83/+383
|\
| * efi: Make efivarfs entries immutable by defaultPeter Jones2016-02-109-41/+258
| * efi: Make our variable validation list include the guidPeter Jones2016-02-103-22/+38
| * efi: Do variable name validation tests in utf8Peter Jones2016-02-101-11/+21
| * efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-02-102-23/+14
| * lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones2016-02-102-0/+66
* | MAINTAINERS: Update mailing list for Renesas ARM64 SoC DevelopmentSimon Horman2016-02-151-2/+2
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-02-1510-26/+75
|\ \
| * \ Merge tag 'drm-intel-fixes-2016-02-12' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-02-1410-26/+75
| |\ \
| | * | drm/i915: fix error path in intel_setup_gmbus()Rasmus Villemoes2016-02-101-1/+1
| | * | drm/i915/skl: Fix typo in DPLL_CFGCR1 definitionLyude2016-02-101-1/+1
| | * | drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()Lyude2016-02-101-1/+2
| | * | drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)Matt Roper2016-02-091-5/+9
| | * | drm/i915/dp: reduce missing TPS3 support errors to debug loggingJani Nikula2016-02-081-6/+14
| | * | drm/i915/dp: abstract training pattern selectionJani Nikula2016-02-081-7/+18
| | * | drm/i915/dsi: skip gpio element execution when not supportedJani Nikula2016-02-081-0/+13
| | * | drm/i915/dsi: don't pass arbitrary data to sidebandJani Nikula2016-02-081-1/+1
| | * | drm/i915/dsi: defend gpio table against out of bounds accessJani Nikula2016-02-081-0/+6
| | * | drm/i915/bxt: Don't save/restore eDP panel power during suspend (v3)Matt Roper2016-02-081-2/+2
| | * | drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson2016-02-083-2/+8
* | | | Linux 4.5-rc4v4.5-rc4Linus Torvalds2016-02-141-1/+1
* | | | Merge tag 'char-misc-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-02-143-1/+12
|\ \ \ \
| * | | | nvmem: qfprom: Specify LE device endiannessStephen Boyd2016-02-081-0/+1
| * | | | nvmem: core: return error for non word aligned accessSrinivas Kandagatla2016-02-081-0/+6
| * | | | mei: validate request value in client notify request ioctlAlexander Usyskin2016-02-071-1/+5
* | | | | Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-02-141-3/+3
|\ \ \ \ \
| * | | | | klist: fix starting point removed bug in klist iteratorsJames Bottomley2016-02-081-3/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-147-7/+79
|\ \ \ \ \
| * | | | | Revert "8250: uniphier: allow modular build with 8250 console"Greg Kroah-Hartman2016-02-081-1/+1
| * | | | | pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-073-3/+30
| * | | | | pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski2016-02-071-1/+17
| * | | | | tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll2016-02-071-0/+21
| * | | | | serial/omap: mark wait_for_xmitr as __maybe_unusedArnd Bergmann2016-02-071-1/+1
| * | | | | serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley2016-02-071-2/+6
| * | | | | 8250: uniphier: allow modular build with 8250 consoleArnd Bergmann2016-02-071-1/+1
| * | | | | tty: Drop krefs for interrupted tty lockPeter Hurley2016-02-072-3/+7
* | | | | | Merge tag 'usb-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-143-12/+19
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'phy-for-4.5-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2016-02-123-12/+19
| |\ \ \ \ \ \
| | * | | | | | phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reloadTony Lindgren2016-02-101-5/+8
| | * | | | | | phy: twl4030-usb: Relase usb phy on unloadTony Lindgren2016-02-101-0/+1
| | * | | | | | phy: core: fix wrong err handle for phy_power_onShawn Lin2016-02-101-7/+9
| | * | | | | | phy: Restrict phy-hi6220-usb to HiSilicon arm64Geert Uytterhoeven2016-02-031-0/+1
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-145-26/+63
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2016-02-041-0/+10
| |\ \ \ \ \ \ \