Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing | Claire Chang | 2021-07-13 | 3 | -2/+6 | |
| * | | | | | | swiotlb: Update is_swiotlb_active to add a struct device argument | Claire Chang | 2021-07-13 | 2 | -3/+3 | |
| * | | | | | | swiotlb: Update is_swiotlb_buffer to add a struct device argument | Claire Chang | 2021-07-13 | 2 | -6/+6 | |
| * | | | | | | swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used | Claire Chang | 2021-07-13 | 1 | -4/+4 | |
| * | | | | | | swiotlb: Refactor swiotlb_create_debugfs | Claire Chang | 2021-07-13 | 1 | -7/+14 | |
| * | | | | | | swiotlb: Refactor swiotlb init functions | Claire Chang | 2021-07-13 | 1 | -25/+25 | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 9 | -11/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | mm: wire up syscall process_mrelease | Suren Baghdasaryan | 2021-09-03 | 1 | -0/+1 | |
| * | | | | | | | mm: compaction: support triggering of proactive compaction by user | Charan Teja Reddy | 2021-09-03 | 1 | -1/+1 | |
| * | | | | | | | memcg: enable accounting for posix_timers_cache slab | Vasily Averin | 2021-09-03 | 1 | -2/+2 | |
| * | | | | | | | memcg: enable accounting for signals | Vasily Averin | 2021-09-03 | 1 | -1/+1 | |
| * | | | | | | | memcg: enable accounting for new namesapces and struct nsproxy | Vasily Averin | 2021-09-03 | 5 | -6/+6 | |
| * | | | | | | | memcg: enable accounting for pids in nested pid namespaces | Vasily Averin | 2021-09-03 | 1 | -1/+2 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-09-02 | 4 | -51/+175 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... | Ingo Molnar | 2021-08-18 | 4 | -51/+175 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kcsan: permissive: Ignore data-racy 1-bit value changes | Marco Elver | 2021-07-20 | 2 | -1/+80 | |
| | * | | | | | | | kcsan: Print if strict or non-strict during init | Marco Elver | 2021-07-20 | 1 | -0/+9 | |
| | * | | | | | | | kcsan: Rework atomic.h into permissive.h | Marco Elver | 2021-07-20 | 3 | -32/+71 | |
| | * | | | | | | | kcsan: Reduce get_ctx() uses in kcsan_found_watchpoint() | Marco Elver | 2021-07-20 | 1 | -10/+16 | |
| | * | | | | | | | kcsan: Remove CONFIG_KCSAN_DEBUG | Marco Elver | 2021-07-20 | 1 | -9/+0 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
* | | | | | | | | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2021-09-02 | 6 | -110/+175 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | dma-mapping: make the global coherent pool conditional | Christoph Hellwig | 2021-08-19 | 1 | -22/+27 | |
| * | | | | | | | | dma-mapping: add a dma_init_global_coherent helper | Christoph Hellwig | 2021-08-18 | 1 | -18/+14 | |
| * | | | | | | | | dma-mapping: simplify dma_init_coherent_memory | Christoph Hellwig | 2021-08-18 | 1 | -45/+33 | |
| * | | | | | | | | dma-mapping: allow using the global coherent pool for !ARM | Christoph Hellwig | 2021-08-18 | 1 | -0/+2 | |
| * | | | | | | | | dma-direct: add support for dma_coherent_default_memory | Christoph Hellwig | 2021-08-18 | 2 | -0/+19 | |
| * | | | | | | | | dma-mapping: return an unsigned int from dma_map_sg{,_attrs} | Christoph Hellwig | 2021-08-14 | 1 | -1/+1 | |
| * | | | | | | | | dma-mapping: disallow .map_sg operations from returning zero on error | Logan Gunthorpe | 2021-08-09 | 1 | -3/+1 | |
| * | | | | | | | | dma-mapping: return error code from dma_dummy_map_sg() | Martin Oliveira | 2021-08-09 | 1 | -1/+1 | |
| * | | | | | | | | dma-direct: return appropriate error code from dma_direct_map_sg() | Logan Gunthorpe | 2021-08-09 | 1 | -1/+1 | |
| * | | | | | | | | dma-mapping: allow map_sg() ops to return negative error codes | Logan Gunthorpe | 2021-08-09 | 1 | -8/+74 | |
| * | | | | | | | | dma-debug: fix debugfs initialization order | Anthony Iliopoulos | 2021-08-09 | 1 | -3/+4 | |
| * | | | | | | | | dma-debug: use memory_intersects() directly | Kefeng Wang | 2021-08-09 | 1 | -12/+2 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-09-01 | 9 | -550/+413 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'rework/printk_safe-removal' into for-linus | Petr Mladek | 2021-08-30 | 6 | -500/+163 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | printk: syslog: close window between wait and read | John Ogness | 2021-07-26 | 1 | -19/+36 | |
| | * | | | | | | | | printk: convert @syslog_lock to mutex | John Ogness | 2021-07-26 | 1 | -29/+20 | |
| | * | | | | | | | | printk: remove NMI tracking | John Ogness | 2021-07-26 | 3 | -46/+1 | |
| | * | | | | | | | | printk: remove safe buffers | John Ogness | 2021-07-26 | 5 | -428/+48 | |
| | * | | | | | | | | printk: track/limit recursion | John Ogness | 2021-07-26 | 1 | -3/+83 | |
| * | | | | | | | | | Merge branch 'rework/fixup-for-5.15' into for-linus | Petr Mladek | 2021-08-30 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | printk/console: Check consistent sequence number when handling race in consol... | Petr Mladek | 2021-07-08 | 1 | -2/+5 | |
| * | | | | | | | | | | Merge branch 'for-5.15-verbose-console' into for-linus | Petr Mladek | 2021-08-30 | 1 | -0/+12 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | printk: Add printk.console_no_auto_verbose boot parameter | Dmitry Safonov | 2021-07-29 | 1 | -0/+12 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | printk/index: Fix -Wunused-function warning | YueHaibing | 2021-08-27 | 1 | -1/+1 | |
| * | | | | | | | | | | printk: Move the printk() kerneldoc comment to its new home | Jonathan Corbet | 2021-07-26 | 1 | -24/+0 | |
| * | | | | | | | | | | printk/index: Fix warning about missing prototypes | Petr Mladek | 2021-07-26 | 1 | -2/+2 | |
| * | | | | | | | | | | printk: Userspace format indexing support | Chris Down | 2021-07-19 | 4 | -5/+209 | |
| * | | | | | | | | | | printk: Rework parse_prefix into printk_parse_prefix | Chris Down | 2021-07-19 | 2 | -4/+6 | |
| * | | | | | | | | | | printk: Straighten out log_flags into printk_info_flags | Chris Down | 2021-07-19 | 2 | -23/+26 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | |