linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* what's in parisc-2.6.git
@ 2009-06-23 16:15 Kyle McMartin
  2009-06-24  0:29 ` John David Anglin
  0 siblings, 1 reply; 5+ messages in thread
From: Kyle McMartin @ 2009-06-23 16:15 UTC (permalink / raw)
  To: linux-parisc

commit mail seems to be broken again for some reason...

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

are available in the git repository at:

  /pub/scm/linux/kernel/git/kyle/parisc-2.6.git parisc

Alexander Beregalov (4):
      parisc: stifb: should depend on STI_CONSOLE
      parisc: ccio-dma: fix build failure without procfs
      parisc: remove CVS keywords
      parisc: decode_exc.c should include kernel.h

Bastian Blank (1):
      parisc: Remove casts from atomic macros

Christoph Hellwig (1):
      parisc: remove dead code from sys_parisc32.c

Coly Li (1):
      parisc: add parameter to read_cr16()

Grant Grundler (3):
      parisc: advertise PCI devs after "assign_resources"
      parisc: Fix gcc 4.4 warning in lba_pci.c
      parisc: fix "delay!" timer handling

Helge Deller (3):
      parisc: fix ldcw inline assembler
      parisc: fix irq compile bugs in arch/parisc/kernel/irq.c
      parisc: ensure broadcast tlb purge runs single threaded

Kyle McMartin (4):
      parisc: wire up preadv/pwritev syscalls
      parisc: kill WARN in free_initmem when DEBUG_KERNEL
      parisc: wire up rt_tgsigqueueinfo
      parisc: fix compile warning in mm/init.c

Randolph Chung (1):
      parisc: fix mismatched parenthesis in memcpy.c

Thomas Gleixner (1):
      parisc: remove obsolete hw_interrupt_type

 arch/parisc/include/asm/atomic.h   |    8 ++--
 arch/parisc/include/asm/dma.h      |    3 +-
 arch/parisc/include/asm/system.h   |    4 +-
 arch/parisc/include/asm/tlbflush.h |   14 +++---
 arch/parisc/include/asm/unistd.h   |    5 ++-
 arch/parisc/kernel/cache.c         |   26 ++++++----
 arch/parisc/kernel/irq.c           |   10 ++--
 arch/parisc/kernel/pci-dma.c       |   12 +++--
 arch/parisc/kernel/pci.c           |    3 +-
 arch/parisc/kernel/processor.c     |    3 +-
 arch/parisc/kernel/setup.c         |    3 +-
 arch/parisc/kernel/sys_parisc32.c  |   62 ------------------------
 arch/parisc/kernel/syscall_table.S |    3 +
 arch/parisc/kernel/time.c          |   90 +++++++++++++++++++++--------------
 arch/parisc/lib/checksum.c         |    2 -
 arch/parisc/lib/memcpy.c           |    2 +-
 arch/parisc/math-emu/decode_exc.c  |    2 +-
 arch/parisc/mm/fault.c             |    3 +-
 arch/parisc/mm/init.c              |   29 ++++--------
 drivers/parisc/ccio-dma.c          |    7 ++-
 drivers/parisc/dino.c              |   12 ++--
 drivers/parisc/eisa.c              |    2 +-
 drivers/parisc/gsc.c               |    4 +-
 drivers/parisc/gsc.h               |    2 +-
 drivers/parisc/iosapic.c           |    2 +-
 drivers/parisc/lba_pci.c           |   41 +++++++++++------
 drivers/parisc/superio.c           |    2 +-
 drivers/video/Kconfig              |    2 +
 28 files changed, 164 insertions(+), 194 deletions(-)

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

* Re: what's in parisc-2.6.git
  2009-06-23 16:15 what's in parisc-2.6.git Kyle McMartin
@ 2009-06-24  0:29 ` John David Anglin
  2009-06-24  0:41   ` Kyle McMartin
  0 siblings, 1 reply; 5+ messages in thread
From: John David Anglin @ 2009-06-24  0:29 UTC (permalink / raw)
  To: Kyle McMartin; +Cc: linux-parisc

> The following changes since commit d888a4c76c51092993643f8992bf55b3c28da483:
>   Linus Torvalds (1):
>         Merge branch 'for-linus' of git://git.kernel.org/.../vapier/blackfin
> 
> are available in the git repository at:

Thanks for bring this up to date.

What the status of the changes in the parisc-2.6.29 branch?  The sba_iommu
fix seems obvious.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

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

* Re: what's in parisc-2.6.git
  2009-06-24  0:29 ` John David Anglin
@ 2009-06-24  0:41   ` Kyle McMartin
  0 siblings, 0 replies; 5+ messages in thread
From: Kyle McMartin @ 2009-06-24  0:41 UTC (permalink / raw)
  To: John David Anglin; +Cc: linux-parisc

On Tue, Jun 23, 2009 at 08:29:20PM -0400, John David Anglin wrote:
> > The following changes since commit d888a4c76c51092993643f8992bf55b3c28da483:
> >   Linus Torvalds (1):
> >         Merge branch 'for-linus' of git://git.kernel.org/.../vapier/blackfin
> > 
> > are available in the git repository at:
> 
> Thanks for bring this up to date.
> 
> What the status of the changes in the parisc-2.6.29 branch?  The sba_iommu
> fix seems obvious.

I think those have all been merged already, except the sysvipc stuff,
but I haven't had the cycles to look into those recently. The two top
patches effecting sysvipc are bogus though and will break 'ipcs' and
various userspace bits.

regards, Kyle

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

* What's in parisc-2.6.git
@ 2009-09-28 16:25 Kyle McMartin
  2009-09-28 20:19 ` Helge Deller
  0 siblings, 1 reply; 5+ messages in thread
From: Kyle McMartin @ 2009-09-28 16:25 UTC (permalink / raw)
  To: linux-parisc; +Cc: linux-kernel, deller

Rebased on top of v2.6.32-rc1, fixed tracehook. Seems to build alright
on my pa8800 in a few different configs. Is anything missing?

regards, Kyle

The following changes since commit 17d857be649a21ca90008c6dc425d849fa83db5c:
  Linus Torvalds (1):
        Linux 2.6.32-rc1

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git parisc

Christoph Hellwig (1):
      parisc: convert to asm-generic/hardirq.h

Helge Deller (2):
      parisc: rename parisc's vmalloc_start to parisc_vmalloc_start
      parisc: Fix linker script breakage.

James Bottomley (1):
      parisc: add me to Maintainers

Jaswinder Singh Rajput (1):
      parisc: includecheck fix: signal.c

Julia Lawall (1):
      parisc: correct use of SHF_ALLOC

Kyle McMartin (7):
      parisc: tracehook_report_syscall
      parisc: tracehook_signal_handler
      parisc: add missing TI_TASK macro in syscall.S
      parisc: split syscall_trace into two halves
      parisc: stop using task->ptrace for {single,block}step flags
      parisc: add skeleton syscall.h
      parisc: HAVE_ARCH_TRACEHOOK

Tim Abbott (1):
      parisc: Make THREAD_SIZE available to assembly files and linker scripts.

 MAINTAINERS                           |    1 +
 arch/parisc/Kconfig                   |    1 +
 arch/parisc/include/asm/fixmap.h      |    4 +-
 arch/parisc/include/asm/hardirq.h     |   20 +---------------
 arch/parisc/include/asm/ptrace.h      |    5 +++-
 arch/parisc/include/asm/syscall.h     |   40 +++++++++++++++++++++++++++++++
 arch/parisc/include/asm/thread_info.h |   14 +++++++----
 arch/parisc/kernel/asm-offsets.c      |    4 +-
 arch/parisc/kernel/entry.S            |   21 ++++++++--------
 arch/parisc/kernel/irq.c              |    5 ----
 arch/parisc/kernel/module.c           |    2 +-
 arch/parisc/kernel/ptrace.c           |   42 ++++++++++++++++----------------
 arch/parisc/kernel/signal.c           |    5 +++-
 arch/parisc/kernel/syscall.S          |   22 +++++++++++------
 arch/parisc/kernel/vmlinux.lds.S      |   10 ++++++++
 arch/parisc/mm/init.c                 |   11 ++++----
 16 files changed, 127 insertions(+), 80 deletions(-)
 create mode 100644 arch/parisc/include/asm/syscall.h

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

* Re: What's in parisc-2.6.git
  2009-09-28 16:25 What's " Kyle McMartin
@ 2009-09-28 20:19 ` Helge Deller
  0 siblings, 0 replies; 5+ messages in thread
From: Helge Deller @ 2009-09-28 20:19 UTC (permalink / raw)
  To: kyle; +Cc: linux-parisc, linux-kernel

On 09/28/2009 06:25 PM, Kyle McMartin wrote:
> Rebased on top of v2.6.32-rc1, fixed tracehook. Seems to build alright
> on my pa8800 in a few different configs. Is anything missing?


I did tested it on my boxes as well, and it seems OK.
Nothing important missing.
Thanks Kyle!

Helge

> regards, Kyle
>
> The following changes since commit 17d857be649a21ca90008c6dc425d849fa83db5c:
>    Linus Torvalds (1):
>          Linux 2.6.32-rc1
>
> are available in the git repository at:
>
>    git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git parisc
>
> Christoph Hellwig (1):
>        parisc: convert to asm-generic/hardirq.h
>
> Helge Deller (2):
>        parisc: rename parisc's vmalloc_start to parisc_vmalloc_start
>        parisc: Fix linker script breakage.
>
> James Bottomley (1):
>        parisc: add me to Maintainers
>
> Jaswinder Singh Rajput (1):
>        parisc: includecheck fix: signal.c
>
> Julia Lawall (1):
>        parisc: correct use of SHF_ALLOC
>
> Kyle McMartin (7):
>        parisc: tracehook_report_syscall
>        parisc: tracehook_signal_handler
>        parisc: add missing TI_TASK macro in syscall.S
>        parisc: split syscall_trace into two halves
>        parisc: stop using task->ptrace for {single,block}step flags
>        parisc: add skeleton syscall.h
>        parisc: HAVE_ARCH_TRACEHOOK
>
> Tim Abbott (1):
>        parisc: Make THREAD_SIZE available to assembly files and linker scripts.
>
>   MAINTAINERS                           |    1 +
>   arch/parisc/Kconfig                   |    1 +
>   arch/parisc/include/asm/fixmap.h      |    4 +-
>   arch/parisc/include/asm/hardirq.h     |   20 +---------------
>   arch/parisc/include/asm/ptrace.h      |    5 +++-
>   arch/parisc/include/asm/syscall.h     |   40 +++++++++++++++++++++++++++++++
>   arch/parisc/include/asm/thread_info.h |   14 +++++++----
>   arch/parisc/kernel/asm-offsets.c      |    4 +-
>   arch/parisc/kernel/entry.S            |   21 ++++++++--------
>   arch/parisc/kernel/irq.c              |    5 ----
>   arch/parisc/kernel/module.c           |    2 +-
>   arch/parisc/kernel/ptrace.c           |   42 ++++++++++++++++----------------
>   arch/parisc/kernel/signal.c           |    5 +++-
>   arch/parisc/kernel/syscall.S          |   22 +++++++++++------
>   arch/parisc/kernel/vmlinux.lds.S      |   10 ++++++++
>   arch/parisc/mm/init.c                 |   11 ++++----
>   16 files changed, 127 insertions(+), 80 deletions(-)
>   create mode 100644 arch/parisc/include/asm/syscall.h
>

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

end of thread, other threads:[~2009-09-28 20:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23 16:15 what's in parisc-2.6.git Kyle McMartin
2009-06-24  0:29 ` John David Anglin
2009-06-24  0:41   ` Kyle McMartin
  -- strict thread matches above, loose matches on Subject: below --
2009-09-28 16:25 What's " Kyle McMartin
2009-09-28 20:19 ` Helge Deller

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).