summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-291-14/+2
|\
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-091-2/+2
| |\
| * | arch/arc: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+2
* | | locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland2023-06-051-17/+0
* | | locking/atomic: arc: add preprocessor symbolsMark Rutland2023-06-051-0/+9
* | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-052-24/+2
| |/ |/|
* | locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-2/+2
|/
* mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-1/+0
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-3/+24
* mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
* ARC: mm: fix leakage of memory allocated for PTEPavel Kozlov2022-10-171-1/+1
* arc: iounmap() arg is volatileRandy Dunlap2022-10-171-1/+1
* ARC: bitops: Change __fls to return unsigned longAmadeusz Sławiński2022-10-171-2/+2
* ARC: Fix comment typoZhang Jiaming2022-10-171-1/+1
* kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-3/+0
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-18/+0
|\
| * arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-18/+0
* | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-5/+0
|/
* ARC: bpf: define uapi for BPF_PROG_TYPE_PERF_EVENT program typeSergey Matyukevich2022-04-262-0/+13
* ARC: implement syscall tracepointsSergey Matyukevich2022-04-252-1/+6
* ARC: enable HAVE_REGS_AND_STACK_ACCESS_API featureSergey Matyukevich2022-04-251-0/+27
* ARC: atomic: cleanup atomic-llsc definitionsSergey Matyukevich2022-04-181-16/+16
* arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirelyRolf Eike Beer2022-04-181-3/+0
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-233-53/+0
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-253-24/+0
| * uaccess: generalize access_ok()Arnd Bergmann2022-02-251-29/+0
* | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-212-1/+1
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | arc: perf: Move static structs to where they're really usedAlexey Brodkin2021-12-281-162/+0
* | arc: Replace lkml.org links with loreKees Cook2021-12-281-2/+6
* | ARC: thread_info.h: correct two typos in a commentRandy Dunlap2021-12-281-2/+2
|/
* Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-1/+0
* Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-012-1/+6
|\
| * ARC: Add instruction_pointer_set() APIMasami Hiramatsu2021-09-301-0/+5
| * kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-1/+1
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/
* | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-0/+1
|\ \
| * | mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-0/+1
| |/
* / ARC: fix potential build snafuVineet Gupta2021-10-151-5/+0
|/
* Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2021-09-0521-1394/+1119
|\
| * ARC: mm: support 4 levels of page tablesVineet Gupta2021-08-263-5/+62
| * ARC: mm: support 3 levels of page tablesVineet Gupta2021-08-264-6/+81
| * ARC: mm: switch to asm-generic/pgalloc.hVineet Gupta2021-08-261-41/+1
| * ARC: mm: switch pgtable_t back to struct page *Vineet Gupta2021-08-264-50/+25
| * ARC: mm: disintegrate pgtable.h into levels and flagsVineet Gupta2021-08-253-273/+248
| * ARC: mm: disintegrate mmu.h (arcv2 bits out)Vineet Gupta2021-08-253-84/+105
| * ARC: mm: move MMU specific bits out of entry code ...Vineet Gupta2021-08-241-0/+8