summaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-24mseal: wire up mseal syscallJeff Xu1-0/+1
2024-04-24microblaze: Remove early printk call from cpuinfo-static.cMichal Simek1-1/+1
2024-04-24microblaze: Remove gcc flag for non existing early_printk.c fileMichal Simek1-1/+0
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi1-0/+2
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann1-0/+1
2023-11-13LSM: wireup Linux Security Module syscallsCasey Schaufler1-0/+3
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta1-0/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-1/+1
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org1-0/+1
2023-09-05Merge tag 'microblaze-v6.6' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+0
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt1-0/+1
2023-07-17microblaze: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+4
2023-06-20microblaze: allow pte_offset_map() to failHugh Dickins1-2/+3
2023-06-14of/flattree: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-06-10cachestat: wire up cachestat for other architecturesNhat Pham1-0/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2022-11-25[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-1/+1
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-26microblaze: Add support for error injectionAppana Durga Kedareswara rao1-0/+52
2022-09-26microblaze: Add custom break vector handler for mb managerAppana Durga Kedareswara rao2-1/+212
2022-09-26microblaze: Add xmb_manager_register functionAppana Durga Kedareswara rao1-0/+44
2022-07-29microblaze: Fix some typos in commentSlark Xiao1-1/+1
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-06-01Merge tag 'pwm/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-05-02microblaze: fix typos in commentsJulia Lawall1-1/+1
2022-04-22pwm: Add support for Xilinx AXI TimerSean Anderson1-0/+4
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+4
2022-03-29Merge tag 'microblaze-v5.18' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+0
2022-03-11resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+2
2022-03-04irqchip/xilinx: Switch to GENERIC_IRQ_MULTI_HANDLERMichal Simek1-15/+1
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann2-2/+0
2022-01-24microblaze: fix typo in a commentJason Wang1-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V1-0/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-2/+2