summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* quota: Disable quotactl_path syscallJan Kara2021-05-171-1/+1
* Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-031-1/+1
|\
| * tracing: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+3
|\ \
| * | arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-0/+3
| |/
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* | Merge tag 'microblaze-v5.13' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2021-04-299-82/+18
|\ \
| * | microblaze: add 'fallthrough' to memcpy/memset/memmoveRandy Dunlap2021-04-223-0/+11
| * | microblaze: Fix a typoBhaskar Chowdhury2021-03-221-1/+1
| * | microblaze: tag highmem_setup() with __meminitDavid Hildenbrand2021-03-021-1/+1
| * | microblaze: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-03-022-41/+2
| * | microblaze: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-03-023-39/+3
| |/
* | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-291-0/+1
|\ \
| * | quota: wire up quotactl_pathSascha Hauer2021-03-171-0/+1
| |/
* / xsysace: Remove SYSACE driverMichal Simek2021-03-231-8/+0
|/
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-6/+7
|\ \
| * | arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada2021-02-221-1/+1
| * | arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada2021-02-221-5/+6
* | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-0/+1
|\ \ \
| * | | fs: add mount_setattr()Christian Brauner2021-01-241-0/+1
| |/ /
* | | Merge tag 'microblaze-v5.12' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2021-02-233-28/+1
|\ \ \ | |_|/ |/| |
| * | microblaze: Fix built-in DTB alignment to be 8-byte alignedRob Herring2021-02-161-1/+1
| * | microblaze: Remove support for gcc < 4Geert Uytterhoeven2021-02-111-26/+0
| * | microblaze: do not select TRACING_SUPPORT directlyMasahiro Yamada2021-01-041-1/+0
* | | arch: microblaze: Remove CONFIG_OPROFILE supportViresh Kumar2021-01-224-39/+0
| |/ |/|
* | local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
|/
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+1
* Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-12-1633-1255/+16
|\
| * microblaze: Remove noMMU codeMichal Simek2020-11-2632-1251/+11
| * microblaze: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-102-1/+4
| * microblaze: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-11-101-1/+1
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \
| * | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
| |/
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-153-8/+5
|\ \
| * | microblaze: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-272-7/+4
| * | asm-generic: add generic MMU versions of mmu context functionsNicholas Piggin2020-10-261-1/+1
| |/
* | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-146-87/+8
|\ \
| * | microblaze/mm/highmem: Add dropped #ifdef backThomas Gleixner2020-11-191-0/+1
| * | microblaze/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-066-88/+8
| |/
* / sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \
| * | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
| |/ |/|
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-153-4/+3
|\ \
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-062-2/+2