mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PULL] alpha-2.6
@ 2009-12-18  7:15 Matt Turner
  2009-12-19 20:03 ` Matt Turner
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Turner @ 2009-12-18  7:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha, LKML

Hi Linus,

Please pull the 'for-linus' branch from
ssh://master.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git
for-linus

It contains some catch-up work, adding missing syscalls and perf
support, along with the new unreachable() stuff.

Thanks,
Matt Turner

The following changes since commit 55639353a0035052d9ea6cfe4dde0ac7fcbb2c9f:
  Linus Torvalds (1):
        Linux 2.6.33-rc1

are available in the git repository at:

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

Daniele Calore (1):
      alpha: Wire up missing/new syscalls

David Daney (1):
      alpha: Convert BUG() to use unreachable()

Michael Cree (1):
      alpha: Add minimal support for software performance events

 arch/alpha/Kconfig                  |    1 +
 arch/alpha/include/asm/bug.h        |    3 ++-
 arch/alpha/include/asm/perf_event.h |    9 +++++++++
 arch/alpha/include/asm/unistd.h     |   17 ++++++++++++++++-
 arch/alpha/kernel/systbls.S         |   16 +++++++++++++++-
 5 files changed, 43 insertions(+), 3 deletions(-)
 create mode 100644 arch/alpha/include/asm/perf_event.h

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

* Re: [PULL] alpha-2.6
  2009-12-18  7:15 [PULL] alpha-2.6 Matt Turner
@ 2009-12-19 20:03 ` Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2009-12-19 20:03 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha, LKML

On Fri, Dec 18, 2009 at 2:15 AM, Matt Turner <mattst88@gmail.com> wrote:
> Hi Linus,
>
> Please pull the 'for-linus' branch from
> ssh://master.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git
> for-linus
>
> It contains some catch-up work, adding missing syscalls and perf
> support, along with the new unreachable() stuff.

Ping?

I read your -rc1 announcement and assumed this pull request was one of
the ones you were talking about.

The changes are very basic, but are nonetheless pretty important.
(latest udev doesn't run without the added inotify_init1 syscall).

> Thanks,
> Matt Turner
>
> The following changes since commit 55639353a0035052d9ea6cfe4dde0ac7fcbb2c9f:
>  Linus Torvalds (1):
>        Linux 2.6.33-rc1
>
> are available in the git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git for-linus
>
> Daniele Calore (1):
>      alpha: Wire up missing/new syscalls
>
> David Daney (1):
>      alpha: Convert BUG() to use unreachable()
>
> Michael Cree (1):
>      alpha: Add minimal support for software performance events
>
>  arch/alpha/Kconfig                  |    1 +
>  arch/alpha/include/asm/bug.h        |    3 ++-
>  arch/alpha/include/asm/perf_event.h |    9 +++++++++
>  arch/alpha/include/asm/unistd.h     |   17 ++++++++++++++++-
>  arch/alpha/kernel/systbls.S         |   16 +++++++++++++++-
>  5 files changed, 43 insertions(+), 3 deletions(-)
>  create mode 100644 arch/alpha/include/asm/perf_event.h
>

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

* [PULL] alpha-2.6
@ 2010-03-19  4:57 Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2010-03-19  4:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha, LKML

Hi Linus,

Please pull the 'for-linus' branch from
ssh://master.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git
for-linus

It contains a couple trivial changes and a build fix for a recent regression.

Thanks,
Matt Turner

The following changes since commit 39710479303fd3affb3e204e9a7a75cc676977b5:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../vapier/blackfin

are available in the git repository at:

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

Akinobu Mita (1):
      alpha: use __ratelimit

FUJITA Tomonori (1):
      alpha: fix compile errors in dma-mapping-common.h

Frans Pop (1):
      alpha: remove trailing spaces in messages

 arch/alpha/include/asm/core_marvel.h  |    1 -
 arch/alpha/include/asm/core_mcpcia.h  |    1 -
 arch/alpha/include/asm/core_titan.h   |    1 -
 arch/alpha/include/asm/core_tsunami.h |    1 -
 arch/alpha/kernel/sys_dp264.c         |    2 +-
 arch/alpha/kernel/sys_titan.c         |    2 +-
 arch/alpha/kernel/traps.c             |   10 +++-------
 7 files changed, 5 insertions(+), 13 deletions(-)

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

* [PULL] alpha-2.6
@ 2010-01-14 23:21 Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2010-01-14 23:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha, linux-kernel

Hi Linus,

Please pull the 'for-linus' branch from my tree. It contains the
cpumask_of_node() -1 fix and adds me as a maintainer so patches don't
miss me.

Thanks,
Matt Turner

The following changes since commit 61c39bb354a1f791ba6f562b766a72e508a036ee:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6

are available in the git repository at:

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

Anton Blanchard (1):
      alpha: cpumask_of_node() should handle -1 as a node

Matt Turner (1):
      alpha: add myself as a maintainer, and drop mention of 2.4

 MAINTAINERS                       |    3 +--
 arch/alpha/include/asm/topology.h |    3 +++
 2 files changed, 4 insertions(+), 2 deletions(-)

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

* [PULL] alpha-2.6
@ 2009-12-01 14:57 Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2009-12-01 14:57 UTC (permalink / raw)
  To: torvalds; +Cc: LKML, linux-alpha

Hi Linus,

Please pull the 'for-linus' branch from
ssh://master.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git
for-linus

It contains a couple _trivial_ changes and a regression fix from the
new alpha-2.6.git tree. The pull request was sent so late in the cycle
because the tree was only created yesterday. The patches have been
floating around for a much longer time though. :)

This is my first pull request, so please let me know if there's
anything I should do differently in the future.

Thanks,
Matt Turner


The following changes since commit a8a8a669ea13d792296737505adc43ccacf3a648:
  Linus Torvalds (1):
        Merge branch 'i2c-pnx-fixes' of git://git.fluff.org/bjdooks/linux

are available in the git repository at:

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

Julia Lawall (2):
      arch/alpha/kernel/sys_ruffian.c: Use DIV_ROUND_CLOSEST
      arch/alpha/kernel: Add kmalloc NULL tests

Michael Cree (1):
      Alpha: Rearrange thread info flags fixing two regressions

Thomas Gleixner (1):
      alpha: Fixup last users of irq_chip->typename

 arch/alpha/include/asm/thread_info.h |   27 +++++++++++++++------------
 arch/alpha/kernel/core_marvel.c      |    2 ++
 arch/alpha/kernel/core_titan.c       |    2 ++
 arch/alpha/kernel/irq.c              |    2 +-
 arch/alpha/kernel/irq_alpha.c        |    2 +-
 arch/alpha/kernel/irq_i8259.c        |    2 +-
 arch/alpha/kernel/irq_pyxis.c        |    2 +-
 arch/alpha/kernel/irq_srm.c          |    2 +-
 arch/alpha/kernel/sys_alcor.c        |    2 +-
 arch/alpha/kernel/sys_cabriolet.c    |    2 +-
 arch/alpha/kernel/sys_dp264.c        |    4 ++--
 arch/alpha/kernel/sys_eb64p.c        |    2 +-
 arch/alpha/kernel/sys_eiger.c        |    2 +-
 arch/alpha/kernel/sys_jensen.c       |    2 +-
 arch/alpha/kernel/sys_marvel.c       |    6 +++---
 arch/alpha/kernel/sys_mikasa.c       |    2 +-
 arch/alpha/kernel/sys_noritake.c     |    2 +-
 arch/alpha/kernel/sys_rawhide.c      |    2 +-
 arch/alpha/kernel/sys_ruffian.c      |    2 +-
 arch/alpha/kernel/sys_rx164.c        |    2 +-
 arch/alpha/kernel/sys_sable.c        |    2 +-
 arch/alpha/kernel/sys_takara.c       |    2 +-
 arch/alpha/kernel/sys_titan.c        |    2 +-
 arch/alpha/kernel/sys_wildfire.c     |    2 +-
 24 files changed, 43 insertions(+), 36 deletions(-)

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

end of thread, other threads:[~2010-03-19  4:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-18  7:15 [PULL] alpha-2.6 Matt Turner
2009-12-19 20:03 ` Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2010-03-19  4:57 Matt Turner
2010-01-14 23:21 Matt Turner
2009-12-01 14:57 Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®