aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationGravatar Masahiro Yamada 1-2/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+4
2022-03-28Merge tag 'microblaze-v5.18' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-1/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+0
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hGravatar Eric W. Biederman 1-3/+2
2022-03-04irqchip/xilinx: Switch to GENERIC_IRQ_MULTI_HANDLERGravatar Michal Simek 1-15/+1
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 2-2/+0
2022-01-24microblaze: fix typo in a commentGravatar Jason Wang 1-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeGravatar Aneesh Kumar K.V 1-0/+1
2021-12-13exit: Add and use make_task_dead.Gravatar Eric W. Biederman 1-2/+2
2021-12-01microblaze: Snapshot thread flagsGravatar Mark Rutland 1-1/+1
2021-11-25futex: Wireup futex_waitv syscallGravatar André Almeida 1-0/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-5/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 1-1/+1
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Gravatar Weizhao Ouyang 1-5/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+2
2021-09-03mm: wire up syscall process_mreleaseGravatar Suren Baghdasaryan 1-0/+2
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2021-07-27microblaze: use generic strncpy/strnlen from_userGravatar Arnd Bergmann 1-1/+0
2021-07-12exit/bdflush: Remove the deprecated bdflush system callGravatar Eric W. Biederman 1-1/+1
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2021-06-18sched,arch: Remove unused TASK_STATE offsetsGravatar Peter Zijlstra 1-1/+0
2021-06-07quota: Wire up quotactl_fd syscallGravatar Jan Kara 1-1/+1
2021-05-17quota: Disable quotactl_path syscallGravatar Jan Kara 1-1/+1
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+3
2021-04-29Merge tag 'microblaze-v5.13' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 4-80/+5
2021-04-22arch: Wire up Landlock syscallsGravatar Mickaël Salaün 1-0/+3
2021-03-17quota: wire up quotactl_pathGravatar Sascha Hauer 1-0/+1
2021-03-02microblaze: syscalls: switch to generic syscallhdr.shGravatar Masahiro Yamada 2-41/+2
2021-03-02microblaze: syscalls: switch to generic syscalltbl.shGravatar Masahiro Yamada 3-39/+3
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+7
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADGravatar Jens Axboe 1-1/+1
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesGravatar Masahiro Yamada 1-1/+1
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workGravatar Masahiro Yamada 1-5/+6
2021-02-16microblaze: Fix built-in DTB alignment to be 8-byte alignedGravatar Rob Herring 1-1/+1
2021-02-11microblaze: Remove support for gcc < 4Gravatar Geert Uytterhoeven 1-26/+0
2021-01-24fs: add mount_setattr()Gravatar Christian Brauner 1-0/+1
2020-12-19epoll: wire up syscall epoll_pwait2Gravatar Willem de Bruijn 1-0/+1
2020-12-16Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 11-814/+6
2020-11-26microblaze: Remove noMMU codeGravatar Michal Simek 11-812/+3
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingGravatar Peter Zijlstra 1-1/+1
2020-11-10microblaze: add support for TIF_NOTIFY_SIGNALGravatar Jens Axboe 1-1/+2
2020-11-10microblaze: Replace <linux/clk-provider.h> by <linux/of_clk.h>Gravatar Geert Uytterhoeven 1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1