- 77bb3df xen/events: don't bind non-percpu VIRQs with percpu chip by David Vrabel · 9 years ago
- 1113cdf Merge tag 'nfs-for-4.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
- 416716e Merge tag 'powerpc-4.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
- 68465bb Merge tag 'pwm/for-4.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 9 years ago
- 1173ff0 watchdog: fix double lock in watchdog_nmi_enable_all by Michal Hocko · 9 years ago
- b5d721d inet: properly align icsk_ca_priv by Eric Dumazet · 9 years ago
- 1e70897 pwm: img: Impose upper and lower timebase steps value by Naidu Tellapati · 10 years ago
- b0f155a drm/exynos: dp: Lower level of EDID read success message by Krzysztof Kozlowski · 9 years ago
- be083a0 drm/exynos: cleanup exynos_drm_plane by Tobias Jakobi · 10 years ago
- 5b1d5bc drm/exynos: 'win' is always unsigned by Tobias Jakobi · 10 years ago
- c0734fb drm/exynos: mixer: don't dump registers under spinlock by Tobias Jakobi · 10 years ago
- 362edcc drm/exynos: Consolidate return statements in fimd_bind() by Krzysztof Kozlowski · 10 years ago
- f3aaf76 drm/exynos: Constify exynos_drm_crtc_ops by Krzysztof Kozlowski · 10 years ago
- 48107d7 drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMD by Krzysztof Kozlowski · 10 years ago
- d6b1630 drm/exynos: mixer: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
- 7a57ca7 drm/exynos: mixer: cleanup pixelformat handling by Tobias Jakobi · 10 years ago
- 8f2590f drm/exynos: mixer: also allow NV21 for the video processor by Tobias Jakobi · 10 years ago
- fac8a5b drm/exynos: mixer: remove buffer count handling in vp_video_buffer() by Tobias Jakobi · 10 years ago
- 5d878bd drm/exynos: plane: honor buffer offset for dma_addr by Tobias Jakobi · 10 years ago
- d10ebb9 drm/exynos: fb: use drm_format_num_planes to get buffer count by Tobias Jakobi · 10 years ago
- b1b64dc x86/fpu: Reorganize fpu/internal.h by Ingo Molnar · 10 years ago
- e97131a x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code by Ingo Molnar · 10 years ago
- d364a76 x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPT by Ingo Molnar · 10 years ago
- e1884d6 x86/fpu: Pass 'struct fpu' to fpu__restore() by Ingo Molnar · 10 years ago
- 3223187 x86/fpu/init: Propagate __init annotations by Ingo Molnar · 10 years ago
- 5fd402d x86/fpu/xstate: Clean up setup_xstate_comp() call by Ingo Molnar · 10 years ago
- 489e9c0 x86/fpu: Clean up xstate feature reservation by Ingo Molnar · 10 years ago
- 39f1acd x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the end by Ingo Molnar · 10 years ago
- 63c6680 x86/fpu: Move debugging check from kernel_fpu_begin() to __kernel_fpu_begin() by Ingo Molnar · 10 years ago
- bdf80d1 x86/fpu: Document the various fpregs state formats by Ingo Molnar · 10 years ago
- aeb997b9 x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching comments by Ingo Molnar · 10 years ago
- c47ada3 x86/fpu: Harmonize FPU register state types by Ingo Molnar · 10 years ago
- 0c306bc x86/fpu: Factor out the FPU regset code into fpu/regset.c by Ingo Molnar · 10 years ago
- b992c66 x86/fpu: Factor out fpu/signal.c by Ingo Molnar · 10 years ago
- c681314 x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions by Ingo Molnar · 10 years ago
- 8154188 x86/fpu: Move restore_init_xstate() out of fpu/internal.h by Ingo Molnar · 10 years ago
- 6f57502 x86/fpu: Generalize 'init_xstate_ctx' by Ingo Molnar · 10 years ago
- bf935b0 x86/fpu: Create 'union thread_xstate' helper for fpstate_init() by Ingo Molnar · 10 years ago
- 0aba697 x86/fpu: Harmonize the names of the fpstate_init() helper functions by Ingo Molnar · 10 years ago
- e1cebad x86/fpu: Factor out the exception error code handling code by Ingo Molnar · 10 years ago
- acd58a3 x86/fpu: Remove run-once init quirks by Ingo Molnar · 10 years ago
- 59a36d1 x86/fpu: Factor out fpu/regset.h from fpu/internal.h by Ingo Molnar · 10 years ago
- fcbc99c x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions by Ingo Molnar · 10 years ago
- 05012c1 x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h by Ingo Molnar · 10 years ago
- fbce778 x86/fpu: Merge fpu__reset() and fpu__clear() by Ingo Molnar · 10 years ago
- 82c0e45 x86/fpu: Move the signal frame handling code closer to each other by Ingo Molnar · 10 years ago
- 9dfe99b x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() by Ingo Molnar · 10 years ago
- 04c8e01 x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing by Ingo Molnar · 10 years ago
- 6ffc152 x86/fpu: Move all the fpu__*() high level methods closer to each other by Ingo Molnar · 10 years ago
- 0e75c54 x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs() by Ingo Molnar · 10 years ago
- 5033861 x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state() by Ingo Molnar · 10 years ago
- 5e907bb x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it in xsave_state() by Ingo Molnar · 10 years ago
- 2e85591 x86/fpu: Better document fpu__clear() state handling by Ingo Molnar · 10 years ago
- b1276c4 x86/fpu: Initialize fpregs in fpu__init_cpu_generic() by Ingo Molnar · 10 years ago
- 3c6dffa x86/fpu: Rename user_has_fpu() to fpregs_active() by Ingo Molnar · 10 years ago
- be7436d x86/fpu: Clarify ancient comments in fpu__restore() by Ingo Molnar · 10 years ago
- 2a52af8 x86/fpu: Rename save_user_xstate() to copy_fpregs_to_sigframe() by Ingo Molnar · 10 years ago
- c8e1404 x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() by Ingo Molnar · 10 years ago
- 36e49e7f x86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate() by Ingo Molnar · 10 years ago
- 1ac91a7 x86/fpu: Simplify fpstate_sanitize_xstate() calls by Ingo Molnar · 10 years ago
- d090319 x86/fpu: Rename sanitize_i387_state() to fpstate_sanitize_xstate() by Ingo Molnar · 10 years ago
- befc61a x86/fpu: Move asm/xcr.h to asm/fpu/internal.h by Ingo Molnar · 10 years ago
- 57dd083 x86/fpu, crypto x86/sha1_mb: Remove FPU internal headers from sha1_mb.c by Ingo Molnar · 10 years ago
- 534ff06 x86/fpu, crypto x86/serpent_avx2: Simplify the init() xfeature checks by Ingo Molnar · 10 years ago
- d1e5096 x86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
- 1debf7d x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checks by Ingo Molnar · 10 years ago
- c93b8a3 x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
- d5d34d9 x86/fpu, crypto x86/cast5_avx: Simplify the cast5_init() xfeature checks by Ingo Molnar · 10 years ago
- c1c23f7 x86/fpu, crypto x86/serpent_avx: Simplify the serpent_init() xfeature checks by Ingo Molnar · 10 years ago
- 4eecd26 x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checks by Ingo Molnar · 10 years ago
- 7bc371f x86/fpu, crypto x86/camellia_aesni_avx2: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 10 years ago
- 70d51eb x86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
- ce4f5f9 x86/fpu, crypto x86/camellia_aesni_avx: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 10 years ago
- 91969d6 x86/fpu: Move xfeature type enumeration to fpu/types.h by Ingo Molnar · 10 years ago
- 677b98b x86/fpu: Enumerate xfeature bits by Ingo Molnar · 10 years ago
- 33588b5 x86/fpu: Simplify print_xstate_features() by Ingo Molnar · 10 years ago
- 5b07343 x86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask, feature_name) by Ingo Molnar · 10 years ago
- 6278485 x86/fpu: Rename fpu/xsave.c to fpu/xstate.c by Ingo Molnar · 10 years ago
- 669ebab x86/fpu: Rename fpu/xsave.h to fpu/xstate.h by Ingo Molnar · 10 years ago
- b165290 x86/fpu: Optimize fpu_copy() some more on lazy switching systems by Ingo Molnar · 10 years ago
- 68271c6 x86/fpu: Optimize fpu_copy() by Ingo Molnar · 10 years ago
- 48c4717 x86/fpu: Optimize fpu__save() by Ingo Molnar · 10 years ago
- fea435a x86/fpu: Simplify fpu__save() by Ingo Molnar · 10 years ago
- 9f876d6 x86/fpu: Eliminate __save_fpu() by Ingo Molnar · 10 years ago
- 72ee6f8 x86/fpu: Simplify __save_fpu() by Ingo Molnar · 10 years ago
- 32b49b3 x86/fpu: Factor out FPU hw activation/deactivation by Ingo Molnar · 10 years ago
- 67ee658e x86/fpu: Rename fpu__unlazy_stopped() to fpu__activate_stopped() by Ingo Molnar · 10 years ago
- c4d72e2 x86/fpu: Simplify fpstate_init_curr() usage by Ingo Molnar · 10 years ago
- 0ee6a51 x86/fpu, kvm: Simplify fx_init() by Ingo Molnar · 10 years ago
- 2fb29fc x86/fpu: Simplify fpu__unlazy_stopped() error handling by Ingo Molnar · 10 years ago
- e62bb3d x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr() by Ingo Molnar · 10 years ago
- 91d93d0 x86/fpu: Remove failure return from fpstate_alloc_init() by Ingo Molnar · 10 years ago
- c4d6ee6 x86/fpu: Remove failure paths from fpstate-alloc low level functions by Ingo Molnar · 10 years ago
- 7366ed7 x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again) by Ingo Molnar · 10 years ago
- 1bc6b05 x86/fpu: Optimize copy_fpregs_to_fpstate() by removing the FNCLEX synchronization with FP exceptions by Ingo Molnar · 10 years ago
- 4f83634 x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate() by Ingo Molnar · 10 years ago
- 9106658 x86/fpu: Uninline the irq_ts_save()/restore() functions by Ingo Molnar · 10 years ago
- 952f07e x86/fpu: Move various internal function prototypes to fpu/internal.h by Ingo Molnar · 10 years ago
- d63e79b x86/fpu: Uninline kernel_fpu_begin()/end() by Ingo Molnar · 10 years ago
- e229537 x86/fpu: Move fpu__save() to fpu/internals.h by Ingo Molnar · 10 years ago