summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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/+0Star
|/ / /
* / / arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada2019-02-022-1/+1
|/ /
* / arch: restore generic-y += shmparam.h for some architecturesMasahiro Yamada2019-01-071-0/+1
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-25/+0Star
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-19/+3Star
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-042-19/+3Star
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-043-15/+14Star
|/
* Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-021-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/+3Star
|\ \
| * | PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig2018-11-231-3/+1Star
| * | PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig2018-11-231-6/+1Star
| * | PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-5/+1Star
* | | 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-211-1/+1
| |/ /
* | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-282-2/+1Star
|\ \ \
| * | | 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/+0Star
| |/ /
* | | Merge tag 'microblaze-v5.0-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2018-12-2613-837/+551Star
|\ \ \ | |_|/ |/| |
| * | microblaze: remove the explicit removal of system.dtbMasahiro Yamada2018-12-141-4/+1Star
| * | 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/+10Star
| * | microblaze: move "... is ready" messages to arch/microblaze/MakefileMasahiro Yamada2018-12-142-4/+2Star
| * | 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/+10Star
| * | 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-281-13/+2Star
| |/ |/|
* | 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/+3Star
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0Star
* | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0Star
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-12/+0Star
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-263-5/+9
|\ \ | |/ |/|
| * Merge branch 'all-dtbs' into dt/nextRob Herring2018-10-042-3/+5
| |\
| | * microblaze: enable building all dtbsRob Herring2018-10-021-0/+2