summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20240419next-20240419Stephen Rothwell2024-04-194-0/+10307
* Merge branch 'nolibc' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/...Stephen Rothwell2024-04-194-21/+136
|\
| * tools/nolibc: add support for uname(2)Thomas Weißschuh2024-04-142-0/+69
| * tools/nolibc/string: remove open-coded strnlen()Thomas Weißschuh2024-04-101-6/+1
| * selftests/nolibc: Add tests for strlcat() and strlcpy()Rodrigo Campos2024-04-101-0/+40
| * tools/nolibc: Fix strlcpy() return code and size usageRodrigo Campos2024-04-101-8/+10
| * tools/nolibc: Fix strlcat() return code and size usageRodrigo Campos2024-04-101-9/+18
| * tools/nolibc/string: export strlen()Rodrigo Campos2024-04-101-1/+1
| * tools/nolibc/stdlib: fix memory error in realloc()Brennan Xavier McManus2024-04-101-1/+1
* | Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2024-04-193-7/+177
|\ \
| * \ Merge branches 'for-next/hardening' and 'for-linus/hardening' into for-next/ksppKees Cook2024-04-18764-5199/+12897
| |\ \
| | * | ubsan: Add awareness of signed integer overflow trapsKees Cook2024-04-151-2/+16
| | * | configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAPNathan Chancellor2024-04-151-0/+1
| | * | configs/hardening: Fix disabling UBSAN configurationsNathan Chancellor2024-04-151-5/+5
| * | | string_kunit: Add test cases for str*cmp functionsIvan Orlov2024-04-181-0/+155
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...Stephen Rothwell2024-04-191-4/+2
|\ \ \ \
| * | | | hte: tegra-194: Convert to platform remove callback returning voidUwe Kleine-König2024-04-121-4/+2
| | |_|/ | |/| |
* | | | Merge branch 'bitmap-for-next' of https://github.com/norov/linux.gitStephen Rothwell2024-04-192-4/+12
|\ \ \ \
| * | | | sched/topology: Optimize topology_span_sane()Kyle Meyer2024-04-131-4/+2
| * | | | cpumask: Add for_each_cpu_from()Kyle Meyer2024-04-131-0/+10
* | | | | Merge branch 'for-next/execve' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell2024-04-196-3/+54
|\ \ \ \ \
| * | | | | Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfigVignesh Balasubramanian2024-04-154-3/+11
| * | | | | tracing: Add sched_prepare_exec tracepointMarco Elver2024-04-112-0/+43
| | |_|/ / | |/| | |
* | | | | Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Stephen Rothwell2024-04-1935-67/+28
|\ \ \ \ \
| * | | | | sysctl: drop now unnecessary out-of-bounds checkThomas Weißschuh2024-04-161-5/+2
| * | | | | sysctl: move sysctl type to ctl_table_headerThomas Weißschuh2024-04-162-15/+17
| * | | | | sysctl: drop sysctl_is_perm_empty_ctl_tableThomas Weißschuh2024-04-161-5/+3
| * | | | | sysctl: treewide: constify argument ctl_table_root::permissions(table)Thomas Weißschuh2024-04-165-5/+5
| * | | | | sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh2024-04-165-7/+3
| * | | | | bpf: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-121-1/+0
| * | | | | delayacct: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-121-1/+0
| * | | | | kprobes: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-121-1/+0
| * | | | | printk: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-121-1/+0
| * | | | | scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-126-6/+0
| * | | | | seccomp: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-121-1/+0
| * | | | | timekeeping: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-121-1/+0
| * | | | | ftrace: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-122-2/+0
| * | | | | umh: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-121-1/+0
| * | | | | kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-1215-18/+1
| * | | | | sysctl: Remove sentinel elements from kernel dirJoel Granados2024-03-280-0/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2024-04-1943-9974/+638
|\ \ \ \ \
| * | | | | rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-169-15/+14
| * | | | | rust: init: update `init` module to take allocation flagsWedson Almeida Filho2024-04-166-41/+50
| * | | | | rust: sync: update `Arc` and `UniqueArc` to take allocation flagsWedson Almeida Filho2024-04-163-18/+18
| * | | | | rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho2024-04-166-34/+152
| * | | | | rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho2024-04-166-9/+70
| * | | | | rust: alloc: introduce allocation flagsWedson Almeida Filho2024-04-164-12/+71
| * | | | | rust: alloc: remove our fork of the `alloc` crateWedson Almeida Filho2024-04-1615-9885/+0
| * | | | | kbuild: use the upstream `alloc` crateWedson Almeida Filho2024-04-163-14/+5
| * | | | | rust: alloc: introduce the `VecExt` traitWedson Almeida Filho2024-04-164-0/+52