summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds2023-08-301-11/+158
|\
| * time: add kernel-doc in time.cRandy Dunlap2023-07-141-11/+158
* | Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-08-301-1/+1
|\ \
| * | kexec_lock: Replace kexec_mutex() by kexec_lock() in two commentsWenyu Liu2023-08-071-1/+1
* | | Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-301-1/+1
|\ \ \
| * | | lsm: constify the 'target' parameter in security_capget()Khadija Kamran2023-08-081-1/+1
| | |/ | |/|
* | | Merge tag 'audit-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-305-17/+21
|\ \ \
| * | | audit: move trailing statements to next lineAtul Kumar Pant2023-08-152-2/+4
| * | | audit: cleanup function braces and assignment-in-if-conditionAtul Kumar Pant2023-08-151-2/+4
| * | | audit: add space before parenthesis and around '=', "==", and '<'Atul Kumar Pant2023-08-153-10/+10
| * | | audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui2023-08-081-0/+2
| * | | audit: correct audit_filter_inodes() definitionXiu Jianfeng2023-07-211-1/+1
| * | | audit: include security.h unconditionallyXiu Jianfeng2023-07-201-2/+0
| |/ /
* | | Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-08-295-104/+736
|\ \ \
| * | | swiotlb: optimize get_max_slots()Petr Tesarik2023-08-081-3/+1
| * | | swiotlb: move slot allocation explanation comment where it belongsPetr Tesarik2023-08-081-5/+5
| * | | swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik2023-08-011-8/+6
| * | | swiotlb: allocate a new memory pool when existing pools are fullPetr Tesarik2023-08-011-25/+123
| * | | swiotlb: determine potential physical address limitPetr Tesarik2023-08-011-0/+14
| * | | swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik2023-08-012-9/+309
| * | | swiotlb: add a flag whether SWIOTLB is allowed to growPetr Tesarik2023-08-012-0/+26
| * | | swiotlb: separate memory pool data from other allocator dataPetr Tesarik2023-08-011-64/+111
| * | | swiotlb: add documentation and rename swiotlb_do_find_slots()Petr Tesarik2023-08-011-6/+55
| * | | swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik2023-08-011-1/+38
| * | | swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocatedPetr Tesarik2023-08-011-0/+3
| * | | dma-contiguous: check for memory region overlapBinglei Wang2023-07-311-0/+5
| * | | dma-contiguous: support numa CMA for specified nodeYajun Deng2023-07-312-26/+84
| * | | dma-contiguous: support per-numa CMA for all architecturesYajun Deng2023-07-312-4/+10
| * | | dma-mapping: move arch_dma_set_mask() declaration to headerArnd Bergmann2023-07-311-6/+0
| * | | swiotlb: unexport is_swiotlb_activeChristoph Hellwig2023-07-311-1/+0
| | |/ | |/|
* | | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-2/+3
|\ \ \
| * | | sysctl: Add size to register_sysctlJoel Granados2023-08-151-1/+1
| * | | sysctl: Add a size arg to __register_sysctl_tableJoel Granados2023-08-151-1/+2
| | |/ | |/|
* | | Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-294-11/+33
|\ \ \
| * | | module/decompress: use vmalloc() for zstd decompression workspaceAndrea Righi2023-08-291-2/+2
| * | | kallsyms: Add more debug output for selftestKees Cook2023-08-241-4/+18
| * | | module: Expose module_init_layout_section()James Morse2023-08-031-1/+1
| * | | modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig2023-08-021-3/+11
| * | | modpost, kallsyms: Treat add '$'-prefixed symbols as mapping symbolsPalmer Dabbelt2023-07-241-1/+1
| * | | kernel: params: Remove unnecessary ‘0’ values from errLi zeming2023-07-101-1/+1
| * | | module: Ignore RISC-V mapping symbols tooPalmer Dabbelt2023-07-101-1/+1
| |/ /
* | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-2916-282/+635
|\ \ \
| * | | crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()Eric DeVolder2023-08-241-2/+2
| * | | crash: hotplug support for kexec_load()Eric DeVolder2023-08-244-0/+55
| * | | kexec: exclude elfcorehdr from the segment digestEric DeVolder2023-08-241-0/+6
| * | | crash: add generic infrastructure for crash hotplug supportEric DeVolder2023-08-243-0/+179
| * | | crash: move a few code bits to setup support of crash hotplugEric DeVolder2023-08-243-218/+218
| * | | treewide: drop CONFIG_EMBEDDEDRandy Dunlap2023-08-211-1/+1
| * | | lockdep: fix static memory detection even moreHelge Deller2023-08-211-22/+14
| * | | kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik2023-08-211-13/+9