| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig | 2019-11-11 | 1 | -1/+0 |
* | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 2019-09-26 | 1 | -3/+3 |
* | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport | 2019-09-25 | 1 | -5/+0 |
* | mm: remove quicklist page table caches | Nicholas Piggin | 2019-09-25 | 1 | -2/+0 |
* | openrisc: map as uncached in ioremap | Christoph Hellwig | 2019-08-31 | 2 | -18/+4 |
* | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman | 2019-05-30 | 1 | -0/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 34 | -170/+34 |
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-05-16 | 1 | -1/+0 |
|\ |
|
| * | arch: mostly remove <asm/segment.h> | Christoph Hellwig | 2019-04-23 | 1 | -1/+0 |
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-05-08 | 1 | -1/+1 |
|\ \ |
|
| * | | syscall_get_arch: add "struct task_struct *" argument | Dmitry V. Levin | 2019-03-21 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2019-05-07 | 1 | -0/+1 |
|\ \ |
|
| * | | arch: Use asm-generic header for asm/mmiowb.h | Will Deacon | 2019-04-08 | 1 | -0/+1 |
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-05-06 | 1 | -6/+2 |
|\ \ \ |
|
| * | | | arch/tlb: Clean up simple architectures | Peter Zijlstra | 2019-04-03 | 1 | -6/+2 |
| |/ / |
|
* | | | syscalls: Remove start and number from syscall_set_arguments() args | Steven Rostedt (VMware) | 2019-04-05 | 1 | -4/+2 |
* | | | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 2019-04-05 | 1 | -4/+2 |
|/ / |
|
* / | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported | Masahiro Yamada | 2019-03-28 | 1 | -0/+1 |
|/ |
|
* | kbuild: warn redundant generic-y | Masahiro Yamada | 2019-03-17 | 1 | -2/+0 |
* | get rid of legacy 'get_ds()' function | Linus Torvalds | 2019-03-04 | 1 | -1/+0 |
* | arch: unexport asm/shmparam.h for all architectures | Masahiro Yamada | 2019-02-02 | 1 | -0/+1 |
* | arch/openrisc: Fix issues with access_ok() | Stafford Horne | 2019-01-09 | 1 | -2/+6 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-01-05 | 2 | -4/+3 |
|\ |
|
| * | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 2019-01-04 | 1 | -3/+2 |
| * | fls: change parameter to unsigned int | Matthew Wilcox | 2019-01-04 | 1 | -1/+1 |
* | | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 2 | -5/+5 |
|/ |
|
* | treewide: remove current_text_addr | Nick Desaulniers | 2018-10-31 | 1 | -5/+0 |
* | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 2018-08-23 | 2 | -35/+1 |
|\ |
|
| * | openrisc: use generic dma_noncoherent_ops | Christoph Hellwig | 2018-07-21 | 2 | -35/+1 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-08-13 | 2 | -3/+4 |
|\ \ |
|
| * | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixes | Ingo Molnar | 2018-07-17 | 1 | -1/+5 |
| |\| |
|
| * | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -2/+2 |
| * | | locking/atomics/openrisc: Don't pull in all of <linux/bitops.h> in <asm/cmpxc... | Will Deacon | 2018-06-21 | 1 | -1/+2 |
* | | | Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 2018-08-06 | 1 | -1/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | openrisc: Call destructor during __pte_free_tlb | Stafford Horne | 2018-06-25 | 1 | -1/+5 |
| |/ |
|
* / | openrisc: Use the new GENERIC_IRQ_MULTI_HANDLER | Palmer Dabbelt | 2018-08-03 | 1 | -2/+0 |
|/ |
|
* | time: Add an asm-generic/compat.h file | Arnd Bergmann | 2018-04-19 | 1 | -0/+1 |
* | openrisc: add ioremap_nocache declaration before include asm-generic/io.h and... | Greentime Hu | 2018-02-22 | 1 | -1/+2 |
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2018-02-02 | 1 | -1/+0 |
|\ |
|
| * | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 2018-01-03 | 1 | -1/+0 |
* | | Construct init thread stack in the linker script rather than by union | David Howells | 2018-01-10 | 2 | -4/+0 |
|/ |
|
* | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 2017-11-16 | 1 | -1/+0 |
* | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 2017-11-13 | 15 | -52/+354 |
|\ |
|
| * | openrisc: add tick timer multi-core sync logic | Stafford Horne | 2017-11-03 | 1 | -0/+8 |
| * | openrisc: support framepointers and STACKTRACE_SUPPORT | Stafford Horne | 2017-11-03 | 1 | -0/+20 |
| * | openrisc: add cacheflush support to fix icache aliasing | Jan Henrik Weinstock | 2017-11-03 | 3 | -7/+106 |
| * | openrisc: fix initial preempt state for secondary cpu tasks | Stafford Horne | 2017-11-03 | 1 | -1/+1 |
| * | openrisc: initial SMP support | Stefan Kristiansson | 2017-11-03 | 8 | -11/+82 |
| * | openrisc: use qspinlocks and qrwlocks | Stafford Horne | 2017-11-03 | 3 | -1/+22 |
| * | openrisc: add 1 and 2 byte cmpxchg support | Stafford Horne | 2017-11-03 | 1 | -32/+115 |