| Commit message (Expand) | Author | Age | Files | Lines |
* | syscalls: mmap(): use unsigned offset type consistently | Arnd Bergmann | 2024-06-25 | 1 | -1/+1 |
* | csky, hexagon: fix broken sys_sync_file_range | Arnd Bergmann | 2024-06-25 | 1 | -0/+1 |
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-05-19 | 1 | -6/+6 |
|\ |
|
| * | csky: use initializer for struct vm_unmapped_area_info | Rick Edgecombe | 2024-04-25 | 1 | -6/+6 |
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2024-05-18 | 2 | -9/+3 |
|\ \ |
|
| * | | Makefile: remove redundant tool coverage variables | Masahiro Yamada | 2024-05-14 | 1 | -4/+0 |
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 2024-05-10 | 2 | -4/+2 |
| * | | arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts | Masahiro Yamada | 2024-05-02 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 2024-05-17 | 1 | -0/+3 |
|\ \ |
|
| * | | kprobe/ftrace: bail out if ftrace was killed | Stephen Brennan | 2024-05-16 | 1 | -0/+3 |
| |/ |
|
* / | csky: Emulate one-byte cmpxchg | Paul E. McKenney | 2024-05-11 | 2 | -0/+11 |
|/ |
|
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-03-14 | 2 | -0/+10 |
|\ |
|
| * | Introduce cpu_dcache_is_aliasing() across all architectures | Mathieu Desnoyers | 2024-02-22 | 2 | -0/+10 |
* | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-03-12 | 2 | -6/+2 |
|\ \ |
|
| * | | arch: define CONFIG_PAGE_SIZE_*KB on all architectures | Arnd Bergmann | 2024-03-06 | 2 | -1/+2 |
| * | | mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc | Yan Zhao | 2024-03-05 | 1 | -5/+0 |
| |/ |
|
* | | Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2024-03-11 | 1 | -4/+0 |
|\ \ |
|
| * | | smp: Consolidate smp_prepare_boot_cpu() | Thomas Gleixner | 2024-03-04 | 1 | -4/+0 |
| |/ |
|
* | | csky/vdso: Use generic union vdso_data_store | Anna-Maria Behnsen | 2024-02-20 | 1 | -8/+2 |
* | | csky/vdso: Remove superfluous ifdeffery | Anna-Maria Behnsen | 2024-02-20 | 2 | -9/+0 |
|/ |
|
* | work around gcc bugs with 'asm goto' with outputs | Linus Torvalds | 2024-02-09 | 1 | -2/+2 |
* | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2024-01-19 | 1 | -1/+2 |
|\ |
|
| * | netfs, fscache: Combine fscache with netfs | David Howells | 2023-12-24 | 1 | -1/+2 |
* | | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2024-01-18 | 2 | -0/+2 |
|\ \ |
|
| * | | mm: Introduce flush_cache_vmap_early() | Alexandre Ghiti | 2023-12-14 | 2 | -0/+2 |
| |/ |
|
* | | csky: fix arch_jump_label_transform_static override | Arnd Bergmann | 2023-11-23 | 1 | -0/+5 |
* | | arch: add do_page_fault prototypes | Arnd Bergmann | 2023-11-23 | 1 | -0/+2 |
* | | arch: add missing prepare_ftrace_return() prototypes | Arnd Bergmann | 2023-11-23 | 1 | -0/+4 |
* | | arch: vdso: consolidate gettime prototypes | Arnd Bergmann | 2023-11-23 | 1 | -10/+1 |
* | | arch: include linux/cpu.h for trap_init() prototype | Arnd Bergmann | 2023-11-23 | 2 | -2/+1 |
* | | arch: consolidate arch_irq_work_raise prototypes | Arnd Bergmann | 2023-11-23 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-11-04 | 1 | -10/+0 |
|\ |
|
| * | csky: remove unused cmd_vdso_install | Masahiro Yamada | 2023-10-18 | 1 | -10/+0 |
* | | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-11-03 | 1 | -12/+0 |
|\ \ |
|
| * | | vgacon, arch/*: remove unused screen_info definitions | Arnd Bergmann | 2023-10-17 | 1 | -12/+0 |
| |/ |
|
* / | c-sky: Remove now superfluous sentinel element from ctl_talbe array | Joel Granados | 2023-10-10 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linux | Linus Torvalds | 2023-09-01 | 1 | -0/+2 |
|\ |
|
| * | csky: Fixup compile error | Guo Ren | 2023-08-30 | 1 | -0/+2 |
* | | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-08-31 | 1 | -1/+1 |
|\ \ |
|
| * | | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe | 2023-07-11 | 1 | -1/+1 |
* | | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-08-29 | 6 | -36/+53 |
|\ \ \
| |_|/
|/| | |
|
| * | | mm: rationalise flush_icache_pages() and flush_icache_page() | Matthew Wilcox (Oracle) | 2023-08-24 | 2 | -2/+0 |
| * | | csky: implement the new page table range API | Matthew Wilcox (Oracle) | 2023-08-24 | 5 | -34/+50 |
| * | | csky: convert __pte_free_tlb() to use ptdescs | Vishal Moola (Oracle) | 2023-08-21 | 1 | -2/+2 |
| |/ |
|
* | | csky: Fixup -Wmissing-prototypes warning | Guo Ren | 2023-08-10 | 4 | -0/+30 |
* | | csky: Make pfn accessors static inlines | Linus Walleij | 2023-08-10 | 1 | -3/+10 |
* | | csky: pgtable: Invalidate stale I-cache lines in update_mmu_cache | Guo Ren | 2023-08-10 | 1 | -3/+1 |
* | | csky: fix old style declaration in module.c | Arnd Bergmann | 2023-07-29 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linux | Linus Torvalds | 2023-07-01 | 1 | -0/+3 |
|\ |
|
| * | csky: uprobes: Restore thread.trap_no | Tiezhu Yang | 2023-06-18 | 1 | -0/+3 |