- e538c58 microblaze: Snapshot thread flags by Mark Rutland · 3 years, 1 month ago
- a0eb2da9 futex: Wireup futex_waitv syscall by André Almeida · 3 years, 1 month ago
- 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
- 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 3 months ago
- 6644c65 ftrace: Cleanup ftrace_dyn_arch_init() by Weizhao Ouyang · 3 years, 4 months ago
- 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- dce4910 mm: wire up syscall process_mrelease by Suren Baghdasaryan · 3 years, 4 months ago
- 4cdc4cc Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 4 months ago
- b26b181 microblaze: use generic strncpy/strnlen from_user by Arnd Bergmann · 5 years ago
- b48c723 exit/bdflush: Remove the deprecated bdflush system call by Eric W. Biederman · 3 years, 6 months ago
- 911a299 Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 6 months ago
- 7c3edd6 sched,arch: Remove unused TASK_STATE offsets by Peter Zijlstra · 3 years, 7 months ago
- 65ffb3d quota: Wire up quotactl_fd syscall by Jan Kara · 3 years, 7 months ago
- 5b9fedb quota: Disable quotactl_path syscall by Jan Kara · 3 years, 7 months ago
- 17ae69a Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 3 years, 8 months ago
- d0cc7ec Merge tag 'microblaze-v5.13' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 3 years, 8 months ago
- a49f4f8 arch: Wire up Landlock syscalls by Mickaël Salaün · 3 years, 8 months ago
- fa8b900 quota: wire up quotactl_path by Sascha Hauer · 3 years, 10 months ago
- 64f416c microblaze: syscalls: switch to generic syscallhdr.sh by Masahiro Yamada · 3 years, 10 months ago
- ce37212 microblaze: syscalls: switch to generic syscalltbl.sh by Masahiro Yamada · 3 years, 10 months ago
- 5695e51 Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 6fbd6cf Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 10 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
- 4727dc2 arch: setup PF_IO_WORKER threads like PF_KTHREAD by Jens Axboe · 3 years, 10 months ago
- 29c5c3a arch: syscalls: remove $(srctree)/ prefix from syscall tables by Masahiro Yamada · 3 years, 11 months ago
- 865fa29 arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work by Masahiro Yamada · 3 years, 11 months ago
- 48783be microblaze: Fix built-in DTB alignment to be 8-byte aligned by Rob Herring · 3 years, 11 months ago
- b68c873 microblaze: Remove support for gcc < 4 by Geert Uytterhoeven · 3 years, 11 months ago
- 2a18672 fs: add mount_setattr() by Christian Brauner · 4 years ago
- b0a0c26 epoll: wire up syscall epoll_pwait2 by Willem de Bruijn · 4 years ago
- 66fc6a6 Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 4 years ago
- 05cdf45 microblaze: Remove noMMU code by Michal Simek · 4 years, 1 month ago
- 58c644b sched/idle: Fix arch_cpu_idle() vs tracing by Peter Zijlstra · 4 years, 1 month ago
- ed2124c microblaze: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 2 months ago
- e167a59 microblaze: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 4 years, 2 months ago
- 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
- 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
- ecb8ac8 mm/madvise: introduce process_madvise() syscall: an external memory hinting API by Minchan Kim · 4 years, 2 months ago
- 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 3 months ago
- 9f4df96 dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 3 months ago
- a1fd09e dma-mapping: move dma-debug.h to kernel/dma/ by Christoph Hellwig · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 5 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
- 4f30a60 Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
- 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 7 months ago
- ad1bb82 microblaze: switch to copy_thread_tls() by Christian Brauner · 4 years, 7 months ago
- 9b4feb6 arch: wire-up close_range() by Christian Brauner · 6 years ago
- e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 7 months ago
- 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
- 35f3968 microblaze: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
- 14b0dd8 microblaze: add loglvl to microblaze_unwind() by Dmitry Safonov · 4 years, 7 months ago
- 77530a5 microblaze: add loglvl to microblaze_unwind_inner() by Dmitry Safonov · 4 years, 7 months ago
- 2062a4e kallsyms/printk: add loglvl to print_ip_sym() by Dmitry Safonov · 4 years, 7 months ago
- f359287 Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- c8ffd8b vfs: add faccessat2 syscall by Miklos Szeredi · 4 years, 8 months ago
- 2aaba01 crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h by Eric Biggers · 4 years, 8 months ago
- 06e85c7 asm-generic: fix unistd_32.h generation format by Michal Simek · 4 years, 9 months ago
- e5adbd6 Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
- 4cea749 Revert "irqchip/xilinx: Enable generic irq multi handler" by Marc Zyngier · 4 years, 9 months ago
- a8222fd Merge tag 'microblaze-v5.7-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 4 years, 9 months ago
- d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
- a078999 irqchip/xilinx: Enable generic irq multi handler by Michal Simek · 4 years, 10 months ago
- 9fd1a1c microblaze: Replace setup_irq() by request_irq() by afzal mohammed · 4 years, 10 months ago
- 06951c9 microblaze: Define percpu sestion in linker file by Stefan Asserhall · 5 years ago
- d9d2b2f microblaze: Remove unused boot_cpuid variable by Michal Simek · 5 years ago
- 9e190c5 microblaze: Add missing irqflags.h header by Stefan Asserhall · 5 years ago
- 512b220 microblaze: Add sync to tlb operations by Stefan Asserhall · 5 years ago
- cfbd8d1 microblaze: Remove early printk setup by Michal Simek · 5 years ago
- 5119c41 microblaze: Fix _reset() function by Michal Simek · 4 years, 11 months ago
- dcf639f microblaze: Kernel parameters should be parsed earlier by Michal Simek · 5 years ago
- 153b5c5 Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 5 years ago
- 6aa71ef microblaze: Add ID for Microblaze v11 by Michal Simek · 5 years ago
- 061d2c1d microblaze: Prevent the overflow of the start by Shubhrajyoti Datta · 5 years ago
- 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
- fddb5d4 open: introduce openat2(2) syscall by Aleksa Sarai · 5 years ago
- 4946d6c arch/microblaze/setup: Drop dummy_con initialization by Arvind Sankar · 5 years ago
- 9a2cef0 arch: wire up pidfd_getfd syscall by Sargun Dhillon · 5 years ago
- 62fa3bc microblaze: Align comments with register usage by Michal Simek · 6 years ago
- 1e5f8a3 Merge tag 'v5.5-rc3' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
- 1880373 sched/rt, microblaze: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
- ed48e1f microblaze: use pgtable-nopmd instead of 4level-fixup by Mike Rapoport · 5 years ago
- 81b6b96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
- 477093b Merge tag 'microblaze-v5.5-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 5 years ago
- 56e35f9 dma-mapping: drop the dev argument to arch_sync_dma_for_* by Christoph Hellwig · 5 years ago
- 3bda6f3 microblaze: Move EXCEPTION_TABLE to RO_DATA segment by Kees Cook · 5 years ago
- c917404 vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA by Kees Cook · 5 years ago
- c823182 vmlinux.lds.h: Replace RODATA with RO_DATA by Kees Cook · 5 years ago
- eaf9370 vmlinux.lds.h: Move NOTES into RO_DATA by Kees Cook · 5 years ago
- 22648c9 microblaze: Increase max dtb size to 64K from 32K by Siva Durga Prasad Paladugu · 7 years ago
- 39014c4 microblaze: entry: Remove unneeded need_resched() loop by Valentin Schneider · 5 years ago
- 7cca9b8 microblaze: Switch to standard restart handler by Linus Walleij · 5 years ago
- 8f6ccf6 Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- 5450e8a Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago