summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include
Commit message (Expand)AuthorAgeFilesLines
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* kbuild: warn redundant generic-yMasahiro Yamada2019-03-171-2/+0
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-0/+2
|\
| * Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-271-0/+2
| |\
| | * asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+1
| | * asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+1
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
|/ /
* / arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada2019-02-012-1/+1
|/
* arch/openrisc: Fix issues with access_ok()Stafford Horne2019-01-081-2/+6
* arch: restore generic-y += shmparam.h for some architecturesMasahiro Yamada2019-01-061-0/+1
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-27/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-4/+3
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-3/+2
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-5/+5
|/
* treewide: remove current_text_addrNick Desaulniers2018-10-311-5/+0
* y2038: Remove stat64 family from default syscall setArnd Bergmann2018-08-291-0/+1
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2018-08-232-35/+1
|\
| * openrisc: use generic dma_noncoherent_opsChristoph Hellwig2018-07-212-35/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-132-3/+4
|\ \
| * | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-171-1/+5
| |\|
| * | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
| * | locking/atomics/openrisc: Don't pull in all of <linux/bitops.h> in <asm/cmpxc...Will Deacon2018-06-211-1/+2
* | | Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-08-061-1/+5
|\ \ \ | | |/ | |/|
| * | openrisc: Call destructor during __pte_free_tlbStafford Horne2018-06-251-1/+5
| |/
* / openrisc: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-031-2/+0
|/
* time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2018-04-151-2/+0
|\
| * openrisc: remove unused __ARCH_HAVE_MMU defineTobias Klauser2018-04-081-2/+0
* | openrisc: add ioremap_nocache declaration before include asm-generic/io.h and...Greentime Hu2018-02-221-1/+2
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-092-4/+0
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
|/
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-11-1315-52/+354
|\
| * openrisc: add tick timer multi-core sync logicStafford Horne2017-11-031-0/+8
| * openrisc: support framepointers and STACKTRACE_SUPPORTStafford Horne2017-11-031-0/+20
| * openrisc: add cacheflush support to fix icache aliasingJan Henrik Weinstock2017-11-033-7/+106
| * openrisc: fix initial preempt state for secondary cpu tasksStafford Horne2017-11-031-1/+1
| * openrisc: initial SMP supportStefan Kristiansson2017-11-038-11/+82
| * openrisc: use qspinlocks and qrwlocksStafford Horne2017-11-033-1/+22
| * openrisc: add 1 and 2 byte cmpxchg supportStafford Horne2017-11-031-32/+115
* | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-025-0/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-09-131-0/+2
|\
| * openrisc: add forward declaration for struct vm_area_structTobias Klauser2017-09-111-0/+2
* | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-35/+4
|/
* openrisc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-28/+28