summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | x86/asm: Add C versions of frame pointer macrosJosh Poimboeuf2016-01-191-3/+13
| | | * | | x86/asm: Clean up frame pointer macrosJosh Poimboeuf2016-01-191-16/+27
| | | * | | x86/signal: Cleanup get_nr_restart_syscall()Dmitry V. Levin2016-01-191-5/+8
| | | * | | x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64Alexander Kuleshov2016-01-191-31/+0
| | | * | | x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski2016-01-124-7/+21
| | | * | | x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mappingAndy Lutomirski2016-01-121-40/+57
| | | * | | x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski2016-01-123-17/+19
| | | * | | x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy Lutomirski2016-01-122-1/+3
| | | * | | mm: Add vm_insert_pfn_prot()Andy Lutomirski2016-01-122-2/+25
| | | * | | mm: Add a vm_special_mapping.fault() methodAndy Lutomirski2016-01-122-7/+28
| | * | | | x86/mm: Fix INVPCID asm constraintBorislav Petkov2016-02-141-2/+2
| | * | | | x86/dmi: Switch dmi_remap() from ioremap() [uncached] to ioremap_cache()Andy Lutomirski2016-02-091-1/+1
| | * | | | x86/mm: If INVPCID is available, use it to flush global mappingsAndy Lutomirski2016-02-091-0/+9
| | * | | | x86/mm: Add a 'noinvpcid' boot option to turn off INVPCIDAndy Lutomirski2016-02-092-0/+18
| | * | | | x86/mm: Add INVPCID helpersAndy Lutomirski2016-02-091-0/+48
| | * | | | x86/kasan: Write protect kasan zero shadowAndrey Ryabinin2016-02-091-2/+8
| | * | | | x86/kasan: Clear kasan_zero_page after TLB flushAndrey Ryabinin2016-02-091-3/+8
| | * | | | x86/mm/numa: Check for failures in numa_clear_kernel_node_hotplug()Ingo Molnar2016-02-081-1/+3
| | * | | | x86/mm/numa: Clean up numa_clear_kernel_node_hotplug()Ingo Molnar2016-02-081-23/+42
| | * | | | Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2016-02-085242-94531/+313330
| | |\ \ \ \
| | * | | | | x86/mm: Make kmap_prot into a #defineAndy Lutomirski2016-01-202-4/+1
| | * | | | | x86/mm/32: Set NX in __supported_pte_mask before enabling pagingAndy Lutomirski2016-01-202-3/+8
| | * | | | | x86/mm: Streamline and restore probe_memory_block_size()Seth Jennings2016-01-191-18/+6
| | | |_|_|/ | | |/| | |
| * | | | | x86/fpu: Default eagerfpu=on on all CPUsAndy Lutomirski2016-02-091-8/+5
| * | | | | x86/fpu: Speed up lazy FPU restores slightlyAndy Lutomirski2016-02-091-1/+1
| * | | | | x86/fpu: Fold fpu_copy() into fpu__copy()Andy Lutomirski2016-02-091-21/+11
| * | | | | x86/fpu: Fix FNSAVE usage in eagerfpu modeAndy Lutomirski2016-02-091-3/+15
| * | | | | x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski2016-02-093-3/+3
* | | | | | 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
|\ \ \ \ \ \ \ \