aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Merge tag 'microblaze-v5.15' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-5/+4
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-5/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-25/+11
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan1-0/+2
2021-09-03microblaze: simplify pte_alloc_one_kernel()Mike Rapoport3-23/+8
2021-09-03mm/page_alloc: always initialize memory map for the holesMike Rapoport1-2/+1
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-108/+4
2021-08-25microblaze: move core-y in arch/microblaze/Makefile to arch/microblaze/KbuildMasahiro Yamada2-5/+4
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2-5/+1
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-2/+0
2021-07-27microblaze: use generic strncpy/strnlen from_userArnd Bergmann4-108/+6
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+1
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+1
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-27/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-7/+1
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-2/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang1-3/+1
2021-06-30Merge tag 'microblaze-v5.14' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-4/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-37/+1
2021-06-18sched,arch: Remove unused TASK_STATE offsetsPeter Zijlstra1-1/+0
2021-06-07quota: Wire up quotactl_fd syscallJan Kara1-1/+1
2021-06-02arch: microblaze: Fix spelling mistake "vesion" -> "version"Colin Ian King1-1/+1
2021-05-31microblaze: Cleanup unused functionsGuo Ren1-3/+0
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-0/+1
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland1-1/+0
2021-05-26locking/atomic: microblaze: move to ARCH_ATOMICMark Rutland1-0/+1
2021-05-26locking/atomic: microblaze: use asm-generic exclusivelyMark Rutland3-37/+1
2021-05-17quota: Disable quotactl_path syscallJan Kara1-1/+1
2021-05-10asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann1-27/+0
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+3
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-29Merge tag 'microblaze-v5.13' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds9-82/+18
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+1
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün1-0/+3
2021-04-22microblaze: add 'fallthrough' to memcpy/memset/memmoveRandy Dunlap3-0/+11
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-23xsysace: Remove SYSACE driverMichal Simek1-8/+0
2021-03-22microblaze: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-17quota: wire up quotactl_pathSascha Hauer1-0/+1
2021-03-02microblaze: tag highmem_setup() with __meminitDavid Hildenbrand1-1/+1
2021-03-02microblaze: syscalls: switch to generic syscallhdr.shMasahiro Yamada2-41/+2
2021-03-02microblaze: syscalls: switch to generic syscalltbl.shMasahiro Yamada3-39/+3
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-6/+7
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2021-02-23Merge tag 'microblaze-v5.12' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds3-28/+1