summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta2023-08-182-2/+22
* ARC: entry: rework (non-functional)Vineet Gupta2023-08-183-11/+17
* ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta2023-08-182-7/+6
* ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta2023-08-181-12/+20
* ARC: kernel stack: INIT_THREAD need not setup @init_stack in @kspVineet Gupta2023-08-181-3/+1
* ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta2023-08-185-119/+48
* ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta2023-08-182-33/+4
* ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportVineet Gupta2023-08-181-2/+0
* ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta2023-08-182-6/+32
* ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta2023-08-182-7/+21
* ARC: uaccess: elide unaliged handling if hardware supportsVineet Gupta2023-08-171-4/+6
* ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta2023-08-171-9/+2
* ARC: atomics: Add compiler barrier to atomic operations...Pavel Kozlov2023-08-162-6/+6
* ARC: -Wmissing-prototype warning fixesVineet Gupta2023-08-146-0/+31
* Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-011-4/+4
|\
| * ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada2023-06-141-4/+4
* | 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-101-1/+0
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-1/+0
* arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-3/+24
* mm: remove kern_addr_valid() completelyKefeng Wang2022-11-091-2/+0
* ARC: mm: fix leakage of memory allocated for PTEPavel Kozlov2022-10-181-1/+1
* arc: iounmap() arg is volatileRandy Dunlap2022-10-181-1/+1
* ARC: bitops: Change __fls to return unsigned longAmadeusz Sławiński2022-10-181-2/+2
* ARC: Fix comment typoZhang Jiaming2022-10-181-1/+1
* kernel: exit: cleanup release_thread()Kefeng Wang2022-09-121-3/+0
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-18/+0
|\
| * arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-181-18/+0
* | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-231-5/+0
|/
* ARC: bpf: define uapi for BPF_PROG_TYPE_PERF_EVENT program typeSergey Matyukevich2022-04-261-0/+4
* 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-243-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-291-162/+0
* | arc: Replace lkml.org links with loreKees Cook2021-12-291-2/+6
* | ARC: thread_info.h: correct two typos in a commentRandy Dunlap2021-12-291-2/+2
|/
* Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-1/+0