aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-26x86/fpu: Fix fpu__activate_fpstate_read() and update commentsIngo Molnar1-7/+10
2017-09-25x86/fpu: Reinitialize FPU registers if restoring FPU state failsEric Biggers2-36/+39
2017-09-25x86/fpu: Don't let userspace set bogus xcomp_bvEric Biggers2-2/+11
2017-09-24x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU()Andi Kleen1-1/+1
2017-09-24x86/fpu: Fix boolreturn.cocci warningskbuild test robot1-3/+3
2017-09-24x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUsRik van Riel2-0/+45
2017-09-24x86/fpu: Remove struct fpu::fpregs_activeIngo Molnar5-43/+1
2017-09-24x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_activeIngo Molnar2-8/+2
2017-09-24x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_activeIngo Molnar4-10/+17
2017-09-24x86/fpu: Split the state handling in fpu__drop()Ingo Molnar1-6/+13
2017-09-24x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomicIngo Molnar1-0/+2
2017-09-24x86/fpu: Simplify fpu->fpregs_active useIngo Molnar4-22/+8
2017-09-24x86/fpu: Flip the parameter order in copy_*_to_xstate()Ingo Molnar4-7/+7
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() APIIngo Molnar4-23/+11
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() APIIngo Molnar3-16/+5
2017-09-24x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user_to_xstate()Ingo Molnar3-6/+74
2017-09-24x86/fpu: Simplify __copy_xstate_to_kernel() return valuesIngo Molnar1-12/+5
2017-09-24x86/fpu: Change 'size_total' parameter to unsigned and standardize the size checks in copy_xstate_to_*()Ingo Molnar1-17/+15
2017-09-24x86/fpu: Clarify parameter names in the copy_xstate_to_*() methodsIngo Molnar2-24/+24
2017-09-24x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() functionsIngo Molnar1-10/+10
2017-09-24x86/fpu: Clean up the parameter definitions of copy_xstate_to_*()Ingo Molnar1-5/+5
2017-09-24x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIsIngo Molnar3-17/+16
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIsIngo Molnar3-20/+9
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIsIngo Molnar3-17/+8
2017-09-24x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xstate_to_user()Ingo Molnar3-10/+109
2017-09-24x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xstate()/copy_xstate_to_user()Ingo Molnar4-7/+7
2017-09-22SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-09-22SMB3: handle new statx fieldsSteve French1-0/+15
2017-09-22arch: remove unused *_segments() macros/functionsTobias Klauser10-51/+0
2017-09-22Input: elan_i2c - extend Flash-Write delayKT Liao1-1/+1
2017-09-22drivers/perf: arm_pmu_acpi: Release memory obtained by kasprintfArvind Yadav1-0/+1
2017-09-22iommu/of: Remove PCI host bridge node checkRobin Murphy1-4/+1
2017-09-21Input: uinput - avoid crash when sending FF request to device going awayDmitry Torokhov1-18/+21
2017-09-21Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov3-3/+29
2017-09-21MIPS: PCI: fix pcibios_map_irq section mismatchManuel Lauss24-25/+25
2017-09-21MIPS: Fix input modify in __write_64bit_c0_split()James Hogan1-6/+9
2017-09-21MIPS: MSP71xx: Include asm/setup.hArnd Bergmann1-0/+2
2017-09-21powerpc/pseries: Fix parent_dn reference leak in add_dt_node()Tyrel Datwyler1-1/+3
2017-09-21powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPARTyrel Datwyler2-2/+5
2017-09-21powerpc/eeh: Create PHB PEs after EEH is initializedBenjamin Herrenschmidt2-18/+4
2017-09-20ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_userWill Deacon1-1/+1
2017-09-20iov_iter: fix page_copy_sane for compound pagesPetar Penkov1-2/+4
2017-09-20SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2017-09-20cifs: release auth_key.response for reconnect.Shu Wang1-0/+8
2017-09-20cifs: release cifs root_cred after exit_cifsShu Wang1-1/+1
2017-09-20CIFS: make arrays static const, reduces object code sizeColin Ian King1-4/+8
2017-09-20[SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French1-2/+7
2017-09-20PCI: endpoint: Use correct "end of test" interruptJohn Keeping1-7/+6
2017-09-21kbuild: rpm-pkg: fix version number handlingMasahiro Yamada3-15/+2
2017-09-21kbuild: deb-pkg: remove firmware package supportMasahiro Yamada1-21/+1