summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-08-23tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu-14/+9
2023-08-23toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu-54/+54
2023-08-23tools/nolibc: arch-*.h: fix up code indent errorsZhangjin Wu-39/+39
2023-08-23selftests/nolibc: simplify call to iopermThomas Weißschuh-5/+1
2023-08-06tools/nolibc: unistd.h: reorder the syscall macrosZhangjin Wu-2/+2
2023-08-06tools/nolibc: sys.h: apply __sysret() helperZhangjin Wu-310/+44
2023-08-06tools/nolibc: unistd.h: apply __sysret() helperZhangjin Wu-10/+1
2023-08-06tools/nolibc: sys.h: add a syscall return helperZhangjin Wu-0/+10
2023-08-06tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYSZhangjin Wu-0/+12
2023-08-06tools/nolibc: fix up #error compile failures with -ENOSYSZhangjin Wu-13/+13
2023-08-06selftests/nolibc: restore the failed tests printZhangjin Wu-1/+1
2023-08-06selftests/nolibc: always print the path to test log fileZhangjin Wu-2/+2
2023-08-06selftests/nolibc: add a standalone test report macroZhangjin Wu-12/+7
2023-07-09Linux 6.5-rc1v6.5-rc1Linus Torvalds-2/+2
2023-07-09MAINTAINERS 2: Electric BoogalooLinus Torvalds-46/+46
2023-07-09Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Linus Torvalds-11/+35
2023-07-09Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+1
2023-07-09Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+8
2023-07-09Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds-53/+46
2023-07-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-1/+1
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds-5/+72
2023-07-09Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds-33/+36
2023-07-08mm: lock newly mapped VMA with corrected orderingHugh Dickins-2/+2
2023-07-08Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds-44/+99
2023-07-08fork: lock VMAs of the parent process when forkingSuren Baghdasaryan-0/+1
2023-07-08mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan-0/+2
2023-07-08mm: lock a vma before stack expansionSuren Baghdasaryan-0/+4
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-706/+32
2023-07-08Merge tag 'i2c-for-6.5-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+2
2023-07-08Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+9
2023-07-08ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma-1/+1
2023-07-08Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds-448/+9316
2023-07-08Merge tag 'bitmap-6.5-rc1' of https://github.com/norov/linuxLinus Torvalds-11/+27
2023-07-08lib: dhry: fix sleeping allocations inside non-preemptable sectionGeert Uytterhoeven-2/+9
2023-07-08kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov-14/+14
2023-07-08kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov-1/+2
2023-07-08mailmap: add entries for Heiko StuebnerHeiko Stuebner-0/+3
2023-07-08mailmap: update manpage linkHeiko Stuebner-1/+2
2023-07-08bootmem: remove the vmemmap pages from kmemleak in free_bootmem_pageLiu Shixin-0/+2
2023-07-08MAINTAINERS: add linux-next infoRandy Dunlap-0/+7
2023-07-08mailmap: add Markus Schneider-PargmannMarkus Schneider-Pargmann-0/+1
2023-07-08writeback: account the number of pages written backMatthew Wilcox (Oracle)-3/+5
2023-07-08mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne-0/+7
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch-4/+23
2023-07-08mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard-1/+6
2023-07-08docs: update ocfs2-devel mailing list addressAnthony Iliopoulos-17/+17
2023-07-08MAINTAINERS: update ocfs2-devel mailing list addressAnthony Iliopoulos-1/+1
2023-07-08mm: disable CONFIG_PER_VMA_LOCK until its fixedSuren Baghdasaryan-1/+2
2023-07-08fork: lock VMAs of the parent process when forkingSuren Baghdasaryan-0/+6