summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | kernel/resource: fix locking in request_free_mem_regionAlistair Popple2021-05-071-7/+38
| * | | | | kernel/resource: refactor __request_region to allow external lockingAlistair Popple2021-05-071-20/+32
| * | | | | kernel/resource: allow region_intersects users to hold resource_lockAlistair Popple2021-05-071-21/+31
| * | | | | kernel/resource: remove first_lvl / siblings_only logicDavid Hildenbrand2021-05-071-33/+12
| * | | | | kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand2021-05-071-1/+1
| * | | | | kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand2021-05-071-1/+1
| * | | | | gcov: clang: drop support for clang-10 and olderNick Desaulniers2021-05-072-103/+1
| * | | | | gcov: use kvmalloc()Johannes Berg2021-05-073-12/+12
| * | | | | gcov: simplify buffer allocationJohannes Berg2021-05-071-15/+9
| * | | | | gcov: combine common codeJohannes Berg2021-05-075-342/+171
| * | | | | kexec: dump kmessage before machine_kexecPavel Tatashin2021-05-071-0/+2
| * | | | | kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai2021-05-071-1/+3
| * | | | | kexec: Add kexec reboot stringJoe LeVeque2021-05-071-1/+1
| * | | | | kernel/fork.c: fix typosXiaofeng Cao2021-05-061-4/+4
| * | | | | kernel/fork.c: simplify copy_mm()Rolf Eike Beer2021-05-061-11/+4
| * | | | | do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome2021-05-061-10/+57
| * | | | | kernel/cred.c: make init_groups staticRasmus Villemoes2021-05-061-1/+1
| * | | | | kernel/async.c: fix pr_debug statementRasmus Villemoes2021-05-061-1/+1
* | | | | | Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-05-061-1/+4
|\ \ \ \ \ \
| * | | | | | ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-051-1/+4
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-051-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar2021-05-051-1/+1
* | | | | | | Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-051-10/+10
|\ \ \ \ \ \ \
| * | | | | | | irqdomain: Introduce irq_domain_create_simple() APIAndy Shevchenko2021-03-261-10/+10
* | | | | | | | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-043-334/+200
|\ \ \ \ \ \ \ \
| * | | | | | | | swiotlb: don't override user specified size in swiotlb_adjust_sizeChristoph Hellwig2021-04-291-0/+2
| * | | | | | | | swiotlb: Fix the type of indexClaire Chang2021-04-271-1/+2
| * | | | | | | | swiotlb: Make SWIOTLB_NO_FORCE perform no allocationFlorian Fainelli2021-04-011-4/+14
| * | | | | | | | swiotlb: remove swiotlb_nr_tblChristoph Hellwig2021-03-191-6/+1
| * | | | | | | | swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig2021-03-191-207/+99
| * | | | | | | | swiotlb: move global variables into a new io_tlb_mem structureClaire Chang2021-03-191-190/+164
| * | | | | | | | swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig2021-03-171-0/+8
| * | | | | | | | swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig2021-03-173-25/+21
| * | | | | | | | swiotlb: move orig addr and size validation into swiotlb_bounceChristoph Hellwig2021-03-171-36/+23
| * | | | | | | | swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig2021-03-172-23/+24
* | | | | | | | | Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-05-042-18/+153
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dma-mapping: benchmark: Add support for multi-pages map/unmapXiang Chen2021-04-021-7/+14
| * | | | | | | | | dma-mapping: benchmark: use the correct HiSilicon copyrightHao Fang2021-04-021-1/+1
| * | | | | | | | | dma-mapping: add a dma_alloc_noncontiguous APIChristoph Hellwig2021-03-151-0/+106
| * | | | | | | | | dma-mapping: refactor dma_{alloc,free}_pagesChristoph Hellwig2021-03-151-10/+19
| * | | | | | | | | dma-mapping: add a dma_mmap_pages helperChristoph Hellwig2021-03-151-0/+13
| |/ / / / / / / /
* | | | | | | | | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-0325-260/+1122
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)2021-04-301-14/+30
| * | | | | | | | tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-04-281-26/+15
| * | | | | | | | ftrace: Reuse the output of the function tracer for func_repeatsSteven Rostedt (VMware)2021-04-151-10/+13
| * | | | | | | | tracing: Add "func_no_repeats" option for function tracingYordan Karadzhov (VMware)2021-04-151-3/+159
| * | | | | | | | tracing: Unify the logic for function tracing optionsYordan Karadzhov (VMware)2021-04-151-27/+38
| * | | | | | | | tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)2021-04-152-0/+38
| * | | | | | | | tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)2021-04-152-0/+13
| * | | | | | | | tracing: Define new ftrace event "func_repeats"Yordan Karadzhov (VMware)2021-04-153-0/+73