aboutsummaryrefslogtreecommitdiff
path: root/include/linux/unaligned
AgeCommit message (Expand)AuthorFilesLines
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-1/+1
2021-05-17asm-generic: simplify asm/unaligned.hGravatar Arnd Bergmann 3-249/+0
2021-05-10asm-generic: unaligned always use struct helpersGravatar Arnd Bergmann 1-68/+0
2021-05-10asm-generic: unaligned: remove byteshift helpersGravatar Arnd Bergmann 4-142/+60
2021-05-10openrisc: always use unaligned-struct headerGravatar Arnd Bergmann 3-120/+0
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsGravatar Bart Van Assche 1-0/+46
2020-03-16scsi: linux/unaligned/byteshift.h: Remove superfluous castsGravatar Bart Van Assche 2-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 9-0/+9
2016-03-17include/linux/unaligned: force inlining of byteswap operationsGravatar Denys Vlasenko 1-12/+12
2011-01-13include/linux/unaligned/packed_struct.h: use __packedGravatar Andrew Morton 1-3/+3
2010-12-22include/linux/unaligned: pack the whole struct rather than just the fieldGravatar Will Newton 1-3/+3
2009-09-24include/linux/unaligned/{l,b}e_byteshift.h: fix usage for compressed kernelsGravatar Albin Tonnerre 2-2/+2
2008-04-29kernel: add common infrastructure for unaligned accessGravatar Harvey Harrison 10-0/+510