Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
| * | | | | | | | tracing: Define static void trace_print_time() | Yordan Karadzhov (VMware) | 2021-04-15 | 1 | -9/+17 | |
| * | | | | | | | ftrace: Simplify the calculation of page number for ftrace_page->records some... | Steven Rostedt (VMware) | 2021-04-01 | 1 | -8/+2 | |
| * | | | | | | | ftrace: Store the order of pages allocated in ftrace_page | Linus Torvalds | 2021-04-01 | 1 | -18/+17 | |
| * | | | | | | | tracing: Remove unused argument from "ring_buffer_time_stamp() | Yordan Karadzhov (VMware) | 2021-04-01 | 2 | -5/+5 | |
| * | | | | | | | Merge branch 'trace/ftrace/urgent' into HEAD | Steven Rostedt (VMware) | 2021-04-01 | 2 | -4/+8 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | tracing: Update create_system_filter() kernel-doc comment | Qiujun Huang | 2021-03-25 | 1 | -2/+3 | |
| * | | | | | | | | tracing: A minor cleanup for create_system_filter() | Qiujun Huang | 2021-03-25 | 1 | -4/+3 | |
| * | | | | | | | | kernel: trace: Mundane typo fixes in the file trace_events_filter.c | Bhaskar Chowdhury | 2021-03-25 | 1 | -1/+1 | |
| * | | | | | | | | tracing: Fix various typos in comments | Ingo Molnar | 2021-03-23 | 19 | -44/+45 | |
| * | | | | | | | | tracing: Add a verifier to check string pointers for trace events | Steven Rostedt (VMware) | 2021-03-18 | 4 | -1/+215 | |
| * | | | | | | | | tracing: Add check of trace event print fmts for dereferencing pointers | Steven Rostedt (VMware) | 2021-03-18 | 1 | -0/+210 | |
| * | | | | | | | | tracing: Add tracing_event_time_stamp() API | Steven Rostedt (VMware) | 2021-03-18 | 2 | -0/+9 | |
| * | | | | | | | | ring-buffer: Add verifier for using ring_buffer_event_time_stamp() | Steven Rostedt (VMware) | 2021-03-18 | 1 | -4/+52 | |
| * | | | | | | | | tracing: Use a no_filter_buffering_ref to stop using the filter buffer | Steven Rostedt (VMware) | 2021-03-18 | 3 | -21/+17 | |
| * | | | | | | | | ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all... | Steven Rostedt (VMware) | 2021-03-18 | 2 | -16/+46 | |
| * | | | | | | | | tracing: Pass buffer of event to trigger operations | Steven Rostedt (VMware) | 2021-03-18 | 4 | -51/+92 | |
| * | | | | | | | | ring-buffer: Add a event_stamp to cpu_buffer for each level of nesting | Steven Rostedt (VMware) | 2021-03-18 | 1 | -1/+10 | |
| * | | | | | | | | ring-buffer: Separate out internal use of ring_buffer_event_time_stamp() | Steven Rostedt (VMware) | 2021-03-18 | 1 | -18/+23 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2021-05-03 | 1 | -5/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fs: split receive_fd_replace from __receive_fd | Christoph Hellwig | 2021-04-16 | 1 | -5/+12 | |
* | | | | | | | | | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2021-05-02 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | landlock: Add syscall implementations | Mickaël Salaün | 2021-04-22 | 1 | -0/+5 | |
| | |/ / / / / / / | |/| | | | | | | |