aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-09-03tools/nolibc: string: Remove the `_nolibc_memcpy_up()` functionnextAmmar Faizi1-13/+7
2023-09-03tools/nolibc: string: Remove the `_nolibc_memcpy_down()` functionAmmar Faizi1-10/+0
2023-09-03tools/nolibc: x86-64: Use `rep stosb` for `memset()`Ammar Faizi2-0/+15
2023-09-03tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`Ammar Faizi2-0/+33
2023-08-30selftests/nolibc: use -nostdinc for nolibc-testThomas Weißschuh1-1/+1
2023-08-30tools/nolibc: add stdarg.h headerThomas Weißschuh5-5/+21
2023-08-30tools/nolibc: i386: Fix a stack misalign bug on _startfixesAmmar Faizi1-1/+3
2023-08-23tools/nolibc: avoid undesired casts in the __sysret() macro20230823-for-6.6-4Willy Tarreau1-14/+13
2023-08-23tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()Willy Tarreau1-3/+16
2023-08-23tools/nolibc: silence ppc64 compile warningsZhangjin Wu1-3/+11
2023-08-23selftests/nolibc: libc-test: use HOSTCC instead of CCZhangjin Wu1-1/+1
2023-08-23tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu2-4/+3
2023-08-23selftests/nolibc: allow report with existing test logZhangjin Wu1-0/+4
2023-08-23selftests/nolibc: add test support for ppc64Zhangjin Wu1-0/+6
2023-08-23selftests/nolibc: add test support for ppc64leZhangjin Wu1-0/+6
2023-08-23selftests/nolibc: add test support for ppcZhangjin Wu1-0/+7
2023-08-23selftests/nolibc: add XARCH and ARCH mapping supportZhangjin Wu1-12/+34
2023-08-23tools/nolibc: add support for powerpc64Zhangjin Wu1-0/+16
2023-08-23tools/nolibc: add support for powerpcZhangjin Wu2-0/+199
2023-08-23MAINTAINERS: nolibc: add myself as co-maintainerThomas Weißschuh1-0/+1
2023-08-23selftests/nolibc: enable compiler warningsThomas Weißschuh1-1/+1
2023-08-23selftests/nolibc: don't strip nolibc-testThomas Weißschuh1-1/+1
2023-08-23selftests/nolibc: prevent out of bounds access in expect_vfprintfThomas Weißschuh1-1/+1
2023-08-23selftests/nolibc: use correct return type for read() and write()Thomas Weißschuh1-3/+4
2023-08-23selftests/nolibc: avoid sign-compare warningsThomas Weißschuh1-4/+4
2023-08-23selftests/nolibc: avoid unused parameter warningsThomas Weißschuh1-1/+2
2023-08-23selftests/nolibc: make functions static if possibleThomas Weißschuh1-6/+6
2023-08-23selftests/nolibc: mark test helpers as potentially unusedThomas Weißschuh1-25/+50
2023-08-23selftests/nolibc: drop unused variablesThomas Weißschuh1-4/+0
2023-08-23selftests/nolibc: avoid warnings during intptr testsWilly Tarreau1-12/+7
2023-08-23tools/nolibc: stdint: use __SIZE_TYPE__ for size_tThomas Weißschuh1-1/+1
2023-08-23tools/nolibc: sys: avoid implicit sign castThomas Weißschuh1-1/+1
2023-08-23tools/nolibc: setvbuf: avoid unused parameter warningsThomas Weißschuh1-1/+4
2023-08-23tools/nolibc: fix return type of getpagesize()Thomas Weißschuh2-3/+3
2023-08-23tools/nolibc: drop unused variablesThomas Weißschuh1-1/+0
2023-08-23selftests/nolibc: add testcase for pipeYuan Tan1-0/+22
2023-08-23tools/nolibc: add pipe() and pipe2() supportYuan Tan1-0/+24
2023-08-23selftests/nolibc: mmap_munmap_good: fix up return valueZhangjin Wu1-4/+4
2023-08-23selftests/nolibc: avoid buffer underrun in space printingThomas Weißschuh1-1/+2
2023-08-23tools/nolibc/stdio: add setvbuf() to set buffering modeRyan Roberts1-0/+24
2023-08-23selftests/nolibc: allow test -include /path/to/nolibc.hZhangjin Wu1-0/+6
2023-08-23selftests/nolibc: allow run nolibc-test locallyZhangjin Wu1-0/+6
2023-08-23selftests/nolibc: add testcases for startup codeZhangjin Wu1-1/+55
2023-08-23selftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPECT_PTRLE, EXPECT_PTRLTZhangjin Wu1-0/+50
2023-08-23tools/nolibc: s390: shrink _start with _start_cZhangjin Wu1-31/+5
2023-08-23tools/nolibc: riscv: shrink _start with _start_cZhangjin Wu1-39/+5
2023-08-23tools/nolibc: loongarch: shrink _start with _start_cZhangjin Wu1-40/+4
2023-08-23tools/nolibc: mips: shrink _start with _start_cZhangjin Wu1-38/+8
2023-08-23tools/nolibc: x86_64: shrink _start with _start_cZhangjin Wu1-23/+6
2023-08-23tools/nolibc: i386: shrink _start with _start_cZhangjin Wu1-27/+7
2023-08-23tools/nolibc: aarch64: shrink _start with _start_cZhangjin Wu1-23/+4
2023-08-23tools/nolibc: arm: shrink _start with _start_cZhangjin Wu1-39/+5
2023-08-23tools/nolibc: crt.h: initialize stack protectorZhangjin Wu1-0/+4
2023-08-23tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...Zhangjin Wu1-0/+2
2023-08-23tools/nolibc: add new crt.h with _start_cZhangjin Wu2-0/+58
2023-08-23tools/nolibc: remove the old sys_stat supportZhangjin Wu9-248/+13
2023-08-23tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu8-8/+8
2023-08-23tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu8-8/+8
2023-08-23selftests/nolibc: avoid gaps in test numbersThomas Weißschuh1-17/+13
2023-08-23selftests/nolibc: simplify status printingThomas Weißschuh1-73/+81
2023-08-23selftests/nolibc: make evaluation of test conditionsThomas Weißschuh1-21/+21
2023-08-23tools/nolibc: completely remove optional environ supportThomas Weißschuh2-13/+6
2023-08-23selftests/nolibc: report: add newline before test failuresZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: report: extrude the test status lineZhangjin Wu1-2/+2
2023-08-23selftests/nolibc: report: align passed, skipped and failedZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: report: print total testsZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: report: print a summarized test statusZhangjin Wu1-1/+2
2023-08-23selftests/nolibc: add chmod_argv0 testZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: chroot_exe: remove procfs dependencyZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: stat_timestamps: remove procfs dependencyZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: chdir_root: restore current path after testZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: vfprintf: remove MEMFD_CREATE dependencyZhangjin Wu1-3/+3
2023-08-23selftests/nolibc: prepare /tmp for tests that need to writeZhangjin Wu1-0/+3
2023-08-23selftests/nolibc: fix up failures when CONFIG_PROC_FS=nZhangjin Wu1-2/+5
2023-08-23selftests/nolibc: add a new rmdir() test caseZhangjin Wu1-0/+1
2023-08-23tools/nolibc: add rmdir() supportZhangjin Wu1-0/+22
2023-08-23selftests/nolibc: link_cross: use /proc/self/cmdlineZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: fix up kernel parameters supportZhangjin Wu1-2/+31
2023-08-23selftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h>Zhangjin Wu1-2/+1
2023-08-23tools/nolibc: types.h: add RB_ flags for reboot()Zhangjin Wu2-2/+11
2023-08-23selftests/nolibc: fix up int_fast16/32_t test cases for muslZhangjin Wu1-4/+8
2023-08-23selftests/nolibc: add _LARGEFILE64_SOURCE for muslZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: gettid: restore for glibc and muslZhangjin Wu1-3/+7
2023-08-23selftests/nolibc: stat_fault: silence NULL argument warning with glibcZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: add run-libc-test targetZhangjin Wu1-0/+4
2023-08-23selftests/nolibc: add mmap_munmap_good test caseZhangjin Wu1-0/+60
2023-08-23selftests/nolibc: add munmap_bad test caseZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: add mmap_bad test caseZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: add sbrk_0 to test current brk gettingZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRERZhangjin Wu1-0/+58
2023-08-23selftests/nolibc: prepare: create /dev/zeroZhangjin Wu1-1/+3
2023-08-23selftests/nolibc: export argv0 for some testsZhangjin Wu1-0/+4
2023-08-23tools/nolibc: clean up sbrk() routineZhangjin Wu1-5/+4
2023-08-23tools/nolibc: clean up mmap() routineZhangjin Wu2-23/+12
2023-08-23tools/nolibc: __sysret: support syscalls who return a pointerZhangjin Wu1-5/+12
2023-08-23tools/nolibc: add missing my_syscall6() for mipsZhangjin Wu2-6/+30
2023-08-23tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu1-12/+10
2023-08-23tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu1-14/+9
2023-08-23toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu8-54/+54
2023-08-23tools/nolibc: arch-*.h: fix up code indent errorsZhangjin Wu5-39/+39
2023-08-23selftests/nolibc: simplify call to iopermThomas Weißschuh1-5/+1
2023-08-06tools/nolibc: unistd.h: reorder the syscall macrosZhangjin Wu1-2/+2
2023-08-06tools/nolibc: sys.h: apply __sysret() helperZhangjin Wu1-310/+44
2023-08-06tools/nolibc: unistd.h: apply __sysret() helperZhangjin Wu1-10/+1
2023-08-06tools/nolibc: sys.h: add a syscall return helperZhangjin Wu1-0/+10
2023-08-06tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYSZhangjin Wu1-0/+12
2023-08-06tools/nolibc: fix up #error compile failures with -ENOSYSZhangjin Wu1-13/+13
2023-08-06selftests/nolibc: restore the failed tests printZhangjin Wu1-1/+1
2023-08-06selftests/nolibc: always print the path to test log fileZhangjin Wu1-2/+2
2023-08-06selftests/nolibc: add a standalone test report macroZhangjin Wu1-12/+7
2023-07-09Linux 6.5-rc1Linus Torvalds1-2/+2
2023-07-09MAINTAINERS 2: Electric BoogalooLinus Torvalds1-46/+46
2023-07-09Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Linus Torvalds1-11/+35
2023-07-09Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+1
2023-07-09Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2023-07-09Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds10-53/+46
2023-07-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds4-5/+72
2023-07-09Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds10-33/+36
2023-07-08mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2
2023-07-08Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds18-44/+99
2023-07-08fork: lock VMAs of the parent process when forkingSuren Baghdasaryan1-0/+1
2023-07-08mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan1-0/+2
2023-07-08mm: lock a vma before stack expansionSuren Baghdasaryan1-0/+4
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-706/+32
2023-07-08Merge tag 'i2c-for-6.5-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+2
2023-07-08Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-16/+9
2023-07-08ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma1-1/+1
2023-07-08Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds95-448/+9316
2023-07-08Merge tag 'bitmap-6.5-rc1' of https://github.com/norov/linuxLinus Torvalds6-11/+27
2023-07-08lib: dhry: fix sleeping allocations inside non-preemptable sectionGeert Uytterhoeven1-2/+9
2023-07-08kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov2-14/+14
2023-07-08kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov1-1/+2
2023-07-08mailmap: add entries for Heiko StuebnerHeiko Stuebner1-0/+3
2023-07-08mailmap: update manpage linkHeiko Stuebner1-1/+2
2023-07-08bootmem: remove the vmemmap pages from kmemleak in free_bootmem_pageLiu Shixin1-0/+2
2023-07-08MAINTAINERS: add linux-next infoRandy Dunlap1-0/+7
2023-07-08mailmap: add Markus Schneider-PargmannMarkus Schneider-Pargmann1-0/+1
2023-07-08writeback: account the number of pages written backMatthew Wilcox (Oracle)1-3/+5
2023-07-08mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch1-4/+23
2023-07-08mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard1-1/+6
2023-07-08docs: update ocfs2-devel mailing list addressAnthony Iliopoulos7-17/+17
2023-07-08MAINTAINERS: update ocfs2-devel mailing list addressAnthony Iliopoulos1-1/+1
2023-07-08mm: disable CONFIG_PER_VMA_LOCK until its fixedSuren Baghdasaryan1-1/+2
2023-07-08fork: lock VMAs of the parent process when forkingSuren Baghdasaryan1-0/+6
2023-07-08ntb.rst: Fix copy and paste errorGeoff Levand1-2/+2
2023-07-08ntb_netdev: Fix module_init problemGeoff Levand1-1/+1
2023-07-08ntb: intel: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-07-08ntb: epf: Remove redundant pci_clear_masterCai Huoqing1-8/+4
2023-07-08ntb_hw_amd: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-07-08ntb: idt: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-12/+5
2023-07-08MAINTAINERS: git://github -> https://github.com for jonmasonPalmer Dabbelt1-1/+1
2023-07-08NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie1-0/+1
2023-07-08NTB: ntb_tool: Add check for devm_kcallocJiasheng Jiang1-0/+2
2023-07-08NTB: ntb_transport: fix possible memory leak while device_register() failsYang Yingliang1-1/+1
2023-07-08ntb: intel: Fix error handling in intel_ntb_pci_driver_init()Yuan Can1-1/+6
2023-07-08NTB: amd: Fix error handling in amd_ntb_pci_driver_init()Yuan Can1-1/+6
2023-07-08ntb: idt: Fix error handling in idt_pci_driver_init()Yuan Can1-1/+6
2023-07-07xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong1-1/+1
2023-07-07Merge tag 'mmc-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-11/+4
2023-07-07Merge tag 'sound-fix-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-26/+94
2023-07-07Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds8-40/+154
2023-07-07Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds17-237/+531
2023-07-07Merge tag 'fsnotify_for_v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+14
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds24-54/+450
2023-07-07Merge tag 'powerpc-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-4/+5
2023-07-07Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-68/+110
2023-07-07x86/smp: Don't send INIT to boot CPUThomas Gleixner1-0/+8
2023-07-07MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabledThomas Bogendoerfer1-2/+2
2023-07-07ALSA: hda/realtek: Add quirk for ASUS ROG GZ301VLuke D. Jones1-0/+1
2023-07-06Merge tag 'drm-next-2023-07-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds114-349/+1252
2023-07-06Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds8-26/+80
2023-07-06Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds15-90/+24
2023-07-06Merge tag 'spi-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-10/+12
2023-07-06Merge tag 'regulator-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+1
2023-07-06Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds3-6/+6
2023-07-06Merge tag 'v6.5/vfs.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+5
2023-07-07Merge tag 'drm-misc-next-fixes-2023-07-06' of git://anongit.freedesktop.org/d...Dave Airlie1-3/+3
2023-07-07Merge tag 'drm-intel-next-fixes-2023-07-06' of git://anongit.freedesktop.org/...Dave Airlie2-22/+25
2023-07-07Merge tag 'amd-drm-fixes-6.5-2023-06-30-1' of https://gitlab.freedesktop.org/...Dave Airlie103-311/+1201
2023-07-07Merge tag 'drm-intel-next-fixes-2023-06-29' of git://anongit.freedesktop.org/...Dave Airlie7-13/+20
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds73-428/+235
2023-07-06i2c: mpc: Drop unused variableGuenter Roeck1-1/+0
2023-07-06i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET1-2/+0
2023-07-06i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock1-0/+2
2023-07-06apparmor: Fix kernel-doc header for verify_dfa_accept_indexJohn Johansen1-1/+1
2023-07-06apparmor: fix: kzalloc perms tables for shared dfasJohn Johansen2-4/+35
2023-07-06apparmor: fix profile verification and enable itJohn Johansen2-25/+27
2023-07-06apparmor: fix policy_compat permission remap with extended permissionsJohn Johansen1-12/+19
2023-07-06apparmor: aa_buffer: Convert 1-element array to flexible arrayKees Cook1-4/+4
2023-07-06apparmor: add missing failure check in compute_xmatch_permsJohn Johansen1-0/+2
2023-07-06apparmor: fix missing error check for rhashtable_insert_fastDanila Chernetsov1-2/+7
2023-07-06apparmor: Return directly after a failed kzalloc() in two functionsMarkus Elfring1-5/+5
2023-07-06AppArmor: Fix some kernel-doc commentsYang Li1-1/+1
2023-07-06apparmor: fix use of strcpy in policy_unpack_testRae Moar1-7/+6
2023-07-06Merge patch series "riscv: some CMO alternative related clean up"Palmer Dabbelt3-7/+10
2023-07-06riscv: mm: mark noncoherent_supported as __ro_after_initJisheng Zhang1-1/+1
2023-07-06riscv: mm: mark CBO relate initialization funcs as __initJisheng Zhang1-4/+4