summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-171-0/+2
|\
| * lib/Kconfig.debug: disable CONFIG_DEBUG_INFO_BTF for HexagonNathan Chancellor2024-01-121-0/+2
* | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-112-19/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-044-4/+60
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-211-15/+0
| |\ \ \
| * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-181-1/+1
| |\ \ \ \
| | * | | | test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_KTiezhu Yang2023-12-091-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-141-6/+16
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-075-6/+62
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-301-2/+0
| |\ \ \ \ \ \
| | * | | | | | bpf/tests: Remove duplicate JSGT testsYujie Liu2023-11-301-2/+0
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-302-7/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'firmware_loader'Jakub Kicinski2023-11-241-0/+1
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent2023-11-241-0/+1
| * | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-211-16/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: Remove test for MOVSX32 with offset=32Puranjay Mohan2023-11-151-16/+0
* | | | | | | | | | Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-01-101-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens2023-12-111-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-2/+29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sysctl: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-2/+0
| * | | | | | | | | | sysctl: Add a selftest for handling empty dirsJoel Granados2023-12-281-0/+29
* | | | | | | | | | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-0/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-102-0/+16
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang2023-12-221-0/+3
| * | | | | | | | | | crypto: lib/aesgcm - Add kernel docs for aesgcm_macSagar Vashnav2023-11-171-0/+13
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-01-0913-34/+685
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kunit: Fix some comments which were mistakenly kerneldocDavid Gow2024-01-031-3/+3
| * | | | | | | | | | kunit: Add example of kunit_activate_static_stub() with pointer-to-functionRichard Fitzgerald2024-01-031-0/+35
| * | | | | | | | | | kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULLRichard Fitzgerald2024-01-031-1/+3
| * | | | | | | | | | kunit: Reset test->priv after each param iterationMichal Wajdeczko2023-12-181-0/+1
| * | | | | | | | | | kunit: Add example for using test->privMichal Wajdeczko2023-12-181-0/+15
| * | | | | | | | | | overflow: Replace fake root_device with kunit_devicedavidgow@google.com2023-12-181-3/+2
| * | | | | | | | | | fortify: test: Use kunit_devicedavidgow@google.com2023-12-181-2/+3
| * | | | | | | | | | kunit: Add APIs for managing devicesdavidgow@google.com2023-12-185-2/+336
| * | | | | | | | | | kunit: add ability to run tests after boot using debugfsRae Moar2023-12-182-0/+78
| * | | | | | | | | | kunit: add is_init test attributeRae Moar2023-12-182-1/+65
| * | | | | | | | | | kunit: add example suite to test init suitesRae Moar2023-12-181-0/+37
| * | | | | | | | | | kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-182-13/+77
| * | | | | | | | | | kunit: debugfs: Handle errors from alloc_string_stream()Richard Fitzgerald2023-12-181-5/+25
| * | | | | | | | | | kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald2023-12-181-1/+3
| * | | | | | | | | | kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()Richard Fitzgerald2023-12-181-1/+1
| * | | | | | | | | | kunit: string-stream-test: Avoid cast warning when testing gfp_t flagsRichard Fitzgerald2023-12-181-1/+1
| * | | | | | | | | | kunit: Add a macro to wrap a deferred action functionDavid Gow2023-12-182-6/+5
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-01-091-21/+9
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ Merge branches 'acpi-osl', 'acpi-bus' and 'acpi-tables'Rafael J. Wysocki2024-01-041-21/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | / / / / / | | | | |_|_|_|/ / / / / | | | |/| | | | | / / / | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | | | * | | | | | | ACPI: tables: Correct and clean up the logic of acpi_parse_entries_array()Yuntao Wang2023-12-061-21/+9
| | | | | |_|_|_|/ / | | | | |/| | | | |
* | | | | | | | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-094-61/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib/trace_readwrite.c:: replace asm-generic/io with linux/ioTanzir Hasan2023-12-291-1/+1
| * | | | | | | | | | lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion2023-12-291-55/+0