Bluetooth: Fix compiler warning with selftest duration calculation
[linux-2.6-microblaze.git] / arch /
2017-09-26 Eric Biggersx86/fpu: Use validate_xstate_header() to validate the...
2017-09-26 Eric Biggersx86/fpu: Eliminate the 'xfeatures' local variable in...
2017-09-26 Eric Biggersx86/fpu: Copy the full state_header in copy_kernel_to_x...
2017-09-26 Eric Biggersx86/fpu: Use validate_xstate_header() to validate the...
2017-09-26 Eric Biggersx86/fpu: Use validate_xstate_header() to validate the...
2017-09-26 Eric Biggersx86/fpu: Introduce validate_xstate_header()
2017-09-26 Ingo Molnarx86/fpu: Rename fpu__activate_fpstate_read/write()...
2017-09-26 Ingo Molnarx86/fpu: Rename fpu__activate_curr() to fpu__initialize()
2017-09-26 Ingo Molnarx86/fpu: Simplify and speed up fpu__copy()
2017-09-26 Ingo Molnarx86/fpu: Fix stale comments about lazy FPU logic
2017-09-26 Ingo Molnarx86/fpu: Rename fpu::fpstate_active to fpu::initialized
2017-09-26 Ingo Molnarx86/fpu: Remove fpu__current_fpstate_write_begin/end()
2017-09-26 Ingo Molnarx86/fpu: Fix fpu__activate_fpstate_read() and update...
2017-09-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2017-09-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2017-09-25 Linus TorvaldsMerge tag 'gfs2-for-linus-4.14-rc3' of git://git./linux...
2017-09-25 Linus TorvaldsMerge tag 'microblaze-4.14-rc3' of git://git.monstr...
2017-09-25 Linus TorvaldsMerge tag 'trace-v4.14-rc1-2' of git://git./linux/kerne...
2017-09-25 Babu Mogerarch: change default endian for microblaze microblaze-4.14-rc3
2017-09-25 Thomas Meyermicroblaze: Cocci spatch "vma_pages"
2017-09-25 Michal Simekmicroblaze: Add missing kvm_para.h to Kbuild
2017-09-25 Kan Liangperf/x86/intel/uncore: Correct num_boxes for IIO and IRP
2017-09-25 Greg Kroah-HartmanMerge tag 'iio-fixes-for-4.14a' of git://git./linux...
2017-09-25 Kan Liangperf/x86/intel/rapl: Add missing CPU IDs
2017-09-25 Kan Liangperf/x86/msr: Add missing CPU IDs
2017-09-25 Kan Liangperf/x86/intel/cstate: Add missing CPU IDs
2017-09-25 Ville Syrjäläx86: Don't cast away the __user in __get_user_asm_u64()
2017-09-25 Sean Fux86/sysfs: Fix off-by-one error in loop termination
2017-09-25 Laurent Dufourx86/mm: Fix fault error path using unsafe vma pointer
2017-09-25 Eric Biggersx86/fpu: Reinitialize FPU registers if restoring FPU...
2017-09-25 Eric Biggersx86/fpu: Don't let userspace set bogus xcomp_bv
2017-09-24 Linus TorvaldsMerge tag 'devicetree-fixes-for-4.14' of git://git...
2017-09-24 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2017-09-24 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2017-09-24 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2017-09-24 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2017-09-24 Linus TorvaldsMerge branch 'next-general' of git://git./linux/kernel...
2017-09-24 Linus TorvaldsMerge branch 'next-tpm' of git://git./linux/kernel...
2017-09-24 Andi Kleenx86/fpu: Turn WARN_ON() in context switch into WARN_ON_...
2017-09-24 kbuild test robotx86/fpu: Fix boolreturn.cocci warnings
2017-09-24 Rik van Rielx86/fpu: Add FPU state copying quirk to handle XRSTOR...
2017-09-24 Ingo Molnarx86/fpu: Remove struct fpu::fpregs_active
2017-09-24 Ingo Molnarx86/fpu: Decouple fpregs_activate()/fpregs_deactivate...
2017-09-24 Ingo Molnarx86/fpu: Change fpu->fpregs_active users to fpu->fpstat...
2017-09-24 Ingo Molnarx86/fpu: Split the state handling in fpu__drop()
2017-09-24 Ingo Molnarx86/fpu: Make the fpu state change in fpu__clear()...
2017-09-24 Ingo Molnarx86/fpu: Simplify fpu->fpregs_active use
2017-09-24 Ingo Molnarx86/fpu: Flip the parameter order in copy_*_to_xstate()
2017-09-24 Ingo Molnarx86/fpu: Remove 'kbuf' parameter from the copy_user_to_...
2017-09-24 Ingo Molnarx86/fpu: Remove 'ubuf' parameter from the copy_kernel_t...
2017-09-24 Ingo Molnarx86/fpu: Split copy_user_to_xstate() into copy_kernel_t...
2017-09-24 Ingo Molnarx86/fpu: Simplify __copy_xstate_to_kernel() return...
2017-09-24 Ingo Molnarx86/fpu: Change 'size_total' parameter to unsigned...
2017-09-24 Ingo Molnarx86/fpu: Clarify parameter names in the copy_xstate_to_...
2017-09-24 Ingo Molnarx86/fpu: Remove the 'start_pos' parameter from the...
2017-09-24 Ingo Molnarx86/fpu: Clean up the parameter definitions of copy_xst...
2017-09-24 Ingo Molnarx86/fpu: Clean up parameter order in the copy_xstate_to...
2017-09-24 Ingo Molnarx86/fpu: Remove 'kbuf' parameter from the copy_xstate_t...
2017-09-24 Ingo Molnarx86/fpu: Remove 'ubuf' parameter from the copy_xstate_t...
2017-09-24 Ingo Molnarx86/fpu: Split copy_xstate_to_user() into copy_xstate_t...
2017-09-24 Ingo Molnarx86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves...
2017-09-23 Sakari Ailusas3645a: Use integer numbers for parsing LEDs
2017-09-23 Sakari Ailusas3645a: Use ams,input-max-microamp as documented in...
2017-09-23 David S. MillerMerge git://git./linux/kernel/git/davem/net
2017-09-23 Linus TorvaldsMerge branch 'parisc-4.14-2' of git://git./linux/kernel...
2017-09-23 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2017-09-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2017-09-23 Linus TorvaldsMerge tag 'apparmor-pr-2017-09-22' of git://git./linux...
2017-09-23 Josh Poimboeufx86/asm: Fix inline asm call constraints for Clang
2017-09-23 David S. MillerMerge branch 'ieee802154-for-davem-2017-09-20' of git...
2017-09-23 Linus TorvaldsMerge tag 'acpi-4.14-rc2' of git://git./linux/kernel...
2017-09-23 Linus TorvaldsMerge tag 'pm-4.14-rc2' of git://git./linux/kernel...
2017-09-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2017-09-23 Linus TorvaldsMerge tag 'seccomp-v4.14-rc2' of git://git./linux/kerne...
2017-09-23 Linus TorvaldsMerge tag '4.14-smb3-fixes-from-recent-test-events...
2017-09-23 Linus TorvaldsMerge tag 'ceph-for-4.14-rc2' of git://github.com/ceph...
2017-09-22 Linus TorvaldsMerge tag 'pci-v4.14-fixes-2' of git://git./linux/kerne...
2017-09-22 Linus TorvaldsMerge tag 'iommu-fixes-v4.14-rc1' of git://git./linux...
2017-09-22 Linus TorvaldsMerge git://git./linux/kernel/git/cmetcalf/linux-tile
2017-09-22 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2017-09-22 Tobias Klauserarch: remove unused *_segments() macros/functions
2017-09-22 Helge Dellerparisc: Unbreak bootloader due to gcc-7 optimizations
2017-09-22 Helge Dellerparisc: Reintroduce option to gzip-compress the kernel
2017-09-22 Helge Dellerparisc: Add HWPOISON page fault handler code
2017-09-22 Helge Dellerparisc: Move init_per_cpu() into init section
2017-09-22 Helge Dellerparisc: Check if initrd was loaded into broken RAM
2017-09-22 Helge Dellerparisc: Add PDCE_CHECK instruction to HPMC handler
2017-09-22 Helge Dellerparisc: Add wrapper for pdc_instr() firmware function
2017-09-22 Helge Dellerparisc: Move start_parisc() into init section
2017-09-22 Helge Dellerparisc: Stop unwinding at start of stack
2017-09-22 Linus TorvaldsMerge tag 'for-linus-4.14b-rc2-tag' of git://git./linux...
2017-09-22 Linus TorvaldsMerge tag 'powerpc-4.14-3' of git://git./linux/kernel...
2017-09-22 Linus TorvaldsMerge branch '4.14-fixes' of git://git.linux-mips.org...
2017-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2017-09-22 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2017-09-22 Michael NeulingKVM: PPC: Book3S HV: Check for updated HDSISR on P9...
2017-09-22 Ladi ProsekKVM: nVMX: fix HOST_CR3/HOST_CR4 cache
2017-09-22 Linus TorvaldsMerge branch 'libnvdimm-fixes' of git://git./linux...
2017-09-21 Sean PaulMerge remote-tracking branch 'origin/master' into drm...
2017-09-21 Colin Ian Kingx86/xen: clean up clang build warning
next