summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-20test_hash.c: refactor into kunitIsabella Basso3-143/+81
2022-01-20lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso2-4/+13
2022-01-20test_hash.c: split test_hash_initIsabella Basso1-12/+54
2022-01-20test_hash.c: split test_int_hash into arch-specific functionsIsabella Basso1-29/+62
2022-01-20hash.h: remove unused define directiveIsabella Basso4-33/+4
2022-01-20lib/list_debug.c: print more list debugging context in __list_del_entry_valid()Zhen Lei1-4/+4
2022-01-20list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko1-14/+22
2022-01-20kstrtox: uninline everythingAlexey Dobriyan1-0/+12
2022-01-20get_maintainer: don't remind about no git repo when --nogit is usedRandy Dunlap1-1/+1
2022-01-20kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso1-8/+8
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao3-2/+34
2022-01-20tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao3-8/+13
2022-01-20tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao1-2/+2
2022-01-20samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...Yafang Shao3-9/+11
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao3-1/+11
2022-01-20drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao2-2/+2
2022-01-20fs/exec: replace strncpy with strscpy_pad in __get_task_commYafang Shao1-1/+2
2022-01-20fs/exec: replace strlcpy with strscpy_pad in __set_task_commYafang Shao1-1/+1
2022-01-20kernel.h: include a note to discourage people from including it in headersAndy Shevchenko1-0/+9
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko3-1/+5
2022-01-20sysctl: remove redundant ret assignmentluo penghao1-1/+0
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven1-4/+4
2022-01-20proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng1-2/+2
2022-01-20proc: make the proc_create[_data]() stubs static inlinesHans de Goede2-7/+13
2022-01-20proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationDavid Hildenbrand1-8/+2
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang6-162/+78
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang7-228/+54
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang7-25/+62
2022-01-20mm: percpu: generalize percpu related configKefeng Wang8-74/+33
2022-01-20cifs: update internal module numberSteve French1-2/+2
2022-01-20smb3: send NTLMSSP version informationSteve French4-2/+101
2022-01-20riscv: fix boolconv.cocci warningskernel test robot1-2/+1
2022-01-20RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt20-200/+731
2022-01-20riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti1-0/+9
2022-01-20riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfoAlexandre Ghiti1-11/+12
2022-01-20riscv: Implement sv48 supportAlexandre Ghiti13-44/+514
2022-01-20asm-generic: Prepare for riscv use of pud_alloc_one and pud_freeAlexandre Ghiti1-6/+18
2022-01-20riscv: Allow to dynamically define VA_BITSAlexandre Ghiti4-14/+14
2022-01-20riscv: Introduce functions to switch pt_opsAlexandre Ghiti1-23/+51
2022-01-20riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti3-51/+67
2022-01-20riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti6-31/+38
2022-01-20riscv: Get rid of MAXPHYSMEM configsAlexandre Ghiti4-26/+2
2022-01-20xfs: flush inodegc workqueue tasks before cancelBrian Foster1-18/+4
2022-01-19io-wq: delete dead lock shuffling codeJens Axboe1-6/+1
2022-01-19clk: mediatek: relicense mt7986 clock driver to GPL-2.0Sam Shih3-3/+3
2022-01-19riscv: bpf: Fix eBPF's exception tablesJisheng Zhang1-1/+1
2022-01-19kvm: selftests: Do not indent with spacesPaolo Bonzini6-59/+61
2022-01-19kvm: selftests: sync uapi/linux/kvm.h with Linux headerPaolo Bonzini1-3/+16
2022-01-19riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usageJisheng Zhang1-8/+3
2022-01-19riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdefJisheng Zhang1-9/+7