Age | Commit message (Expand) | Author | Files | Lines |
2020-04-07 | asm-generic: fix unistd_32.h generation format | Michal Simek | 1 | -1/+1 |
2020-04-05 | Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+20 |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
2020-04-01 | Revert "irqchip/xilinx: Enable generic irq multi handler" | Marc Zyngier | 1 | -1/+20 |
2020-03-31 | Merge tag 'microblaze-v5.7-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 7 | -17/+10 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
2020-03-22 | irqchip/xilinx: Enable generic irq multi handler | Michal Simek | 1 | -20/+1 |
2020-03-09 | microblaze: Replace setup_irq() by request_irq() | afzal mohammed | 1 | -8/+2 |
2020-02-25 | microblaze: Define percpu sestion in linker file | Stefan Asserhall | 1 | -0/+3 |
2020-02-25 | microblaze: Remove unused boot_cpuid variable | Michal Simek | 1 | -1/+0 |
2020-02-25 | microblaze: Add missing irqflags.h header | Stefan Asserhall | 1 | -0/+1 |
2020-02-25 | microblaze: Add sync to tlb operations | Stefan Asserhall | 1 | -1/+2 |
2020-02-25 | microblaze: Remove early printk setup | Michal Simek | 1 | -6/+1 |
2020-02-25 | microblaze: Fix _reset() function | Michal Simek | 1 | -0/+1 |
2020-02-24 | microblaze: Kernel parameters should be parsed earlier | Michal Simek | 1 | -1/+0 |
2020-02-04 | Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 3 | -5/+7 |
2020-02-04 | microblaze: Add ID for Microblaze v11 | Michal Simek | 1 | -0/+1 |
2020-02-04 | microblaze: Prevent the overflow of the start | Shubhrajyoti Datta | 1 | -1/+2 |
2020-01-30 | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra... | Linus Torvalds | 1 | -0/+1 |
2020-01-29 | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2020-01-29 | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -4/+0 |
2020-01-18 | open: introduce openat2(2) syscall | Aleksa Sarai | 1 | -0/+1 |
2020-01-14 | arch/microblaze/setup: Drop dummy_con initialization | Arvind Sankar | 1 | -4/+0 |
2020-01-13 | arch: wire up pidfd_getfd syscall | Sargun Dhillon | 1 | -0/+1 |
2020-01-09 | microblaze: Align comments with register usage | Michal Simek | 1 | -4/+4 |
2019-12-25 | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar | 1 | -3/+7 |
2019-12-08 | sched/rt, microblaze: Use CONFIG_PREEMPTION | Thomas Gleixner | 1 | -1/+1 |
2019-12-05 | microblaze: use pgtable-nopmd instead of 4level-fixup | Mike Rapoport | 1 | -3/+7 |
2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 1 | -7/+7 |
2019-11-27 | Merge tag 'microblaze-v5.5-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 3 | -7/+2 |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -7/+7 |
2019-11-04 | microblaze: Move EXCEPTION_TABLE to RO_DATA segment | Kees Cook | 1 | -1/+2 |
2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Replace RODATA with RO_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 1 | -1/+0 |
2019-10-25 | microblaze: Increase max dtb size to 64K from 32K | Siva Durga Prasad Paladugu | 2 | -2/+2 |
2019-10-08 | microblaze: entry: Remove unneeded need_resched() loop | Valentin Schneider | 1 | -5/+0 |
2019-09-19 | microblaze: Switch to standard restart handler | Linus Walleij | 1 | -76/+11 |
2019-07-11 | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 1 | -0/+1 |
2019-07-11 | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2019-07-09 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -2/+2 |
2019-06-28 | arch: wire-up pidfd_open() | Christian Brauner | 1 | -0/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 3 | -12/+3 |
2019-06-09 | arch: wire-up clone3() syscall | Christian Brauner | 1 | -0/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 1 | -1/+1 |
2019-05-27 | signal: Remove task parameter from force_sig | Eric W. Biederman | 1 | -1/+1 |
2019-05-16 | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] | David Howells | 1 | -0/+6 |
2019-04-15 | arch: add pidfd and io_uring syscalls everywhere | Arnd Bergmann | 1 | -0/+4 |
2019-03-14 | Merge tag 'microblaze-v5.1-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 1 | -11/+2 |