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