All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] alpha.git
@ 2018-12-30 22:25 Matt Turner
  2018-12-31 18:05 ` pr-tracker-bot
  0 siblings, 1 reply; 29+ messages in thread
From: Matt Turner @ 2018-12-30 22:25 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Alexandre Belloni, Daniel Bristot de Oliveira, Colin Ian King,
	Firoz Khan, linux-alpha, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2345 bytes --]

Hi Linus,

Please pull a few small changes for alpha as well as the new system call table
generation support from Firoz Khan.

Thanks,
Matt


The following changes since commit 9097a058d49e049925d8da72db07fffcee24efa0:

  Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux (2018-12-20 14:49:56 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 1c3243f61fa7daea78de9866af2625f559ebf456:

  alpha: Remove some unused variables (2018-12-21 16:02:03 -0500)

----------------------------------------------------------------
Alexandre Belloni (1):
      alpha: rtc: simplify alpha_rtc_init

Colin Ian King (1):
      alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE

Daniel Bristot de Oliveira (1):
      alpha: Fix a typo on ptrace.h

Firoz Khan (5):
      alpha: move __IGNORE* entries to non uapi header
      alpha: remove CONFIG_OSF4_COMPAT flag from syscall table
      alpha: add __NR_syscalls along with NR_SYSCALLS
      alpha: add system call table generation support
      alpha: generate uapi header and syscall table header files

Matt Turner (1):
      alpha: Remove some unused variables

 arch/alpha/Makefile                      |   3 +
 arch/alpha/include/asm/Kbuild            |   2 +-
 arch/alpha/include/asm/unistd.h          |  23 +-
 arch/alpha/include/uapi/asm/Kbuild       |   1 +
 arch/alpha/include/uapi/asm/ptrace.h     |   2 +-
 arch/alpha/include/uapi/asm/unistd.h     | 484 +--------------------------
 arch/alpha/kernel/core_wildfire.c        |   2 +-
 arch/alpha/kernel/osf_sys.c              |  12 +-
 arch/alpha/kernel/rtc.c                  |  22 +-
 arch/alpha/kernel/syscalls/Makefile      |  38 +++
 arch/alpha/kernel/syscalls/syscall.tbl   | 453 ++++++++++++++++++++++++++
 arch/alpha/kernel/syscalls/syscallhdr.sh |  36 ++
 arch/alpha/kernel/syscalls/syscalltbl.sh |  32 ++
 arch/alpha/kernel/systbls.S              | 542 +------------------------------
 14 files changed, 609 insertions(+), 1043 deletions(-)
 create mode 100644 arch/alpha/kernel/syscalls/Makefile
 create mode 100644 arch/alpha/kernel/syscalls/syscall.tbl
 create mode 100644 arch/alpha/kernel/syscalls/syscallhdr.sh
 create mode 100644 arch/alpha/kernel/syscalls/syscalltbl.sh

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 376 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [PULL] alpha.git
  2018-12-30 22:25 [PULL] alpha.git Matt Turner
@ 2018-12-31 18:05 ` pr-tracker-bot
  0 siblings, 0 replies; 29+ messages in thread
From: pr-tracker-bot @ 2018-12-31 18:05 UTC (permalink / raw)
  To: Matt Turner
  Cc: Linus Torvalds, Alexandre Belloni, Daniel Bristot de Oliveira,
	Colin Ian King, Firoz Khan, linux-alpha, linux-kernel

The pull request you sent on Sun, 30 Dec 2018 17:25:19 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f12e840c819bab42621685558a01d3f46ab9a226

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [PULL] alpha.git
  2023-02-25 20:40 Matt Turner
  2023-02-25 20:51 ` Linus Torvalds
@ 2023-02-25 21:10 ` pr-tracker-bot
  1 sibling, 0 replies; 29+ messages in thread
From: pr-tracker-bot @ 2023-02-25 21:10 UTC (permalink / raw)
  To: Matt Turner; +Cc: Linus Torvalds, linux-alpha, linux-kernel

The pull request you sent on Sat, 25 Feb 2023 15:40:01 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e534a583cc438ec2e9a7dc534c9d80d14b440718

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [PULL] alpha.git
  2023-02-25 20:40 Matt Turner
@ 2023-02-25 20:51 ` Linus Torvalds
  2023-02-25 21:10 ` pr-tracker-bot
  1 sibling, 0 replies; 29+ messages in thread
From: Linus Torvalds @ 2023-02-25 20:51 UTC (permalink / raw)
  To: Matt Turner; +Cc: linux-alpha, linux-kernel

On Sat, Feb 25, 2023 at 12:40 PM Matt Turner <mattst88@gmail.com> wrote:
>
> Please pull a few changes for alpha. They're mostly small janitorial
> fixes but there's also more important ones: a patch to fix loading large
> modules from Edward Humes, and some fixes from Al Viro.

Tssk tssk. Much (all?) of this hasn't been in linux-next, and some of
it ends up being duplicate from Al already sending his parts.

I've taken it, because.. alpha. But please stop doing this to me.

              Linus

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2023-02-25 20:40 Matt Turner
  2023-02-25 20:51 ` Linus Torvalds
  2023-02-25 21:10 ` pr-tracker-bot
  0 siblings, 2 replies; 29+ messages in thread
From: Matt Turner @ 2023-02-25 20:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 3671 bytes --]

Hi Linus,

Please pull a few changes for alpha. They're mostly small janitorial
fixes but there's also more important ones: a patch to fix loading large
modules from Edward Humes, and some fixes from Al Viro.

Thanks,
Matt

The following changes since commit f6feea56f66d34259c4222fa02e8171c4f2673d1:

  Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2023-02-13 14:09:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 290ec1d58049e6203062d5fc796c50852112ae00:

  alpha: in_irq() cleanup (2023-02-24 23:14:22 -0500)

----------------------------------------------------------------
Al Viro (5):
      alpha: fix FEN fault handling
      alpha/boot: fix the breakage from -isystem series...
      alpha/boot/tools/objstrip: fix the check for ELF header
      alpha/boot/misc: trim unused declarations
      alpha: lazy FPU switching

Bjorn Helgaas (1):
      alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions

Changbin Du (1):
      alpha: in_irq() cleanup

Colin Ian King (1):
      alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenr

Edward Humes (1):
      alpha: fix R_ALPHA_LITERAL reloc for large modules

Joe Perches (1):
      alpha: Avoid comma separated statements

Kees Cook (1):
      alpha: Implement "current_stack_pointer"

Lukas Bulwahn (1):
      alpha: update config files

Maciej W. Rozycki (1):
      alpha: Remove redundant local asm header redirections

Minghao Chi (1):
      alpha: remove redundant err variable

Yang Yang (1):
      alpha: replace NR_SYSCALLS by NR_syscalls

Zhang Jiaming (1):
      alpha: Add some spaces to ensure format specification

rj1 (1):
      alpha: fixed a typo in core_cia.c

 arch/alpha/Kconfig                   |   1 +
 arch/alpha/boot/bootp.c              |   2 +-
 arch/alpha/boot/bootpz.c             |   2 +-
 arch/alpha/boot/main.c               |   2 +-
 arch/alpha/boot/misc.c               |   2 -
 arch/alpha/boot/stdio.c              |  16 ++--
 arch/alpha/boot/tools/objstrip.c     |   2 +-
 arch/alpha/configs/defconfig         |   2 -
 arch/alpha/include/asm/Kbuild        |   1 +
 arch/alpha/include/asm/asm-offsets.h |   1 -
 arch/alpha/include/asm/div64.h       |   1 -
 arch/alpha/include/asm/fpu.h         |  61 +++++++++------
 arch/alpha/include/asm/io.h          |   4 -
 arch/alpha/include/asm/irq_regs.h    |   1 -
 arch/alpha/include/asm/kdebug.h      |   1 -
 arch/alpha/include/asm/thread_info.h |  18 +++++
 arch/alpha/include/asm/unistd.h      |   2 +-
 arch/alpha/include/uapi/asm/ptrace.h |   2 +
 arch/alpha/kernel/asm-offsets.c      |   2 +
 arch/alpha/kernel/core_cia.c         |   2 +-
 arch/alpha/kernel/entry.S            | 148 ++++++++++++++++++-----------------
 arch/alpha/kernel/module.c           |   4 +-
 arch/alpha/kernel/osf_sys.c          |   2 +-
 arch/alpha/kernel/pci_iommu.c        |   8 +-
 arch/alpha/kernel/perf_event.c       |   6 +-
 arch/alpha/kernel/process.c          |   7 +-
 arch/alpha/kernel/ptrace.c           |  18 +++--
 arch/alpha/kernel/signal.c           |  20 +++--
 arch/alpha/kernel/traps.c            |  30 +++----
 arch/alpha/lib/fpreg.c               |  43 ++++++++--
 arch/alpha/lib/stacktrace.c          |   2 +-
 kernel/trace/trace.h                 |   2 +-
 32 files changed, 238 insertions(+), 177 deletions(-)
 delete mode 100644 arch/alpha/include/asm/asm-offsets.h
 delete mode 100644 arch/alpha/include/asm/div64.h
 delete mode 100644 arch/alpha/include/asm/irq_regs.h
 delete mode 100644 arch/alpha/include/asm/kdebug.h

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 376 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [PULL] alpha.git
  2021-07-30  3:08 Matt Turner
@ 2021-07-30  5:13 ` pr-tracker-bot
  0 siblings, 0 replies; 29+ messages in thread
From: pr-tracker-bot @ 2021-07-30  5:13 UTC (permalink / raw)
  To: Matt Turner
  Cc: Linus Torvalds, linux-alpha, linux-kernel, Alexander A. Klimov,
	Arnd Bergmann, Chen Li, Corentin Labbe, David Hildenbrand,
	gushengxian, He Zhe, Mike Rapoport, Prarit Bhargava, tangchunyou,
	Zheng Yongjun, Al Viro

The pull request you sent on Thu, 29 Jul 2021 20:08:38 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cade08a57244497216c46df5e9cbe8f18e143519

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2021-07-30  3:08 Matt Turner
  2021-07-30  5:13 ` pr-tracker-bot
  0 siblings, 1 reply; 29+ messages in thread
From: Matt Turner @ 2021-07-30  3:08 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-alpha, linux-kernel, Alexander A. Klimov, Arnd Bergmann,
	Chen Li, Corentin Labbe, David Hildenbrand, gushengxian, He Zhe,
	Mike Rapoport, Prarit Bhargava, tangchunyou, Zheng Yongjun,
	Al Viro

[-- Attachment #1: Type: text/plain, Size: 2586 bytes --]

Hi Linus,

Please pull a few changes for alpha. They're mostly small janitorial fixes but
there's also more important ones: a patch to drop the alpha-specific x86 binary
loader (from David Hildenbrand), a regression fix for at least Marvel platforms
(from Mike Rapoport), and a fix for a scary-looking typo (from Zheng Yongjun).

Thanks,
Matt

The following changes since commit ff1176468d368232b684f75e82563369208bc371:

  Linux 5.14-rc3 (2021-07-25 15:35:14 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 640b7ea5f888b521dcf28e2564ce75d08a783fd7:

  alpha: register early reserved memory in memblock (2021-07-28 20:49:18 -0700)

----------------------------------------------------------------
Alexander A. Klimov (1):
      alpha: Kconfig: Replace HTTP links with HTTPS ones

Arnd Bergmann (1):
      alpha: fp_emul: avoid init/cleanup_module names

Chen Li (1):
      alpha: remove undef inline in compiler.h

Corentin Labbe (2):
      alpha: __udiv_qrnnd should be exported
      alpha: defconfig: add necessary configs for boot testing

David Hildenbrand (1):
      binfmt: remove support for em86 (alpha only)

He Zhe (1):
      alpha: Add syscall_get_return_value()

Mike Rapoport (1):
      alpha: register early reserved memory in memblock

Prarit Bhargava (1):
      alpha: Send stop IPI to send to online CPUs

Zheng Yongjun (1):
      alpha: convert comma to semicolon

gushengxian (2):
      alpha: Remove space between * and parameter name
      alpha: fix spelling mistakes

tangchunyou (1):
      alpha: fix typos in a comment

 arch/alpha/Kconfig                |   2 +-
 arch/alpha/boot/bootp.c           |   2 +-
 arch/alpha/boot/bootpz.c          |   2 +-
 arch/alpha/boot/misc.c            |   2 +-
 arch/alpha/configs/defconfig      |   1 +
 arch/alpha/include/asm/compiler.h |  11 ----
 arch/alpha/include/asm/syscall.h  |   6 +++
 arch/alpha/kernel/osf_sys.c       |   4 +-
 arch/alpha/kernel/perf_event.c    |   2 +-
 arch/alpha/kernel/process.c       |   2 +-
 arch/alpha/kernel/setup.c         |  13 ++---
 arch/alpha/kernel/smp.c           |   2 +-
 arch/alpha/kernel/sys_nautilus.c  |   2 +-
 arch/alpha/kernel/traps.c         |   2 +-
 arch/alpha/math-emu/math.c        |   8 ++-
 fs/Kconfig.binfmt                 |  15 ------
 fs/Makefile                       |   1 -
 fs/binfmt_em86.c                  | 110 --------------------------------------
 18 files changed, 31 insertions(+), 156 deletions(-)
 delete mode 100644 fs/binfmt_em86.c

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 636 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [PULL] alpha.git
  2020-06-13  0:57 Matt Turner
@ 2020-06-13 18:00 ` pr-tracker-bot
  0 siblings, 0 replies; 29+ messages in thread
From: pr-tracker-bot @ 2020-06-13 18:00 UTC (permalink / raw)
  To: Matt Turner
  Cc: Linus Torvalds, linux-alpha, linux-kernel, Joerg Roedel, Xu Wang,
	Mikulas Patocka, Jason Yan, Chuhong Yuan, Enrico Weigelt

The pull request you sent on Fri, 12 Jun 2020 17:57:19 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/66125d934b39889372b8d75e4c192818656efb80

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2020-06-13  0:57 Matt Turner
  2020-06-13 18:00 ` pr-tracker-bot
  0 siblings, 1 reply; 29+ messages in thread
From: Matt Turner @ 2020-06-13  0:57 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-alpha, linux-kernel, Joerg Roedel, Xu Wang,
	Mikulas Patocka, Jason Yan, Chuhong Yuan, Enrico Weigelt

[-- Attachment #1: Type: text/plain, Size: 1872 bytes --]

Hi Linus,

Please pull a few changes for alpha. They're mostly small janitorial fixes but
there's also a build fix and most notably a patch from Mikulas that fixes a
hang on boot on the Avanti platform, which required quite a bit of work and
review.

Thanks,
Matt

The following changes since commit 79ca035d2d941839f55f3b8b69f8e81c66946ed8:

  Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace (2020-06-10 15:00:11 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 777747f634ba765085373f851e9c48dccb12ad52:

  alpha: Fix build around srm_sysrq_reboot_op (2020-06-12 17:43:18 -0700)

----------------------------------------------------------------
Chuhong Yuan (1):
      alpha: Replace strncmp with str_has_prefix

Enrico Weigelt, metux IT consult (1):
      alpha: Kconfig: pedantic formatting

Jason Yan (2):
      alpha: remove unneeded semicolon in osf_sys.c
      alpha: remove unneeded semicolon in sys_eiger.c

Joerg Roedel (1):
      alpha: Fix build around srm_sysrq_reboot_op

Matt Turner (1):
      alpha: c_next should increase position index

Mikulas Patocka (2):
      alpha: fix rtc port ranges
      alpha: fix memory barriers so that they conform to the specification

Xu Wang (1):
      alpha: Replace sg++ with sg = sg_next(sg)

 arch/alpha/Kconfig               |  4 +--
 arch/alpha/boot/tools/objstrip.c |  2 +-
 arch/alpha/include/asm/io.h      | 74 ++++++++++++++++++++++++++++++++--------
 arch/alpha/kernel/io.c           | 60 ++++++++++++++++++++++++++++----
 arch/alpha/kernel/osf_sys.c      |  2 +-
 arch/alpha/kernel/pci_iommu.c    |  2 +-
 arch/alpha/kernel/setup.c        | 12 +++++--
 arch/alpha/kernel/sys_eiger.c    |  2 +-
 8 files changed, 127 insertions(+), 31 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 376 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [PULL] alpha.git
  2019-02-11  4:46 Matt Turner
@ 2019-02-11 18:35 ` pr-tracker-bot
  0 siblings, 0 replies; 29+ messages in thread
From: pr-tracker-bot @ 2019-02-11 18:35 UTC (permalink / raw)
  To: Matt Turner
  Cc: Linus Torvalds, Sergei Trofimovich, Dmitry V. Levin, Meelis Roos,
	Bob Tracy, linux-alpha, linux-kernel

The pull request you sent on Sun, 10 Feb 2019 20:46:15 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/244cce14c17705e6376cd12c20c27f8712793acc

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2019-02-11  4:46 Matt Turner
  2019-02-11 18:35 ` pr-tracker-bot
  0 siblings, 1 reply; 29+ messages in thread
From: Matt Turner @ 2019-02-11  4:46 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sergei Trofimovich, Dmitry V. Levin, Meelis Roos, Bob Tracy,
	linux-alpha, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]

Hi Linus,

Please pull a few changes for alpha, including a build fix, a fix for the Eiger
platform, and a fix for a tricky bug uncovered by the strace test suite that
has existed since at least 1997 (v2.1.32)!

Thanks,
Matt


The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:

  Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 491af60ffb848b59e82f7c9145833222e0bf27a5:

  alpha: fix page fault handling for r16-r18 targets (2019-02-10 20:42:23 -0800)

----------------------------------------------------------------
Bob Tracy (1):
      tools uapi: fix Alpha support

Meelis Roos (1):
      alpha: Fix Eiger NR_IRQS to 128

Sergei Trofimovich (1):
      alpha: fix page fault handling for r16-r18 targets

 arch/alpha/include/asm/irq.h         | 6 +++---
 arch/alpha/mm/fault.c                | 2 +-
 tools/include/uapi/asm/bitsperlong.h | 2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 376 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2018-05-23  4:02 Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2018-05-23  4:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Christoph Hellwig, Sinan Kaya, linux-alpha, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]

Hi Linus,

Please pull a few small changes for alpha.

Thanks,
Matt


The following changes since commit c61a56ababa404961fa769a2b24229f18e461961:

  Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2018-04-29 10:06:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 92d7223a74235054f2aa7227d207d9c57f84dca0:

  alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2 (2018-05-22 18:10:36 -0700)

----------------------------------------------------------------
Christoph Hellwig (2):
      alpha: use dma_direct_ops for jensen
      alpha: simplify get_arch_dma_ops

Sinan Kaya (1):
      alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2

 arch/alpha/Kconfig                   |  1 +
 arch/alpha/include/asm/dma-mapping.h |  8 ++++++--
 arch/alpha/kernel/io.c               | 14 +++++++-------
 arch/alpha/kernel/pci-noop.c         | 33 ---------------------------------
 arch/alpha/kernel/pci_iommu.c        |  4 +---
 5 files changed, 15 insertions(+), 45 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [PULL] alpha.git
  2018-04-09 16:13 ` Linus Torvalds
@ 2018-04-09 16:46   ` Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2018-04-09 16:46 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sinan Kaya, Alexandre Belloni, Michael Cree, linux-alpha,
	Linux Kernel Mailing List

On Mon, Apr 9, 2018 at 9:13 AM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
> On Sun, Apr 8, 2018 at 11:44 AM, Matt Turner <mattst88@gmail.com> wrote:
>>
>> are available in the Git repository at:
>>
>>  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git
>> for you to fetch changes up to cd0e00c106722eca40b38ebf11cf134c01901086:
>
> They aren't actually where you claimed.
>
> They are in the completely unmentioned "for-linus" branch.
>
> Yes, yes, I can figure that out on my own (particularly since you gave
> me the commit for the branch head, so I can verify using "git
> ls-remote" even before pulling), but I really would like to see it in
> the pull request.
>
>               Linus

Oops. Sorry about that!

^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [PULL] alpha.git
  2018-04-08 18:44 Matt Turner
@ 2018-04-09 16:13 ` Linus Torvalds
  2018-04-09 16:46   ` Matt Turner
  0 siblings, 1 reply; 29+ messages in thread
From: Linus Torvalds @ 2018-04-09 16:13 UTC (permalink / raw)
  To: Matt Turner
  Cc: Sinan Kaya, Alexandre Belloni, Michael Cree, linux-alpha,
	Linux Kernel Mailing List

On Sun, Apr 8, 2018 at 11:44 AM, Matt Turner <mattst88@gmail.com> wrote:
>
> are available in the Git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git
> for you to fetch changes up to cd0e00c106722eca40b38ebf11cf134c01901086:

They aren't actually where you claimed.

They are in the completely unmentioned "for-linus" branch.

Yes, yes, I can figure that out on my own (particularly since you gave
me the commit for the branch head, so I can verify using "git
ls-remote" even before pulling), but I really would like to see it in
the pull request.

              Linus

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2018-04-08 18:44 Matt Turner
  2018-04-09 16:13 ` Linus Torvalds
  0 siblings, 1 reply; 29+ messages in thread
From: Matt Turner @ 2018-04-08 18:44 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Sinan Kaya, Alexandre Belloni, Michael Cree, linux-alpha, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1309 bytes --]

Hi Linus,

Please pull a few small changes for alpha.

Thanks,
Matt


The following changes since commit bf6879dcc483f0aa087afe27d103285daf435951:

  Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2018-04-07 14:38:01 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git 

for you to fetch changes up to cd0e00c106722eca40b38ebf11cf134c01901086:

  alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering (2018-04-07 15:04:15 -0700)

----------------------------------------------------------------
Alexandre Belloni (2):
      alpha: rtc: remove unused set_mmss ops
      alpha: rtc: stop validating rtc_time in .read_time

Michael Cree (1):
      alpha: Implement CPU vulnerabilities sysfs functions.

Sinan Kaya (1):
      alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering

 arch/alpha/Kconfig          |   1 +
 arch/alpha/include/asm/io.h |  14 +++---
 arch/alpha/kernel/Makefile  |   2 +-
 arch/alpha/kernel/bugs.c    |  45 ++++++++++++++++++++
 arch/alpha/kernel/rtc.c     | 101 +-------------------------------------------
 5 files changed, 55 insertions(+), 108 deletions(-)
 create mode 100644 arch/alpha/kernel/bugs.c

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2018-02-02 19:52 Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2018-02-02 19:52 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Mikulas Patocka, Michael Cree, Sinan Kaya, Arnd Bergmann,
	Tobias Klauser, Eugene Syromiatnikov, linux-alpha, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1748 bytes --]

Hi Linus,

Please pull my alpha git tree. It contains a few small fixes and clean ups.

Thanks,
Matt

The following changes since commit 8cbab92dff778e516064c13113ca15d4869ec883:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2018-01-16 16:47:40 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 21ffceda1c8b3807615c40d440d7815e0c85d366:

  alpha: fix crash if pthread_create races with signal delivery (2018-01-20 17:01:16 -0800)

----------------------------------------------------------------
Arnd Bergmann (2):
      alpha: osf_sys.c: fix put_tv32 regression
      alpha: osf_sys.c: use timespec64 where appropriate

Eugene Syromiatnikov (1):
      alpha: make XTABS equivalent to TAB3

Michael Cree (1):
      alpha: Fix mixed up args in EXC macro in futex operations

Mikulas Patocka (3):
      alpha: fix reboot on Avanti platform
      alpha: fix formating of stack content
      alpha: fix crash if pthread_create races with signal delivery

Sinan Kaya (1):
      alpha: deprecate pci_get_bus_and_slot()

Tobias Klauser (1):
      alpha: make thread_saved_pc static

 arch/alpha/include/asm/futex.h         |  8 ++--
 arch/alpha/include/asm/processor.h     |  5 +--
 arch/alpha/include/uapi/asm/termbits.h |  6 ++-
 arch/alpha/kernel/osf_sys.c            | 72 +++++++++++++++++-----------------
 arch/alpha/kernel/pci.c                |  2 +-
 arch/alpha/kernel/pci_impl.h           |  3 +-
 arch/alpha/kernel/process.c            |  5 ++-
 arch/alpha/kernel/sys_nautilus.c       |  2 +-
 arch/alpha/kernel/traps.c              | 13 ++++--
 9 files changed, 62 insertions(+), 54 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [PULL] alpha.git
  2018-01-23 17:56   ` Matt Turner
@ 2018-01-24  9:55     ` Mikulas Patocka
  0 siblings, 0 replies; 29+ messages in thread
From: Mikulas Patocka @ 2018-01-24  9:55 UTC (permalink / raw)
  To: Matt Turner; +Cc: Lorenzo Pieralisi, Michael Cree, linux-alpha, LKML



On Tue, 23 Jan 2018, Matt Turner wrote:

> On Tue, Jan 23, 2018 at 2:23 AM, Mikulas Patocka <mpatocka@redhat.com> wrote:
> >
> >
> > On Sat, 20 Jan 2018, Matt Turner wrote:
> >
> >> Hi Linus,
> >>
> >> Please pull my alpha git tree. It contains a build fix and a regression fix.
> >>
> >> Hopefully still in time for 4.15 :)
> >>
> >> Thanks,
> >> Matt
> >
> > Hi
> >
> > Will you also submit these patches? The first one fixes a crash when
> > pthread_create races with signal delivery, it could cause random crashing
> > in applications.
> >
> > https://marc.info/?l=linux-alpha&m=151491969711913&w=2
> > https://marc.info/?l=linux-alpha&m=151491960011839&w=2
> > https://marc.info/?l=linux-alpha&m=151491963911901&w=2
> 
> Yes, I've already queued them up for the next merge window. I wasn't
> sure if they were appropriate for 4.15 so late in the cycle. If you
> think they are, I can send another pull request for 4.15.
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git/log/?h=alpha-next
> 
> Thanks,
> Matt

It's OK to send these patches in the 4.16 merge window. They will be 
backported to the stable kernels anyway.

Mikulas

^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [PULL] alpha.git
  2018-01-23 10:23 ` Mikulas Patocka
@ 2018-01-23 17:56   ` Matt Turner
  2018-01-24  9:55     ` Mikulas Patocka
  0 siblings, 1 reply; 29+ messages in thread
From: Matt Turner @ 2018-01-23 17:56 UTC (permalink / raw)
  To: Mikulas Patocka; +Cc: Lorenzo Pieralisi, Michael Cree, linux-alpha, LKML

On Tue, Jan 23, 2018 at 2:23 AM, Mikulas Patocka <mpatocka@redhat.com> wrote:
>
>
> On Sat, 20 Jan 2018, Matt Turner wrote:
>
>> Hi Linus,
>>
>> Please pull my alpha git tree. It contains a build fix and a regression fix.
>>
>> Hopefully still in time for 4.15 :)
>>
>> Thanks,
>> Matt
>
> Hi
>
> Will you also submit these patches? The first one fixes a crash when
> pthread_create races with signal delivery, it could cause random crashing
> in applications.
>
> https://marc.info/?l=linux-alpha&m=151491969711913&w=2
> https://marc.info/?l=linux-alpha&m=151491960011839&w=2
> https://marc.info/?l=linux-alpha&m=151491963911901&w=2

Yes, I've already queued them up for the next merge window. I wasn't
sure if they were appropriate for 4.15 so late in the cycle. If you
think they are, I can send another pull request for 4.15.

https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git/log/?h=alpha-next

Thanks,
Matt

^ permalink raw reply	[flat|nested] 29+ messages in thread

* Re: [PULL] alpha.git
  2018-01-21  2:25 Matt Turner
@ 2018-01-23 10:23 ` Mikulas Patocka
  2018-01-23 17:56   ` Matt Turner
  0 siblings, 1 reply; 29+ messages in thread
From: Mikulas Patocka @ 2018-01-23 10:23 UTC (permalink / raw)
  To: Matt Turner; +Cc: Lorenzo Pieralisi, Michael Cree, linux-alpha, linux-kernel



On Sat, 20 Jan 2018, Matt Turner wrote:

> Hi Linus,
> 
> Please pull my alpha git tree. It contains a build fix and a regression fix.
> 
> Hopefully still in time for 4.15 :)
> 
> Thanks,
> Matt

Hi

Will you also submit these patches? The first one fixes a crash when 
pthread_create races with signal delivery, it could cause random crashing 
in applications.

https://marc.info/?l=linux-alpha&m=151491969711913&w=2
https://marc.info/?l=linux-alpha&m=151491960011839&w=2
https://marc.info/?l=linux-alpha&m=151491963911901&w=2

Mikulas

> The following changes since commit 8cbab92dff778e516064c13113ca15d4869ec883:
> 
>  Merge tag 'for-linus' of
> git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2018-01-16 16:47:40
> -0800)
> 
> are available in the git repository at:
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus
> 
> for you to fetch changes up to 86be89939d11a84800f66e2a283b915b704bf33d:
> 
>  alpha/PCI: Fix noname IRQ level detection (2018-01-20 16:22:36 -0800)
> 
> ----------------------------------------------------------------
> Lorenzo Pieralisi (1):
>      alpha/PCI: Fix noname IRQ level detection
> 
> Michael Cree (1):
>      alpha: extend memset16 to EV6 optimised routines
> 
> arch/alpha/kernel/sys_sio.c | 35 +++++++++++++++++++++++++++++------
> arch/alpha/lib/ev6-memset.S | 12 ++++++------
> 2 files changed, 35 insertions(+), 12 deletions(-)
> 

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2018-01-21  2:25 Matt Turner
  2018-01-23 10:23 ` Mikulas Patocka
  0 siblings, 1 reply; 29+ messages in thread
From: Matt Turner @ 2018-01-21  2:25 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Lorenzo Pieralisi, Mikulas Patocka, Michael Cree, linux-alpha,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 976 bytes --]

Hi Linus,

Please pull my alpha git tree. It contains a build fix and a regression fix.

Hopefully still in time for 4.15 :)

Thanks,
Matt

The following changes since commit 8cbab92dff778e516064c13113ca15d4869ec883:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2018-01-16 16:47:40 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 86be89939d11a84800f66e2a283b915b704bf33d:

  alpha/PCI: Fix noname IRQ level detection (2018-01-20 16:22:36 -0800)

----------------------------------------------------------------
Lorenzo Pieralisi (1):
      alpha/PCI: Fix noname IRQ level detection

Michael Cree (1):
      alpha: extend memset16 to EV6 optimised routines

 arch/alpha/kernel/sys_sio.c | 35 +++++++++++++++++++++++++++++------
 arch/alpha/lib/ev6-memset.S | 12 ++++++------
 2 files changed, 35 insertions(+), 12 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2017-09-04 20:50 Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2017-09-04 20:50 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-alpha, linux-kernel, Richard Henderson, Ben Hutchings,
	Krzysztof Kozlowski, Geliang Tang, Masahiro Yamada, Shyam Saini,
	Dan Carpenter, Julia Cartwright, Sergei Trofimovich,
	Tobias Klauser

[-- Attachment #1: Type: text/plain, Size: 2316 bytes --]

Hi Linus,

Please pull my alpha git tree. It contains some small clean up patches I've
neglected, and some build improvements from Ben Hutchings.

Thanks,
Matt


The following changes since commit dd689a68bc3551ad7bdff2c881fede5f0bd12cfa:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha (2017-08-30 14:54:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to d9e3cb2f9ed91020b780ee662bdec692a3f276c9:

  alpha: math-emu: Fix modular build (2017-09-04 12:04:34 -0700)

----------------------------------------------------------------
Ben Hutchings (2):
      alpha: Restore symbol versions for symbols exported from assembly
      alpha: math-emu: Fix modular build

Dan Carpenter (1):
      alpha: silence a buffer overflow warning

Geliang Tang (1):
      alpha: use kobj_to_dev()

Julia Cartwright (1):
      alpha: marvel: make use of raw_spinlock variants

Krzysztof Kozlowski (1):
      alpha: defconfig: Cleanup from old Kconfig options

Masahiro Yamada (1):
      alpha: squash lines for immediate return

Sergei Trofimovich (1):
      alpha: cleanup: remove __NR_sys_epoll_*, leave __NR_epoll_*

Shyam Saini (1):
      alpha: kernel: Use vma_pages()

Tobias Klauser (1):
      alpha: use generic fb.h

 arch/alpha/defconfig                    |  2 --
 arch/alpha/include/asm/Kbuild           |  1 +
 arch/alpha/include/asm/asm-prototypes.h | 18 ++++++++++++++++++
 arch/alpha/include/asm/core_marvel.h    |  2 +-
 arch/alpha/include/asm/fb.h             | 13 -------------
 arch/alpha/include/uapi/asm/unistd.h    |  5 -----
 arch/alpha/kernel/core_marvel.c         |  2 +-
 arch/alpha/kernel/pci-noop.c            |  6 +-----
 arch/alpha/kernel/pci-sysfs.c           |  7 +++----
 arch/alpha/kernel/pci.c                 |  6 +-----
 arch/alpha/kernel/setup.c               |  5 +++--
 arch/alpha/kernel/smc37c669.c           |  7 ++-----
 arch/alpha/kernel/sys_marvel.c          | 12 ++++++------
 arch/alpha/kernel/traps.c               |  2 ++
 arch/alpha/math-emu/math.c              |  1 +
 15 files changed, 40 insertions(+), 49 deletions(-)
 create mode 100644 arch/alpha/include/asm/asm-prototypes.h
 delete mode 100644 arch/alpha/include/asm/fb.h

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2017-08-29 19:35 Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2017-08-29 19:35 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-alpha, linux-kernel, Richard Henderson, Guenter Roeck,
	Ben Hutchings, Michael Cree

[-- Attachment #1: Type: text/plain, Size: 1912 bytes --]

Hi Linus,

Please pull my alpha git tree. It contains a few fixes and wires up some
additional syscalls.

Thanks,
Matt

PS: My alpha has been offline, hence the very late-in-cycle pull request.


The following changes since commit 143c97cc652949893c8056c679012f0aeccb80e5:

  Revert "pty: fix the cached path of the pty slave file descriptor in the master" (2017-08-23 18:16:11 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to cec80d82142ab25c71eee24b529cfeaf17c43062:

  alpha: uapi: Add support for __SANE_USERSPACE_TYPES__ (2017-08-29 12:02:00 -0700)

----------------------------------------------------------------
Ben Hutchings (1):
      alpha: uapi: Add support for __SANE_USERSPACE_TYPES__

Guenter Roeck (1):
      alpha: Define ioremap_wc

Matt Turner (2):
      alpha: Fix build error without CONFIG_VGA_HOSE.
      alpha: Fix section mismatches

Michael Cree (1):
      alpha: support R_ALPHA_REFLONG relocations for module loading

Richard Henderson (3):
      alpha: Update for new syscalls
      alpha: Package string routines together
      alpha: Fix typo in ev6-copy_user.S

 arch/alpha/include/asm/io.h          |  1 +
 arch/alpha/include/asm/types.h       |  2 +-
 arch/alpha/include/asm/unistd.h      |  2 +-
 arch/alpha/include/uapi/asm/types.h  | 12 +++++++++++-
 arch/alpha/include/uapi/asm/unistd.h | 14 ++++++++++++++
 arch/alpha/kernel/core_marvel.c      |  6 ++++--
 arch/alpha/kernel/core_titan.c       |  2 ++
 arch/alpha/kernel/module.c           |  3 +++
 arch/alpha/kernel/smp.c              |  2 +-
 arch/alpha/kernel/systbls.S          |  9 +++++++++
 arch/alpha/lib/Makefile              | 22 ++++++++++++++++------
 arch/alpha/lib/copy_user.S           |  2 +-
 arch/alpha/lib/ev6-copy_user.S       |  7 ++++---
 13 files changed, 68 insertions(+), 16 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2015-08-31  1:13 Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2015-08-31  1:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

[-- Attachment #1: Type: text/plain, Size: 1703 bytes --]

Hi Linus,

Please pull a single patch for alpha, one that enables
ARCH_USE_CMPXCHG_LOCKREF and offers around an 8% performance
improvement on a little benchmark that you wrote.

Thanks,
Matt

The following changes since commit 64291f7db5bd8150a74ad2036f1037e6a0428df2:

  Linux 4.2 (2015-08-30 11:34:09 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 8f8dcb3f7fe4febbfa96e64d4ad47de958c5cc34:

  alpha: select CONFIG_ARCH_USE_CMPXCHG_LOCKREF. (2015-08-30 18:01:16 -0700)

----------------------------------------------------------------
Matt Turner (1):
      alpha: select CONFIG_ARCH_USE_CMPXCHG_LOCKREF.

 arch/alpha/Kconfig                | 1 +
 arch/alpha/include/asm/spinlock.h | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
index bf9e9d3..f515a4d 100644
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -3,6 +3,7 @@ config ALPHA
 	default y
 	select ARCH_MIGHT_HAVE_PC_PARPORT
 	select ARCH_MIGHT_HAVE_PC_SERIO
+	select ARCH_USE_CMPXCHG_LOCKREF
 	select HAVE_AOUT
 	select HAVE_IDE
 	select HAVE_OPROFILE
diff --git a/arch/alpha/include/asm/spinlock.h b/arch/alpha/include/asm/spinlock.h
index 37b570d..fed9c6f 100644
--- a/arch/alpha/include/asm/spinlock.h
+++ b/arch/alpha/include/asm/spinlock.h
@@ -16,6 +16,11 @@
 #define arch_spin_unlock_wait(x) \
 		do { cpu_relax(); } while ((x)->lock)
 
+static inline int arch_spin_value_unlocked(arch_spinlock_t lock)
+{
+        return lock.lock == 0;
+}
+
 static inline void arch_spin_unlock(arch_spinlock_t * lock)
 {
 	mb();

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2015-05-26 20:09 Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2015-05-26 20:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

[-- Attachment #1: Type: text/plain, Size: 2536 bytes --]

Hi Linus,

Please pull a small collection of patches that I've been neglecting.

Probably most importantly are the patches that wire up the new syscalls
needed by udev and the fix to the bootp{,z}file targets.

Thanks,
Matt

The following changes since commit a8b253b9f253c05e5e10b829b8d1fb24556f4b56:

  Merge tag 'pinctrl-v4.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl (2015-05-25 15:15:54 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to cceaeddc2edf710141563c65808b5cea6829b925:

  alpha: kernel: osf_sys: Set 'kts.tv_nsec' only when 'tv' has effect (2015-05-26 10:01:51 -0700)

----------------------------------------------------------------
Alex Dowad (1):
      alpha: copy_thread(): rename 'arg' argument to 'kthread_arg'

Chen Gang (2):
      alpha: Wire up all missing implemented syscalls
      alpha: kernel: osf_sys: Set 'kts.tv_nsec' only when 'tv' has effect

Geert Uytterhoeven (1):
      alpha: Remove #include <uapi/asm/types.h> from <asm/types.h>

Helge Deller (1):
      alpha: Fix bootpfile and bootpzfile make targets

Jiang Liu (1):
      smp, alpha: kill SMP single function call interrupt

Paul Gortmaker (2):
      alpha: don't use module_init for non-modular core code
      alpha: delete non-required instances of <linux/init.h>

Yijing Wang (1):
      alpha: clean up unnecessary MSI/MSI-X capability find

 arch/alpha/boot/Makefile             |  16 +-
 arch/alpha/boot/main.c               |   1 -
 arch/alpha/boot/stdio.c              | 306 +++++++++++++++++++++++++++++++++++
 arch/alpha/boot/tools/objstrip.c     |   3 +
 arch/alpha/include/asm/types.h       |   1 -
 arch/alpha/include/asm/unistd.h      |   2 +-
 arch/alpha/include/uapi/asm/unistd.h |   3 +
 arch/alpha/kernel/err_ev6.c          |   1 -
 arch/alpha/kernel/irq.c              |   1 -
 arch/alpha/kernel/osf_sys.c          |   3 +-
 arch/alpha/kernel/process.c          |   7 +-
 arch/alpha/kernel/smp.c              |   8 +-
 arch/alpha/kernel/srmcons.c          |   3 +-
 arch/alpha/kernel/sys_marvel.c       |   2 +-
 arch/alpha/kernel/systbls.S          |   3 +
 arch/alpha/kernel/traps.c            |   1 -
 arch/alpha/oprofile/op_model_ev4.c   |   1 -
 arch/alpha/oprofile/op_model_ev5.c   |   1 -
 arch/alpha/oprofile/op_model_ev6.c   |   1 -
 arch/alpha/oprofile/op_model_ev67.c  |   1 -
 20 files changed, 333 insertions(+), 32 deletions(-)
 create mode 100644 arch/alpha/boot/stdio.c

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2014-01-31 17:26 Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2014-01-31 17:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha, Mikulas Patocka, Zhenglong.cai

[-- Attachment #1: Type: text/plain, Size: 1430 bytes --]

Hi Linus,

Please pull a pair of changes for alpha. One fixes a networking
regression, and the second adds audit syscall support which will
help in supporting systemd.

Thanks,
Matt

The following changes since commit e7651b819e90da924991d727d3c007200a18670d:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs (2014-01-30 20:08:20 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 0ef38d70d4118b2ce1a538d14357be5ff9dc2bbd:

  alpha: fix broken network checksum (2014-01-31 09:21:55 -0800)

----------------------------------------------------------------
Mikulas Patocka (1):
      alpha: fix broken network checksum

蔡正龙 (1):
      alpha: Enable system-call auditing support.

 arch/alpha/Kconfig                   |  3 ++
 arch/alpha/include/asm/ptrace.h      |  5 +++
 arch/alpha/include/asm/thread_info.h |  2 ++
 arch/alpha/kernel/Makefile           |  1 +
 arch/alpha/kernel/audit.c            | 60 ++++++++++++++++++++++++++++++++++++
 arch/alpha/kernel/entry.S            |  6 +++-
 arch/alpha/kernel/ptrace.c           |  4 +++
 arch/alpha/lib/csum_partial_copy.c   |  9 ++++--
 init/Kconfig                         |  2 +-
 9 files changed, 88 insertions(+), 4 deletions(-)
 create mode 100644 arch/alpha/kernel/audit.c

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2013-11-20 19:26 Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2013-11-20 19:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Jay Estabrook, Will Deacon, Richard Henderson, linux-alpha

[-- Attachment #1: Type: text/plain, Size: 2624 bytes --]

Hi Linus,

Please pull my alpha git tree. It contains a few fixes and some work
from Richard to make alpha emulation under QEMU much more usable.

Thanks,
Matt

The following changes since commit 673fdfe3f0630b03f3854d0361b1232f2e5ef7fb:

  Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs (2013-11-16 13:14:56 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 5cfe8f1ba5eebe6f4b6e5858cdb1a5be4f3272a6:

  alpha: Prevent a NULL ptr dereference in csum_partial_copy. (2013-11-16 16:48:42 -0800)

----------------------------------------------------------------
Jay Estabrook (1):
      alpha: Prevent a NULL ptr dereference in csum_partial_copy.

Richard Henderson (8):
      alpha: Eliminate compiler warning from memset macro
      alpha: Notice if we're being run under QEMU
      alpha: Allow HZ to be configured
      alpha: Primitive support for CPU power down.
      alpha: Reorganize rtc handling
      alpha: Enable the rpcc clocksource for single processor
      alpha: Switch to GENERIC_CLOCKEVENTS
      alpha: Use qemu+cserve provided high-res clock and alarm.

Will Deacon (1):
      alpha: perf: fix out-of-bounds array access triggered from raw event

 arch/alpha/Kconfig                 |  76 ++++++-
 arch/alpha/include/asm/machvec.h   |  22 +-
 arch/alpha/include/asm/pal.h       |  71 +++++++
 arch/alpha/include/asm/rtc.h       |  11 -
 arch/alpha/include/asm/string.h    |  24 ++-
 arch/alpha/include/uapi/asm/pal.h  |   1 +
 arch/alpha/kernel/Makefile         |   1 +
 arch/alpha/kernel/alpha_ksyms.c    |   1 +
 arch/alpha/kernel/irq_alpha.c      |  16 +-
 arch/alpha/kernel/machvec_impl.h   |   5 +-
 arch/alpha/kernel/perf_event.c     |  15 +-
 arch/alpha/kernel/process.c        |  17 ++
 arch/alpha/kernel/proto.h          |   6 +-
 arch/alpha/kernel/rtc.c            | 323 +++++++++++++++++++++++++++++
 arch/alpha/kernel/setup.c          |  23 ++-
 arch/alpha/kernel/smp.c            |  33 +--
 arch/alpha/kernel/sys_jensen.c     |   2 -
 arch/alpha/kernel/sys_marvel.c     |  55 +----
 arch/alpha/kernel/time.c           | 405 ++++++++++++++++---------------------
 arch/alpha/kernel/traps.c          |  15 ++
 arch/alpha/lib/csum_partial_copy.c |  10 +-
 arch/alpha/lib/ev6-memset.S        |  12 +-
 arch/alpha/lib/memset.S            |  11 +-
 drivers/rtc/Kconfig                |  10 +-
 24 files changed, 777 insertions(+), 388 deletions(-)
 create mode 100644 arch/alpha/kernel/rtc.c

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2013-07-22 17:11 Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2013-07-22 17:11 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-alpha, Joe Perches, Chen Gang, Will Deacon, Richard Henderson

[-- Attachment #1: Type: text/plain, Size: 2524 bytes --]

Hi Linus,

Please pull my alpha git tree. It contains mostly clean ups and
fixes but also an atomic64_dec_if_positive implementation and a
pair of new syscalls.

Thanks,
Matt

The following changes since commit b8a33fc7258f9e6e42b15571d0284b7c0ef0d0a9:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2013-07-19 10:17:12 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to dff64649e757870e9351e7d85917ae681d20ee54:

  alpha: Use handle_percpu_irq for the timer interrupt (2013-07-19 13:54:26 -0700)

----------------------------------------------------------------
Chen Gang (2):
      alpha: kernel: using memcpy() instead of strcpy()
      alpha: kernel: typo issue, using '1' instead of '11'

Joe Perches (1):
      alpha: Convert print_symbol to %pSR

Richard Henderson (10):
      alpha: Add kcmp and finit_module syscalls
      alpha: Modernize lib/mpi/longlong.h
      alpha: Improve atomic_add_unless
      alpha: Implement atomic64_dec_if_positive
      alpha: Generate dwarf2 unwind info for various kernel entry points.
      alpha: Fix type compatibility warning for marvel_map_irq
      alpha: Use __builtin_alpha_rpcc
      alpha: Don't if-out dp264_device_interrupt.
      alpha: Force the user-visible HZ to a constant 1024.
      alpha: Use handle_percpu_irq for the timer interrupt

Will Deacon (1):
      alpha: locks: remove unused arch_*_relax operations

 arch/alpha/Kconfig                   |   1 +
 arch/alpha/include/asm/atomic.h      |  88 +++++++++++++++++++++++++++----------
 arch/alpha/include/asm/param.h       |   8 ++--
 arch/alpha/include/asm/spinlock.h    |   4 --
 arch/alpha/include/asm/unistd.h      |   3 +-
 arch/alpha/include/uapi/asm/param.h  |   7 ---
 arch/alpha/include/uapi/asm/unistd.h |   2 +
 arch/alpha/kernel/entry.S            | 399 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------
 arch/alpha/kernel/irq_alpha.c        |   2 +-
 arch/alpha/kernel/smp.c              |   5 ++-
 arch/alpha/kernel/sys_dp264.c        |   8 ----
 arch/alpha/kernel/sys_marvel.c       |   3 +-
 arch/alpha/kernel/systbls.S          |   2 +
 arch/alpha/kernel/time.c             |   4 +-
 arch/alpha/kernel/traps.c            |   8 ++--
 lib/mpi/longlong.h                   |  17 +++-----
 16 files changed, 381 insertions(+), 180 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2012-05-24 18:43 Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2012-05-24 18:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Måns Rullgård, Michael Cree, linux-alpha, LKML

Hi Linus,
Please pull from the for-linus branch of my alpha tree.

This pull adds the implementations of some Tru64 syscalls which allow
some proprietary software such as the C compiler to work on Linux.
Also, it adds some big-endian ioread functions to help us get closer
to building allyesconfig.

Thanks,
Matt

The following changes since commit f9369910a6225b8d4892c3f20ae740a711cd5ace:

  Merge branch 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal (2012-05-23
18:11:45 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

Mans Rullgard (2):
      alpha: implement setsysinfo(SSI_LMF) as a no-op
      alpha: implement various OSF/1 stat syscalls

Michael Cree (1):
      alpha: add io{read,write}{16,32}be functions

 arch/alpha/include/asm/io.h      |    5 +
 arch/alpha/include/asm/sysinfo.h |    1 +
 arch/alpha/include/asm/unistd.h  |    6 ++
 arch/alpha/kernel/osf_sys.c      |  166 ++++++++++++++++++++++++++++++++++++++
 arch/alpha/kernel/systbls.S      |   10 +-
 5 files changed, 183 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PULL] alpha.git
@ 2012-05-05 19:14 Matt Turner
  0 siblings, 0 replies; 29+ messages in thread
From: Matt Turner @ 2012-05-05 19:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

Hi Linus,
My alpha tree is back up (after taking quite some time to get my GPG
key signed). It contains just some simple fixes.

Please pull.

Thanks,
Matt

The following changes since commit 529acf58981440eefeaf1451387e2a0aa4825c12:

  Merge tag 'nfs-for-3.4-4' of
git://git.linux-nfs.org/projects/trondmy/linux-nfs (2012-05-02
08:17:57 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

Jim Faulkner (1):
      alpha: include module.h to fix modpost on Tsunami

Matt Turner (3):
      alpha: VGA_HOSE depends on VGA_CONSOLE
      alpha: properly define get/set_rtc_time on Marvel/SMP
      alpha: silence 'const' warning in sys_marvel.c

 arch/alpha/Kconfig               |    2 +-
 arch/alpha/include/asm/rtc.h     |    8 ++------
 arch/alpha/kernel/core_tsunami.c |    1 +
 arch/alpha/kernel/sys_marvel.c   |    2 +-
 4 files changed, 5 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2023-02-25 21:10 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-30 22:25 [PULL] alpha.git Matt Turner
2018-12-31 18:05 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2023-02-25 20:40 Matt Turner
2023-02-25 20:51 ` Linus Torvalds
2023-02-25 21:10 ` pr-tracker-bot
2021-07-30  3:08 Matt Turner
2021-07-30  5:13 ` pr-tracker-bot
2020-06-13  0:57 Matt Turner
2020-06-13 18:00 ` pr-tracker-bot
2019-02-11  4:46 Matt Turner
2019-02-11 18:35 ` pr-tracker-bot
2018-05-23  4:02 Matt Turner
2018-04-08 18:44 Matt Turner
2018-04-09 16:13 ` Linus Torvalds
2018-04-09 16:46   ` Matt Turner
2018-02-02 19:52 Matt Turner
2018-01-21  2:25 Matt Turner
2018-01-23 10:23 ` Mikulas Patocka
2018-01-23 17:56   ` Matt Turner
2018-01-24  9:55     ` Mikulas Patocka
2017-09-04 20:50 Matt Turner
2017-08-29 19:35 Matt Turner
2015-08-31  1:13 Matt Turner
2015-05-26 20:09 Matt Turner
2014-01-31 17:26 Matt Turner
2013-11-20 19:26 Matt Turner
2013-07-22 17:11 Matt Turner
2012-05-24 18:43 Matt Turner
2012-05-05 19:14 Matt Turner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.