firefly-linux-kernel-4.4.55.git
2014-03-26 Leonid YegoshinMIPS: asm: uaccess: Disable unaligned access macros...
2014-03-26 Markos ChandrasMIPS: asm: uaccess: Move duplicated code to common...
2014-03-26 Markos ChandrasMIPS: asm: uaccess: Add instruction argument to __...
2014-03-26 Markos ChandrasMIPS: lib: memset: Add EVA support for the __bzero...
2014-03-26 Markos ChandrasMIPS: lib: memset: Use macro to build the __bzero symbol
2014-03-26 Markos ChandrasMIPS: lib: memset: Whitespace fixes
2014-03-26 Markos ChandrasMIPS: lib: memcpy: Add EVA support
2014-03-26 Markos ChandrasMIPS: lib: memcpy: Use macro to build the copy_user...
2014-03-26 Markos ChandrasMIPS: lib: memcpy: Split source and destination prefetc...
2014-03-26 Markos ChandrasMIPS: lib: memcpy: Merge EXC and load/store macros
2014-03-26 Markos ChandrasMIPS: lib: strncpy_user: Add EVA support
2014-03-26 Markos ChandrasMIPS: lib: strncpy_user: Use macro to build the strncpy...
2014-03-26 Markos ChandrasMIPS: lib: strlen_user: Add EVA support
2014-03-26 Markos ChandrasMIPS: lib: strlen_user: Use macro to build the strlen_u...
2014-03-26 Markos ChandrasMIPS: lib: strnlen_user: Add EVA support
2014-03-26 Markos ChandrasMIPS: lib: strnlen_user: Use macro to build the strnlen...
2014-03-26 Leonid YegoshinMIPS: traps: Set correct address limit for breakpoints...
2014-03-26 Markos ChandrasMIPS: kernel: traps: Whitespace clean up
2014-03-26 Markos ChandrasMIPS: kernel: scall32-o32: Use EVA wrappers to fetch...
2014-03-26 Leonid YegoshinMIPS: uapi: inst: Add instruction format for SPECIAL3...
2014-03-26 Leonid YegoshinMIPS: uapi: inst: Add new EVA opcodes
2014-03-26 Markos ChandrasMIPS: futex: Add EVA support for futex operations
2014-03-26 Markos ChandrasMIPS: asm: Add wrappers for EVA/non-EVA instructions
2014-03-26 Leonid YegoshinMIPS: asm: Add prefetch instruction for EVA
2014-03-26 Leonid YegoshinMIPS: Kconfig: Add Kconfig symbols for EVA support
2014-03-26 James HoganMIPS: OProfile: Add CPU_P5600 cases
2014-03-26 James HoganMIPS: Allow FTLB to be turned on for CPU_P5600
2014-03-26 James HoganMIPS: Add MIPS P5600 probe support
2014-03-26 James HoganMIPS: Add cases for CPU_P5600
2014-03-26 James HoganMIPS: Add MIPS P5600 PRid and cputype identifiers
2014-03-26 Paul BurtonMIPS: Save/restore MSA context around signals
2014-03-26 Paul BurtonMIPS: Warn if vector register partitioning is implemented
2014-03-26 Paul BurtonMIPS: Dumb MSA FP exception handler
2014-03-26 Paul BurtonMIPS: Basic MSA context switching support
2014-03-26 Paul BurtonMIPS: Detect the MSA ASE
2014-03-26 Paul BurtonMIPS: Add MSA register definitions & access
2014-03-26 Paul BurtonMIPS: Don't assume 64-bit FP registers for context...
2014-03-26 Paul BurtonMIPS: Don't assume 64-bit FP registers for FP regset
2014-03-26 Paul BurtonMIPS: Don't assume 64-bit FP registers for dump_{,task_}fpu
2014-03-26 Paul BurtonMIPS: Clear upper bits of FP registers on emulator...
2014-03-26 Paul BurtonMIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptrace
2014-03-26 Paul BurtonMIPS: Don't require FPU on sigcontext setup/restore
2014-03-26 Paul BurtonMIPS: Move & rename fpu_emulator_{save,restore}_context
2014-03-26 Paul BurtonMIPS: Update outdated comment
2014-03-26 Paul BurtonMIPS: Simplify FP context access
2014-03-26 Markos ChandrasMIPS: Select HAVE_ARCH_SECCOMP_FILTER
2014-03-26 Markos ChandrasMIPS: seccomp: Handle indirect system calls (o32)
2014-03-26 Markos ChandrasMIPS: kernel: scalls: Skip the syscall if denied by...
2014-03-26 Markos ChandrasMIPS: ptrace: Move away from secure_computing_strict
2014-03-26 Markos ChandrasMIPS: asm: thread_info: Add _TIF_SECCOMP flag
2014-03-26 Markos ChandrasMIPS: asm: syscall: Define syscall_get_arch
2014-03-26 Markos ChandrasMIPS: asm: syscall: Add the syscall_rollback function
2014-03-26 Paul BurtonMIPS: Deprecate CONFIG_MIPS_CMP
2014-03-26 Paul BurtonMIPS: MIPS_CMP should depend upon !SMTC, not upon SMVP
2014-03-26 Paul BurtonMIPS: More helpful CONFIG_MIPS_CMP label, help text
2014-03-26 Paul BurtonMIPS: Remove gcmpregs.h
2014-03-26 Paul BurtonMIPS: Malta: Allow use of MIPS CPS SMP implementation
2014-03-26 Paul BurtonMIPS: Malta: Probe CPC when supported
2014-03-26 Paul BurtonMIPS: Malta: Make use of generic CM support
2014-03-26 Paul BurtonMIPS: Coherent Processing System SMP implementation
2014-03-26 Paul BurtonMIPS: Add cpu_vpe_id macro
2014-03-06 Paul BurtonMIPS: Add CPC probe, access functions
2014-03-06 Paul BurtonMIPS: Add generic CM probe & access code
2014-03-06 Paul BurtonMIPS: Move GIC IPI functions out of smp-cmp.c
2014-03-06 Paul BurtonMIPS: Introduce _EXT assembler macro
2014-03-06 Paul BurtonMIPS: Add missing includes to gic.h
2014-03-06 Paul BurtonMIPS: Add CP0 CMGCRBase definitions & accessor
2014-03-06 Paul BurtonMIPS: Define Config1 cache field shifts & sizes
2014-03-06 Steven J. HillMIPS: Add 1074K CPU support explicitly.
2014-03-06 Markos ChandrasMIPS: mm: c-r4k: Detect instruction cache aliases
2014-03-03 Linus TorvaldsLinux 3.14-rc5
2014-03-02 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2014-03-02 Linus TorvaldsMerge tag 'usb-3.14-rc5' of git://git./linux/kernel...
2014-03-02 Linus TorvaldsMerge tag 'driver-core-3.14-rc5' of git://git./linux...
2014-03-02 Linus TorvaldsMerge tag 'staging-3.14-rc5' of git://git./linux/kernel...
2014-03-02 Dave AirlieMerge branch 'drm-fixes-3.14' of git://people.freedeskt...
2014-03-02 Greg Kroah... Merge iio fixes into staging-linus
2014-03-02 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2014-03-02 Dave AirlieMerge tag 'vmwgfx-fixes-3.14-2014-03-02' of git://peopl...
2014-03-02 Alexey Khoroshilovdrm/vmwgfx: avoid null pointer dereference at failure...
2014-03-02 Thomas Hellstromdrm/vmwgfx: Make sure backing mobs are cleared when...
2014-03-02 Thomas Hellstromdrm/vmwgfx: Remove some unused surface formats
2014-03-02 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2014-03-02 Linus TorvaldsMerge git://git./linux/kernel/git/nab/target-pending
2014-03-02 Linus TorvaldsMerge branch 'fixes' of git://git.infradead.org/users...
2014-03-02 Linus TorvaldsMerge tag 'pm+acpi-3.14-rc5' of git://git./linux/kernel...
2014-03-01 Ingo MolnarMerge tag 'perf-urgent-for-mingo' of git://git./linux...
2014-03-01 Greg Kroah... Merge tag 'fixes-for-3.14d' of git://git./linux/kernel...
2014-02-28 Russell KingMAINTAINERS: add maintainer entry for Armada DRM driver
2014-02-28 Linus TorvaldsMerge tag 'dm-3.14-fixes-1' of git://git./linux/kernel...
2014-02-28 Linus TorvaldsMerge tag 'sound-3.14-rc5' of git://git./linux/kernel...
2014-02-28 Linus TorvaldsMerge tag 'edac_fixes_for_3.14' of git://git./linux...
2014-02-28 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2014-02-28 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2014-02-28 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2014-02-28 Catalin Marinasarm64: Fix !CONFIG_SMP kernel build
2014-02-28 Steve Capperarm64: mm: Add double logical invert to pte accessors
2014-02-28 Heinz Mauelshagendm cache: fix truncation bug when mapping I/O to >2TB...
2014-02-28 Jiri Olsaperf tools: Fix strict alias issue for find_first_bit
2014-02-28 Benjamin Herrenschmidtpowerpc/powernv: Fix indirect XSCOM unmangling
next