| Commit message (Expand) | Author | Age | Files | Lines |
* | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify | Usama Arif | 2024-10-29 | 1 | -2/+2 |
* | mm: remove legacy install_special_mapping() code | Linus Torvalds | 2024-09-02 | 1 | -4/+8 |
* | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2024-07-23 | 1 | -0/+2 |
|\ |
|
| * | kbuild: Abort make on install failures | Zhang Bingwu | 2024-07-20 | 1 | -0/+2 |
* | | nios2: convert to generic syscall table | Arnd Bergmann | 2024-07-10 | 6 | -17/+24 |
* | | clone3: drop __ARCH_WANT_SYS_CLONE3 macro | Arnd Bergmann | 2024-07-10 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2024-05-18 | 1 | -2/+1 |
|\ |
|
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 2024-05-09 | 1 | -2/+1 |
* | | arch: make execmem setup available regardless of CONFIG_MODULES | Mike Rapoport (IBM) | 2024-05-14 | 2 | -20/+21 |
* | | mm/execmem, arch: convert simple overrides of module_alloc to execmem | Mike Rapoport (IBM) | 2024-05-14 | 1 | -5/+16 |
* | | nios2: define virtual address space for modules | Mike Rapoport (IBM) | 2024-05-14 | 2 | -16/+8 |
|/ |
|
* | nios2: Only use built-in devicetree blob if configured to do so | Guenter Roeck | 2024-04-03 | 1 | -1/+5 |
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-03-15 | 3 | -0/+13 |
|\ |
|
| * | Introduce cpu_dcache_is_aliasing() across all architectures | Mathieu Desnoyers | 2024-02-23 | 2 | -0/+11 |
| * | nios2/pgtable: define PFN_PTE_SHIFT | David Hildenbrand | 2024-02-22 | 1 | -0/+2 |
* | | arch: define CONFIG_PAGE_SIZE_*KB on all architectures | Arnd Bergmann | 2024-03-06 | 2 | -1/+2 |
|/ |
|
* | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2024-01-19 | 1 | -0/+1 |
|\ |
|
| * | mm: Introduce flush_cache_vmap_early() | Alexandre Ghiti | 2023-12-14 | 1 | -0/+1 |
* | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-01-11 | 1 | -0/+2 |
|\ \ |
|
| * | | arch: add do_page_fault prototypes | Arnd Bergmann | 2023-11-23 | 1 | -0/+2 |
| |/ |
|
* / | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 2024-01-09 | 1 | -1/+1 |
|/ |
|
* | vgacon, arch/*: remove unused screen_info definitions | Arnd Bergmann | 2023-10-17 | 1 | -5/+0 |
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-08-31 | 1 | -1/+1 |
|\ |
|
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe | 2023-07-11 | 1 | -1/+1 |
* | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-08-29 | 2 | -2/+2 |
|\ \ |
|
| * | | treewide: drop CONFIG_EMBEDDED | Randy Dunlap | 2023-08-21 | 2 | -2/+2 |
| |/ |
|
* | | nios2: fix flush_dcache_page() for usage from irq context | Helge Deller | 2023-08-25 | 2 | -2/+7 |
* | | mm: rationalise flush_icache_pages() and flush_icache_page() | Matthew Wilcox (Oracle) | 2023-08-25 | 1 | -1/+1 |
* | | nios2: implement the new page table range API | Matthew Wilcox (Oracle) | 2023-08-25 | 3 | -46/+67 |
* | | nios2: convert __pte_free_tlb() to use ptdescs | Vishal Moola (Oracle) | 2023-08-21 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds | 2023-06-30 | 2 | -2/+0 |
|\ |
|
| * | mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED | Vlastimil Babka | 2023-05-26 | 2 | -2/+0 |
* | | Merge branch 'expand-stack' | Linus Torvalds | 2023-06-29 | 2 | -15/+3 |
|\ \ |
|
| * | | mm/fault: convert remaining simple cases to lock_mm_and_find_vma() | Linus Torvalds | 2023-06-24 | 2 | -15/+3 |
* | | | Revert "nios2: Convert __pte_free_tlb() to use ptdescs" | Dinh Nguyen | 2023-06-28 | 1 | -4/+4 |
* | | | Merge tag 'nios2_updates_for_v6.5' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2023-06-26 | 3 | -8/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | nios2: Replace all non-returning strlcpy with strscpy | Azeem Shaikh | 2023-06-13 | 2 | -4/+4 |
| * | | nios2: Convert __pte_free_tlb() to use ptdescs | Vishal Moola (Oracle) | 2023-06-13 | 1 | -4/+4 |
| |/ |
|
* / | nios2: dts: Fix tse_mac "max-frame-size" property | Janne Grunau | 2023-06-13 | 2 | -2/+2 |
|/ |
|
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-04-28 | 1 | -12/+10 |
|\ |
|
| * | nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDER | Mike Rapoport (IBM) | 2023-04-19 | 1 | -1/+0 |
| * | nios2: reword ARCH_FORCE_MAX_ORDER prompt and help text | Mike Rapoport (IBM) | 2023-04-19 | 1 | -7/+9 |
| * | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 2023-04-06 | 1 | -5/+2 |
* | | nios2: _TIF_ALLWORK_MASK is unused | Al Viro | 2023-03-06 | 1 | -3/+0 |
|/ |
|
* | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2023-03-05 | 1 | -1/+4 |
|\ |
|
| * | nios2: fix livelock in uaccess | Al Viro | 2023-03-02 | 1 | -1/+4 |
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-24 | 3 | -17/+32 |
|\ \ |
|
| * | | mm, arch: add generic implementation of pfn_valid() for FLATMEM | Mike Rapoport (IBM) | 2023-02-10 | 1 | -9/+0 |
| * | | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 2023-02-03 | 1 | -1/+0 |
| * | | nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 2023-02-03 | 2 | -1/+24 |