aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-10Merge 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-12LSM: wireup Linux Security Module syscallsCasey Schaufler1-0/+3
2023-11-01Merge 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-19microblaze: 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-09cachestat: 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-24[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-03Merge 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-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+4
2022-03-28Merge tag 'microblaze-v5.18' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+0
2022-03-10resume_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
2021-12-01microblaze: Snapshot thread flagsMark Rutland1-1/+1
2021-11-25futex: Wireup futex_waitv syscallAndré Almeida1-0/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-5/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan1-0/+2
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2021-07-27microblaze: use generic strncpy/strnlen from_userArnd Bergmann1-1/+0
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+1
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+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-05-17quota: Disable quotactl_path syscallJan Kara1-1/+1
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+3
2021-04-29Merge tag 'microblaze-v5.13' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-80/+5
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün1-0/+3
2021-03-17quota: wire up quotactl_pathSascha Hauer1-0/+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/mas...Linus Torvalds1-6/+7
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada1-1/+1
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada1-5/+6
2021-02-16microblaze: Fix built-in DTB alignment to be 8-byte alignedRob Herring1-1/+1
2021-02-11microblaze: Remove support for gcc < 4Geert Uytterhoeven1-26/+0
2021-01-24fs: add mount_setattr()Christian Brauner1-0/+1
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+1
2020-12-16Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds11-814/+6
2020-11-26microblaze: Remove noMMU codeMichal Simek11-812/+3
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-10microblaze: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+2
2020-11-10microblaze: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-2/+0
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-04microblaze: switch to copy_thread_tls()Christian Brauner1-3/+3
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-7/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09microblaze: add show_stack_loglvl()Dmitry Safonov1-6/+12
2020-06-09microblaze: add loglvl to microblaze_unwind()Dmitry Safonov3-6/+6
2020-06-09microblaze: add loglvl to microblaze_unwind_inner()Dmitry Safonov1-15/+23
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov1-1/+1
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers1-1/+0
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-1/+1
2020-04-05Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+20
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-04-01Revert "irqchip/xilinx: Enable generic irq multi handler"Marc Zyngier1-1/+20
2020-03-31Merge tag 'microblaze-v5.7-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds7-17/+10
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-22irqchip/xilinx: Enable generic irq multi handlerMichal Simek1-20/+1
2020-03-09microblaze: Replace setup_irq() by request_irq()afzal mohammed1-8/+2
2020-02-25microblaze: Define percpu sestion in linker fileStefan Asserhall1-0/+3
2020-02-25microblaze: Remove unused boot_cpuid variableMichal Simek1-1/+0
2020-02-25microblaze: Add missing irqflags.h headerStefan Asserhall1-0/+1
2020-02-25microblaze: Add sync to tlb operationsStefan Asserhall1-1/+2
2020-02-25microblaze: Remove early printk setupMichal Simek1-6/+1
2020-02-25microblaze: Fix _reset() functionMichal Simek1-0/+1
2020-02-24microblaze: Kernel parameters should be parsed earlierMichal Simek1-1/+0
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds3-5/+7
2020-02-04microblaze: Add ID for Microblaze v11Michal Simek1-0/+1
2020-02-04microblaze: Prevent the overflow of the startShubhrajyoti Datta1-1/+2
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+0
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1
2020-01-14arch/microblaze/setup: Drop dummy_con initializationArvind Sankar1-4/+0
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-0/+1
2020-01-09microblaze: Align comments with register usageMichal Simek1-4/+4
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar1-3/+7
2019-12-08sched/rt, microblaze: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-12-04microblaze: use pgtable-nopmd instead of 4level-fixupMike Rapoport1-3/+7
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds1-7/+7
2019-11-27Merge tag 'microblaze-v5.5-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds3-7/+2
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-7/+7
2019-11-04microblaze: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook1-1/+2
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-1/+0
2019-10-25microblaze: Increase max dtb size to 64K from 32KSiva Durga Prasad Paladugu2-2/+2
2019-10-08microblaze: entry: Remove unneeded need_resched() loopValentin Schneider1-5/+0
2019-09-19microblaze: Switch to standard restart handlerLinus Walleij1-76/+11
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-0/+1
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner3-12/+3
2019-06-09arch: wire-up clone3() syscallChristian Brauner1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells1-0/+6
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-0/+4
2019-03-14Merge tag 'microblaze-v5.1-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-11/+2
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+21
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-5/+5
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-23/+23
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-3/+3
2019-01-14microblaze: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-1/+1
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-26Merge tag 'microblaze-v5.0-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds5-402/+520
2018-11-27microblaze: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-13/+2
2018-11-16microblaze: generate uapi header and system call table filesFiroz Khan1-402/+4
2018-11-16microblaze: add system call table generation supportFiroz Khan4-0/+516
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook1-2/+0
2018-09-28microblaze: get cpu node with of_get_cpu_nodeRob Herring1-2/+4
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig1-22/+0
2018-07-30microblaze: delete wrong comment about machine_early_initMasahiro Yamada1-5/+0
2018-07-20microblaze: use generic dma_noncoherent_opsChristoph Hellwig1-132/+12
2018-06-21microblaze: consolidate GPIO reset handlingRob Herring3-28/+7
2018-06-21microblaze: remove unecessary of_platform_bus_probe callRob Herring1-7/+0
2018-06-21microblaze: Add new syscalls io_pgetevents and rseqMichal Simek1-0/+2
2018-06-12microblaze: Remove architecture heart beat codeMichal Simek3-81/+0
2018-06-12microblaze: heartbeat: fix missing prom.h includeRob Herring1-1/+1
2018-06-07Merge tag 'microblaze-v4.18-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds6-316/+4
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+1
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-11/+0
2018-04-25signal/microblaze: Use force_sig_fault where appropriateEric W. Biederman1-8/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-23microblaze: remove redundant early_printk supportRob Herring5-315/+4
2018-04-23microblaze: remove unnecessary prom.h includesRob Herring1-1/+0
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-3/+3
2018-01-10microblaze: remove the dead !NOT_COHERENT_CACHE dma codeChristoph Hellwig1-28/+0
2018-01-10microblaze: remove dma_nommu_dma_supportedChristoph Hellwig1-6/+0
2018-01-10microblaze: rename dma_direct to dma_nommuChristoph Hellwig1-24/+24
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-19microblaze: make dma_cache_sync a no-opChristoph Hellwig1-0/+17
2017-09-25microblaze: Cocci spatch "vma_pages"Thomas Meyer1-1/+1
2017-08-29microblaze: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2017-07-03Merge tag 'microblaze-4.13-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-11/+23
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-17/+0