index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
m68k
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Merge 5.0-rc6 into char-misc-next
Greg Kroah-Hartman
2019-02-11
3
-4
/
+8
|
|
\
\
|
|
|
/
|
*
|
Merge 5.0-rc4 into char-misc-next
Greg Kroah-Hartman
2019-01-28
1
-0
/
+1
|
|
\
\
|
*
|
|
m68k: Dispatch nvram_ops calls to Atari or Mac functions
Finn Thain
2019-01-22
6
-17
/
+108
|
*
|
|
m68k/mac: Fix PRAM accessors
Finn Thain
2019-01-22
1
-10
/
+33
|
*
|
|
m68k/mac: Use macros for RTC accesses not magic numbers
Finn Thain
2019-01-22
1
-18
/
+41
|
*
|
|
m68k/mac: Adopt naming and calling conventions for PRAM routines
Finn Thain
2019-01-22
1
-38
/
+23
|
*
|
|
m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...
Finn Thain
2019-01-22
2
-0
/
+25
|
*
|
|
m68k/atari: Implement arch_nvram_ops struct
Finn Thain
2019-01-22
1
-0
/
+49
|
*
|
|
nvram: Replace nvram_* function exports with static functions
Finn Thain
2019-01-22
1
-36
/
+3
|
*
|
|
m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
Finn Thain
2019-01-22
2
-0
/
+245
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-06
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
m68k/mm: use __ClearPageReserved()
David Hildenbrand
2019-03-05
1
-1
/
+1
*
|
|
|
|
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-03-05
3
-28
/
+65
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Thomas Gleixner
2019-02-27
1
-0
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
Yury Norov
2019-02-19
1
-0
/
+1
|
*
|
|
|
|
Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...
Thomas Gleixner
2019-02-10
2
-28
/
+48
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
*
|
|
|
y2038: add 64-bit time_t syscalls to all 32-bit architectures
Arnd Bergmann
2019-02-07
1
-0
/
+20
|
|
*
|
|
|
y2038: rename old time and utime syscalls
Arnd Bergmann
2019-02-07
2
-7
/
+7
|
|
*
|
|
|
y2038: use time32 syscall names on 32-bit
Arnd Bergmann
2019-02-07
1
-21
/
+21
|
*
|
|
|
|
Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...
Thomas Gleixner
2019-02-10
1
-0
/
+16
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
*
|
|
|
arch: add pkey and rseq syscall numbers everywhere
Arnd Bergmann
2019-01-25
1
-0
/
+4
|
|
*
|
|
|
arch: add split IPC system calls where needed
Arnd Bergmann
2019-01-25
1
-0
/
+11
|
|
*
|
|
|
m68k: assign syscall number for seccomp
Arnd Bergmann
2019-01-25
1
-0
/
+1
|
|
|
|
/
/
|
|
|
/
|
|
*
|
|
|
|
Merge tag 'm68k-for-v5.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-03-05
20
-436
/
+48
|
\
\
\
\
\
|
*
|
|
|
|
m68k: Add -ffreestanding to CFLAGS
Finn Thain
2019-01-21
1
-1
/
+4
|
*
|
|
|
|
m68k/apollo: Fix comment in Makefile
Jonathan Neuschäfer
2019-01-21
1
-1
/
+1
|
*
|
|
|
|
m68k/defconfig: Update defconfigs for v5.0-rc1
Geert Uytterhoeven
2019-01-21
12
-36
/
+24
|
*
|
|
|
|
m68k/atari: Avoid VLA use in atari_switches_setup()
Geert Uytterhoeven
2019-01-21
1
-1
/
+1
|
*
|
|
|
|
m68k: Avoid VLA use in mangle_kernel_stack()
Geert Uytterhoeven
2019-01-21
1
-1
/
+2
|
*
|
|
|
|
m68k/mac: Use '030 reset method on SE/30
Finn Thain
2019-01-21
1
-14
/
+4
|
*
|
|
|
|
m68k/mac: Remove obsolete comment
Finn Thain
2019-01-21
1
-1
/
+0
|
*
|
|
|
|
m68k/mac: Skip VIA port setup unless RTC is connected
Finn Thain
2019-01-21
1
-7
/
+12
|
*
|
|
|
|
m68k/mac: Clean up unused timer definitions
Finn Thain
2019-01-21
1
-3
/
+0
|
*
|
|
|
|
m68k/defconfig: Drop NET_VENDOR_<FOO>=n
Geert Uytterhoeven
2019-01-21
13
-371
/
+0
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
a.out: remove core dumping support
Linus Torvalds
2019-03-05
1
-68
/
+0
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-03-05
1
-1
/
+1
|
\
\
\
\
\
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-15
1
-3
/
+7
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
2
-1
/
+1
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
net: phy: fixed-phy: Drop GPIO from fixed_phy_add()
Linus Walleij
2019-02-04
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
get rid of legacy 'get_ds()' function
Linus Torvalds
2019-03-04
1
-7
/
+0
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-02-09
1
-3
/
+7
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
m68k: set proper major_num when specifying module param major_num
Chengguang Xu
2019-02-06
1
-3
/
+7
|
|
/
/
*
|
|
arch: unexport asm/shmparam.h for all architectures
Masahiro Yamada
2019-02-01
2
-1
/
+1
|
/
/
*
|
arch: restore generic-y += shmparam.h for some architectures
Masahiro Yamada
2019-01-06
1
-0
/
+1
|
/
*
arch: remove redundant UAPI generic-y defines
Masahiro Yamada
2019-01-06
1
-19
/
+0
*
arch: remove stale comments "UAPI Header export list"
Masahiro Yamada
2019-01-06
1
-1
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-05
4
-13
/
+7
|
\
|
*
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2019-01-04
3
-12
/
+6
|
*
fls: change parameter to unsigned int
Matthew Wilcox
2019-01-04
1
-1
/
+1
*
|
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
3
-4
/
+4
|
/
[prev]
[next]