All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] ia64 changes
@ 2008-04-18 16:34 Luck, Tony
  2008-04-22 23:36 ` Luck, Tony
                   ` (93 more replies)
  0 siblings, 94 replies; 110+ messages in thread
From: Luck, Tony @ 2008-04-18 16:34 UTC (permalink / raw)
  To: linux-ia64

Hi Linus,

please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release

This will update the files shown below.

Thanks!

-Tony

 Documentation/kernel-parameters.txt |    4 +
 arch/ia64/Kconfig                   |   14 +
 arch/ia64/hp/common/sba_iommu.c     |   56 ++-
 arch/ia64/ia32/elfcore32.h          |   14 +-
 arch/ia64/ia32/sys_ia32.c           |  649 ++++++++++++++++++-
 arch/ia64/kernel/acpi.c             |    4 +-
 arch/ia64/kernel/asm-offsets.c      |   13 +
 arch/ia64/kernel/crash.c            |   56 +-
 arch/ia64/kernel/efi.c              |   46 ++
 arch/ia64/kernel/entry.S            |   65 ++
 arch/ia64/kernel/fsys.S             |   88 ++-
 arch/ia64/kernel/head.S             |   20 +
 arch/ia64/kernel/irq_ia64.c         |    2 +-
 arch/ia64/kernel/ivt.S              |   69 ++
 arch/ia64/kernel/kprobes.c          |  133 +++-
 arch/ia64/kernel/mca.c              |   60 ++-
 arch/ia64/kernel/mca_asm.S          |    5 +
 arch/ia64/kernel/minstate.h         |   14 +
 arch/ia64/kernel/numa.c             |    2 +-
 arch/ia64/kernel/patch.c            |    8 +-
 arch/ia64/kernel/perfmon.c          |    4 +-
 arch/ia64/kernel/process.c          |   30 -
 arch/ia64/kernel/ptrace.c           | 1217 +++++++++++++++++++++++++---------
 arch/ia64/kernel/setup.c            |   31 +-
 arch/ia64/kernel/smp.c              |   82 +++
 arch/ia64/kernel/smpboot.c          |    2 +-
 arch/ia64/kernel/time.c             |   78 +++
 arch/ia64/kernel/unaligned.c        |    3 +-
 arch/ia64/mm/contig.c               |    4 +-
 arch/ia64/mm/discontig.c            |   17 +-
 arch/ia64/mm/init.c                 |   14 +-
 arch/ia64/mm/numa.c                 |    4 +-
 arch/ia64/mm/tlb.c                  |  357 ++++++++++-
 arch/ia64/sn/kernel/xpc_main.c      |    8 +-
 arch/ia64/sn/kernel/xpc_partition.c |    2 +-
 include/asm-ia64/acpi.h             |   33 +
 include/asm-ia64/cputime.h          |  104 +++
 include/asm-ia64/elf.h              |   31 +-
 include/asm-ia64/kprobes.h          |    7 +-
 include/asm-ia64/kregs.h            |    3 +
 include/asm-ia64/meminit.h          |    3 +-
 include/asm-ia64/numa.h             |    2 +
 include/asm-ia64/pal.h              |   72 ++-
 include/asm-ia64/pgtable.h          |    2 +-
 include/asm-ia64/sal.h              |   21 +
 include/asm-ia64/smp.h              |    3 +
 include/asm-ia64/system.h           |   12 +
 include/asm-ia64/thread_info.h      |   14 +
 include/asm-ia64/tlb.h              |   26 +
 include/asm-ia64/tlbflush.h         |    1 +
 50 files changed, 2965 insertions(+), 544 deletions(-)

Alan D. Brunelle (1):
      [IA64] Fix unlock ordering in smp_callin

Christoph Lameter (1):
      [IA64] Untangle sync_icache_dcache() page size determination

FUJITA Tomonori (1):
      [IA64] make IOMMU respect the segment boundary limits

Fenghua Yu (2):
      [IA64] Multiple outstanding ptc.g instruction support
      [IA64] Kernel parameter for max number of concurrent global TLB purges

Hidetoshi Seto (4):
      [IA64] VIRT_CPU_ACCOUNTING (accurate cpu time accounting)
      [IA64] cleanup and improve fsys_gettimeofday
      [IA64] kdump: add kdump_on_fatal_mca
      [IA64] kdump: crash.c coding style fix

Johannes Weiner (1):
      [IA64] remove redundant display of free swap space in show_mem()

KOSAKI Motohiro (1):
      [IA64] pgd_offset() constfication.

Li Zefan (1):
      [IA64] use goto to jump out do/while_each_thread

Masami Hiramatsu (1):
      [IA64] kprobes: kprobe-booster for ia64

Pavel Emelyanov (1):
      [IA64] fix getpid and set_tid_address fast system calls for pid namespaces

Robert P. J. Day (1):
      [IA64] Replace explicit jiffies tests with time_* macros.

Russ Anderson (1):
      [IA64] Itanium Spec updates

S.Caglar Onur (1):
      [IA64] arch/ia64/kernel/: use time_* macros

Shaohua Li (4):
      [IA64] regset: 64-bit support
      [IA64] regset: 32-bit support
      [IA64] use CORE_DUMP_USE_REGSET
      [IA64] remove duplicate code for register access

Takao Indoh (1):
      [IA64] kdump: Add crash_save_vmcoreinfo for INIT

Xiantao Zhang (2):
      [IA64] Add API for allocating Dynamic TR resource.
      [IA64] Implement smp_call_function_mask for ia64

Zoltan Menyhart (1):
      [IA64] Fix NUMA configuration issue

holt@sgi.com (2):
      [IA64] Correct pernodesize calculation.
      [IA64] Minimize per_cpu reservations.




^ permalink raw reply	[flat|nested] 110+ messages in thread
* [git pull] ia64 changes
  2008-04-18 16:34 [git pull] ia64 changes Luck, Tony
@ 2008-04-24 23:51 ` Luck, Tony
  2008-04-29 23:36 ` Luck, Tony
                   ` (92 subsequent siblings)
  93 siblings, 0 replies; 110+ messages in thread
From: Luck, Tony @ 2008-04-24 23:51 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-ia64, Mike Travis, Russ Anderson

Hi Linus,

please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release

This will update the files shown below. Both changes touch kernel/sched.c
to fix regressions ... one for a build problem, the other for a boot
problem.

Thanks!

-Tony

 kernel/sched.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

Mike Travis (1):
      Build fix for CONFIG_NUMA=y && CONFIG_SMP=n

Russ Anderson (1):
      [IA64] fix bootmem regression on Altix




^ permalink raw reply	[flat|nested] 110+ messages in thread
* [git pull] ia64 changes
@ 2010-07-21 16:40 Luck, Tony
  0 siblings, 0 replies; 110+ messages in thread
From: Luck, Tony @ 2010-07-21 16:40 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: linux-kernel, Geert Stappers, Dave Airlie

This commit hit Linus upstream today and broke the ia64 build:

commit 1e8655f87333def92bb8215b423adc65403b08a5
Author: Ben Hutchings <ben@decadent.org.uk>
Date:   Sun Jul 18 21:51:42 2010 +0100

    drm/ttm: Fix build on architectures without AGP
    
    Make inclusion of <asm/agp.h> conditional on TTM_HAS_AGP.  The use
    of the functions declared in it is already conditional.
    
    Reported-by: Geert Stappers <stappers@stappers.nl>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    Tested-by: Geert Stappers <stappers@stappers.nl>
    Signed-off-by: Dave Airlie <airlied@redhat.com>

diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc.c b/drivers/gpu/drm/ttm/ttm_page_alloc.c
index b1d67dc..1f32b46 100644
--- a/drivers/gpu/drm/ttm/ttm_page_alloc.c
+++ b/drivers/gpu/drm/ttm/ttm_page_alloc.c
@@ -40,7 +40,9 @@
 #include <linux/slab.h>
 
 #include <asm/atomic.h>
+#ifdef TTM_HAS_AGP
 #include <asm/agp.h>
+#endif
 
 #include "ttm/ttm_bo_driver.h"
 #include "ttm/ttm_page_alloc.h"


The problem is that TTM_HAS_AGP is defined in "ttm/ttm_bo_driver.h" ... which
is included *after* you used it to test whether to include <asm/agp.h>

I suspect some re-arrangement is in order :-)

-Tony

^ permalink raw reply related	[flat|nested] 110+ messages in thread
* [git pull] ia64 changes
  2008-04-18 16:34 [git pull] ia64 changes Luck, Tony
@ 2011-03-24 16:29 ` Luck, Tony
  2008-04-29 23:36 ` Luck, Tony
                   ` (92 subsequent siblings)
  93 siblings, 0 replies; 110+ messages in thread
From: Luck, Tony @ 2011-03-24 16:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-ia64

Hi Linus,

please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release

This will update the files shown below.

Thanks!

-Tony

 arch/ia64/include/asm/unistd.h |    6 +++++-
 arch/ia64/kernel/entry.S       |    4 ++++
 fs/pstore/platform.c           |   15 ++++++++++++---
 3 files changed, 21 insertions(+), 4 deletions(-)

Tony Luck (2):
      [IA64] New syscalls for 2.6.39
      pstore: cleanups to pstore_dump()


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

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

Thread overview: 110+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-18 16:34 [git pull] ia64 changes Luck, Tony
2008-04-22 23:36 ` Luck, Tony
2008-04-29 23:36 ` Luck, Tony
2008-05-01 22:57 ` Luck, Tony
2008-05-15 20:46 ` Luck, Tony
2008-05-28 19:52 ` Luck, Tony
2008-06-16 17:28 ` Luck, Tony
2008-06-24 21:49 ` Luck, Tony
2008-06-30 23:52 ` Luck, Tony
2008-07-17 20:31 ` Luck, Tony
2008-07-25 20:30 ` Luck, Tony
2008-08-06 18:32 ` Luck, Tony
2008-08-12 21:55 ` Luck, Tony
2008-08-18 23:46 ` Luck, Tony
2008-08-26 16:59 ` Luck, Tony
2008-09-10 21:17 ` Luck, Tony
2008-09-23 16:59 ` Luck, Tony
2008-09-30 16:18 ` Luck, Tony
2008-10-21 18:01 ` Luck, Tony
2008-11-05  0:43 ` Luck, Tony
2008-11-07 18:00 ` Luck, Tony
2008-11-20 22:47 ` Luck, Tony
2008-12-09 22:28 ` Luck, Tony
2009-01-15 19:45 ` Luck, Tony
2009-02-19 21:02 ` Luck, Tony
2009-02-25 22:44 ` Luck, Tony
2009-03-06 22:17 ` Luck, Tony
2009-03-27 17:46 ` Luck, Tony
2009-04-01 20:20 ` Luck, Tony
2009-04-08 22:33 ` Luck, Tony
2009-04-20 17:32 ` Luck, Tony
2009-05-05 22:42 ` Luck, Tony
2009-06-15 17:20 ` Luck, Tony
2009-07-17 18:11 ` Fenghua Yu
2009-08-11 23:40 ` Fenghua Yu
2009-09-02 17:28 ` Luck, Tony
2009-09-17 17:11 ` Luck, Tony
2009-09-26 19:57 ` Luck, Tony
2009-09-26 20:39 ` Linus Torvalds
2009-09-26 23:16 ` Matthew Wilcox
2009-09-27  0:00 ` Linus Torvalds
2009-09-27  0:08 ` Linus Torvalds
2009-09-27  4:54 ` Luck, Tony
2009-09-27  5:18 ` Linus Torvalds
2009-09-27  5:20 ` Luck, Tony
2009-09-28 19:02 ` Boehm, Hans
2009-09-28 22:35 ` Luck, Tony
2009-09-28 22:54 ` Linus Torvalds
2009-09-28 23:01 ` Linus Torvalds
2009-09-28 23:01 ` Luck, Tony
2009-09-29  0:03 ` Rick Jones
2009-09-29  0:14 ` Linus Torvalds
2009-09-29 17:53 ` Luck, Tony
2009-09-29 18:07 ` Linus Torvalds
2009-09-30  0:54 ` Robin Holt
2009-09-30  1:24 ` Linus Torvalds
2009-09-30  1:30 ` Linus Torvalds
2009-09-30  2:46 ` Robin Holt
2009-09-30  2:56 ` Linus Torvalds
2009-09-30 18:00 ` Rick Jones
2009-11-02 18:07 ` Luck, Tony
2009-12-15 22:33 ` Luck, Tony
2010-01-08 17:20 ` Luck, Tony
2010-01-08 17:35 ` Linus Torvalds
2010-01-08 17:49 ` Luck, Tony
2010-01-08 19:24 ` Luck, Tony
2010-02-16 19:43 ` Luck, Tony
2010-02-24 17:32 ` Luck, Tony
2010-03-01 18:11 ` Luck, Tony
2010-05-18 17:11 ` Luck, Tony
2010-05-18 20:43 ` Robin Holt
2010-05-18 22:04 ` Luck, Tony
2010-07-01 15:22 ` Luck, Tony
2010-08-04 16:09 ` Luck, Tony
2010-08-14  4:04 ` Luck, Tony
2010-08-18 20:06 ` Luck, Tony
2010-09-13 18:33 ` Luck, Tony
2010-09-14  6:06 ` Petr Tesarik
2010-09-14  7:02 ` Petr Tesarik
2010-09-14 17:37 ` Luck, Tony
2010-09-14 20:38 ` Petr Tesarik
2010-09-14 20:57 ` Tony Luck
2010-09-16 15:57 ` Luck, Tony
2010-10-21 16:00 ` Luck, Tony
2010-10-21 21:33 ` Linus Torvalds
2011-01-10 18:01 ` Luck, Tony
2011-01-13 18:08 ` Luck, Tony
2011-01-13 23:10 ` Luck, Tony
2011-01-14 19:33 ` Luck, Tony
2011-03-30 19:09 ` Luck, Tony
2011-05-31 20:20 ` Luck, Tony
2011-08-01 16:57 ` Luck, Tony
2011-11-02 21:06 ` Luck, Tony
2012-01-05 17:42 ` Luck, Tony
2012-03-23 17:23 ` [GIT PULL] " Luck, Tony
2008-04-24 23:51 [git pull] " Luck, Tony
2008-04-24 23:51 ` Luck, Tony
2008-04-25  0:16 ` Adrian Bunk
2008-04-25  0:16   ` Adrian Bunk
2008-04-25  0:25   ` Luck, Tony
2008-04-25  0:25     ` Luck, Tony
2008-04-25  0:41     ` [2.6 patch] ia64: let NUMA select SMP Adrian Bunk
2008-04-25  0:41       ` Adrian Bunk
2008-04-25  1:01       ` Luck, Tony
2008-04-25  1:01         ` Luck, Tony
2008-04-25 12:50       ` Mike Travis
2008-04-25 12:50         ` Mike Travis
2010-07-21 16:40 [git pull] ia64 changes Luck, Tony
2011-03-24 16:29 Luck, Tony
2011-03-24 16:29 ` Luck, Tony

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.