summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
AgeCommit message (Expand)AuthorLines
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-21/+13
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)-9/+0
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)-9/+11
2023-08-18ARC: pt_regs: create seperate type for ecrVineet Gupta-29/+18
2023-08-18ARCv2: entry: rearrange pt_regs slightlyVineet Gupta-10/+11
2023-08-18ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.neVineet Gupta-1/+1
2023-08-18ARC: entry: replace 8 byte OR with 4 byte BSETVineet Gupta-2/+2
2023-08-18ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta-2/+22
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He-4/+3
2023-08-17ARC: entry: rework (non-functional)Vineet Gupta-11/+17
2023-08-17ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta-7/+6
2023-08-17ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta-12/+20
2023-08-17ARC: kernel stack: INIT_THREAD need not setup @init_stack in @kspVineet Gupta-3/+1
2023-08-17ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta-119/+48
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta-33/+4
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportVineet Gupta-2/+0
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta-6/+32
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta-7/+21
2023-08-17ARC: uaccess: elide unaliged handling if hardware supportsVineet Gupta-4/+6
2023-08-17ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta-9/+2
2023-08-15ARC: atomics: Add compiler barrier to atomic operations...Pavel Kozlov-6/+6
2023-08-13ARC: -Wmissing-prototype warning fixesVineet Gupta-0/+31
2023-08-10csky: Cast argument to virt_to_pfn() to (void *)Linus Walleij-1/+1
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-2/+2
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-4/+4
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-14/+2
2023-06-15ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada-4/+4
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland-17/+0
2023-06-05locking/atomic: arc: add preprocessor symbolsMark Rutland-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland-24/+2
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard-2/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda-2/+2
2023-04-20arch/arc: Implement <asm/fb.h> with generic helpersThomas Zimmermann-14/+2
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)-1/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+0
2023-02-02arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-3/+24
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-2/+0
2022-10-17ARC: mm: fix leakage of memory allocated for PTEPavel Kozlov-1/+1
2022-10-17arc: iounmap() arg is volatileRandy Dunlap-1/+1
2022-10-17ARC: bitops: Change __fls to return unsigned longAmadeusz Sławiński-2/+2
2022-10-17ARC: Fix comment typoZhang Jiaming-1/+1
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-3/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-18/+0
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne-5/+0
2022-07-17arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-18/+0
2022-04-26ARC: bpf: define uapi for BPF_PROG_TYPE_PERF_EVENT program typeSergey Matyukevich-0/+13
2022-04-25ARC: implement syscall tracepointsSergey Matyukevich-1/+6
2022-04-25ARC: enable HAVE_REGS_AND_STACK_ACCESS_API featureSergey Matyukevich-0/+27
2022-04-18ARC: atomic: cleanup atomic-llsc definitionsSergey Matyukevich-16/+16