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