]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2025-05-21 Thomas Weißschuhselftests: harness: Use C89 comment style
2025-05-21 Thomas Weißschuhselftests: harness: Add kselftest harness selftest
2025-05-21 Thomas Weißschuhselftests/nolibc: drop include guards around standard...
2025-05-21 Thomas Weißschuhtools/nolibc: move NULL and offsetof() to sys/stddef.h
2025-05-21 Thomas Weißschuhtools/nolibc: move uname() and friends to sys/utsname.h
2025-05-21 Thomas Weißschuhtools/nolibc: move makedev() and friends to sys/sysmacros.h
2025-05-21 Thomas Weißschuhtools/nolibc: move getrlimit() and friends to sys/resou...
2025-05-21 Thomas Weißschuhtools/nolibc: move reboot() to sys/reboot.h
2025-05-21 Thomas Weißschuhtools/nolibc: move prctl() to sys/prctl.h
2025-05-21 Thomas Weißschuhtools/nolibc: move mount() to sys/mount.h
2025-05-21 Thomas Weißschuhtools/nolibc: move ioctl() to sys/ioctl.h
2025-05-21 Thomas Weißschuhtools/nolibc: implement wait() in terms of waitpid()
2025-05-21 Thomas Weißschuhtools/nolibc: fall back to sys_clock_gettime() in getti...
2025-05-21 Thomas Weißschuhtools/nolibc: add fopen()
2025-05-21 Thomas Weißschuhtools/nolibc: add namespace functionality
2025-05-21 Thomas Weißschuhtools/nolibc: add difftime()
2025-05-21 Thomas Weißschuhtools/nolibc: add timerfd functionality
2025-05-21 Thomas Weißschuhtools/nolibc: add timer functions
2025-05-21 Thomas Weißschuhtools/nolibc: add clock_getres(), clock_gettime() and...
2025-05-21 Thomas Weißschuhtools/nolibc: add support for access() and faccessat()
2025-05-21 Thomas Weißschuhtools/nolibc: add abs() and friends
2025-05-21 Thomas Weißschuhtools/nolibc: add getrandom()
2025-05-21 Thomas Weißschuhtools/nolibc: add mremap()
2025-05-21 Thomas Weißschuhtools/nolibc: add more stat() variants
2025-05-21 Thomas Weißschuhtools/nolibc: add %m printf format
2025-05-21 Thomas Weißschuhtools/nolibc: add strstr()
2025-05-21 Thomas Weißschuhtools/nolibc: use poll-related definitions from UAPI...
2025-05-21 Thomas Weißschuhtools/nolibc: move poll() to poll.h
2025-05-21 Daniel Palmertools/nolibc: Add m68k support
2025-05-21 Thomas Weißschuhselftests/nolibc: always run nolibc header check
2025-05-21 Thomas Weißschuhtools/nolibc: include nolibc.h early from all header...
2025-05-21 Thomas Weißschuhtools/nolibc: add target to check header usability
2025-04-22 Thomas Weißschuhtools/nolibc: implement width padding in printf()
2025-04-22 Thomas Weißschuhselftests/nolibc: add test for snprintf() truncation
2025-04-22 Thomas Weißschuhselftests/nolibc: rename vfprintf test suite
2025-04-22 Thomas Weißschuhselftests/nolibc: use snprintf() for printf tests
2025-04-22 Thomas Weißschuhtools/nolibc: add snprintf() and friends
2025-04-22 Thomas Weißschuhtools/nolibc: allow limiting of printf destination...
2025-04-22 Thomas Weißschuhtools/nolibc: allow different write callbacks in printf
2025-04-22 Thomas Weißschuhtools/nolibc: add getopt()
2025-04-22 Thomas Weißschuhtools/nolibc: add dprintf() and vdprintf()
2025-04-22 Thomas WeißschuhRevert "selftests/nolibc: use waitid() over waitpid()"
2025-04-22 Thomas Weißschuhtools/nolibc: implement waitpid() in terms of waitid()
2025-04-22 Thomas Weißschuhtools/nolibc: add setpgrp()
2025-04-22 Thomas Weißschuhtools/nolibc: add _exit()
2025-04-22 Thomas Weißschuhtools/nolibc: add tolower() and toupper()
2025-04-22 Thomas Weißschuhtools/nolibc: use ppoll_time64 if available
2025-04-22 Thomas Weißschuhtools/nolibc: use pselect6_time64 if available
2025-04-22 Thomas Weißschuhtools/nolibc: use intmax definitions from compiler
2025-04-22 Thomas Weißschuhtools/nolibc: handle intmax_t/uintmax_t in printf
2025-04-19 Thomas Weißschuhtools/nolibc: move wait() and friends to sys/wait.h
2025-04-19 Thomas Weißschuhtools/nolibc: add sys/types.h shim
2025-04-19 Thomas Weißschuhtools/nolibc: move gettimeofday() to sys/time.h
2025-04-19 Thomas Weißschuhtools/nolibc: move syscall() to sys/syscall.h
2025-04-19 Thomas Weißschuhtools/nolibc: move stat() and friends to sys/stat.h
2025-04-19 Thomas Weißschuhtools/nolibc: move mmap() and friends to sys/mman.h
2025-04-19 Thomas Weißschuhtools/nolibc: move getauxval() to sys/auxv.h
2025-04-19 Thomas Weißschuhtools/nolibc: move open() and friends to fcntl.h
2025-04-19 Thomas Weißschuhtools/nolibc: add elf.h
2025-04-19 Thomas Weißschuhtools/nolibc: prepare for headers in subdirectories
2025-04-19 Thomas Weißschuhselftests/nolibc: enable UBSAN if available
2025-04-19 Thomas Weißschuhselftests/nolibc: disable ubsan for smash_stack()
2025-04-19 Thomas Weißschuhtools/nolibc: fix integer overflow in i{64,}toa_r(...
2025-04-19 Thomas Weißschuhtools/nolibc: properly align dirent buffer
2025-04-19 Thomas Weißschuhtools/nolibc: disable function sanitizer for _start_c()
2025-04-19 Thomas Weißschuhtools/nolibc: add __nolibc_aligned() and __nolibc_align...
2025-04-19 Thomas Weißschuhtools/nolibc: add __nolibc_has_feature()
2025-04-14 Thomas Weißschuhtools/nolibc: drop manual stack pointer alignment
2025-04-11 Thomas Weißschuhtools/nolibc: Add support for SPARC
2025-04-11 Thomas Weißschuhselftests/nolibc: only consider XARCH for CFLAGS when...
2025-04-11 Thomas Weißschuhselftests/nolibc: drop dependency from sysroot to defconfig
2025-04-11 Jemmy Wongtools/nolibc/types.h: fix mismatched parenthesis in...
2025-04-10 Thomas Weißschuhselftests/nolibc: drop unnecessary sys/io.h include
2025-04-06 Linus TorvaldsLinux 6.15-rc1
2025-04-06 Thomas Weißschuhtools/include: make uapi/linux/types.h usable from...
2025-04-06 Linus TorvaldsMerge tag 'turbostat-2025.05.06' of git://git.kernel...
2025-04-06 Linus TorvaldsMerge tag 'soundwire-6.15-rc1-fixes' of git://git.kerne...
2025-04-06 Len Browntools/power turbostat: v2025.05.06
2025-04-06 Len Browntools/power turbostat: disable "cpuidle" invocation...
2025-04-06 Linus TorvaldsMerge tag 'perf-urgent-2025-04-06' of git://git.kernel...
2025-04-06 Linus TorvaldsMerge tag 'sched-urgent-2025-04-06' of git://git.kernel...
2025-04-06 Linus TorvaldsDisable SLUB_TINY for build testing
2025-04-06 Len Browntools/power turbostat: re-factor sysfs code
2025-04-06 Zhang Ruitools/power turbostat: Restore GFX sysfs fflush() call
2025-04-06 Len Browntools/power turbostat: Document GNR UncMHz domain conve...
2025-04-06 Len Browntools/power turbostat: report CoreThr per measurement...
2025-04-06 Justin Ernsttools/power turbostat: Increase CPU_SUBSET_MAXCPUS...
2025-04-06 Linus TorvaldsMerge tag 'timers-cleanups-2025-04-06' of git://git...
2025-04-06 Linus TorvaldsMerge tag 'irq-urgent-2025-04-06' of git://git.kernel...
2025-04-06 Linus TorvaldsMerge tag 'timers-urgent-2025-04-06' of git://git.kerne...
2025-04-06 Linus TorvaldsMerge tag 'sh-for-v6.15-tag1' of git://git.kernel.org...
2025-04-05 Linus TorvaldsMerge tag 'kbuild-v6.15' of git://git.kernel.org/pub...
2025-04-05 Linus TorvaldsMerge tag 'drm-next-2025-04-05' of https://gitlab.freed...
2025-04-05 Uday Shankarkbuild: rpm-pkg: build a debuginfo RPM
2025-04-05 Daniel Gomezkconfig: merge_config: use an empty file as initfile
2025-04-05 Masahiro Yamadanios2: migrate to the generic rule for built-in DTB
2025-04-05 Johan Korsnessh: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX
2025-04-05 Artur Rojeksh: Align .bss section padding to 8-byte boundary
2025-04-05 Linus TorvaldsMerge tag 'input-for-v6.15-rc0' of git://git.kernel...
2025-04-05 Nam Caotracing/timers: Rename the hrtimer_init event to hrtime...
next