- 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years ago
- 47d8c15 include: move find.h from asm_generic to linux by Yury Norov · 3 years, 5 months ago
- ca295ff arc: perf: Move static structs to where they're really used by Alexey Brodkin · 3 years, 2 months ago
- 7e5b06b arc: Replace lkml.org links with lore by Kees Cook · 4 years ago
- 753150a ARC: thread_info.h: correct two typos in a comment by Randy Dunlap · 3 years, 3 months ago
- 522a003 Add linux/cacheflush.h by Matthew Wilcox (Oracle) · 3 years, 2 months 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
- 9a7e0a9 Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
- 49f8275 Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 3 months ago
- 08b0b00 mm: Add flush_dcache_folio() by Matthew Wilcox (Oracle) · 4 years, 1 month ago
- c3ca31c ARC: fix potential build snafu by Vineet Gupta · 3 years, 3 months ago
- 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 4 months ago
- bb6121b ARC: Add instruction_pointer_set() API by Masami Hiramatsu · 3 years, 4 months ago
- adf8a61 kprobes: treewide: Make it harder to refer kretprobe_trampoline directly by Masami Hiramatsu · 3 years, 4 months ago
- e07af26 Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 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, 5 months ago
- 8747ff7 ARC: mm: support 4 levels of page tables by Vineet Gupta · 4 years, 4 months ago
- 2dde02a ARC: mm: support 3 levels of page tables by Vineet Gupta · 4 years, 4 months ago
- 9f3c76a ARC: mm: switch to asm-generic/pgalloc.h by Vineet Gupta · 3 years, 5 months ago
- d9820ff ARC: mm: switch pgtable_t back to struct page * by Vineet Gupta · 3 years, 5 months ago
- fe6cb7b ARC: mm: disintegrate pgtable.h into levels and flags by Vineet Gupta · 5 years ago
- 2cc1121 ARC: mm: disintegrate mmu.h (arcv2 bits out) by Vineet Gupta · 4 years, 4 months ago
- a79a9c7 ARC: mm: move MMU specific bits out of entry code ... by Vineet Gupta · 5 years ago
- 89d0d42 ARC: mm: move MMU specific bits out of ASID allocator by Vineet Gupta · 5 years ago
- be43b09 ARC: mm: non-functional code movement/cleanup by Vineet Gupta · 4 years, 4 months ago
- e93e59a ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set) by Vineet Gupta · 5 years ago
- da773cf ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag by Vineet Gupta · 5 years ago
- 1b4013b9 ARC: mm: Enable STRICT_MM_TYPECHECKS by Vineet Gupta · 5 years ago
- 47910ca ARC: mm: move mmu/cache externs out to setup.h by Vineet Gupta · 5 years ago
- 12e7804 ARC: mm: remove tlb paranoid code by Vineet Gupta · 5 years ago
- 6128df5 ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only by Vineet Gupta · 5 years ago
- 288ff7d ARC: retire MMUv1 and MMUv2 support by Vineet Gupta · 5 years ago
- 301014c ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variants by Vineet Gupta · 4 years, 8 months ago
- ddc348c ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only) by Vineet Gupta · 4 years, 8 months ago
- e188f33 ARC: cmpxchg/xchg: rewrite as macros to make type safe by Vineet Gupta · 4 years, 8 months ago
- ecf51c9 ARC: xchg: !LLSC: remove UP micro-optimization/hack by Vineet Gupta · 4 years, 8 months ago
- 9d011e1 ARC: bitops: fls/ffs to take int (vs long) per asm-generic defines by Vineet Gupta · 4 years, 9 months ago
- cea4314 ARC: switch to generic bitops by Vineet Gupta · 6 years ago
- b64be68 ARC: atomics: implement relaxed variants by Vineet Gupta · 4 years, 9 months ago
- 7e8f8cb ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_return by Vineet Gupta · 4 years, 9 months ago
- ca766f0 ARC: atomic: !LLSC: use int data type consistently by Vineet Gupta · 4 years, 8 months ago
- b104014 ARC: atomic: !LLSC: remove hack in atomic_set() for for UP by Vineet Gupta · 5 years ago
- b0f839b ARC: atomics: disintegrate header by Vineet Gupta · 3 years, 5 months ago
- d406739 arc: Prefer unsigned int to bare use of unsigned by Jinchao Wang · 3 years, 7 months ago
- 166ec46 asm-generic: remove extra strn{cpy_from,len}_user declarations by Arnd Bergmann · 5 years ago
- c52801a arc: use generic strncpy/strnlen from_user by Arnd Bergmann · 5 years ago
- f27180d asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user by Arnd Bergmann · 5 years ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
- 1c2f7d1 mm/thp: define default pmd_pgtable() by Anshuman Khandual · 3 years, 7 months ago
- fac7757 mm: define default value for FIRST_USER_ADDRESS by Anshuman Khandual · 3 years, 7 months ago
- 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
- 8b793b44 arc: remove support for DISCONTIGMEM by Mike Rapoport · 3 years, 7 months ago
- a15286c Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
- 96f1b00 ARCv2: save ABI registers across signal handling by Vineet Gupta · 3 years, 7 months ago
- 6db5d99 locking/atomic: arc: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
- c5f756d ARC: mm: PAE: use 40-bit physical page mask by Vladimir Isaev · 3 years, 9 months ago
- f79f7a2 arc: Fix typos/spellos by Bhaskar Chowdhury · 3 years, 10 months ago
- 8a48c0a arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC by Randy Dunlap · 4 years ago
- 87dbc20 local64.h: make <asm/local64.h> mandatory by Randy Dunlap · 4 years, 1 month ago
- 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
- 1578071 Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 1 month ago
- ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
- 050b2da arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM by Mike Rapoport · 4 years, 1 month ago
- edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
- c84e1ef Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 2 months ago
- 78aec9b ARC: bitops: Remove unecessary operation and value by Gustavo Pimentel · 4 years, 3 months ago
- cef3970 arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed by Arnd Bergmann · 4 years, 2 months ago
- 53855e1 arc: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
- 39cac19 arc/mm/highmem: Use generic kmap atomic implementation by Thomas Gleixner · 4 years, 2 months ago
- 75e6a85 arc: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 5 months ago
- 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
- 6364d1b arc: include/asm: fix typos of "themselves" by Randy Dunlap · 4 years, 3 months ago
- dd7c7ab ARC: [plat-eznps]: Drop support for EZChip NPS platform by Vineet Gupta · 4 years, 5 months ago
- e5ed606 ARC: pgalloc.h: delete a duplicated word + other fixes by Randy Dunlap · 4 years, 6 months ago
- 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
- f05d671 Merge branch 'locking/header' by Peter Zijlstra · 4 years, 6 months ago
- 7ca8cf5 locking/atomic: Move ATOMIC_INIT into linux/types.h by Herbert Xu · 4 years, 6 months ago
- b7faf97 ARC: elf: use right ELF_ARCH by Vineet Gupta · 4 years, 8 months ago
- 33b59f1 ARC: [arcompact] fix bitrot with 2 levels of interrupt by Vineet Gupta · 4 years, 8 months ago
- 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- 8ca4d19 arc: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
- 090e77e kmap: consolidate kmap_prot definitions 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
- 01c4b78 arch/kmap: remove BUG_ON() by Ira Weiny · 4 years, 7 months ago
- 86ec2da mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid() by Anshuman Khandual · 4 years, 8 months ago
- 3c9e665 Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 8 months ago
- 40db936 ARC: guard dsp early init against non ARCv2 by Eugeniy Paltsev · 4 years, 9 months ago
- 62d0fd5 arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h> by Masahiro Yamada · 4 years, 9 months ago
- 49b4135 ARC: entry: comment by Vineet Gupta · 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
- 5364abc Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 10 months ago
- 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 4 years, 10 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, 10 months ago
- a08971e futex: arch_futex_atomic_op_inuser() calling conventions change by Al Viro · 5 years ago
- f09d317 ARC: allow userspace DSP applications to use AGU extensions by Eugeniy Paltsev · 4 years, 11 months ago
- 7321e2e ARC: add support for DSP-enabled userspace applications by Eugeniy Paltsev · 4 years, 11 months ago