summaryrefslogtreecommitdiff
path: root/instruction.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-24Change exception handling, more instructions implementedTobias Klauser1-23/+50
2010-11-22Use generic load/store functions in instructionsTobias Klauser1-11/+39
2010-11-19Implement memory load/store operationsTobias Klauser1-6/+53
2010-11-19Fix I-type instruction format, needs explicit bitfield lengthTobias Klauser1-4/+3
2010-11-18Implement nextpc, callr, srai, sra instructionsTobias Klauser1-7/+51
2010-11-18Fix R-type decoding, seems to work now with images/zImageTobias Klauser1-4/+3
2010-11-18Instruction updatesTobias Klauser1-12/+45
2010-11-17Reorganize instruction table handling, use return value for exceptionsTobias Klauser1-203/+315
2010-11-12Implement more instructionsTobias Klauser1-58/+529
2010-11-11Implement basic instruction handlingTobias Klauser1-14/+188
2010-11-11Baisc instruction handlingTobias Klauser1-0/+59
ttr blocks that can be merged" * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (86 commits) dax: Fix sleep in atomic contex in grab_mapping_entry() fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL fscrypt: Delay bounce page pool allocation until needed fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page() fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page() fscrypt: Never allocate fscrypt_ctx on in-place encryption fscrypt: Use correct index in decrypt path. fscrypt: move the policy flags and encryption mode definitions to uapi header fscrypt: move non-public structures and constants to fscrypt_private.h fscrypt: unexport fscrypt_initialize() fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info() fscrypto: move ioctl processing more fully into common code fscrypto: remove unneeded Kconfig dependencies MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches ext4: do not perform data journaling when data is encrypted ext4: return -ENOMEM instead of success ext4: reject inodes with negative size ext4: remove another test in ext4_alloc_file_blocks() Documentation: fix description of ext4's block_validity mount option ext4: fix checks for data=ordered and journal_async_commit options ...
Diffstat (limited to 'fs')