aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17mwifiex: re-fix for unaligned accessesArnd Bergmann1-6/+4
2021-05-17apparmor: use get_unaligned() only for multi-byte wordsArnd Bergmann1-1/+1
2021-05-17partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann3-17/+12
2021-05-10asm-generic: unaligned always use struct helpersArnd Bergmann4-105/+3
2021-05-10asm-generic: unaligned: remove byteshift helpersArnd Bergmann6-146/+60
2021-05-10powerpc: use linux/unaligned/le_struct.h on LE power7Arnd Bergmann1-22/+0
2021-05-10m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESSArnd Bergmann2-19/+1
2021-05-10sh: remove unaligned access for sh4aArnd Bergmann2-212/+0
2021-05-10openrisc: always use unaligned-struct headerArnd Bergmann4-167/+0
2021-05-10asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann8-119/+2
2021-05-09Linux 5.13-rc1Linus Torvalds1-2/+2
2021-05-09fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds1-1/+1
2021-05-08Revert "bio: limit bio max size"Jens Axboe4-21/+3
2021-05-08drm/i915/display: fix compiler warning about array overrunLinus Torvalds1-1/+12
2021-05-08smb3: if max_channels set to more than one channel request multichannelSteve French1-0/+3
2021-05-08smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-08smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-09linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada3-6/+5
2021-05-07atm: firestream: Use fallthrough pseudo-keywordWei Ming Chen1-0/+1
2021-05-07net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon2-18/+3
2021-05-07mptcp: fix splat when closing unaccepted socketPaolo Abeni1-2/+1
2021-05-07i40e: Remove LLDP frame filtersArkadiusz Kubalewski3-44/+0
2021-05-07i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski4-11/+10
2021-05-07i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin1-1/+2
2021-05-07i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang1-0/+1
2021-05-07i40e: fix broken XDP supportMagnus Karlsson1-6/+2
2021-05-07netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet2-7/+10
2021-05-07netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet1-1/+9
2021-05-07mm: fix typos in commentsLu Jialin3-3/+3
2021-05-07mm: fix typos in commentsIngo Molnar39-83/+83
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada157-627/+110
2021-05-07ipc/sem.c: spelling fixBhaskar Chowdhury1-1/+1
2021-05-07fs: fat: fix spelling typo of valuesdingsenjie1-1/+1
2021-05-07kernel/sys.c: fix typoXiaofeng Cao1-7/+7
2021-05-07kernel/up.c: fix typoBhaskar Chowdhury1-1/+1
2021-05-07kernel/user_namespace.c: fix typosXiaofeng Cao1-3/+3
2021-05-07kernel/umh.c: fix some spelling mistakeszhouchuangao1-3/+3
2021-05-07include/linux/pgtable.h: few spelling fixesBhaskar Chowdhury1-5/+5
2021-05-07mm/slab.c: fix spelling mistake "disired" -> "desired"Colin Ian King1-1/+1
2021-05-07scripts/spelling.txt: add "overflw"Drew Fustini1-0/+1
2021-05-07scripts/spelling.txt: Add "diabled" typozuoqilin1-0/+1
2021-05-07scripts/spelling.txt: add "overlfow"Drew Fustini1-0/+1
2021-05-07arm: print alloc free paths for address in registersManinder Singh3-0/+13
2021-05-07mm/vmalloc: remove vwrite()David Hildenbrand3-126/+1
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand13-76/+0
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand25-264/+5
2021-05-07mm: fix some typos and code style problemsShijie Luo7-9/+9
2021-05-07ipc/sem.c: mundane typo fixesBhaskar Chowdhury1-5/+5
2021-05-07modules: add CONFIG_MODPROBE_PATHRasmus Villemoes2-1/+13
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes6-1/+56