Age | Commit message (Expand) | Author | Files | Lines |
2020-10-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2020-10-16 | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -3/+2 |
2020-10-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -45/+10 |
2020-10-14 | arm, xtensa: simplify initialization of high memory pages | Mike Rapoport | 1 | -45/+10 |
2020-10-14 | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -14/+0 |
2020-10-13 | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -74/+27 |
2020-10-08 | seccomp: Move config option SECCOMP to arch/Kconfig | YiFei Zhu | 1 | -14/+0 |
2020-10-06 | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 1 | -1/+0 |
2020-10-06 | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 2 | -2/+2 |
2020-09-01 | xtensa: fix Kconfig typo | Randy Dunlap | 1 | -1/+1 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-08-20 | xtensa: propagate the calling conventions change down into csum_partial_copy_... | Al Viro | 2 | -68/+19 |
2020-08-20 | saner calling conventions for csum_and_copy_..._user() | Al Viro | 1 | -14/+16 |
2020-08-20 | csum_partial_copy_nocheck(): drop the last argument | Al Viro | 1 | -3/+2 |
2020-08-20 | unify generic instances of csum_partial_copy_nocheck() | Al Viro | 1 | -0/+1 |
2020-08-15 | all arch: remove system call sys_sysctl | Xiaoming Ni | 1 | -1/+1 |
2020-08-12 | mm/xtensa: use general page fault accounting | Peter Xu | 1 | -11/+4 |
2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu | 1 | -1/+1 |
2020-08-12 | uaccess: remove segment_eq | Christoph Hellwig | 1 | -1/+1 |
2020-08-10 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -1/+1 |
2020-08-09 | kbuild: do not export LDFLAGS_vmlinux | Masahiro Yamada | 1 | -1/+1 |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -27/+16 |
2020-08-07 | asm-generic: pgalloc: provide generic pgd_free() | Mike Rapoport | 1 | -5/+0 |
2020-08-07 | xtensa: switch to generic version of pte allocation | Mike Rapoport | 1 | -22/+19 |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 3 | -3/+0 |
2020-08-07 | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -10/+6 |
2020-08-06 | Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 12 | -14/+71 |
2020-08-05 | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2020-08-05 | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune... | Linus Torvalds | 2 | -2/+1 |
2020-08-04 | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+0 |
2020-08-03 | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+4 |
2020-08-01 | xtensa: add missing exclusive access state management | Max Filippov | 3 | -0/+18 |
2020-08-01 | xtensa: fix xtensa_pmu_setup prototype | Max Filippov | 1 | -1/+1 |
2020-07-31 | Merge branch 'linus' into locking/core, to resolve conflict | Ingo Molnar | 1 | -1/+1 |
2020-07-29 | Merge branch 'locking/header' | Peter Zijlstra | 1 | -2/+0 |
2020-07-29 | locking/atomic: Move ATOMIC_INIT into linux/types.h | Herbert Xu | 1 | -2/+0 |
2020-07-28 | xtensa: add boot subdirectories build artifacts to 'targets' | Masahiro Yamada | 2 | -0/+2 |
2020-07-28 | xtensa: add uImage and xipImage to targets | Max Filippov | 1 | -0/+1 |
2020-07-28 | xtensa: move vmlinux.bin[.gz] to boot subdirectory | Max Filippov | 3 | -9/+10 |
2020-07-28 | xtensa: initialize_mmu.h: fix a duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-07-28 | xtensa: add seccomp support | Max Filippov | 4 | -2/+23 |
2020-07-28 | xtensa: expose syscall through user_pt_regs | Max Filippov | 2 | -1/+6 |
2020-07-28 | xtensa: add audit support | Max Filippov | 3 | -1/+10 |
2020-07-27 | xtensa: switch to ->regset_get() | Al Viro | 1 | -10/+6 |
2020-07-25 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf... | Linus Torvalds | 1 | -1/+1 |
2020-07-22 | xtensa: fix access check in csum_and_copy_from_user | Max Filippov | 1 | -1/+1 |
2020-07-09 | xtensa/simdisk: remove the call to check_disk_change | Christoph Hellwig | 1 | -2/+0 |
2020-07-08 | xtensa: simplify xtensa_pmu_irq_handler | Xu Wang | 1 | -3/+1 |
2020-07-05 | arch: rename copy_thread_tls() back to copy_thread() | Christian Brauner | 1 | -1/+1 |
2020-07-05 | arch: remove HAVE_COPY_THREAD_TLS | Christian Brauner | 1 | -1/+0 |