summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-10-111-0/+82
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | lib: devres: Add managed arch_io_reserve_memtype_wc()Thomas Zimmermann2021-09-231-0/+46
| | * | | | | | | lib: devres: Add managed arch_phys_wc_add()Thomas Zimmermann2021-09-231-0/+36
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-23/+80
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher2021-10-241-5/+15
| * | | | | | | iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher2021-10-201-0/+39
| * | | | | | | iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-12/+21
| * | | | | | | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2021-10-181-6/+4
| * | | | | | | iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher2021-10-121-2/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-022-37/+35
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-5.16-vsprintf-pgp' into for-linusPetr Mladek2021-11-0223-275/+657
| |\ \ \ \ \ \ \
| | * | | | | | | vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)2021-10-272-2/+15
| | * | | | | | | test_printf: Append strings more efficientlyMatthew Wilcox (Oracle)2021-10-271-11/+7
| | * | | | | | | test_printf: Remove custom appending of '|'Matthew Wilcox (Oracle)2021-10-271-6/+1
| | * | | | | | | test_printf: Remove separate page_flags variableMatthew Wilcox (Oracle)2021-10-271-7/+5
| | * | | | | | | test_printf: Make pft array constMatthew Wilcox (Oracle)2021-10-271-13/+8
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | lib/vsprintf.c: Amend static asserts for format specifier flagsAndy Shevchenko2021-10-271-1/+2
* | | | | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-022-281/+6090
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-80/+252
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf, tests: Add module parameter test_suite to test_bpf moduleTiezhu Yang2021-10-281-77/+135
| | * | | | | | | | bpf, tests: Add more LD_IMM64 testsJohan Almbladh2021-10-071-3/+117
| * | | | | | | | | lib: bitmap: Introduce node-aware alloc APITariq Toukan2021-10-261-0/+13
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-142-3/+3
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | / / | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-011-204/+5827
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf/tests: Add test of LDX_MEM with operand aliasingJohan Almbladh2021-10-011-0/+58
| | * | | | | | | | bpf/tests: Add test of ALU shifts with operand register aliasingJohan Almbladh2021-10-011-13/+149
| | * | | | | | | | bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinationsJohan Almbladh2021-10-011-0/+422
| | * | | | | | | | bpf/tests: Add exhaustive tests of ALU register combinationsJohan Almbladh2021-10-011-71/+763
| | * | | | | | | | bpf/tests: Minor restructuring of ALU testsJohan Almbladh2021-10-011-72/+65
| | * | | | | | | | bpf/tests: Add more tests for ALU and ATOMIC register clobberingJohan Almbladh2021-10-011-70/+197
| | * | | | | | | | bpf/tests: Add tests to check source register zero-extensionJohan Almbladh2021-10-011-0/+143
| | * | | | | | | | bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudesJohan Almbladh2021-10-011-1/+503
| | * | | | | | | | bpf/tests: Add zero-extension checks in BPF_ATOMIC testsJohan Almbladh2021-10-011-5/+17
| | * | | | | | | | bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizesJohan Almbladh2021-10-011-0/+254
| | * | | | | | | | bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook2021-09-281-1/+1
| | * | | | | | | | bpf/tests: Add tail call limit test with external function callJohan Almbladh2021-09-281-3/+83
| | * | | | | | | | bpf/tests: Fix error in tail call limit testsJohan Almbladh2021-09-281-10/+27
| | * | | | | | | | bpf/tests: Add more BPF_END byte order conversion testsJohan Almbladh2021-09-281-0/+122
| | * | | | | | | | bpf/tests: Expand branch conversion JIT testJohan Almbladh2021-09-281-34/+91
| | * | | | | | | | bpf/tests: Add JMP tests with degenerate conditionalJohan Almbladh2021-09-281-0/+229
| | * | | | | | | | bpf/tests: Add JMP tests with small offsetsJohan Almbladh2021-09-281-0/+71
| | * | | | | | | | bpf/tests: Add test case flag for verifier zero-extensionJohan Almbladh2021-09-281-0/+3
| | * | | | | | | | bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudesJohan Almbladh2021-09-281-0/+63
| | * | | | | | | | bpf/tests: Add staggered JMP and JMP32 testsJohan Almbladh2021-09-281-0/+829
| | * | | | | | | | bpf/tests: Add exhaustive tests of JMP operand magnitudesJohan Almbladh2021-09-281-0/+779
| | * | | | | | | | bpf/tests: Add exhaustive tests of ALU operand magnitudesJohan Almbladh2021-09-281-0/+772
| | * | | | | | | | bpf/tests: Add exhaustive tests of ALU shift valuesJohan Almbladh2021-09-281-0/+260
| | * | | | | | | | bpf/tests: Reduce memory footprint of test suiteJohan Almbladh2021-09-281-14/+12
| | * | | | | | | | bpf/tests: Allow different number of runs per test caseJohan Almbladh2021-09-281-0/+4
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-303-8/+9
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |