Linux PARISC architecture development
 help / color / mirror / Atom feed
* [git patches] parisc bug fixes for 2.6.25
@ 2008-03-16 17:35 Kyle McMartin
  2008-03-16 18:22 ` Carlos O'Donell
  0 siblings, 1 reply; 9+ messages in thread
From: Kyle McMartin @ 2008-03-16 17:35 UTC (permalink / raw)
  To: torvalds; +Cc: linux-parisc, linux-kernel

The following changes since commit cdeeeae056a429e729ae9e914fa8142ee45bee93:
  Linus Torvalds (1):
        Linux 2.6.25-rc5

are available in the git repository at:

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

Adrian Bunk (1):
      [PARISC] move defconfig to arch/parisc/configs/

FUJITA Tomonori (1):
      [PARISC] make ptr_to_pide() static

Helge Deller (1):
      [PARISC] head.S: section mismatch fixes

James Bottomley (1):
      [PARISC] add pa8900 CPUs to hardware inventory

Joel Soete (1):
      [PARISC] pdc_stable: fix compile errors

Kyle McMartin (11):
      [PARISC] remove old timerfd syscall
      [PARISC] wire up timerfd syscalls
      [PARISC] move VMALLOC_* definitions to fixmap.h
      [PARISC] unbreak pgalloc.h
      [PARISC] bump __NR_syscalls
      [PARISC] remove unused pdc_iodc_printf function
      [PARISC] dump_stack in show_regs
      [PARISC] pdc_console: fix bizarre panic on boot
      [PARISC] clean up show_stack
      [PARISC] futex: special case cmpxchg NULL in kernel space
      [PARISC] add back Crestone Peak cpu

Randolph Chung (1):
      [PARISC] clean up include/asm-parisc/elf.h

Thibaut VARENE (1):
      [PARISC] add back AD1889 MAINTAINERS entry

 MAINTAINERS                                        |    9 ++++++
 arch/parisc/Makefile                               |    3 ++
 .../{defconfig => configs/default_defconfig}       |    0 
 arch/parisc/kernel/firmware.c                      |   27 +++++++++++------
 arch/parisc/kernel/hardware.c                      |   13 ++++++++-
 arch/parisc/kernel/head.S                          |    7 ++--
 arch/parisc/kernel/pdc_cons.c                      |   30 ++++++++++---------
 arch/parisc/kernel/syscall_table.S                 |    5 ++-
 arch/parisc/kernel/traps.c                         |   25 ++++++++++++++--
 drivers/parisc/pdc_stable.c                        |    6 ++--
 drivers/parisc/sba_iommu.c                         |    4 +-
 include/asm-parisc/elf.h                           |   22 ++++++--------
 include/asm-parisc/fixmap.h                        |    9 +++++-
 include/asm-parisc/futex.h                         |   10 +++++-
 include/asm-parisc/pdc.h                           |    3 +-
 include/asm-parisc/pgalloc.h                       |    4 +-
 include/asm-parisc/pgtable.h                       |    8 -----
 include/asm-parisc/unistd.h                        |    5 ++-
 18 files changed, 125 insertions(+), 65 deletions(-)
 rename arch/parisc/{defconfig => configs/default_defconfig} (100%)

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

end of thread, other threads:[~2008-03-17 23:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-16 17:35 [git patches] parisc bug fixes for 2.6.25 Kyle McMartin
2008-03-16 18:22 ` Carlos O'Donell
2008-03-16 19:21   ` Kyle McMartin
2008-03-17 14:38     ` John David Anglin
2008-03-17 14:52       ` Kyle McMartin
2008-03-17 15:23         ` John David Anglin
2008-03-17 17:53         ` John David Anglin
2008-03-17 18:54           ` John David Anglin
2008-03-17 23:43             ` John David Anglin

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