index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sparc
Age
Commit message (
Expand
)
Author
2023-05-05
Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-30
Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2023-04-29
locking/arch: Rename all internal __xchg() names to __arch_xchg()
Andrzej Hajda
2023-04-28
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-28
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-28
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-04-27
Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-04-26
sparc: unify sparc32/sparc64 archhelp
Randy Dunlap
2023-04-18
sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on...
David Hildenbrand
2023-04-18
sparc: reword ARCH_FORCE_MAX_ORDER prompt and help text
Mike Rapoport (IBM)
2023-04-18
sparc: Use of_property_read_bool() for boolean properties
Rob Herring
2023-04-18
sparc: Use of_property_present() for testing DT property presence
Rob Herring
2023-04-10
of: Make devtree_lock declaration private
Rob Herring
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-05
sparc/mm: fix MAX_ORDER usage in tsb_grow()
Kirill A. Shutemov
2023-04-05
Kconfig: introduce HAS_IOPORT option and select it as necessary
Niklas Schnelle
2023-04-04
PCI: Introduce pci_dev_for_each_resource()
Mika Westerberg
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
2023-03-16
mm: Expose untagging mask in /proc/$PID/status
Kirill A. Shutemov
2023-03-16
mm: Introduce untagged_addr_remote()
Kirill A. Shutemov
2023-03-08
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
2023-03-08
sparc/cpu: Mark cpu_play_dead() __noreturn
Josh Poimboeuf
2023-03-05
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2023-03-02
sparc: fix livelock in uaccess
Al Viro
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-02-23
Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-20
Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-02-15
dma-mapping: no need to pass a bus_type into get_arch_dma_ops()
Greg Kroah-Hartman
2023-02-13
char/agp: introduce asm-generic/agp.h
Mike Rapoport
2023-02-13
char/agp: consolidate {alloc,free}_gatt_pages()
Mike Rapoport
2023-02-09
sparc: allow PM configs for sparc32 COMPILE_TEST
Randy Dunlap
2023-02-09
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2023-02-02
sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
David Hildenbrand
2023-02-02
sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
David Hildenbrand
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
vio: move to_vio_dev() to use container_of_const()
Greg Kroah-Hartman
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-12
Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-30
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-11-30
mm: add dummy pmd_young() for architectures not having it
Juergen Gross
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
[next]