- e1d74fb Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 5 months ago
- 38caa90 mm/openrisc: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
- 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
- 8d3e09b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
- 55b2662 openrisc: uaccess: Add user address space check to access_ok by Stafford Horne · 4 years, 5 months ago
- d995966 openrisc: signal: Fix sparse address space warnings by Stafford Horne · 4 years, 5 months ago
- aac9a9b openrisc: uaccess: Remove unused macro __addr_ok by Stafford Horne · 4 years, 5 months ago
- af84b16 openrisc: uaccess: Use static inline function in access_ok by Stafford Horne · 4 years, 5 months ago
- 17fcd83 openrisc: uaccess: Fix sparse address space warnings by Stafford Horne · 4 years, 5 months ago
- 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- fc2a6b8 opeinrisc: switch to generic version of pte allocation by Mike Rapoport · 4 years, 5 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
- 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
- 045838b openrisc: io: Fixup defines and move include to the end by Stafford Horne · 4 years, 5 months ago
- 9ba2741 Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
- c28b274 openrisc: Implement proper SMP tlb flushing by Stafford Horne · 4 years, 6 months ago
- 57b8e277 openrisc: Fix oops caused when dumping stack by Stafford Horne · 4 years, 7 months ago
- ff6c923 openrisc: Add support for external initrd images by Stafford Horne · 4 years, 6 months ago
- 9e9da64 openrisc: fix __user in raw_copy_to_user()'s prototype by Luc Van Oostenryck · 4 years, 6 months ago
- bb1a773 kill unused dump_fpu() instances by Al Viro · 4 years, 7 months ago
- f04b2b7 openrisc: switch to ->regset_get() by Al Viro · 4 years, 7 months ago
- 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 7 months ago
- 140c818 arch: remove HAVE_COPY_THREAD_TLS by Christian Brauner · 4 years, 7 months ago
- 313a525 openrisc: fix boot oops when DEBUG_VM is enabled by Stafford Horne · 4 years, 6 months ago
- 5619270 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 7 months ago
- 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
- 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
- 0633032 openrisc: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
- 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 7 months ago
- e050945 openrisc: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 7 months ago
- b187fb7 openrisc: add support for folded p4d page tables by Mike Rapoport · 4 years, 7 months ago
- fa3354e mm: free_area_init: use maximal zone PFNs rather than zone sizes by Mike Rapoport · 4 years, 7 months ago
- 6bd140e openrisc: Fix issue with argument clobbering for clone/fork by Stafford Horne · 4 years, 8 months ago
- 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
- c62da0c mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS by Anshuman Khandual · 4 years, 9 months ago
- d5d2476 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 9 months ago
- 6f43bae Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 9 months ago
- ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
- 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
- dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 9 months ago
- 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 9 months ago
- 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 4 years, 9 months ago
- a08971e futex: arch_futex_atomic_op_inuser() calling conventions change by Al Viro · 4 years, 11 months ago
- d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
- 9737e2c openrisc: Remove obsolete show_trace_task function by Stafford Horne · 4 years, 10 months ago
- a4a4d11 openrisc: use the generic in-place uncached DMA allocator by Christoph Hellwig · 5 years ago
- d95b56c openrisc: Cleanup copy_thread_tls docs and comments by Stafford Horne · 4 years, 10 months ago
- 07e83df openrisc: Enable the clone3 syscall by Stafford Horne · 4 years, 10 months ago
- 0d4e1bb openrisc: Convert copy_thread to copy_thread_tls by Stafford Horne · 4 years, 10 months ago
- fc74d71 openrisc: use mmgrab by Julia Lawall · 5 years ago
- a6c5729 openrisc: configs: Cleanup CONFIG_CROSS_COMPILE by Krzysztof Kozlowski · 5 years ago
- ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
- bd3b067 arch/openrisc/setup: Drop dummy_con initialization by Arvind Sankar · 5 years ago
- 1f059df mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h> by Ingo Molnar · 5 years ago
- 120e476 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 5 years ago
- 81b6b96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
- a308a71 Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
- 0ecdcaa openrisc: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
- 56e35f9 dma-mapping: drop the dev argument to arch_sync_dma_for_* by Christoph Hellwig · 5 years ago
- d092a87 arch: rely on asm-generic/io.h for default ioremap_* definitions by Christoph Hellwig · 5 years ago
- c917404 vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA by Kees Cook · 5 years ago
- 93240b3 vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA by Kees Cook · 5 years ago
- eaf9370 vmlinux.lds.h: Move NOTES into RO_DATA by Kees Cook · 5 years ago
- b4ed71f mm: treewide: clarify pgtable_page_{ctor,dtor}() naming by Mark Rutland · 5 years ago
- 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
- 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
- 84da111 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- 7b86ac3 pagewalk: separate function pointers from iterator data by Christoph Hellwig · 5 years ago
- a520110 mm: split out a new pagewalk.h header from mm.h by Christoph Hellwig · 5 years ago
- f3b1732 openrisc: map as uncached in ioremap by Christoph Hellwig · 5 years ago
- eabe7e9 or1k: dts: Add ethoc device to SMP devicetree by Stafford Horne · 5 years ago
- ae29305 or1k: dts: Fix ethoc network configuration in or1ksim devicetree by Stafford Horne · 5 years ago
- 9e3a25d Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
- e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
- 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
- 961729b openrisc: remove the partial DMA_ATTR_NON_CONSISTENT support by Christoph Hellwig · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- cd238ef docs: kbuild: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
- 96ac6d4 treewide: Add SPDX license identifier - Kbuild by Greg Kroah-Hartman · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
- 351b682 signal: Explicitly call force_sig_fault on current by Eric W. Biederman · 6 years ago
- 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 27ebbf9 Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
- 997aef6 init: provide a generic free_initmem implementation by Mike Rapoport · 6 years ago
- 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
- 02aff8d Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
- dd4e5d6 Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
- 007dc78 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 171c2bc Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- c67fdc1 arch: mostly remove <asm/segment.h> by Christoph Hellwig · 6 years ago
- 54bbfe7 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
- fdcd06a arch: Use asm-generic header for asm/mmiowb.h by Will Deacon · 6 years ago