platform/kernel/linux-rpi.git
2023-08-23 Yuan Tanselftests/nolibc: add testcase for pipe
2023-08-23 Yuan Tantools/nolibc: add pipe() and pipe2() support
2023-08-23 Zhangjin Wuselftests/nolibc: mmap_munmap_good: fix up return value
2023-08-23 Thomas Weißschuhselftests/nolibc: avoid buffer underrun in space printing
2023-08-23 Ryan Robertstools/nolibc/stdio: add setvbuf() to set buffering...
2023-08-23 Zhangjin Wuselftests/nolibc: allow test -include /path/to/nolibc.h
2023-08-23 Zhangjin Wuselftests/nolibc: allow run nolibc-test locally
2023-08-23 Zhangjin Wuselftests/nolibc: add testcases for startup code
2023-08-23 Zhangjin Wuselftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPEC...
2023-08-23 Zhangjin Wutools/nolibc: s390: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: riscv: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: loongarch: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: mips: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: x86_64: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: i386: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: aarch64: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: arm: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: crt.h: initialize stack protector
2023-08-23 Zhangjin Wutools/nolibc: stackprotector.h: add empty __stack_chk_i...
2023-08-23 Zhangjin Wutools/nolibc: add new crt.h with _start_c
2023-08-23 Zhangjin Wutools/nolibc: remove the old sys_stat support
2023-08-23 Zhangjin Wutools/nolibc: fix up startup failures for -O0 under...
2023-08-23 Zhangjin Wutools/nolibc: arch-*.h: add missing space after ','
2023-08-23 Thomas Weißschuhselftests/nolibc: avoid gaps in test numbers
2023-08-23 Thomas Weißschuhselftests/nolibc: simplify status printing
2023-08-23 Thomas Weißschuhselftests/nolibc: make evaluation of test conditions
2023-08-23 Thomas Weißschuhtools/nolibc: completely remove optional environ support
2023-08-23 Zhangjin Wuselftests/nolibc: report: add newline before test failures
2023-08-23 Zhangjin Wuselftests/nolibc: report: extrude the test status line
2023-08-23 Zhangjin Wuselftests/nolibc: report: align passed, skipped and...
2023-08-23 Zhangjin Wuselftests/nolibc: report: print total tests
2023-08-23 Zhangjin Wuselftests/nolibc: report: print a summarized test status
2023-08-23 Zhangjin Wuselftests/nolibc: add chmod_argv0 test
2023-08-23 Zhangjin Wuselftests/nolibc: chroot_exe: remove procfs dependency
2023-08-23 Zhangjin Wuselftests/nolibc: stat_timestamps: remove procfs dependency
2023-08-23 Zhangjin Wuselftests/nolibc: chdir_root: restore current path...
2023-08-23 Zhangjin Wuselftests/nolibc: vfprintf: remove MEMFD_CREATE dependency
2023-08-23 Zhangjin Wuselftests/nolibc: prepare /tmp for tests that need...
2023-08-23 Zhangjin Wuselftests/nolibc: fix up failures when CONFIG_PROC_FS=n
2023-08-23 Zhangjin Wuselftests/nolibc: add a new rmdir() test case
2023-08-23 Zhangjin Wutools/nolibc: add rmdir() support
2023-08-23 Zhangjin Wuselftests/nolibc: link_cross: use /proc/self/cmdline
2023-08-23 Zhangjin Wuselftests/nolibc: fix up kernel parameters support
2023-08-23 Zhangjin Wuselftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h>
2023-08-23 Zhangjin Wutools/nolibc: types.h: add RB_ flags for reboot()
2023-08-23 Zhangjin Wuselftests/nolibc: fix up int_fast16/32_t test cases...
2023-08-23 Zhangjin Wuselftests/nolibc: add _LARGEFILE64_SOURCE for musl
2023-08-23 Zhangjin Wuselftests/nolibc: gettid: restore for glibc and musl
2023-08-23 Zhangjin Wuselftests/nolibc: stat_fault: silence NULL argument...
2023-08-23 Zhangjin Wuselftests/nolibc: add run-libc-test target
2023-08-23 Zhangjin Wuselftests/nolibc: add mmap_munmap_good test case
2023-08-23 Zhangjin Wuselftests/nolibc: add munmap_bad test case
2023-08-23 Zhangjin Wuselftests/nolibc: add mmap_bad test case
2023-08-23 Zhangjin Wuselftests/nolibc: add sbrk_0 to test current brk getting
2023-08-23 Zhangjin Wuselftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and...
2023-08-23 Zhangjin Wuselftests/nolibc: prepare: create /dev/zero
2023-08-23 Zhangjin Wuselftests/nolibc: export argv0 for some tests
2023-08-23 Zhangjin Wutools/nolibc: clean up sbrk() routine
2023-08-23 Zhangjin Wutools/nolibc: clean up mmap() routine
2023-08-23 Zhangjin Wutools/nolibc: __sysret: support syscalls who return...
2023-08-23 Zhangjin Wutools/nolibc: add missing my_syscall6() for mips
2023-08-23 Zhangjin Wutools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_...
2023-08-23 Zhangjin Wutools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYS...
2023-08-23 Zhangjin Wutoolc/nolibc: arch-*.h: clean up whitespaces after...
2023-08-23 Zhangjin Wutools/nolibc: arch-*.h: fix up code indent errors
2023-08-23 Thomas Weißschuhselftests/nolibc: simplify call to ioperm
2023-08-06 Zhangjin Wutools/nolibc: unistd.h: reorder the syscall macros
2023-08-06 Zhangjin Wutools/nolibc: sys.h: apply __sysret() helper
2023-08-06 Zhangjin Wutools/nolibc: unistd.h: apply __sysret() helper
2023-08-06 Zhangjin Wutools/nolibc: sys.h: add a syscall return helper
2023-08-06 Zhangjin Wutools/nolibc: fix up undeclared syscall macros with...
2023-08-06 Zhangjin Wutools/nolibc: fix up #error compile failures with ...
2023-08-06 Zhangjin Wuselftests/nolibc: restore the failed tests print
2023-08-06 Zhangjin Wuselftests/nolibc: always print the path to test log...
2023-08-06 Zhangjin Wuselftests/nolibc: add a standalone test report macro
2023-07-09 Linus TorvaldsLinux 6.5-rc1
2023-07-09 Linus TorvaldsMAINTAINERS 2: Electric Boogaloo
2023-07-09 Linus TorvaldsMerge tag 'dma-mapping-6.5-2023-07-09' of git://git...
2023-07-09 Linus TorvaldsMerge tag 'irq_urgent_for_v6.5_rc1' of git://git./linux...
2023-07-09 Linus TorvaldsMerge tag 'x86_urgent_for_v6.5_rc1' of git://git./linux...
2023-07-09 Linus TorvaldsMerge tag 'x86-core-2023-07-09' of git://git./linux...
2023-07-09 Linus TorvaldsMerge tag 'mips_6.5_1' of git://git./linux/kernel/git...
2023-07-09 Linus TorvaldsMerge tag 'xfs-6.5-merge-6' of git://git./fs/xfs/xfs...
2023-07-09 Linus TorvaldsMerge tag '6.5-rc-smb3-client-fixes-part2' of git:...
2023-07-09 Linus TorvaldsMerge tag 'ntb-6.5' of https://github.com/jonmason/ntb
2023-07-08 Hugh Dickinsmm: lock newly mapped VMA with corrected ordering
2023-07-08 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2023-07-08-10-43' of...
2023-07-08 Suren Baghdasaryanfork: lock VMAs of the parent process when forking
2023-07-08 Suren Baghdasaryanmm: lock newly mapped VMA which can be modified after...
2023-07-08 Suren Baghdasaryanmm: lock a vma before stack expansion
2023-07-08 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2023-07-08 Linus TorvaldsMerge tag 'i2c-for-6.5-rc1-part2' of git://git./linux...
2023-07-08 Linus TorvaldsMerge tag 'hardening-v6.5-rc1-fixes' of git://git....
2023-07-08 Anup Sharmantb: hw: amd: Fix debugfs_create_dir error checking
2023-07-08 Linus TorvaldsMerge tag 'perf-tools-for-v6.5-2-2023-07-06' of git...
2023-07-08 Linus TorvaldsMerge tag 'bitmap-6.5-rc1' of https://github.com/norov...
2023-07-08 Geert Uytterhoevenlib: dhry: fix sleeping allocations inside non-preempta...
2023-07-08 Andrey Konovalovkasan, slub: fix HW_TAGS zeroing with slub_debug
2023-07-08 Andrey Konovalovkasan: fix type cast in memory_is_poisoned_n
2023-07-08 Heiko Stuebnermailmap: add entries for Heiko Stuebner
next