index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-22
tools: Disable __packed attribute compiler warning due to -Werror=attributes
Arnaldo Carvalho de Melo
1
-0
/
+1
2023-11-22
tools headers UAPI: Update tools's copy of unistd.h header
Namhyung Kim
1
-3
/
+9
2023-11-22
tools headers UAPI: Update tools's copy of vhost.h header
Namhyung Kim
1
-0
/
+8
2023-11-22
tools headers UAPI: Update tools's copy of mount.h header
Namhyung Kim
1
-1
/
+2
2023-11-22
tools headers UAPI: Update tools's copy of kvm.h header
Namhyung Kim
1
-3
/
+21
2023-11-22
tools headers UAPI: Update tools's copy of fscrypt.h header
Namhyung Kim
1
-1
/
+2
2023-11-22
tools headers UAPI: Update tools's copy of drm headers
Namhyung Kim
2
-4
/
+24
2023-11-03
Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-6
/
+139
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-8
/
+8
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-1
/
+61
2023-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+308
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-11-01
Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2
-0
/
+1039
2023-10-31
Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-0
/
+308
2023-10-31
Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-5
/
+204
2023-10-30
Merge tag 'nolibc.2023.10.23a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-61
/
+131
2023-10-26
Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
2
-0
/
+155
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-1
/
+44
2023-10-24
tools: Sync if_link uapi header
Daniel Borkmann
1
-0
/
+141
2023-10-24
netkit, bpf: Add bpf programmable net device
Daniel Borkmann
1
-0
/
+14
2023-10-24
tools: Import arm_pmuv3.h
Raghavendra Rao Ananta
1
-0
/
+308
2023-10-24
Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+40
2023-10-23
Merge tag 'urgent/nolibc.2023.10.16a' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-1
/
+4
2023-10-19
selftests/net: Extract uring helpers to be reusable
Breno Leitao
1
-0
/
+282
2023-10-19
tools headers: Grab copy of io_uring.h
Breno Leitao
1
-0
/
+757
2023-10-18
compiler.h: move __is_constexpr() to compiler.h
David Laight
2
-8
/
+8
2023-10-18
tools headers UAPI: update linux/fs.h with the kernel sources
Muhammad Usama Anjum
1
-0
/
+59
2023-10-18
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-0
/
+40
2023-10-18
maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()
Liam R. Howlett
1
-0
/
+40
2023-10-17
perf tools: Add get_unaligned_leNN()
Adrian Hunter
1
-6
/
+139
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+25
2023-10-12
tools/nolibc: add support for constructors and destructors
Thomas Weißschuh
1
-1
/
+22
2023-10-12
tools/nolibc: automatically detect necessity to use pselect6
Thomas Weißschuh
4
-14
/
+6
2023-10-12
tools/nolibc: don't define new syscall number
Thomas Weißschuh
1
-4
/
+3
2023-10-12
tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
Thomas Weißschuh
1
-17
/
+27
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
Ammar Faizi
1
-13
/
+7
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
Ammar Faizi
1
-10
/
+0
2023-10-12
tools/nolibc: x86-64: Use `rep stosb` for `memset()`
Ammar Faizi
2
-0
/
+15
2023-10-12
tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`
Ammar Faizi
2
-0
/
+33
2023-10-12
tools/nolibc: add stdarg.h header
Thomas Weißschuh
5
-5
/
+21
2023-10-12
tools/nolibc: mark start_c as weak
Thomas Weißschuh
1
-0
/
+1
2023-10-12
tools/nolibc: i386: Fix a stack misalign bug on _start
Ammar Faizi
1
-1
/
+3
2023-10-11
bpf: Implement cgroup sockaddr hooks for unix sockets
Daan De Meyer
1
-4
/
+9
2023-10-09
bpf: Derive source IP addr via bpf_*_fib_lookup()
Martynas Pumputis
1
-0
/
+10
2023-10-09
bpf: Add ability to pin bpf timer to calling CPU
David Vernet
1
-0
/
+4
2023-10-06
mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl
Florent Revest
1
-0
/
+1
2023-10-06
mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long
Florent Revest
1
-1
/
+1
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-16
/
+230
2023-10-03
syscalls: Cleanup references to sys_lookup_dcookie()
Sohil Mehta
1
-1
/
+1
2023-09-26
Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git://git.kernel.org/pu...
Linus Torvalds
3
-16
/
+230
[next]