- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 5 months ago
- 484e51e mm/xtensa: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
- 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
- fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
- 3ec8a5b kbuild: do not export LDFLAGS_vmlinux by Masahiro Yamada · 4 years, 6 months ago
- 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 5 months ago
- 7278914c xtensa: switch to generic version of pte allocation by Mike Rapoport · 4 years, 5 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
- 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
- bbcf9cd Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 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
- 9ba2741 Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
- 9ba19cc Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 382625d Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- a0fc143 xtensa: add missing exclusive access state management by Max Filippov · 4 years, 5 months ago
- 6d65d37 xtensa: fix xtensa_pmu_setup prototype by Max Filippov · 4 years, 5 months ago
- 28cff52 Merge branch 'linus' into locking/core, to resolve conflict by Ingo Molnar · 4 years, 5 months ago
- f05d671 Merge branch 'locking/header' by Peter Zijlstra · 4 years, 5 months ago
- 7ca8cf5 locking/atomic: Move ATOMIC_INIT into linux/types.h by Herbert Xu · 4 years, 5 months ago
- 8824c1a xtensa: add boot subdirectories build artifacts to 'targets' by Masahiro Yamada · 4 years, 6 months ago
- 7424d9f xtensa: add uImage and xipImage to targets by Max Filippov · 4 years, 6 months ago
- 65898b3 xtensa: move vmlinux.bin[.gz] to boot subdirectory by Max Filippov · 4 years, 6 months ago
- 10b6059 xtensa: initialize_mmu.h: fix a duplicated word by Randy Dunlap · 4 years, 6 months ago
- da94a40 xtensa: add seccomp support by Max Filippov · 5 years ago
- 8b7a87a xtensa: expose syscall through user_pt_regs by Max Filippov · 4 years, 6 months ago
- ef1a935 xtensa: add audit support by Max Filippov · 8 years ago
- a6ea5b4 xtensa: switch to ->regset_get() by Al Viro · 4 years, 7 months ago
- c953d60 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into master by Linus Torvalds · 4 years, 6 months ago
- 5fff09b xtensa: fix access check in csum_and_copy_from_user by Max Filippov · 4 years, 6 months ago
- 3d3a6a2 xtensa/simdisk: remove the call to check_disk_change by Christoph Hellwig · 4 years, 6 months ago
- ee769eb xtensa: simplify xtensa_pmu_irq_handler by Xu Wang · 4 years, 6 months ago
- 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 7 months ago
- 140c818 arch: remove HAVE_COPY_THREAD_TLS by Christian Brauner · 4 years, 8 months ago
- 0d5ab14 xtensa: update *pos in cpuinfo_op.next by Max Filippov · 4 years, 6 months ago
- 73f9941 xtensa: fix __sync_fetch_and_{and,or}_4 declarations by Max Filippov · 4 years, 7 months ago
- c62b37d block: move ->make_request_fn to struct block_device_operations by Christoph Hellwig · 4 years, 6 months ago
- 82bb454 simdisk: stop using ->queuedata by Christoph Hellwig · 4 years, 6 months ago
- 9b4feb6 arch: wire-up close_range() by Christian Brauner · 6 years ago
- 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months 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
- 20da1e8 xtensa: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
- 47fb702 xtensa: add loglvl to show_trace() by Dmitry Safonov · 4 years, 7 months ago
- 70cd344 xtensa: implement flush_icache_user_range by Christoph Hellwig · 4 years, 7 months ago
- 20b271d arch/kmap: define kmap_atomic_prot() for all arch's by Ira Weiny · 4 years, 7 months ago
- d8c2583 arch/kmap: don't hard code kmap_prot values by Ira Weiny · 4 years, 7 months ago
- abca250 arch/kunmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 7 months ago
- 78b6d91 arch/kmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 7 months ago
- e23c459 arch/kunmap: remove duplicate kunmap implementations by Ira Weiny · 4 years, 7 months ago
- 525aaf9 arch/kmap: remove redundant arch specific kmaps by Ira Weiny · 4 years, 7 months ago
- 2159687 arch/xtensa: move kmap build bug out of the way by Ira Weiny · 4 years, 7 months ago
- 01c4b78 arch/kmap: remove BUG_ON() by Ira Weiny · 4 years, 7 months ago
- ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- da50c57 xtensa: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
- 38696e3 Merge tag 'xtensa-20200603' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 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
- 4b01285 Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- d341659 xtensa: switch to providing csum_and_copy_from_user() by Al Viro · 4 years, 11 months ago
- 3ead2f9 xtensa: Fix spelling/grammar in comment by Chris Packham · 4 years, 8 months ago
- 2adf5352 xtensa: add missing __user annotations to asm/uaccess.h by Max Filippov · 4 years, 8 months ago
- 9afcc71 xtensa: fix error paths in __get_user_{check,size} by Max Filippov · 4 years, 8 months ago
- c22f907 xtensa: fix type conversion in __get_user_size by Max Filippov · 4 years, 8 months ago
- 3ac4a61 xtensa: add missing __user annotations to __{get,put}_user_check by Max Filippov · 4 years, 8 months ago
- c8ffd8b vfs: add faccessat2 syscall by Miklos Szeredi · 4 years, 8 months ago
- 62d0fd5 arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h> by Masahiro Yamada · 4 years, 9 months ago
- 5b8b9d0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
- 9539303 Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 4 years, 9 months ago
- 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
- c62da0c mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS by Anshuman Khandual · 4 years, 9 months ago
- 06e85c7 asm-generic: fix unistd_32.h generation format by Michal Simek · 4 years, 9 months ago
- 6f43bae Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping 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
- 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
- dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 9 months ago
- 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 9 months ago
- 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 4 years, 9 months ago
- 4b9fd8a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 70cbddb arch/xtensa: fix grammar in Kconfig help text by Hu Haowen · 4 years, 9 months ago
- a08971e futex: arch_futex_atomic_op_inuser() calling conventions change by Al Viro · 5 years ago
- 3d745ea block: simplify queue allocation by Christoph Hellwig · 4 years, 10 months ago
- d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
- fa7e224 dma-direct: make uncached_kernel_address more general by Christoph Hellwig · 4 years, 11 months ago
- 4f8232b dma-direct: remove the cached_kernel_address hook by Christoph Hellwig · 4 years, 11 months ago
- 44d92b2 xtensa: remove meaningless export ccflags-y by Masahiro Yamada · 4 years, 10 months ago
- 9806048 xtensa: replace setup_irq() by request_irq() by afzal mohammed · 4 years, 10 months ago
- 9b7fa28 Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 5 years ago
- c74c0fd xtensa: ISS: improve simcall assembly by Max Filippov · 5 years ago
- 5e4417f xtensa: reorganize vectors placement by Max Filippov · 5 years ago
- 4f17664 xtensa: separate SMP and XIP support by Max Filippov · 5 years ago
- 50722f0 xtensa: move fast exception handlers close to vectors by Max Filippov · 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
- def3f7c asm-generic: Make dma-contiguous.h a mandatory include/asm header by Michal Simek · 5 years ago