aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2019-02-01arch: unexport asm/shmparam.h for all architecturesGravatar Masahiro Yamada 2-1/+1
2019-01-06arch: restore generic-y += shmparam.h for some architecturesGravatar Masahiro Yamada 1-0/+1
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-25/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-19/+3
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 2-19/+3
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 3-15/+14
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-1/+1
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsGravatar Christophe Leroy 1-1/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-14/+3
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-2/+1
2018-12-26Merge tag 'microblaze-v5.0-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 13-837/+551
2018-12-22microblaze: surround string default in Kconfig with double quotesGravatar Masahiro Yamada 1-1/+1
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Gravatar Christoph Hellwig 1-1/+1
2018-12-14microblaze: remove the explicit removal of system.dtbGravatar Masahiro Yamada 1-4/+1
2018-12-14microblaze: fix race condition in building boot imagesGravatar Masahiro Yamada 1-1/+3
2018-12-14microblaze: add linux.bin* and simpleImage.* to PHONYGravatar Masahiro Yamada 1-1/+3
2018-12-14microblaze: fix multiple bugs in arch/microblaze/boot/MakefileGravatar Masahiro Yamada 2-11/+10
2018-12-14microblaze: move "... is ready" messages to arch/microblaze/MakefileGravatar Masahiro Yamada 2-4/+2
2018-12-14microblaze: adjust the help to the real behaviorGravatar Masahiro Yamada 1-5/+5
2018-12-13dma-mapping: always build the direct mapping codeGravatar Christoph Hellwig 1-1/+0
2018-11-27microblaze: function_graph: Simplify with function_graph_enter()Gravatar Steven Rostedt (VMware) 1-13/+2
2018-11-23PCI: consolidate the PCI_SYSCALL symbolGravatar Christoph Hellwig 1-3/+1
2018-11-23PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsGravatar Christoph Hellwig 1-6/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-5/+1
2018-11-16microblaze: generate uapi header and system call table filesGravatar Firoz Khan 5-812/+10
2018-11-16microblaze: add system call table generation supportGravatar Firoz Khan 4-0/+516
2018-11-16microblaze: move __NR_syscalls macro from asm/unistd.hGravatar Firoz Khan 2-2/+4
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-1/+1
2018-11-07microblaze: Typo s/use use/use/Gravatar Geert Uytterhoeven 1-1/+1
2018-11-02mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyGravatar Martin Schwidefsky 1-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 3-4/+3
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocGravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-12/+0
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-5/+9
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+0
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAGravatar Kees Cook 1-2/+0
2018-10-04Merge branch 'all-dtbs' into dt/nextGravatar Rob Herring 2-3/+5
2018-10-02microblaze: enable building all dtbsGravatar Rob Herring 1-0/+2
2018-10-02kbuild: consolidate Devicetree dtb build rulesGravatar Rob Herring 2-3/+3
2018-09-28microblaze: get cpu node with of_get_cpu_nodeGravatar Rob Herring 1-2/+4
2018-09-20dma-mapping: consolidate the dma mmap implementationsGravatar Christoph Hellwig 4-26/+3
2018-09-20dma-mapping: merge direct and noncoherent opsGravatar Christoph Hellwig 1-1/+1
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroGravatar Arnd Bergmann 1-1/+0