aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-23kernel/resource: fix kfree() of bootmem memory againMiaohe Lin1-33/+8
2022-03-23kcov: properly handle subsequent mmap callsAleksandr Nogikh1-19/+15
2022-03-23kcov: split ioctl handling into locked and unlocked partsAleksandr Nogikh1-31/+37
2022-03-23panic: move panic_print before kmsg dumpersGuilherme G. Piccoli2-4/+13
2022-03-23panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli3-0/+6
2022-03-23docs: sysctl/kernel: add missing bit to panic_printGuilherme G. Piccoli1-0/+1
2022-03-23taskstats: remove unneeded dead assignmentLukas Bulwahn1-2/+3
2022-03-23kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang1-9/+1
2022-03-23ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang1-9/+1
2022-03-23panic: unset panic_on_warn inside panic()Tiezhu Yang1-9/+11
2022-03-23docs: kdump: add scp example to write out the dump fileTiezhu Yang1-0/+4
2022-03-23docs: kdump: update description about sysfs file system supportTiezhu Yang1-3/+3
2022-03-23arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-6/+3
2022-03-23x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-7/+3
2022-03-23riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-4/+2
2022-03-23kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang1-6/+6
2022-03-23cgroup: use irqsave in cgroup_rstat_flush_locked().Sebastian Andrzej Siewior1-2/+11
2022-03-23fat: use pointer to simple type in put_user()Helge Deller1-1/+1
2022-03-23minix: fix bug when opening a file with O_DIRECTQinghua Jin1-1/+2
2022-03-23fs/pipe.c: local vars have to match types of proper pipe_inode_info fieldsAndrei Vagin1-2/+2
2022-03-23fs/pipe: use kvcalloc to allocate a pipe_buffer arrayAndrei Vagin1-5/+4
2022-03-23init/main.c: return 1 from handled __setup() functionsRandy Dunlap1-2/+4
2022-03-23init.h: improve __setup and early_param documentationRandy Dunlap1-2/+9
2022-03-23init: use ktime_us_delta() to make initcall_debug log more preciseMark-PK Tsai1-6/+2
2022-03-23checkpatch: use python3 to find codespell dictionarySagar Patel1-2/+2
2022-03-23checkpatch: add early_param exception to blank line after struct/function testJoe Perches1-1/+1
2022-03-23checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches1-2/+16
2022-03-23checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches1-0/+7
2022-03-23lib: bitmap: fix many kernel-doc warningsRandy Dunlap1-7/+17
2022-03-23lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang1-1/+2
2022-03-23bitfield: add explicit inclusions to the exampleAndy Shevchenko1-0/+3
2022-03-23ilog2: force inlining of __ilog2_u32() and __ilog2_u64()Christophe Leroy1-2/+2
2022-03-23include: drop pointless __compiler_offsetof indirectionRasmus Villemoes2-7/+1
2022-03-23Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook1-65/+74
2022-03-23kernel/ksysfs.c: use helper macro __ATTR_RWMiaohe Lin1-2/+1
2022-03-23Documentation/sparse: add hints about __CHECKER__Bjorn Helgaas3-0/+4
2022-03-23linux/types.h: remove unnecessary __bitwise__Bjorn Helgaas2-6/+4
2022-03-23proc/vmcore: fix vmcore_alloc_buf() kernel-doc commentYang Li1-1/+1
2022-03-23proc/vmcore: fix possible deadlock on concurrent mmap and readDavid Hildenbrand1-19/+22
2022-03-23proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinksHao Lee1-4/+4
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-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
2022-03-23net: bridge: mst: Restrict info size queries to bridge portsTobias Waldekranz1-1/+1
2022-03-23net: marvell: prestera: add missing destroy_workqueue() in prestera_module_init()Yang Yingliang1-1/+3
2022-03-23drivers: net: xgene: Fix regression in CRC strippingStephane Graber1-5/+7
2022-03-23cacheflush.h: Add forward declaration for struct folioHerbert Xu1-0/+2
2022-03-23ARM: configs: multi_v5: Enable Allwinner F1C100Andre Przywara1-0/+5