linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL] alpha-2.6.git
@ 2010-05-25 23:45 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2010-05-25 23:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

Hi Linus,
Please pull from alpha-2.6.git.

Thanks!
Matt Turner

The following changes since commit ec96e2fe954c23a54bfdf2673437a39e193a1822:
  Linus Torvalds (1):
        Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm

are available in the git repository at:

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

John Stultz (1):
      Convert alpha to use clocksources instead of arch_gettimeoffset

Matt Turner (1):
      alpha: simplify and optimize sched_find_first_bit

Nick Piggin (1):
      alpha: invoke oom-killer from page fault

 arch/alpha/Kconfig              |    4 --
 arch/alpha/include/asm/bitops.h |   20 +++++------
 arch/alpha/kernel/time.c        |   69 +++++++++++++++++---------------------
 arch/alpha/mm/fault.c           |   11 +-----
 4 files changed, 42 insertions(+), 62 deletions(-)

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

* [PULL] alpha-2.6.git
@ 2010-06-07  1:18 Matt Turner
  2010-06-09  1:14 ` Matt Turner
  0 siblings, 1 reply; 9+ messages in thread
From: Matt Turner @ 2010-06-07  1:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

Hi Linus,
Please pull the for-linus branch of my tree. It contains a patch
that's been on the mailing list since February that I've overlooked at
least twice, including this merge window. Sorry about that. It's
pretty simple, so it shouldn't cause any problems.

The other two changes are fixes for very obvious screw-ups, whose
breaking commits were clearly not even compile-tested, nor were they
mailed to linux-alpha@ or any of the Alpha maintainers.

Thanks!
Matt

The following changes since commit e44a21b7268a022c7749f521c06214145bd161e4:
  Linus Torvalds (1):
        Linux 2.6.35-rc2

are available in the git repository at:

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

Matt Turner (2):
      alpha: fix __arch_hweight32 typo
      alpha: fix pci_mmap_resource API breakage

Morten Holst Larsen (1):
      alpha: Detect Super IO chip, no IDE on Avanti, enable EPP19

 arch/alpha/include/asm/bitops.h |    2 +-
 arch/alpha/kernel/Makefile      |   20 ++++----
 arch/alpha/kernel/ns87312.c     |   38 -----------------
 arch/alpha/kernel/pc873xx.c     |   88 +++++++++++++++++++++++++++++++++++++++
 arch/alpha/kernel/pc873xx.h     |   35 +++++++++++++++
 arch/alpha/kernel/pci-sysfs.c   |    4 +-
 arch/alpha/kernel/sys_sio.c     |   23 ++++++++++-
 7 files changed, 158 insertions(+), 52 deletions(-)
 delete mode 100644 arch/alpha/kernel/ns87312.c
 create mode 100644 arch/alpha/kernel/pc873xx.c
 create mode 100644 arch/alpha/kernel/pc873xx.h

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

* Re: [PULL] alpha-2.6.git
  2010-06-07  1:18 Matt Turner
@ 2010-06-09  1:14 ` Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2010-06-09  1:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

On Sun, Jun 6, 2010 at 9:18 PM, Matt Turner <mattst88@gmail.com> wrote:
> Hi Linus,
> Please pull the for-linus branch of my tree. It contains a patch
> that's been on the mailing list since February that I've overlooked at
> least twice, including this merge window. Sorry about that. It's
> pretty simple, so it shouldn't cause any problems.
>
> The other two changes are fixes for very obvious screw-ups, whose
> breaking commits were clearly not even compile-tested, nor were they
> mailed to linux-alpha@ or any of the Alpha maintainers.
>
> Thanks!
> Matt
>
> The following changes since commit e44a21b7268a022c7749f521c06214145bd161e4:
>  Linus Torvalds (1):
>        Linux 2.6.35-rc2
>
> are available in the git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git for-linus
>
> Matt Turner (2):
>      alpha: fix __arch_hweight32 typo
>      alpha: fix pci_mmap_resource API breakage
>
> Morten Holst Larsen (1):
>      alpha: Detect Super IO chip, no IDE on Avanti, enable EPP19
>
>  arch/alpha/include/asm/bitops.h |    2 +-
>  arch/alpha/kernel/Makefile      |   20 ++++----
>  arch/alpha/kernel/ns87312.c     |   38 -----------------
>  arch/alpha/kernel/pc873xx.c     |   88 +++++++++++++++++++++++++++++++++++++++
>  arch/alpha/kernel/pc873xx.h     |   35 +++++++++++++++
>  arch/alpha/kernel/pci-sysfs.c   |    4 +-
>  arch/alpha/kernel/sys_sio.c     |   23 ++++++++++-
>  7 files changed, 158 insertions(+), 52 deletions(-)
>  delete mode 100644 arch/alpha/kernel/ns87312.c
>  create mode 100644 arch/alpha/kernel/pc873xx.c
>  create mode 100644 arch/alpha/kernel/pc873xx.h
>

Don't pull this. There's a better fix for the PCI breakage.

I assume you didn't pull this because of the Super IO patch? Assuming
it is, I understand, but it's for AlphaStation 255s. Getting that
patch into -rc1 isn't going to get us any more testers for such
hardware.

It's my fault that it didn't make it in this merge window pull request
or even the last. I totally forgot about it. Please let me know if
it's alright to resent the pull request with the same contents but a
better fix for the PCI.

Thanks,
Matt
--
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PULL] alpha-2.6.git
@ 2010-06-15 20:14 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2010-06-15 20:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

Hi Linus,
Please pull the for-linus branch of my alpha-2.6.git tree. It contains
some minor build fixes and a couple fix-ups for AlphaServer 255-series
systems.

Thanks,
Matt Turner

The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02:
  Linus Torvalds (1):
        Linux 2.6.35-rc3

are available in the git repository at:

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

Matt Turner (2):
      alpha: fix __arch_hweight32 typo
      alpha: fix pci_mmap_resource API breakage

Morten H. Larsen (2):
      alpha: Detect Super IO chip, no IDE on Avanti, enable EPP19
      alpha: Fix de2104x driver failing to readout MAC address correctly

 arch/alpha/include/asm/bitops.h |    2 +-
 arch/alpha/kernel/Makefile      |   20 ++++----
 arch/alpha/kernel/ns87312.c     |   38 -----------------
 arch/alpha/kernel/pc873xx.c     |   88 +++++++++++++++++++++++++++++++++++++++
 arch/alpha/kernel/pc873xx.h     |   35 +++++++++++++++
 arch/alpha/kernel/pci-sysfs.c   |    3 +-
 arch/alpha/kernel/sys_sio.c     |   23 ++++++++++-
 drivers/net/tulip/de2104x.c     |    5 +-
 8 files changed, 160 insertions(+), 54 deletions(-)
 delete mode 100644 arch/alpha/kernel/ns87312.c
 create mode 100644 arch/alpha/kernel/pc873xx.c
 create mode 100644 arch/alpha/kernel/pc873xx.h

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

* [PULL] alpha-2.6.git
@ 2010-09-01  1:49 Matt Turner
  2010-09-01 15:30 ` Matt Turner
  0 siblings, 1 reply; 9+ messages in thread
From: Matt Turner @ 2010-09-01  1:49 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

Hi Linus,
Please pull the for-linus branch of my alpha-2.6 tree. It contains a
few trivial changes and a regression/compile fix.

Thanks!
Matt Turner

The following changes since commit 2bfc96a127bc1cc94d26bfaa40159966064f9c8c:

  Linux 2.6.36-rc3 (2010-08-29 08:36:04 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git for-linus

FUJITA Tomonori (1):
      alpha: remove homegrown L1_CACHE_ALIGN macro

Michael Cree (1):
      alpha: convert perf_event to use local_t

Morten H. Larsen (1):
      Fix call to replaced SuperIO functions

 arch/alpha/include/asm/cache.h    |    1 -
 arch/alpha/kernel/perf_event.c    |   18 +++++++++---------
 arch/alpha/kernel/proto.h         |    3 ---
 arch/alpha/kernel/sys_cabriolet.c |   19 ++++++++++++++++---
 arch/alpha/kernel/sys_takara.c    |   11 +++++++++--
 5 files changed, 34 insertions(+), 18 deletions(-)

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

* Re: [PULL] alpha-2.6.git
  2010-09-01  1:49 Matt Turner
@ 2010-09-01 15:30 ` Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2010-09-01 15:30 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

Hi Linus,
I've added an additional patch that cleans up some printf warnings
that I missed in my patch queue.

Thanks!
Matt Turner

The following changes since commit 2bfc96a127bc1cc94d26bfaa40159966064f9c8c:

  Linux 2.6.36-rc3 (2010-08-29 08:36:04 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git for-linus

FUJITA Tomonori (1):
      alpha: remove homegrown L1_CACHE_ALIGN macro

Michael Cree (2):
      alpha: convert perf_event to use local_t
      alpha: Fix printk format errors

Morten H. Larsen (1):
      Fix call to replaced SuperIO functions

 arch/alpha/include/asm/cache.h    |    1 -
 arch/alpha/kernel/err_marvel.c    |    6 +++---
 arch/alpha/kernel/perf_event.c    |   18 +++++++++---------
 arch/alpha/kernel/proto.h         |    3 ---
 arch/alpha/kernel/sys_cabriolet.c |   19 ++++++++++++++++---
 arch/alpha/kernel/sys_takara.c    |   11 +++++++++--
 6 files changed, 37 insertions(+), 21 deletions(-)


On Tue, Aug 31, 2010 at 9:49 PM, Matt Turner <mattst88@gmail.com> wrote:
> Hi Linus,
> Please pull the for-linus branch of my alpha-2.6 tree. It contains a
> few trivial changes and a regression/compile fix.
>
> Thanks!
> Matt Turner
>
> The following changes since commit 2bfc96a127bc1cc94d26bfaa40159966064f9c8c:
>
>  Linux 2.6.36-rc3 (2010-08-29 08:36:04 -0700)
>
> are available in the git repository at:
>  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git for-linus
>
> FUJITA Tomonori (1):
>      alpha: remove homegrown L1_CACHE_ALIGN macro
>
> Michael Cree (1):
>      alpha: convert perf_event to use local_t
>
> Morten H. Larsen (1):
>      Fix call to replaced SuperIO functions
>
>  arch/alpha/include/asm/cache.h    |    1 -
>  arch/alpha/kernel/perf_event.c    |   18 +++++++++---------
>  arch/alpha/kernel/proto.h         |    3 ---
>  arch/alpha/kernel/sys_cabriolet.c |   19 ++++++++++++++++---
>  arch/alpha/kernel/sys_takara.c    |   11 +++++++++--
>  5 files changed, 34 insertions(+), 18 deletions(-)
>
--
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PULL] alpha-2.6.git
@ 2010-09-19  4:46 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2010-09-19  4:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

Hi Linus,
I'm not sure what happened, but I just got a rather large influx of
alpha-related patches. They're all bug fixes or minor changes. Cool
fixes from Al Viro including a bug that's existed since Linux-1.3.95.

Thanks!
Matt

The following changes since commit 151b6a5f1d4c547c92ec67a5a6fedc16f435956e:

  Merge branch 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
(2010-09-17 10:53:28 -0700)

are available in the git repository at:

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

Al Viro (4):
      alpha: belated ERESTART_RESTARTBLOCK race fix
      alpha: unb0rk sigsuspend() and rt_sigsuspend()
      alpha: fix a 14 years old bug in sigreturn tracing
      alpha: deal with multiple simultaneously pending signals

Arnd Bergmann (1):
      alpha: kill big kernel lock

Joe Perches (1):
      alpha: Use static const char * const where possible

Michael Cree (1):
      alpha: Shift perf event pending work earlier in timer interrupt

Mikael Pettersson (1):
      alpha: wire up fanotify and prlimit64 syscalls

Tejun Heo (1):
      alpha: fix build breakage in asm/cacheflush.h

matt mooney (1):
      alpha: remove unnecessary cast from void* in assignment.

 arch/alpha/include/asm/cacheflush.h |    2 +
 arch/alpha/include/asm/unistd.h     |    6 +++-
 arch/alpha/kernel/entry.S           |   61 ++++++++++++----------------------
 arch/alpha/kernel/err_ev6.c         |   12 ++++---
 arch/alpha/kernel/err_marvel.c      |   33 ++++++++++---------
 arch/alpha/kernel/err_titan.c       |   35 +++++++++++--------
 arch/alpha/kernel/osf_sys.c         |    9 +----
 arch/alpha/kernel/pci-sysfs.c       |    2 +-
 arch/alpha/kernel/signal.c          |   41 ++---------------------
 arch/alpha/kernel/srm_env.c         |    2 +-
 arch/alpha/kernel/systbls.S         |    3 ++
 arch/alpha/kernel/time.c            |   10 +++---
 arch/alpha/kernel/traps.c           |    3 --
 13 files changed, 88 insertions(+), 131 deletions(-)

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

* [PULL] alpha-2.6.git
@ 2011-03-02 21:40 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2011-03-02 21:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

Hi Linus,
Please pull my for-linus branch. It contains some clean-ups of the
do_IRQ removal.

Thanks!
Matt

The following changes since commit dd9c1549edef02290edced639f67b54a25abbe0e:

  Linux 2.6.38-rc7 (2011-03-01 13:55:12 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6.git for-linus

Morten Holst Larsen (1):
      Fix typo in call to irq_to_desc()

Thomas Gleixner (18):
      alpha: Pyxis convert irq_chip functions
      alpha: srm: Convert irq_chip functions
      alpha: i8259, alcor, jensen wildfire: Convert irq_chip
      alpha: cabriolet: Convert irq_chip functions
      alpha: dp264: Convert irq_chip functions
      alpha: eb64p: Convert irq_chip functions
      alpha: eiger: Convert irq_chip functions
      alpha: marvel: Convert irq_chip functions
      alpha: mikasa: Convert irq_chip functions
      alpha: rawhide: Convert irq_chip functions
      alpha: noritake: Convert irq_chip functions
      alpha: rx164: Convert irq_chip functions
      alpha: sable: Convert irq_chip functions
      alpha: takara: Convert irq_chip functions
      alpha: titan: Convert irq_chip functions
      alpha: irq: Remove pointless irq status manipulation
      alpha: irq: Convert affinity to use irq_data
      alpha: Enable GENERIC_HARDIRQS_NO_DEPRECATED

 arch/alpha/Kconfig                |    1 +
 arch/alpha/kernel/irq.c           |   13 ++++++---
 arch/alpha/kernel/irq_alpha.c     |   11 ++-----
 arch/alpha/kernel/irq_i8259.c     |   18 +++++++-----
 arch/alpha/kernel/irq_impl.h      |    8 ++---
 arch/alpha/kernel/irq_pyxis.c     |   20 +++++++-------
 arch/alpha/kernel/irq_srm.c       |   16 +++++-----
 arch/alpha/kernel/sys_alcor.c     |   28 ++++++++++----------
 arch/alpha/kernel/sys_cabriolet.c |   16 +++++-----
 arch/alpha/kernel/sys_dp264.c     |   52 +++++++++++++++++++-----------------
 arch/alpha/kernel/sys_eb64p.c     |   18 ++++++------
 arch/alpha/kernel/sys_eiger.c     |   14 +++++----
 arch/alpha/kernel/sys_jensen.c    |   24 ++++++++--------
 arch/alpha/kernel/sys_marvel.c    |   42 +++++++++++++----------------
 arch/alpha/kernel/sys_mikasa.c    |   16 +++++-----
 arch/alpha/kernel/sys_noritake.c  |   16 +++++-----
 arch/alpha/kernel/sys_rawhide.c   |   17 +++++++-----
 arch/alpha/kernel/sys_rx164.c     |   16 +++++-----
 arch/alpha/kernel/sys_sable.c     |   20 +++++++-------
 arch/alpha/kernel/sys_takara.c    |   14 +++++----
 arch/alpha/kernel/sys_titan.c     |   21 ++++++++------
 arch/alpha/kernel/sys_wildfire.c  |   32 +++++++++++++---------
 22 files changed, 224 insertions(+), 209 deletions(-)

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

* [PULL] alpha-2.6.git
@ 2011-05-13 23:42 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2011-05-13 23:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-alpha

Hi Linus,
Please pull a pair of changes from my tree.

Thanks,
Matt

The following changes since commit 446cc6345d3de6571bdd0840f48aca441488a28d:

  Merge branch 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs (2011-05-12
18:00:09 -0700)

are available in the git repository at:

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

John Stultz (1):
      alpha: convert to clocksource_register_hz

Michael Cree (1):
      alpha: Wire up syscalls new to 2.6.39

 arch/alpha/include/asm/unistd.h |    6 +++++-
 arch/alpha/kernel/systbls.S     |   12 ++++++++----
 arch/alpha/kernel/time.c        |    3 +--
 3 files changed, 14 insertions(+), 7 deletions(-)

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

end of thread, other threads:[~2011-05-13 23:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-13 23:42 [PULL] alpha-2.6.git Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2011-03-02 21:40 Matt Turner
2010-09-19  4:46 Matt Turner
2010-09-01  1:49 Matt Turner
2010-09-01 15:30 ` Matt Turner
2010-06-15 20:14 Matt Turner
2010-06-07  1:18 Matt Turner
2010-06-09  1:14 ` Matt Turner
2010-05-25 23:45 Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).