| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) | 1 | -0/+1 |
| 2024-11-06 | mm: drop hugetlb_get_unmapped_area{_*} functions | Oscar Salvador | 1 | -108/+0 |
| 2024-11-06 | arch/sparc: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappings | Oscar Salvador | 2 | -12/+42 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-25 | Merge tag 'sparc-for-6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+1 |
| 2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -16/+6 |
| 2024-09-19 | Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-17 | mm: always define pxx_pgprot() | Peter Xu | 1 | -0/+1 |
| 2024-09-13 | arch/sparc: remove unused varible paddrbase in function leon_swprobe() | Alex Shi | 1 | -7/+1 |
| 2024-09-11 | net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags | Mina Almasry | 1 | -0/+1 |
| 2024-09-11 | tcp: RX path for devmem TCP | Mina Almasry | 1 | -0/+5 |
| 2024-09-09 | mm: make arch_get_unmapped_area() take vm_flags by default | Mark Brown | 2 | -3/+3 |
| 2024-09-03 | arch, mm: pull out allocation of NODE_DATA to generic code | Mike Rapoport (Microsoft) | 1 | -7/+2 |
| 2024-09-03 | arch, mm: move definition of node_data to generic code | Mike Rapoport (Microsoft) | 2 | -6/+0 |
| 2024-09-04 | dma-mapping: clearly mark DMA ops as an architecture feature | Christoph Hellwig | 1 | -1/+1 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -7/+3 |
| 2024-07-23 | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+2 |
| 2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-20 | kbuild: Abort make on install failures | Zhang Bingwu | 1 | -0/+2 |
| 2024-07-18 | Merge tag 'sparc-for-6.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 8 | -13/+22 |
| 2024-07-11 | sparc64: Fix prototype warnings in hibernate.c | Andreas Larsson | 1 | -0/+1 |
| 2024-07-11 | sparc64: Fix prototype warning for prom_get_mmu_ihandle | Andreas Larsson | 1 | -1/+1 |
| 2024-07-11 | sparc64: Fix incorrect function signature and add prototype for prom_cif_init | Andreas Larsson | 3 | -4/+2 |
| 2024-07-11 | sparc64: Fix prototype warnings for floppy_64.h | Andreas Larsson | 1 | -2/+3 |
| 2024-07-11 | sparc32: Fix truncated relocation errors when linking large kernels | Andreas Larsson | 2 | -6/+15 |
| 2024-07-10 | clone3: drop __ARCH_WANT_SYS_CLONE3 macro | Arnd Bergmann | 1 | -0/+2 |
| 2024-07-03 | mm: remove page_mapping() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 2 | -7/+3 |
| 2024-06-25 | sparc: fix compat recv/recvfrom syscalls | Arnd Bergmann | 2 | -223/+2 |
| 2024-06-25 | sparc: fix old compat_sys_select() | Arnd Bergmann | 1 | -1/+1 |
| 2024-06-25 | syscalls: fix compat_sys_io_pgetevents_time64 usage | Arnd Bergmann | 1 | -1/+1 |
| 2024-05-24 | Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
| 2024-05-23 | mseal: wire up mseal syscall | Jeff Xu | 1 | -0/+1 |
| 2024-05-23 | Merge tag 'sparc-for-6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 24 | -114/+76 |
| 2024-05-20 | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -36/+36 |
| 2024-05-20 | arch: Fix name collision with ACPI's video.o | Thomas Zimmermann | 2 | -1/+1 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -36/+18 |
| 2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -3/+1 |
| 2024-05-15 | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -34/+29 |
| 2024-05-14 | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+5 |
| 2024-05-14 | Makefile: remove redundant tool coverage variables | Masahiro Yamada | 1 | -2/+0 |
| 2024-05-14 | arch: make execmem setup available regardless of CONFIG_MODULES | Mike Rapoport (IBM) | 3 | -19/+23 |
| 2024-05-14 | mm/execmem, arch: convert simple overrides of module_alloc to execmem | Mike Rapoport (IBM) | 1 | -4/+16 |
| 2024-05-14 | mm: introduce execmem_alloc() and execmem_free() | Mike Rapoport (IBM) | 1 | -4/+4 |
| 2024-05-14 | sparc: simplify module_alloc() | Mike Rapoport (IBM) | 2 | -24/+3 |
| 2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -1/+1 |
| 2024-05-08 | sparc/leon: Remove on-stack cpumask var | Dawei Li | 1 | -4/+3 |
| 2024-05-08 | sparc/pci_msi: Remove on-stack cpumask var | Dawei Li | 1 | -4/+1 |
| 2024-05-08 | sparc/of: Remove on-stack cpumask var | Dawei Li | 1 | -4/+1 |
| 2024-05-08 | sparc/irq: Remove on-stack cpumask var | Dawei Li | 1 | -7/+3 |
| 2024-05-08 | sparc/srmmu: Remove on-stack cpumask var | Dawei Li | 1 | -28/+12 |
| 2024-05-07 | mm: fix race between __split_huge_pmd_locked() and GUP-fast | Ryan Roberts | 1 | -0/+1 |
| 2024-05-03 | arch: Rename fbdev header and source files | Thomas Zimmermann | 3 | -7/+7 |
| 2024-05-03 | arch: Remove struct fb_info from video helpers | Thomas Zimmermann | 2 | -12/+12 |
| 2024-05-03 | arch: Select fbdev helpers with CONFIG_VIDEO | Thomas Zimmermann | 2 | -3/+3 |
| 2024-04-25 | treewide: use initializer for struct vm_unmapped_area_info | Rick Edgecombe | 3 | -10/+5 |
| 2024-04-25 | mm: switch mm->get_unmapped_area() to a flag | Rick Edgecombe | 2 | -10/+7 |
| 2024-04-25 | mm: remove "prot" parameter from move_pte() | David Hildenbrand | 1 | -1/+1 |
| 2024-04-25 | mm/arch: provide pud_pfn() fallback | Peter Xu | 1 | -0/+1 |
| 2024-04-25 | sparc: use is_huge_zero_pmd() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2024-04-25 | mm/treewide: remove pXd_huge() | Peter Xu | 1 | -10/+0 |
| 2024-04-25 | mm/sparc: change pXd_huge() behavior to exclude swap entries | Peter Xu | 1 | -4/+2 |
| 2024-04-22 | sparc: chmc: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2024-04-22 | sparc: parport: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-04-22 | sparc: Compare pointers to NULL instead of 0 | Thorsten Blum | 1 | -1/+1 |
| 2024-04-22 | sparc: Use swap() to fix Coccinelle warning | Thorsten Blum | 1 | -3/+1 |
| 2024-04-22 | sparc32: Fix version generation failed warnings | Sam Ravnborg | 1 | -5/+12 |
| 2024-04-22 | sparc64: Fix number of online CPUs | Sam Ravnborg | 4 | -18/+3 |
| 2024-04-22 | sparc64: Fix prototype warning for sched_clock | Sam Ravnborg | 1 | -0/+1 |
| 2024-04-22 | sparc64: Fix prototype warnings in adi_64.c | Sam Ravnborg | 1 | -7/+7 |
| 2024-04-22 | sparc64: Fix prototype warning for dma_4v_iotsb_bind | Sam Ravnborg | 1 | -3/+3 |
| 2024-04-22 | sparc64: Fix prototype warning for uprobe_trap | Sam Ravnborg | 2 | -0/+6 |
| 2024-04-22 | sparc64: Fix prototype warning for alloc_irqstack_bootmem | Sam Ravnborg | 1 | -1/+1 |
| 2024-04-22 | sparc64: Fix prototype warning for vmemmap_free | Sam Ravnborg | 1 | -5/+0 |
| 2024-04-22 | sparc64: Fix prototype warnings in traps_64.c | Sam Ravnborg | 1 | -5/+5 |
| 2024-04-22 | sparc64: Fix prototype warning for init_vdso_image | Sam Ravnborg | 1 | -2/+3 |
| 2024-04-22 | sparc: move struct termio to asm/termios.h | Mike Gilbert | 2 | -10/+9 |
| 2024-04-09 | sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizes | Al Viro | 2 | -9/+11 |
| 2024-04-09 | sparc32: unify __cmpxchg_u{32,64} | Al Viro | 1 | -25/+16 |
| 2024-04-09 | sparc32: make the first argument of __cmpxchg_u64() volatile u64 * | Al Viro | 2 | -2/+2 |
| 2024-04-09 | sparc32: make __cmpxchg_u32() return u32 | Al Viro | 2 | -4/+4 |
| 2024-03-27 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+5 |
| 2024-03-15 | Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 37 | -720/+328 |
| 2024-03-14 | bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_... | Christophe Leroy | 1 | -1/+5 |
| 2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -2/+2 |
| 2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -7/+24 |
| 2024-03-12 | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2024-03-12 | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -3/+4 |
| 2024-03-08 | sparc32: Fix section mismatch in leon_pci_grpci | Sam Ravnborg | 2 | -2/+2 |
| 2024-03-08 | sparc32: Fix parport build with sparc32 | Sam Ravnborg | 2 | -252/+263 |
| 2024-03-08 | sparc32: Do not select GENERIC_ISA_DMA | Sam Ravnborg | 1 | -4/+0 |
| 2024-03-08 | sparc32: Fix build with trapbase | Sam Ravnborg | 5 | -14/+14 |
| 2024-03-08 | sparc32: Use generic cmpdi2/ucmpdi2 variants | Sam Ravnborg | 4 | -50/+4 |
| 2024-03-06 | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>" | Ahelenia Ziemiańska | 2 | -2/+2 |
| 2024-03-06 | mm/treewide: align up pXd_leaf() retval across archs | Peter Xu | 1 | -2/+2 |
| 2024-03-06 | mm/treewide: drop pXd_large() | Peter Xu | 1 | -4/+4 |
| 2024-03-06 | mm/treewide: replace pud_large() with pud_leaf() | Peter Xu | 1 | -1/+1 |
| 2024-03-06 | mm/treewide: replace pmd_large() with pmd_leaf() | Peter Xu | 1 | -2/+2 |
| 2024-03-06 | arch: define CONFIG_PAGE_SIZE_*KB on all architectures | Arnd Bergmann | 3 | -3/+4 |
| 2024-03-04 | smp: Consolidate smp_prepare_boot_cpu() | Thomas Gleixner | 1 | -4/+0 |
| 2024-02-29 | sparc: vdso: Disable UBSAN instrumentation | Kees Cook | 1 | -0/+1 |
| 2024-02-22 | Introduce cpu_dcache_is_aliasing() across all architectures | Mathieu Desnoyers | 2 | -0/+15 |
| 2024-02-23 | Merge tag 'drm-misc-fixes-2024-02-22' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 2 | -2/+2 |
| 2024-02-22 | sparc/pgtable: define PFN_PTE_SHIFT | David Hildenbrand | 1 | -0/+2 |
| 2024-02-21 | sparc: Fix undefined reference to fb_is_primary_device | Javier Martinez Canillas | 2 | -2/+2 |
| 2024-02-16 | sparc: select FRAME_POINTER instead of redefining it | Masahiro Yamada | 1 | -5/+2 |
| 2024-02-16 | sparc: vDSO: fix return value of __setup handler | Randy Dunlap | 1 | -4/+3 |
| 2024-02-16 | sparc64: NMI watchdog: fix return value of __setup handler | Randy Dunlap | 1 | -1/+1 |
| 2024-02-16 | sparc: vio: make vio_bus_type const | Ricardo B. Marliere | 1 | -1/+1 |
| 2024-02-16 | sparc: Fix typos | Bjorn Helgaas | 20 | -27/+27 |
| 2024-02-16 | sparc: Use shared font data | Dr. David Alan Gilbert | 2 | -356/+11 |
| 2024-02-15 | sparc: remove obsolete config ARCH_ATU | Lukas Bulwahn | 1 | -4/+0 |
| 2024-02-09 | work around gcc bugs with 'asm goto' with outputs | Linus Torvalds | 1 | -2/+2 |
| 2024-01-19 | sparc: Use device_get_match_data() | Rob Herring | 2 | -10/+12 |
| 2024-01-18 | Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -14/+4 |
| 2024-01-18 | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2 | -0/+2 |
| 2024-01-10 | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -15/+10 |
| 2024-01-09 | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+3 |
| 2024-01-09 | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 4 | -4/+0 |
| 2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -5/+6 |
| 2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 3 | -4/+4 |
| 2024-01-08 | mm, treewide: introduce NR_PAGE_ORDERS | Kirill A. Shutemov | 1 | -1/+1 |
| 2024-01-05 | mm/mglru: add dummy pmd_dirty() | Kinsey Ho | 1 | -0/+1 |
| 2023-12-14 | wire up syscalls for statmount/listmount | Miklos Szeredi | 1 | -0/+2 |
| 2023-12-14 | mm: Introduce flush_cache_vmap_early() | Alexandre Ghiti | 2 | -0/+2 |
| 2023-12-10 | arch: turn off -Werror for architectures with known warnings | Arnd Bergmann | 4 | -4/+0 |
| 2023-12-10 | sparc: vdso: use $(addprefix ) instead of $(foreach ) | Masahiro Yamada | 1 | -1/+1 |
| 2023-12-10 | sparc: vdso: simplify obj-y addition | Masahiro Yamada | 1 | -9/+2 |
| 2023-12-10 | sparc: vdso: clean up build artifacts in arch/sparc/vdso/ | Masahiro Yamada | 1 | -4/+1 |
| 2023-12-04 | sparc: Use $(kecho) to announce kernel images being ready | Uwe Kleine-König | 1 | -5/+5 |
| 2023-11-28 | Merge branch 'asm-generic-prototypes' into asm-generic | Arnd Bergmann | 3 | -3/+5 |
| 2023-11-23 | arch: include linux/cpu.h for trap_init() prototype | Arnd Bergmann | 2 | -0/+2 |
| 2023-11-23 | arch: fix asm-offsets.c building with -Wmissing-prototypes | Arnd Bergmann | 1 | -3/+3 |
| 2023-11-23 | asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr() | Kefeng Wang | 1 | -6/+0 |
| 2023-11-23 | arch/*/io.h: remove ioremap_uc in some architectures | Baoquan He | 1 | -1/+0 |
| 2023-11-12 | LSM: wireup Linux Security Module syscalls | Casey Schaufler | 1 | -0/+3 |
| 2023-11-10 | kprobes: unify kprobes_exceptions_nofify() prototypes | Arnd Bergmann | 1 | -2/+0 |
| 2023-11-04 | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2 | -30/+2 |
| 2023-11-03 | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -26/+0 |
| 2023-11-02 | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -21/+24 |
| 2023-11-01 | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+2 |
| 2023-11-01 | Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -6/+9 |
| 2023-10-30 | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2023-10-30 | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+3 |
| 2023-10-28 | kbuild: unify vdso_install rules | Masahiro Yamada | 2 | -30/+2 |
| 2023-10-27 | sparc32: fix a braino in fault handling in csum_and_copy_..._user() | Al Viro | 1 | -1/+1 |
| 2023-10-27 | crypto: sparc/crc32c - stop using the shash alignmask | Eric Biggers | 1 | -21/+24 |
| 2023-10-23 | BackMerge tag 'v6.6-rc7' into drm-next | Dave Airlie | 2 | -3/+11 |
| 2023-10-17 | vgacon, arch/*: remove unused screen_info definitions | Arnd Bergmann | 2 | -26/+0 |
| 2023-10-12 | fbdev: Replace fb_pgprotect() with pgprot_framebuffer() | Thomas Zimmermann | 1 | -6/+9 |
| 2023-10-09 | Merge tag 'v6.6-rc5' into locking/core, to pick up fixes | Ingo Molnar | 2 | -3/+11 |
| 2023-10-06 | arch: Reserve map_shadow_stack() syscall number for all architectures | Sohil Mehta | 1 | -0/+1 |
| 2023-10-06 | sparc: Annotate struct cpuinfo_tree with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-10-03 | syscalls: Cleanup references to sys_lookup_dcookie() | Sohil Mehta | 1 | -1/+1 |
| 2023-09-29 | mm: hugetlb: add huge page size param to set_huge_pte_at() | Ryan Roberts | 2 | -3/+11 |
| 2023-09-21 | futex: Add sys_futex_requeue() | peterz@infradead.org | 1 | -0/+1 |
| 2023-09-21 | futex: Add sys_futex_wait() | peterz@infradead.org | 1 | -0/+1 |
| 2023-09-21 | futex: Add sys_futex_wake() | peterz@infradead.org | 1 | -0/+1 |
| 2023-09-05 | Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds | 1 | -97/+0 |
| 2023-09-05 | Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -0/+1 |
| 2023-09-05 | sparc64: add missing initialization of folio in tlb_batch_add() | Mike Rapoport (IBM) | 1 | -0/+1 |
| 2023-09-05 | Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 40 | -40/+40 |
| 2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -3/+3 |
| 2023-08-31 | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -6/+6 |
| 2023-08-30 | Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc... | Linus Torvalds | 32 | -33/+49 |
| 2023-08-29 | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -4/+4 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 11 | -89/+173 |
| 2023-08-29 | Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc... | Linus Torvalds | 1 | -3/+2 |
| 2023-08-28 | sparc: Explicitly include correct DT includes | Rob Herring | 32 | -33/+49 |
| 2023-08-28 | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2023-08-24 | mm: rationalise flush_icache_pages() and flush_icache_page() | Matthew Wilcox (Oracle) | 2 | -5/+0 |
| 2023-08-24 | sparc64: implement the new page table range API | Matthew Wilcox (Oracle) | 5 | -67/+119 |
| 2023-08-24 | sparc32: implement the new page table range API | Matthew Wilcox (Oracle) | 3 | -8/+23 |
| 2023-08-24 | sparc: Remove <asm/ide.h> | Geert Uytterhoeven | 1 | -97/+0 |
| 2023-08-22 | sparc: remove <asm/export.h> | Masahiro Yamada | 1 | -1/+0 |
| 2023-08-22 | sparc: replace #include <asm/export.h> with #include <linux/export.h> | Masahiro Yamada | 39 | -39/+40 |
| 2023-08-21 | sparc: convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents | Vishal Moola (Oracle) | 1 | -2/+3 |
| 2023-08-21 | sparc64: convert various functions to use ptdescs | Vishal Moola (Oracle) | 1 | -8/+9 |
| 2023-08-20 | Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p... | Greg Kroah-Hartman | 1 | -3/+0 |
| 2023-08-18 | nmi_backtrace: allow excluding an arbitrary CPU | Douglas Anderson | 2 | -4/+4 |
| 2023-08-18 | sparc: add pte_free_defer() for pte_t *pgtable_t | Hugh Dickins | 2 | -0/+20 |
| 2023-08-18 | mm: make show_free_areas() static | Kefeng Wang | 1 | -1/+1 |
| 2023-08-12 | locking: remove spin_lock_prefetch | Mateusz Guzik | 1 | -3/+0 |
| 2023-08-11 | tty: vcc: convert counts to size_t | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-02 | x86/shstk: Add user control-protection fault handler | Rick Edgecombe | 2 | -2/+2 |
| 2023-07-31 | Merge 6.5-rc4 into tty-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-07-29 | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS | Sven Joachim | 1 | -1/+1 |
| 2023-07-27 | arch: Register fchmodat2, usually as syscall 452 | Palmer Dabbelt | 1 | -0/+1 |
| 2023-07-25 | tty: sysrq: switch sysrq handlers from int to u8 | Jiri Slaby | 1 | -2/+2 |
| 2023-07-13 | sparc: mark __arch_xchg() as __always_inline | Arnd Bergmann | 2 | -2/+2 |
| 2023-07-12 | sparc: openpromio: Address -Warray-bounds warning | Gustavo A. R. Silva | 1 | -3/+2 |
| 2023-07-11 | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe | 2 | -4/+4 |
| 2023-07-06 | Merge tag 'drm-next-2023-07-07' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -0/+3 |
| 2023-06-29 | sparc32: fix lock_mm_and_find_vma() conversion | Linus Torvalds | 1 | -1/+1 |
| 2023-06-29 | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds | 2 | -2/+0 |
| 2023-06-29 | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 4 | -20/+54 |
| 2023-06-29 | arch/sparc: Add module license and description for fbdev helpers | Thomas Zimmermann | 1 | -0/+3 |
| 2023-06-28 | Merge branch 'expand-stack' | Linus Torvalds | 3 | -27/+14 |
| 2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+3 |
| 2023-06-28 | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 8 | -12/+24 |