Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | kernel/resource: fix locking in request_free_mem_region | Alistair Popple | 2021-05-07 | 1 | -7/+38 | |
| * | | | | | kernel/resource: refactor __request_region to allow external locking | Alistair Popple | 2021-05-07 | 1 | -20/+32 | |
| * | | | | | kernel/resource: allow region_intersects users to hold resource_lock | Alistair Popple | 2021-05-07 | 1 | -21/+31 | |
| * | | | | | kernel/resource: remove first_lvl / siblings_only logic | David Hildenbrand | 2021-05-07 | 1 | -33/+12 | |
| * | | | | | kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources | David Hildenbrand | 2021-05-07 | 1 | -1/+1 | |
| * | | | | | kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R... | David Hildenbrand | 2021-05-07 | 1 | -1/+1 | |
| * | | | | | gcov: clang: drop support for clang-10 and older | Nick Desaulniers | 2021-05-07 | 2 | -103/+1 | |
| * | | | | | gcov: use kvmalloc() | Johannes Berg | 2021-05-07 | 3 | -12/+12 | |
| * | | | | | gcov: simplify buffer allocation | Johannes Berg | 2021-05-07 | 1 | -15/+9 | |
| * | | | | | gcov: combine common code | Johannes Berg | 2021-05-07 | 5 | -342/+171 | |
| * | | | | | kexec: dump kmessage before machine_kexec | Pavel Tatashin | 2021-05-07 | 1 | -0/+2 | |
| * | | | | | kernel: kexec_file: fix error return code of kexec_calculate_store_digests() | Jia-Ju Bai | 2021-05-07 | 1 | -1/+3 | |
| * | | | | | kexec: Add kexec reboot string | Joe LeVeque | 2021-05-07 | 1 | -1/+1 | |
| * | | | | | kernel/fork.c: fix typos | Xiaofeng Cao | 2021-05-06 | 1 | -4/+4 | |
| * | | | | | kernel/fork.c: simplify copy_mm() | Rolf Eike Beer | 2021-05-06 | 1 | -11/+4 | |
| * | | | | | do_wait: make PIDTYPE_PID case O(1) instead of O(n) | Jim Newsome | 2021-05-06 | 1 | -10/+57 | |
| * | | | | | kernel/cred.c: make init_groups static | Rasmus Villemoes | 2021-05-06 | 1 | -1/+1 | |
| * | | | | | kernel/async.c: fix pr_debug statement | Rasmus Villemoes | 2021-05-06 | 1 | -1/+1 | |
* | | | | | | Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2021-05-06 | 1 | -1/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ftrace: Handle commands when closing set_ftrace_filter file | Steven Rostedt (VMware) | 2021-05-05 | 1 | -1/+4 | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-05-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | mm/compaction: remove unused variable sysctl_compact_memory | Pintu Kumar | 2021-05-05 | 1 | -1/+1 | |
* | | | | | | | Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2021-05-05 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | irqdomain: Introduce irq_domain_create_simple() API | Andy Shevchenko | 2021-03-26 | 1 | -10/+10 | |
* | | | | | | | | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-05-04 | 3 | -334/+200 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | swiotlb: don't override user specified size in swiotlb_adjust_size | Christoph Hellwig | 2021-04-29 | 1 | -0/+2 | |
| * | | | | | | | | swiotlb: Fix the type of index | Claire Chang | 2021-04-27 | 1 | -1/+2 | |
| * | | | | | | | | swiotlb: Make SWIOTLB_NO_FORCE perform no allocation | Florian Fainelli | 2021-04-01 | 1 | -4/+14 | |
| * | | | | | | | | swiotlb: remove swiotlb_nr_tbl | Christoph Hellwig | 2021-03-19 | 1 | -6/+1 | |
| * | | | | | | | | swiotlb: dynamically allocate io_tlb_default_mem | Christoph Hellwig | 2021-03-19 | 1 | -207/+99 | |
| * | | | | | | | | swiotlb: move global variables into a new io_tlb_mem structure | Claire Chang | 2021-03-19 | 1 | -190/+164 | |
| * | | | | | | | | swiotlb: lift the double initialization protection from xen-swiotlb | Christoph Hellwig | 2021-03-17 | 1 | -0/+8 | |
| * | | | | | | | | swiotlb: split swiotlb_tbl_sync_single | Christoph Hellwig | 2021-03-17 | 3 | -25/+21 | |
| * | | | | | | | | swiotlb: move orig addr and size validation into swiotlb_bounce | Christoph Hellwig | 2021-03-17 | 1 | -36/+23 | |
| * | | | | | | | | swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single | Christoph Hellwig | 2021-03-17 | 2 | -23/+24 | |
* | | | | | | | | | Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2021-05-04 | 2 | -18/+153 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | dma-mapping: benchmark: Add support for multi-pages map/unmap | Xiang Chen | 2021-04-02 | 1 | -7/+14 | |
| * | | | | | | | | | dma-mapping: benchmark: use the correct HiSilicon copyright | Hao Fang | 2021-04-02 | 1 | -1/+1 | |
| * | | | | | | | | | dma-mapping: add a dma_alloc_noncontiguous API | Christoph Hellwig | 2021-03-15 | 1 | -0/+106 | |
| * | | | | | | | | | dma-mapping: refactor dma_{alloc,free}_pages | Christoph Hellwig | 2021-03-15 | 1 | -10/+19 | |
| * | | | | | | | | | dma-mapping: add a dma_mmap_pages helper | Christoph Hellwig | 2021-03-15 | 1 | -0/+13 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2021-05-03 | 25 | -260/+1122 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | tracing: Restructure trace_clock_global() to never block | Steven Rostedt (VMware) | 2021-04-30 | 1 | -14/+30 | |
| * | | | | | | | | tracing: Map all PIDs to command lines | Steven Rostedt (VMware) | 2021-04-28 | 1 | -26/+15 | |
| * | | | | | | | | ftrace: Reuse the output of the function tracer for func_repeats | Steven Rostedt (VMware) | 2021-04-15 | 1 | -10/+13 | |
| * | | | | | | | | tracing: Add "func_no_repeats" option for function tracing | Yordan Karadzhov (VMware) | 2021-04-15 | 1 | -3/+159 | |
| * | | | | | | | | tracing: Unify the logic for function tracing options | Yordan Karadzhov (VMware) | 2021-04-15 | 1 | -27/+38 | |
| * | | | | | | | | tracing: Add method for recording "func_repeats" events | Yordan Karadzhov (VMware) | 2021-04-15 | 2 | -0/+38 | |
| * | | | | | | | | tracing: Add "last_func_repeats" to struct trace_array | Yordan Karadzhov (VMware) | 2021-04-15 | 2 | -0/+13 | |
| * | | | | | | | | tracing: Define new ftrace event "func_repeats" | Yordan Karadzhov (VMware) | 2021-04-15 | 3 | -0/+73 |