| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-15 | nios2: add force_successful_syscall_return() | Al Viro | 2 | -0/+8 |
| 2022-08-15 | nios2: restarts apply only to the first sigframe we build... | Al Viro | 1 | -0/+1 |
| 2022-08-15 | nios2: fix syscall restart checks | Al Viro | 1 | -1/+1 |
| 2022-08-15 | nios2: traced syscall does need to check the syscall number | Al Viro | 1 | -3/+8 |
| 2022-08-15 | nios2: don't leave NULLs in sys_call_table[] | Al Viro | 2 | -1/+1 |
| 2022-08-15 | nios2: page fault et.al. are *not* restartable syscalls... | Al Viro | 2 | -4/+3 |
| 2022-07-17 | nios2: drop definition of PGD_ORDER | Mike Rapoport | 3 | -6/+3 |
| 2022-07-17 | nios2: drop definition of PTE_ORDER | Mike Rapoport | 2 | -3/+2 |
| 2022-07-17 | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -1/+0 |
| 2022-07-17 | nios2/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 3 | -16/+21 |
| 2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
| 2022-06-03 | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+7 |
| 2022-05-26 | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2 | -24/+1 |
| 2022-05-13 | nios2: use fallback for random_get_entropy() instead of zero | Jason A. Donenfeld | 1 | -0/+3 |
| 2022-05-11 | kbuild: factor out the common installation code into scripts/install.sh | Masahiro Yamada | 2 | -24/+1 |
| 2022-05-07 | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman | 1 | -4/+3 |
| 2022-05-07 | fork: Pass struct kernel_clone_args into copy_thread | Eric W. Biederman | 1 | -2/+5 |
| 2022-03-28 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -5/+4 |
| 2022-03-23 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -74/+61 |
| 2022-03-21 | arch: Add pmd_pfn() where it is missing | Mike Rapoport | 1 | -0/+1 |
| 2022-03-10 | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 1 | -2/+2 |
| 2022-03-10 | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman | 1 | -3/+2 |
| 2022-02-25 | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 3 | -22/+0 |
| 2022-02-25 | uaccess: generalize access_ok() | Arnd Bergmann | 1 | -10/+1 |
| 2022-02-25 | uaccess: fix type mismatch warnings from access_ok() | Arnd Bergmann | 1 | -9/+11 |
| 2022-02-25 | nios2: drop access_ok() check from __put_user() | Arnd Bergmann | 1 | -23/+33 |
| 2022-02-25 | uaccess: fix nios2 and microblaze get_user_8() | Arnd Bergmann | 1 | -10/+16 |
| 2022-01-19 | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
| 2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 1 | -10/+8 |
| 2022-01-08 | kbuild: do not quote string values in include/config/auto.conf | Masahiro Yamada | 1 | -1/+1 |
| 2021-12-13 | exit: Add and use make_task_dead. | Eric W. Biederman | 1 | -2/+2 |
| 2021-11-17 | Add linux/cacheflush.h | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2021-11-10 | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -11/+0 |
| 2021-11-08 | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 3 | -9/+6 |
| 2021-11-01 | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -5/+2 |
| 2021-11-01 | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+2 |
| 2021-10-27 | nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST | Guenter Roeck | 1 | -0/+1 |
| 2021-10-24 | kbuild: use more subdir- for visiting subdirectories while cleaning | Masahiro Yamada | 2 | -5/+4 |
| 2021-10-18 | NIOS2: irqflags: rename a redefined register name | Randy Dunlap | 2 | -3/+3 |
| 2021-10-18 | mm: Add flush_dcache_folio() | Matthew Wilcox (Oracle) | 1 | -1/+2 |
| 2021-10-15 | sched: Add wrapper for get_wchan() to keep task blocked | Kees Cook | 2 | -5/+2 |
| 2021-09-27 | NIOS2: setup.c: drop unused variable 'dram_start' | Randy Dunlap | 1 | -2/+0 |
| 2021-09-24 | NIOS2: fix kconfig unmet dependency warning for SERIAL_CORE_CONSOLE | Randy Dunlap | 1 | -1/+2 |
| 2021-09-22 | nios2: move the install rule to arch/nios2/Makefile | Masahiro Yamada | 2 | -4/+2 |
| 2021-09-14 | arch: remove unused function syscall_set_arguments() | Peter Collingbourne | 1 | -11/+0 |
| 2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+0 |
| 2021-09-08 | trap: cleanup trap_init() | Kefeng Wang | 1 | -5/+0 |
| 2021-09-05 | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -3/+0 |
| 2021-09-01 | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+0 |
| 2021-08-16 | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in Kconfig | Masahiro Yamada | 1 | -3/+0 |
| 2021-08-12 | nios2: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -3/+1 |
| 2021-07-30 | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols | Arnd Bergmann | 1 | -2/+0 |
| 2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+1 |
| 2021-07-08 | nios2: convert to setup_initial_init_mm() | Kefeng Wang | 1 | -4/+1 |
| 2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -3/+0 |
| 2021-07-01 | mm/thp: define default pmd_pgtable() | Anshuman Khandual | 1 | -1/+0 |
| 2021-07-01 | mm: define default value for FIRST_USER_ADDRESS | Anshuman Khandual | 1 | -2/+0 |
| 2021-06-29 | Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -1/+1 |
| 2021-06-18 | sched: Introduce task_is_running() | Peter Zijlstra | 1 | -1/+1 |
| 2021-06-10 | nios2: Do not include linux/irqdomain.h from asm/irq.h | Marc Zyngier | 2 | -1/+1 |
| 2021-05-26 | kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild | Masahiro Yamada | 1 | -0/+1 |
| 2021-05-02 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
| 2021-04-30 | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 1 | -1/+0 |
| 2021-04-30 | mm: move page_mapping_file to pagemap.h | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2021-03-27 | whack-a-mole: kill strlen_user() (again) | Al Viro | 1 | -1/+0 |
| 2021-02-27 | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2021-02-21 | arch: setup PF_IO_WORKER threads like PF_KTHREAD | Jens Axboe | 1 | -1/+1 |
| 2021-02-19 | nios2: Don't use _end for calculating min_low_pfn | Andreas Oetken | 1 | -9/+12 |
| 2021-02-19 | nios2: fixed broken sys_clone syscall | Andreas Oetken | 1 | -0/+3 |
| 2021-02-19 | Take mmap lock in cacheflush syscall | Jann Horn | 1 | -2/+9 |
| 2020-12-16 | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -1/+4 |
| 2020-12-16 | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
| 2020-12-15 | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -17/+4 |
| 2020-11-24 | sched/idle: Fix arch_cpu_idle() vs tracing | Peter Zijlstra | 1 | -1/+1 |
| 2020-11-09 | nios32: add support for TIF_NOTIFY_SIGNAL | Jens Axboe | 2 | -1/+4 |
| 2020-10-30 | timekeeping: default GENERIC_CLOCKEVENTS to enabled | Arnd Bergmann | 1 | -1/+0 |
| 2020-10-27 | nios2: use asm-generic/mmu_context.h for no-op implementations | Nicholas Piggin | 1 | -17/+4 |
| 2020-10-23 | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2020-10-22 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -0/+1 |
| 2020-10-17 | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() | Jens Axboe | 1 | -1/+1 |
| 2020-10-14 | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2020-10-12 | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+0 |
| 2020-09-08 | uaccess: add infrastructure for kernel builds with set_fs() | Christoph Hellwig | 1 | -0/+1 |
| 2020-09-01 | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG | Kees Cook | 1 | -0/+1 |
| 2020-08-20 | unify generic instances of csum_partial_copy_nocheck() | Al Viro | 1 | -4/+0 |
| 2020-08-20 | nios2: switch to kernel_clone() | Christian Brauner | 1 | -1/+1 |
| 2020-08-12 | mm/nios2: use general page fault accounting | Peter Xu | 1 | -10/+4 |
| 2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu | 1 | -1/+1 |
| 2020-08-12 | uaccess: remove segment_eq | Christoph Hellwig | 1 | -1/+1 |
| 2020-08-09 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -8/+0 |
| 2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -6/+1 |
| 2020-08-07 | asm-generic: pgalloc: provide generic pgd_free() | Mike Rapoport | 1 | -6/+1 |
| 2020-08-07 | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -36/+15 |
| 2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -3/+2 |
| 2020-07-27 | kill unused dump_fpu() instances | Al Viro | 1 | -8/+0 |
| 2020-07-27 | nios2: switch to ->regset_get() | Al Viro | 1 | -36/+15 |
| 2020-07-20 | arch, net: remove the last csum_partial_copy() leftovers | Christoph Hellwig | 1 | -3/+2 |
| 2020-07-04 | arch: rename copy_thread_tls() back to copy_thread() | Christian Brauner | 1 | -2/+2 |
| 2020-07-04 | arch: remove HAVE_COPY_THREAD_TLS | Christian Brauner | 1 | -1/+0 |
| 2020-07-04 | nios2: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_args | Christian Brauner | 3 | -9/+22 |
| 2020-06-12 | Merge tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -0/+1 |
| 2020-06-12 | nios2: signal: Mark expected switch fall-through | Ley Foon Tan | 1 | -0/+1 |
| 2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 1 | -1/+1 |
| 2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2 | -8/+8 |
| 2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 1 | -18/+4 |
| 2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
| 2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2 | -3/+1 |
| 2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 4 | -4/+0 |
| 2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov | 1 | -9/+3 |
| 2020-06-09 | nios2: add show_stack_loglvl() | Dmitry Safonov | 1 | -8/+15 |
| 2020-06-04 | nios2: add support for folded p4d page tables | Mike Rapoport | 3 | -5/+13 |
| 2020-06-03 | mm: free_area_init: use maximal zone PFNs rather than zone sizes | Mike Rapoport | 1 | -5/+3 |
| 2020-05-29 | take the dummy csum_and_copy_from_user() into net/checksum.h | Al Viro | 1 | -2/+0 |
| 2020-04-11 | Merge tag 'nios2-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 3 | -4/+11 |
| 2020-04-10 | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() | Anshuman Khandual | 1 | -3/+0 |
| 2020-04-10 | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS | Anshuman Khandual | 1 | -2/+1 |
| 2020-04-11 | arch: nios2: remove 'resetvalue' property | Alexandru Ardelean | 1 | -2/+0 |
| 2020-04-11 | arch: nios2: rename 'altr,gpio-bank-width' -> 'altr,ngpio' | Alexandru Ardelean | 1 | -2/+2 |
| 2020-04-11 | arch: nios2: Enable the common clk subsystem on Nios2 | Dragos Bogdan | 2 | -0/+9 |
| 2020-04-04 | Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -12/+3 |
| 2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -0/+2 |
| 2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 1 | -3/+0 |
| 2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 1 | -1/+1 |
| 2020-04-02 | mm: introduce fault_signal_pending() | Peter Xu | 1 | -1/+1 |
| 2020-04-02 | asm-generic: make more kernel-space headers mandatory | Masahiro Yamada | 1 | -38/+0 |
| 2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2 | -0/+2 |
| 2020-03-16 | dma-direct: make uncached_kernel_address more general | Christoph Hellwig | 2 | -2/+3 |
| 2020-03-16 | dma-direct: remove the cached_kernel_address hook | Christoph Hellwig | 1 | -10/+0 |
| 2020-01-29 | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -4/+0 |
| 2020-01-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2020-01-14 | arch/nios2/setup: Drop dummy_con initialization | Arvind Sankar | 1 | -4/+0 |
| 2020-01-10 | Merge branch 'x86/mm' into efi/core, to pick up dependencies | Ingo Molnar | 1 | -0/+4 |
| 2019-12-25 | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar | 1 | -0/+8 |
| 2019-12-12 | nios2: Fix ioremap | Guenter Roeck | 1 | -0/+8 |
| 2019-12-10 | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo... | Ingo Molnar | 1 | -0/+4 |
| 2019-12-08 | sched/rt, nios2: Use CONFIG_PREEMPTION | Thomas Gleixner | 1 | -1/+1 |
| 2019-12-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2 | -2/+0 |
| 2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 1 | -4/+4 |
| 2019-11-28 | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 2 | -40/+8 |
| 2019-11-26 | sysctl: Remove the sysctl system call | Eric W. Biederman | 2 | -2/+0 |
| 2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -4/+4 |
| 2019-11-11 | nios2: remove __iounmap | Christoph Hellwig | 2 | -9/+4 |
| 2019-11-11 | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig | 1 | -4/+0 |
| 2019-11-11 | nios2: remove __ioremap | Christoph Hellwig | 2 | -30/+7 |
| 2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook | 1 | -1/+1 |
| 2019-11-04 | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA | Kees Cook | 1 | -1/+1 |
| 2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 1 | -1/+0 |
| 2019-09-27 | Merge tag 'nios2-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -3/+3 |
| 2019-09-26 | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 1 | -1/+1 |
| 2019-09-24 | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport | 1 | -2/+0 |
| 2019-09-24 | mm: remove quicklist page table caches | Nicholas Piggin | 1 | -2/+0 |
| 2019-09-20 | nios2: force the string buffer NULL-terminated | Wang Xiayang | 1 | -3/+3 |
| 2019-07-12 | Merge tag 'nios2-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 3 | -5/+0 |
| 2019-07-12 | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 3 | -25/+16 |
| 2019-07-12 | nios2: switch to generic version of pte allocation | Mike Rapoport | 1 | -35/+2 |
| 2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -3/+3 |
| 2019-07-04 | nios2: configs: Remove useless UEVENT_HELPER_PATH | Krzysztof Kozlowski | 2 | -2/+0 |
| 2019-07-04 | nios2: remove pointless second entry for CONFIG_TRACE_IRQFLAGS_SUPPORT | Masahiro Yamada | 1 | -3/+0 |
| 2019-06-25 | nios2: use the generic uncached segment support in dma-direct | Christoph Hellwig | 3 | -25/+16 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2 | -26/+2 |
| 2019-05-30 | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman | 2 | -0/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 5 | -62/+5 |
| 2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 1 | -1/+1 |
| 2019-05-27 | signal: Remove task parameter from force_sig | Eric W. Biederman | 1 | -1/+1 |
| 2019-05-27 | signal: Remove task parameter from force_sigsegv | Eric W. Biederman | 1 | -1/+1 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 20 | -278/+20 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 12 | Thomas Gleixner | 3 | -34/+3 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 3 | -0/+3 |
| 2019-05-16 | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+0 |
| 2019-05-14 | mm: memblock: make keeping memblock memory opt-in rather than opt-out | Mike Rapoport | 1 | -1/+0 |
| 2019-05-14 | init: provide a generic free_initmem implementation | Mike Rapoport | 1 | -5/+0 |
| 2019-05-14 | initramfs: provide a generic free_initrd_mem implementation | Christoph Hellwig | 1 | -7/+0 |
| 2019-05-07 | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+6 |
| 2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -0/+1 |
| 2019-05-06 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+0 |
| 2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -12/+3 |
| 2019-04-23 | arch: mostly remove <asm/segment.h> | Christoph Hellwig | 1 | -1/+0 |
| 2019-04-10 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 1 | -70/+14 |
| 2019-04-08 | arch: Use asm-generic header for asm/mmiowb.h | Will Deacon | 1 | -0/+1 |
| 2019-04-05 | syscalls: Remove start and number from syscall_set_arguments() args | Steven Rostedt (VMware) | 1 | -35/+7 |
| 2019-04-05 | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 1 | -35/+7 |
| 2019-04-03 | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs | Waiman Long | 1 | -3/+0 |
| 2019-04-03 | arch/tlb: Clean up simple architectures | Peter Zijlstra | 2 | -4/+5 |
| 2019-04-03 | asm-generic/tlb, arch: Provide generic VIPT cache flush | Peter Zijlstra | 1 | -10/+0 |
| 2019-03-28 | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported | Masahiro Yamada | 2 | -1/+1 |
| 2019-03-20 | syscall_get_arch: add "struct task_struct *" argument | Dmitry V. Levin | 1 | -1/+1 |
| 2019-03-20 | nios2: define syscall_get_arch() | Dmitry V. Levin | 1 | -0/+6 |
| 2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 1 | -2/+0 |
| 2019-03-10 | Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 8 | -99/+140 |
| 2019-03-07 | arch/nios2/mm/fault.c: remove duplicate include | Sabyasachi Gupta | 1 | -1/+0 |
| 2019-03-07 | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED | Alexey Brodkin | 2 | -2/+0 |
| 2019-03-07 | nios2: Fix update_mmu_cache preload the TLB with the new PTE | Nicholas Piggin | 1 | -1/+2 |
| 2019-03-07 | nios2: update_mmu_cache preload the TLB with the new PTE | Nicholas Piggin | 3 | -9/+36 |
| 2019-03-07 | nios2: User address TLB flush break after finding the matching entry | Nicholas Piggin | 1 | -0/+5 |
| 2019-03-07 | nios2: flush_tlb_all use TLBMISC way auto-increment feature | Nicholas Piggin | 1 | -6/+5 |
| 2019-03-07 | nios2: improve readability of tlb functions | Nicholas Piggin | 1 | -27/+33 |
| 2019-03-07 | nios2: flush_tlb_mm flush only the pid | Nicholas Piggin | 1 | -12/+14 |
| 2019-03-07 | nios2: flush_tlb_pid can just restore TLBMISC once | Nicholas Piggin | 1 | -2/+2 |
| 2019-03-07 | nios2: TLBMISC writes do not require PID bits to be set | Nicholas Piggin | 1 | -12/+7 |