index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
csky
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-11
csky: Emulate one-byte cmpxchg
Paul E. McKenney
1
-0
/
+10
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+9
2024-03-12
Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+1
2024-03-06
arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Arnd Bergmann
1
-1
/
+1
2024-03-05
mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc
Yan Zhao
1
-5
/
+0
2024-02-22
Introduce cpu_dcache_is_aliasing() across all architectures
Mathieu Desnoyers
1
-0
/
+9
2024-02-20
csky/vdso: Remove superfluous ifdeffery
Anna-Maria Behnsen
1
-5
/
+0
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
1
-2
/
+2
2023-11-23
csky: fix arch_jump_label_transform_static override
Arnd Bergmann
1
-0
/
+5
2023-11-23
arch: add do_page_fault prototypes
Arnd Bergmann
1
-0
/
+2
2023-11-23
arch: add missing prepare_ftrace_return() prototypes
Arnd Bergmann
1
-0
/
+4
2023-11-23
arch: include linux/cpu.h for trap_init() prototype
Arnd Bergmann
1
-2
/
+0
2023-11-23
arch: consolidate arch_irq_work_raise prototypes
Arnd Bergmann
1
-1
/
+1
2023-09-01
Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linux
Linus Torvalds
1
-0
/
+2
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-08-30
csky: Fixup compile error
Guo Ren
1
-0
/
+2
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-5
/
+7
2023-08-24
csky: implement the new page table range API
Matthew Wilcox (Oracle)
1
-3
/
+5
2023-08-21
csky: convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
1
-2
/
+2
2023-08-10
csky: Fixup -Wmissing-prototypes warning
Guo Ren
3
-0
/
+19
2023-08-10
csky: Make pfn accessors static inlines
Linus Walleij
1
-3
/
+10
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
1
-1
/
+1
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-35
/
+0
2023-06-05
locking/atomic: make atomic*_{cmp,}xchg optional
Mark Rutland
1
-35
/
+0
2023-05-15
csky/smp: Switch to hotplug core state synchronization
Thomas Gleixner
1
-1
/
+1
2023-03-12
csky: Remove kernel_thread declaration
Mike Christie
1
-2
/
+0
2023-02-09
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
1
-1
/
+0
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-1
/
+0
2023-02-02
csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-0
/
+18
2022-12-19
Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linux
Linus Torvalds
1
-0
/
+2
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+0
2022-11-18
stackprotector: actually use get_random_canary()
Jason A. Donenfeld
1
-9
/
+1
2022-11-08
mm: remove kern_addr_valid() completely
Kefeng Wang
1
-3
/
+0
2022-10-21
csky: add arch support current_stack_pointer
Tong Tiangen
1
-0
/
+2
2022-09-11
kernel: exit: cleanup release_thread()
Kefeng Wang
1
-5
/
+0
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-23
/
+3
2022-08-04
Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-21
/
+2
2022-08-04
Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linux
Linus Torvalds
6
-8
/
+105
2022-07-31
csky: cmpxchg: Coding convention for BUILD_BUG()
Guo Ren
1
-6
/
+5
2022-07-31
csky: Add qspinlock support
Guo Ren
4
-2
/
+43
2022-07-30
csky: Add jump-label implementation
Guo Ren
1
-0
/
+47
2022-07-22
csky: Correct position of _stext
Guo Ren
1
-0
/
+10
2022-07-22
asm-generic: Add new pci.h and use it
Stafford Horne
1
-15
/
+2
2022-07-22
csky: PCI: Define ARCH_GENERIC_PCI_MMAP_RESOURCE
Stafford Horne
1
-0
/
+2
2022-07-22
PCI: Move isa_dma_bridge_buggy out of asm/dma.h
Stafford Horne
1
-2
/
+0
2022-07-22
PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.h
Stafford Horne
1
-6
/
+0
2022-07-21
csky/tlb: Remove tlb_flush() define
Peter Zijlstra
1
-2
/
+0
2022-07-21
mmu_gather: Remove per arch tlb_{start,end}_vma()
Peter Zijlstra
1
-13
/
+0
2022-07-17
csky: drop definition of PGD_ORDER
Mike Rapoport
2
-3
/
+2
2022-07-17
csky: drop definition of PTE_ORDER
Mike Rapoport
1
-2
/
+1
[next]