summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-24fat: use pointer to simple type in put_user()Helge Deller1-1/+1
2022-03-24minix: fix bug when opening a file with O_DIRECTQinghua Jin1-1/+2
2022-03-24fs/pipe.c: local vars have to match types of proper pipe_inode_info fieldsAndrei Vagin1-2/+2
2022-03-24fs/pipe: use kvcalloc to allocate a pipe_buffer arrayAndrei Vagin1-5/+4
2022-03-24init/main.c: return 1 from handled __setup() functionsRandy Dunlap1-2/+4
2022-03-24init.h: improve __setup and early_param documentationRandy Dunlap1-2/+9
2022-03-24init: use ktime_us_delta() to make initcall_debug log more preciseMark-PK Tsai1-6/+2
2022-03-24checkpatch: use python3 to find codespell dictionarySagar Patel1-2/+2
2022-03-24checkpatch: add early_param exception to blank line after struct/function testJoe Perches1-1/+1
2022-03-24checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches1-2/+16
2022-03-24checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches1-0/+7
2022-03-24lib: bitmap: fix many kernel-doc warningsRandy Dunlap1-7/+17
2022-03-24lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang1-1/+2
2022-03-24bitfield: add explicit inclusions to the exampleAndy Shevchenko1-0/+3
2022-03-24ilog2: force inlining of __ilog2_u32() and __ilog2_u64()Christophe Leroy1-2/+2
2022-03-24include: drop pointless __compiler_offsetof indirectionRasmus Villemoes2-7/+1
2022-03-24Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook1-65/+74
2022-03-24kernel/ksysfs.c: use helper macro __ATTR_RWMiaohe Lin1-2/+1
2022-03-24Documentation/sparse: add hints about __CHECKER__Bjorn Helgaas3-0/+4
2022-03-24linux/types.h: remove unnecessary __bitwise__Bjorn Helgaas2-6/+4
2022-03-24proc/vmcore: fix vmcore_alloc_buf() kernel-doc commentYang Li1-1/+1
2022-03-24proc/vmcore: fix possible deadlock on concurrent mmap and readDavid Hildenbrand1-19/+22
2022-03-24proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinksHao Lee1-4/+4
2022-03-24Merge tag 'arm-dt-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds581-5513/+40820
2022-03-24Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds124-1419/+7628
2022-03-24Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds72-4355/+435
2022-03-24Merge tag 'arm-defconfig-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-83/+232
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds367-17119/+435
2022-03-24Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds75-867/+1437
2022-03-24Merge tag 'm68knommu-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-9/+10
2022-03-24Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds393-7600/+23343
2022-03-24Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds883-8853/+34700
2022-03-24Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds54-233/+189
2022-03-24Merge tag 'mmc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds34-123/+1076
2022-03-24Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds57-534/+456
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds7-787/+420
2022-03-23Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds18-23/+140
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds4-9/+10
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-38/+20
2022-03-23Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds4-83/+54
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds39-570/+4169
2022-03-23Merge tag 'trace-rtla-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-28/+903
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-36/+161
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-162/+444
2022-03-23llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet1-0/+8
2022-03-23drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtoolSondhauß, Jan1-4/+2
2022-03-23Merge branch 'ice-avoid-sleeping-scheduling-in-atomic-contexts'Jakub Kicinski3-10/+20
2022-03-23ice: don't allow to run ice_send_event_to_aux() in atomic ctxAlexander Lobakin1-0/+3
2022-03-23ice: fix 'scheduling while atomic' on aux critical err interruptAlexander Lobakin2-10/+17
2022-03-23net/sched: fix incorrect vlan_push_eth dest fieldLouis Peens1-1/+1