index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2023-04-25
Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2023-04-25
Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2023-04-25
Merge tag 'platform-drivers-x86-v6.4-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2023-04-25
Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2023-04-25
Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-25
Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-04-25
Merge tag 'core-entry-2023-04-24' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-25
Merge tag 'x86_misc_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-24
Merge tag 'v6.4/vfs.open' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2023-04-24
Merge tag 'v6.4/kernel.clone3.tests' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-04-24
Merge tag 'docs-6.4' of git://git.lwn.net/linux
Linus Torvalds
2023-04-24
Merge tag 'linux-kselftest-kunit-6.4-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2023-04-24
Merge tag 'linux-kselftest-next-6.4-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-24
Merge tag 'nolibc.2023.04.04a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-04-24
Merge tag 'locktorture.2023.04.04a' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-24
Merge tag 'lkmm-scripting.2023.04.07a' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-24
Merge tag 'lkmm.2023.04.07a' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-04-24
Merge branch 'x86-rep-insns': x86 user copy clarifications
Linus Torvalds
2023-04-24
Merge branches 'pm-core', 'pm-sleep', 'pm-opp' and 'pm-tools'
Rafael J. Wysocki
2023-04-24
Merge branch 'acpica'
Rafael J. Wysocki
2023-04-19
Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-04-19
tools/loongarch: Use __SIZEOF_LONG__ to define __BITS_PER_LONG
Tiezhu Yang
2023-04-18
x86: improve on the non-rep 'copy_user' function
Linus Torvalds
2023-04-18
x86: improve on the non-rep 'clear_user' function
Linus Torvalds
2023-04-18
x86: inline the 'rep movs' in user copies for the FSRM case
Linus Torvalds
2023-04-18
x86: move stac/clac from user copy routines into callers
Linus Torvalds
2023-04-18
x86: don't use REP_GOOD or ERMS for user memory clearing
Linus Torvalds
2023-04-18
tools/Makefile: do missed s/vm/mm/
SeongJae Park
2023-04-18
selftests/proc: Assert clock_gettime(CLOCK_BOOTTIME) VS /proc/uptime monotoni...
Frederic Weisbecker
2023-04-18
selftests/proc: Remove idle time monotonicity assertions
Frederic Weisbecker
2023-04-16
tools/mm/page_owner_sort.c: fix TGID output when cull=tg is used
Steve Chou
2023-04-16
selftest, ptrace: Add selftest for syscall user dispatch config api
Gregory Price
2023-04-16
selftests/timers/posix_timers: Test delivery of signals across threads
Dmitry Vyukov
2023-04-14
selftests/resctrl: Fix incorrect error return on test complete
Reinette Chatre
2023-04-13
Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-04-13
selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg
Jesper Dangaard Brouer
2023-04-13
selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters
Jesper Dangaard Brouer
2023-04-13
selftests/resctrl: Remove duplicate codes that clear each test result file
Shaopeng Tan
2023-04-13
selftests/resctrl: Commonize the signal handler register/unregister for all t...
Shaopeng Tan
2023-04-13
selftests/resctrl: Cleanup properly when an error occurs in CAT test
Shaopeng Tan
2023-04-13
selftests/resctrl: Flush stdout file buffer before executing fork()
Shaopeng Tan
2023-04-13
selftests/resctrl: Return MBA check result and make it to output message
Shaopeng Tan
2023-04-13
selftests/resctrl: Fix set up schemata with 100% allocation on first run in M...
Shaopeng Tan
2023-04-13
selftests/resctrl: Use correct exit code when tests fail
Peter Newman
2023-04-13
selftests: add the missing CONFIG_IP_SCTP in net config
Xin Long
2023-04-13
selftests: openvswitch: adjust datapath NL message declaration
Aaron Conole
2023-04-13
selftests: mptcp: userspace pm: uniform verify events
Matthieu Baerts
2023-04-11
kselftest/arm64: Convert za-fork to use kselftest.h
Mark Brown
2023-04-11
kselftest: Support nolibc
Mark Brown
[next]