aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)Author
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-08-31openrisc: map as uncached in ioremapChristoph Hellwig
2019-08-31or1k: dts: Add ethoc device to SMP devicetreeStafford Horne
2019-08-31or1k: dts: Fix ethoc network configuration in or1ksim devicetreeStafford Horne
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-25openrisc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-14init: provide a generic free_initmem implementationMike Rapoport
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12openrisc: prefer memblock APIs returning virtual addressMike Rapoport
2019-03-07openrisc: simplify pte_alloc_one_kernel()Mike Rapoport
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov
2019-02-01arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada
2019-01-17openrisc: remove unneeded code in arch/openrisc/MakefileMasahiro Yamada
2019-01-08arch/openrisc: Fix issues with access_ok()Stafford Horne