index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-17
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+55
2025-06-16
tools headers: Syncronize linux/build_bug.h with the kernel sources
Arnaldo Carvalho de Melo
2
-5
/
+13
2025-06-16
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2025-06-16
tools headers UAPI: Sync the drm/drm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2025-06-16
tools headers: Update the fs headers with the kernel sources
Arnaldo Carvalho de Melo
2
-4
/
+10
2025-06-05
Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+2
2025-06-03
Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
4
-15
/
+32
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+18
2025-05-30
bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
Paul Chaignon
1
-0
/
+2
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-7
/
+12
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-3
/
+6
2025-05-28
selftests/bpf: Fix bpf selftest build warning
Saket Kumar Bhaskar
1
-3
/
+3
2025-05-27
Merge tag 'nolibc-20250526-for-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibc
Linus Torvalds
50
-515
/
+2014
2025-05-26
Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-323
/
+334
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+44
2025-05-26
Merge tag 'vfs-6.16-rc1.selftests' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-0
/
+554
2025-05-23
af_unix: Introduce SO_PASSRIGHTS.
Kuniyuki Iwashima
1
-0
/
+2
2025-05-22
perf/uapi: Clean up <uapi/linux/perf_event.h> a bit
Ingo Molnar
1
-321
/
+331
2025-05-22
perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h>
Ian Rogers
1
-2
/
+3
2025-05-21
tools/nolibc: move NULL and offsetof() to sys/stddef.h
Thomas Weißschuh
4
-9
/
+26
2025-05-21
tools/nolibc: move uname() and friends to sys/utsname.h
Thomas Weißschuh
4
-27
/
+44
2025-05-21
tools/nolibc: move makedev() and friends to sys/sysmacros.h
Thomas Weißschuh
4
-5
/
+22
2025-05-21
tools/nolibc: move getrlimit() and friends to sys/resource.h
Thomas Weißschuh
5
-39
/
+55
2025-05-21
tools/nolibc: move reboot() to sys/reboot.h
Thomas Weißschuh
5
-19
/
+36
2025-05-21
tools/nolibc: move prctl() to sys/prctl.h
Thomas Weißschuh
4
-21
/
+38
2025-05-21
tools/nolibc: move mount() to sys/mount.h
Thomas Weißschuh
4
-20
/
+39
2025-05-21
tools/nolibc: move ioctl() to sys/ioctl.h
Thomas Weißschuh
4
-12
/
+31
2025-05-21
tools/nolibc: implement wait() in terms of waitpid()
Thomas Weißschuh
1
-6
/
+6
2025-05-21
tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()
Thomas Weißschuh
1
-1
/
+14
2025-05-21
tools/nolibc: add fopen()
Thomas Weißschuh
1
-0
/
+27
2025-05-21
tools/nolibc: add namespace functionality
Thomas Weißschuh
3
-0
/
+52
2025-05-21
tools/nolibc: add difftime()
Thomas Weißschuh
1
-0
/
+7
2025-05-21
tools/nolibc: add timerfd functionality
Thomas Weißschuh
3
-0
/
+89
2025-05-21
tools/nolibc: add timer functions
Thomas Weißschuh
2
-0
/
+87
2025-05-21
tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()
Thomas Weißschuh
2
-0
/
+94
2025-05-21
tools/nolibc: add support for access() and faccessat()
Thomas Weißschuh
1
-0
/
+28
2025-05-21
tools/nolibc: add abs() and friends
Thomas Weißschuh
4
-0
/
+51
2025-05-21
tools/nolibc: add getrandom()
Thomas Weißschuh
3
-0
/
+36
2025-05-21
tools/nolibc: add mremap()
Thomas Weißschuh
1
-0
/
+19
2025-05-21
tools/nolibc: add more stat() variants
Thomas Weißschuh
1
-2
/
+23
2025-05-21
tools/nolibc: add %m printf format
Thomas Weißschuh
1
-0
/
+7
2025-05-21
tools/nolibc: add strstr()
Thomas Weißschuh
1
-0
/
+20
2025-05-21
tools/nolibc: use poll-related definitions from UAPI headers
Thomas Weißschuh
2
-15
/
+1
2025-05-21
tools/nolibc: move poll() to poll.h
Thomas Weißschuh
4
-37
/
+57
2025-05-21
tools/nolibc: Add m68k support
Daniel Palmer
2
-0
/
+143
2025-05-21
tools/nolibc: include nolibc.h early from all header files
Thomas Weißschuh
20
-63
/
+60
2025-05-21
tools/nolibc: add target to check header usability
Thomas Weißschuh
1
-0
/
+9
2025-05-21
tools headers: Synchronize prctl.h ABI header
Sebastian Andrzej Siewior
1
-0
/
+1
2025-05-20
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
1
-3
/
+2
2025-05-20
tools headers compiler: Pick the const_true() define from the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+22
[next]