- 5695e51 Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- 4727dc2 arch: setup PF_IO_WORKER threads like PF_KTHREAD by Jens Axboe · 4 years ago
- 7f7bc20 nios2: Don't use _end for calculating min_low_pfn by Andreas Oetken · 4 years ago
- 9abcfcb nios2: fixed broken sys_clone syscall by Andreas Oetken · 4 years ago
- c26958c Take mmap lock in cacheflush syscall by Jann Horn · 4 years ago
- 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
- 58c644b sched/idle: Fix arch_cpu_idle() vs tracing by Peter Zijlstra · 4 years, 3 months ago
- 4202006 nios32: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 4 months ago
- 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 5 months ago
- 612e7a4 Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 4 months ago
- c604abc vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG by Kees Cook · 4 years, 6 months ago
- e7a2ec9 nios2: switch to kernel_clone() by Christian Brauner · 4 years, 6 months ago
- 8d3e09b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 6 months ago
- 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 6 months ago
- bb1a773 kill unused dump_fpu() instances by Al Viro · 4 years, 9 months ago
- 6bda768 nios2: switch to ->regset_get() by Al Viro · 4 years, 8 months ago
- 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 8 months ago
- 04bd52f nios2: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_args by Christian Brauner · 4 years, 10 months ago
- 7de26c4 Merge tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 4 years, 8 months ago
- 6b57fa4d nios2: signal: Mark expected switch fall-through by Ley Foon Tan · 4 years, 8 months ago
- 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 8 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 8 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 8 months ago
- 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 8 months ago
- 351dd61 nios2: add show_stack_loglvl() by Dmitry Safonov · 4 years, 8 months ago
- d198b34f .gitignore: add SPDX License Identifier by Masahiro Yamada · 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
- 7012502 arch/nios2/setup: Drop dummy_con initialization by Arvind Sankar · 5 years ago
- f0365eb sched/rt, nios2: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
- c917404 vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA by Kees Cook · 5 years ago
- 93240b3 vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA by Kees Cook · 5 years ago
- eaf9370 vmlinux.lds.h: Move NOTES into RO_DATA by Kees Cook · 5 years ago
- 91d99a7 nios2: force the string buffer NULL-terminated by Wang Xiayang · 5 years ago
- 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- 9952f69 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 by Thomas Gleixner · 6 years ago
- 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
- 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
- cb44c9a signal: Remove task parameter from force_sigsegv by Eric W. Biederman · 6 years ago
- 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
- 0f8ed99 nios2: ksyms: Add missing symbol exports by Guenter Roeck · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- cc02829 kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops by Christophe Leroy · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- 345671e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- 0042379 nios2: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
- a811c05 nios2: use generic early_init_dt_add_memory_arch by Mike Rapoport · 6 years ago
- 5dc4dca nios2: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
- 1f0fe1f nios2: get cpu node with of_get_cpu_node by Rob Herring · 6 years ago
- c046e2c signal/nios2: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
- 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
- 3d9644e nios2: Use read_persistent_clock64() instead of read_persistent_clock() by Baolin Wang · 7 years ago
- f7a6e01 nios2: remove arch specific early_init_dt_alloc_memory_arch by Rob Herring · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 65d1e3d nios2: time: Read timer in get_cycles only if initialized by Guenter Roeck · 7 years ago
- ba5d08c clocksource/drivers: Rename clocksource_probe to timer_probe by Daniel Lezcano · 8 years ago
- 1727339 clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE by Daniel Lezcano · 8 years ago
- e118c3f nios2: remove custom early console implementation by Tobias Klauser · 8 years ago
- edebea9 nios2: Add CDX support by Marek Vasut · 8 years ago
- 2346083 nios2: Add BMX support by Marek Vasut · 8 years ago
- a89988a nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2 by Marek Vasut · 8 years ago
- 44a4ed4 nios2: enable earlycon support by Tobias Klauser · 8 years ago
- 57ac76e nios2: constify irq_domain_ops by Tobias Klauser · 8 years ago
- 6852aa0 nios2: add .gitignore entries for auto-generated files by Tobias Klauser · 8 years ago
- 921d701 nios2: reserve boot memory for device tree by Tobias Klauser · 8 years ago
- 9164bb4 sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
- a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 744606c nios2: add screen_info by Ley Foon Tan · 8 years ago
- 069013a nios2: fix timer initcall return value by Arnd Bergmann · 8 years ago
- ae50a84 Merge tag 'nios2-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 8 years ago
- 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
- 476080a nios2: use of_property_read_bool by Ley Foon Tan · 8 years ago
- 177cf6e clocksources: Switch back to the clksrc table by Daniel Lezcano · 9 years ago
- dd1364a clocksource/drivers/nios2: Convert init function to return error by Daniel Lezcano · 9 years ago
- 8fe8892 nios2: Replace fdt_translate_address with of_flat_dt_translate_address by Guenter Roeck · 9 years ago
- be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 9 years ago
- f4d6893 Merge tag 'nios2-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 9 years ago
- 4db2196 nios2: Fix unused variable warning by Marek Vasut · 9 years ago
- 3722ed2 clocksource: cosmetic: Drop OF 'dependency' from symbols by Marc Zyngier · 9 years ago
- 3fb39c4 nios2: remove unused statistic counters by Bernd Weiberg · 9 years ago
- db5a7e5 nios2: fixed variable imm16 to s16 by Bernd Weiberg · 9 years ago
- 549a14c1 nios2/time: Migrate to new 'set-state' interface by Viresh Kumar · 10 years ago
- 31351f7 Merge tag 'nios2-v4.2' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 10 years ago
- a8955cc nios2: check number of timer instances by Ley Foon Tan · 10 years ago
- c0b59fa Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Herbert Xu · 10 years ago
- 05dee9c nios2: Export get_cycles by Herbert Xu · 10 years ago
- 05f0c55 Merge tag 'nios2-v4.1-rc1' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 10 years ago
- baa54ab nios2: rework trap handler by Ley Foon Tan · 10 years ago
- 4122669 nios2: cpuinfo: remove use of seq_printf return value by Joe Perches · 10 years ago
- ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- a555ad4 whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() by Al Viro · 10 years ago
- 4a89c30 nios2: fix cache coherency issue when debug with gdb by Ley Foon Tan · 10 years ago
- 7587d12 nios2: signal: Move restart_block to struct task_struct by Ley Foon Tan · 10 years ago
- 92d5dd8 nios2: update pt_regs by Chung-Ling Tang · 10 years ago
- d16d2be nios2: add kgdb support by Ley Foon Tan · 10 years ago
- e8bf5bc nios2: add early printk support by Ley Foon Tan · 10 years ago