summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM: cci driver need big endian fixes in asm codebaserock/bjdooks/312-rc4/be/core-v3Victor Kamensky2013-10-191-2/+4
* ARM: tlb: ASID macro should give 32bit result for BE correct operationVictor Kamensky2013-10-191-1/+1
* ARM: mcpm: fix big endian issue in mcpm startup codeVictor Kamensky2013-10-191-0/+2
* ARM: signal: sigreturn_codes should be endian neutral to work in BE8Victor Kamensky2013-10-193-24/+83
* ARM: atomic64: fix endian-ness in atomic.hVictor Kamensky2013-10-191-13/+13
* ARM: kdgb: use <asm/opcodes.h> for data to be assembled as intructionBen Dooks2013-10-191-1/+2
* ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks2013-10-192-7/+11
* ARM: net: fix arm instruction endian-ness in bpf_jit_32.cBen Dooks2013-10-191-1/+5
* ARM: hardware: fix endian-ness in <hardware/coresight.h>Ben Dooks2013-10-191-4/+4
* ARM: set --be8 when linking modulesBen Dooks2013-10-191-0/+1
* ARM: module: correctly relocate instructions in BE8Ben Dooks2013-10-191-23/+34
* ARM: traps: use <asm/opcodes.h> to get correct instruction orderBen Dooks2013-10-191-6/+10
* ARM: alignment: correctly decode instructions in BE8 mode.Ben Dooks2013-10-191-2/+7
* ARM: vexpress: add big endian supportBen Dooks2013-10-192-0/+3
* ARM: mvebu: support running big-endianBen Dooks2013-10-193-0/+8
* ARM: highbank: enable big-endianBen Dooks2013-10-191-0/+1
* ARM: smp_scu: data endian fixesBen Dooks2013-10-191-7/+7
* ARM: twd: data endian fixBen Dooks2013-10-191-12/+12
* ARM: pl01x debug code endian fixBen Dooks2013-10-191-0/+2
* ARM: set BE8 if LE in head codeBen Dooks2013-10-193-0/+6
* ARM: fixup_pv_table bug when CPU_ENDIAN_BE8Ben Dooks2013-10-191-0/+8
* ARM: asm: Add ARM_BE8() assembly helperBen Dooks2013-10-197-21/+16
* ARM: fix ARCH_IXP4xx usage of ARCH_SUPPORTS_BIG_ENDIANBen Dooks2013-10-193-4/+7
* Linux 3.12-rc4v3.12-rc4Linus Torvalds2013-10-061-1/+1
* net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman2013-10-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-10-068-25/+67
|\
| * iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tagsNicholas Bellinger2013-10-031-1/+1
| * iscsi-target: Perform release of acknowledged tags from RX contextNicholas Bellinger2013-10-031-4/+9
| * iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger2013-10-031-2/+2
| * target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger2013-10-031-1/+10
| * target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger2013-10-031-1/+10
| * target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_sizeNicholas Bellinger2013-10-031-0/+6
| * ib_srpt: always set response for task managementJack Wang2013-10-031-6/+4
| * target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failureNicholas Bellinger2013-10-011-5/+15
| * vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tagNicholas Bellinger2013-10-011-1/+6
| * ib_srpt: Destroy cm_id before destroying QP.Nicholas Bellinger2013-10-011-2/+2
| * target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02Nicholas Bellinger2013-10-011-2/+2
* | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-10-063-17/+17
|\ \
| * | dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik2013-10-041-4/+6
| * | dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik2013-10-041-11/+8
| * | dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik2013-10-041-1/+1
| * | dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMAJosh Boyer2013-09-171-0/+1
| * | edma: Update author email addressJosh Boyer2013-09-171-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-056-17/+39
|\ \ \
| * | | btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong2013-10-051-0/+8
| * | | Merge branch 'for-linus' into for-linus-3.12Chris Mason2013-10-056-17/+31
| |\ \ \ | | |_|/ | |/| |
| | * | Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2013-10-042-5/+7
| | * | Btrfs: eliminate races in worker stopping codeIlya Dryomov2013-10-042-6/+21
| | * | Btrfs: fix crash of compressed writesLiu Bo2013-10-041-1/+1
| | * | Btrfs: fix transid verify errors when recovering log treeJosef Bacik2013-10-041-5/+2