summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'microblaze-v5.1-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2019-03-141-11/+2
|\
| * microblaze: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-141-11/+2
* | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-2/+6
* | arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-4/+2
* | microblaze: prefer memblock API returning virtual addressMike Rapoport2019-03-071-2/+3
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-053-33/+55
|\ \
| * \ Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-271-0/+1
| |\ \
| | * | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
| * | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-102-30/+51
| |\| |
| | * | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+21
| | * | y2038: rename old time and utime syscallsArnd Bergmann2019-02-072-7/+7
| | * | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-23/+23
| * | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-101-3/+3
| |\| |
| | * | ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-3/+3
* | | | 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: restore generic-y += shmparam.h for some architecturesMasahiro Yamada2019-01-061-0/+1
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-25/+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-19/+3
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-042-19/+3
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-033-15/+14
|/
* Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-011-1/+1
|\
| * kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
* | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-14/+3
|\ \
| * | PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig2018-11-231-3/+1
| * | PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig2018-11-231-6/+1
| * | PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-5/+1
* | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
|\ \ \
| * | | microblaze: surround string default in Kconfig with double quotesMasahiro Yamada2018-12-221-1/+1
| |/ /
* | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-282-2/+1
|\ \ \
| * | | dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
| * | | dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0
| |/ /
* | | Merge tag 'microblaze-v5.0-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2018-12-2613-837/+551
|\ \ \ | |_|/ |/| |
| * | microblaze: remove the explicit removal of system.dtbMasahiro Yamada2018-12-141-4/+1
| * | microblaze: fix race condition in building boot imagesMasahiro Yamada2018-12-141-1/+3
| * | microblaze: add linux.bin* and simpleImage.* to PHONYMasahiro Yamada2018-12-141-1/+3
| * | microblaze: fix multiple bugs in arch/microblaze/boot/MakefileMasahiro Yamada2018-12-142-11/+10
| * | microblaze: move "... is ready" messages to arch/microblaze/MakefileMasahiro Yamada2018-12-142-4/+2
| * | microblaze: adjust the help to the real behaviorMasahiro Yamada2018-12-141-5/+5
| * | microblaze: generate uapi header and system call table filesFiroz Khan2018-11-165-812/+10
| * | microblaze: add system call table generation supportFiroz Khan2018-11-164-0/+516
| * | microblaze: move __NR_syscalls macro from asm/unistd.hFiroz Khan2018-11-162-2/+4
| * | microblaze: Typo s/use use/use/Geert Uytterhoeven2018-11-071-1/+1
* | | microblaze: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-13/+2
| |/ |/|
* | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-091-1/+1
|\ \ | |/ |/|
| * mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky2018-11-021-1/+1
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-4/+3
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1