The following changes since commit 0acc1b2afb6ded060b7d6b1b5e6ac8a00ec47547: Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2010-10-12 09:16:01 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git next Christian Dietrich (1): arch/parisc: Removing undead ifdef CONFIG_PA20 FUJITA Tomonori (1): parisc: remove homegrown L1_CACHE_ALIGN macro Guy Martin (1): parisc: add tty driver to PDC console Joe Perches (1): drivers/parisc/iosapic.c: Remove unnecessary kzalloc cast Julia Lawall (1): drivers/char/agp/parisc-agp.c: eliminate memory leak Kyle McMartin (9): parisc: squelch warning when using dev_get_stats parisc: add prlimit64 syscall parisc: lay groundwork for killing __do_IRQ parisc: convert cpu interrupts to proper flow handlers parisc: convert iosapic interrupts to proper flow handlers parisc: convert suckyio interrupts to flow handlers parisc: convert gsc and dino pci interrupts to flow handlers parisc: convert eisa interrupts to flow handlers parisc: kill __do_IRQ Phil Carmody (1): parisc: unwind - optimise linked-list searches for modules matt mooney (1): parisc: change to new flag variable arch/parisc/Kconfig | 4 + arch/parisc/include/asm/cache.h | 2 - arch/parisc/include/asm/irq.h | 2 +- arch/parisc/include/asm/unistd.h | 3 +- arch/parisc/kernel/irq.c | 41 +++++------ arch/parisc/kernel/pdc_cons.c | 141 ++++++++++++++++++++++++++++++++++-- arch/parisc/kernel/syscall_table.S | 1 + arch/parisc/kernel/unaligned.c | 3 - arch/parisc/kernel/unwind.c | 5 +- arch/parisc/math-emu/Makefile | 2 +- drivers/char/agp/parisc-agp.c | 4 + drivers/parisc/dino.c | 29 +++----- drivers/parisc/eisa.c | 29 +++----- drivers/parisc/gsc.c | 36 +++------ drivers/parisc/iosapic.c | 56 +++----------- drivers/parisc/led.c | 6 +- drivers/parisc/superio.c | 25 ++----- 17 files changed, 222 insertions(+), 167 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html