summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19ARM: mcpm: fix big endian issue in mcpm startup codeVictor Kamensky1-0/+2
2013-10-19ARM: signal: sigreturn_codes should be endian neutral to work in BE8Victor Kamensky3-24/+83
2013-10-19ARM: atomic64: fix endian-ness in atomic.hVictor Kamensky1-13/+13
2013-10-19ARM: kdgb: use <asm/opcodes.h> for data to be assembled as intructionBen Dooks1-1/+2
2013-10-19ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks2-7/+11
2013-10-19ARM: net: fix arm instruction endian-ness in bpf_jit_32.cBen Dooks1-1/+5
2013-10-19ARM: hardware: fix endian-ness in <hardware/coresight.h>Ben Dooks1-4/+4
2013-10-19ARM: set --be8 when linking modulesBen Dooks1-0/+1
2013-10-19ARM: module: correctly relocate instructions in BE8Ben Dooks1-23/+34
2013-10-19ARM: traps: use <asm/opcodes.h> to get correct instruction orderBen Dooks1-6/+10
2013-10-19ARM: alignment: correctly decode instructions in BE8 mode.Ben Dooks1-2/+7
2013-10-19ARM: vexpress: add big endian supportBen Dooks2-0/+3
2013-10-19ARM: mvebu: support running big-endianBen Dooks3-0/+8
2013-10-19ARM: highbank: enable big-endianBen Dooks1-0/+1
2013-10-19ARM: smp_scu: data endian fixesBen Dooks1-7/+7
2013-10-19ARM: twd: data endian fixBen Dooks1-12/+12
2013-10-19ARM: pl01x debug code endian fixBen Dooks1-0/+2
2013-10-19ARM: set BE8 if LE in head codeBen Dooks3-0/+6
2013-10-19ARM: fixup_pv_table bug when CPU_ENDIAN_BE8Ben Dooks1-0/+8
2013-10-19ARM: asm: Add ARM_BE8() assembly helperBen Dooks7-21/+16
2013-10-19ARM: fix ARCH_IXP4xx usage of ARCH_SUPPORTS_BIG_ENDIANBen Dooks3-4/+7
2013-10-06Linux 3.12-rc4v3.12-rc4Linus Torvalds1-1/+1
2013-10-06net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman1-2/+2
2013-10-05btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong1-0/+8
2013-10-05Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero"Bjorn Helgaas1-1/+6
2013-10-04selinux: remove 'flags' parameter from avc_audit()Linus Torvalds3-4/+4
2013-10-04selinux: avc_has_perm_flags has no more usersLinus Torvalds2-17/+6
2013-10-04Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2-5/+7
2013-10-04Btrfs: eliminate races in worker stopping codeIlya Dryomov2-6/+21
2013-10-04Btrfs: fix crash of compressed writesLiu Bo1-1/+1
2013-10-04Btrfs: fix transid verify errors when recovering log treeJosef Bacik1-5/+2
2013-10-04selinux: remove 'flags' parameter from inode_has_permLinus Torvalds1-7/+6
2013-10-04xfs: Use kmem_free() instead of free()Thierry Reding1-1/+1
2013-10-04xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com1-0/+1
2013-10-04xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner4-39/+28
2013-10-04xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner1-3/+16
2013-10-04dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik1-4/+6
2013-10-04dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik1-11/+8
2013-10-04dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik1-1/+1
2013-10-04xen/hvc: allow xenboot console to be used againDavid Vrabel1-0/+1
2013-10-04usb: chipidea: add Intel Clovertrail pci idDavid Cohen1-1/+6
2013-10-03staging: comedi: ni_65xx: (bug fix) confine insn_bits to one subdeviceIan Abbott1-15/+10
2013-10-03iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tagsNicholas Bellinger1-1/+1
2013-10-03iscsi-target: Perform release of acknowledged tags from RX contextNicholas Bellinger1-4/+9
2013-10-03iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger1-2/+2
2013-10-03target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger1-1/+10
2013-10-03target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger1-1/+10
2013-10-03target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_sizeNicholas Bellinger1-0/+6
2013-10-03ib_srpt: always set response for task managementJack Wang1-6/+4
2013-10-03powerpc/tm: Switch out userspace PPR and DSCR soonerMichael Neuling1-31/+63