All of lore.kernel.org
 help / color / mirror / Atom feed
* [git] parisc: Changes to ref refs/heads/parisc
@ 2010-10-14  1:15 Kyle McMartin
  2010-10-14  1:20 ` Kyle McMartin
  0 siblings, 1 reply; 15+ messages in thread
From: Kyle McMartin @ 2010-10-14  1:15 UTC (permalink / raw)
  To: linux-parisc

Rebased ref, commits from common ancestor:
commit 15b612c28d7144cf25f191a2d4fb66327c56553a
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Wed Oct 13 21:00:55 2010 -0400

    parisc: lay groundwork for killing __do_IRQ
    
    Use proper accessors and handlers for generic irq cleanups. We just
    call back into __do_IRQ through desc->handler now, and remove the
    explicit calls.
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>


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

* Re: [git] parisc: Changes to ref refs/heads/parisc
  2010-10-14  1:15 [git] parisc: Changes to ref refs/heads/parisc Kyle McMartin
@ 2010-10-14  1:20 ` Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2010-10-14  1:20 UTC (permalink / raw)
  To: linux-parisc

On Thu, Oct 14, 2010 at 01:15:35AM +0000, Kyle McMartin wrote:
>     

Ugh, sorry for the spam, I'm rebasing my tree and getting my __do_IRQ
cleanup into mergeable form and forgot about the commit hooks.

--Kyle

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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2010-10-14  5:31 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2010-10-14  5:31 UTC (permalink / raw)
  To: linux-parisc

Rebased ref, commits from common ancestor:
commit 7da1272547ebe96982a42292dfc833457708f4da
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 01:02:23 2010 -0400

    parisc: kill __do_IRQ
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit 8ed5c00d7c166f505eb2e8ff47748bfa73824130
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 01:00:51 2010 -0400

    parisc: convert eisa interrupts to flow handlers
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit 7998b3bd156478c35de685f90d4d0dda57916c60
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 00:58:53 2010 -0400

    parisc: convert gsc and dino pci interrupts to flow handlers
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit 14ff626a64f1c6848b303254be00b1b2ff33a655
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 00:53:17 2010 -0400

    parisc: convert suckyio interrupts to flow handlers
    
    No big deal, just need to convert the suckyio interrupts to be
    a nested handler instead of request_irq the suckyio device in the
    future.
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit f3d4605977f9f30993c670a85f75d8f3853144c5
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 00:38:27 2010 -0400

    parisc: convert iosapic interrupts to proper flow handlers
    
    Shift the ->end call (cpu eoi) from __do_IRQ into our
    unmask handler. Also nuke some redundant code.
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit 4d4f681dc43a06167763ec698f5de4f2b3119ad6
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 00:12:23 2010 -0400

    parisc: convert cpu interrupts to proper flow handlers
    
    Only major change is renaming functions to match the conventions
    expected by the generic irq code.
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit ba20085c20f1c9e8af546dea6ad0efa421bdef32
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Wed Oct 13 21:00:55 2010 -0400

    parisc: lay groundwork for killing __do_IRQ
    
    Use proper accessors and handlers for generic irq cleanups. We just
    call back into __do_IRQ through desc->handler now, and remove the
    explicit calls.
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2010-10-14  5:24 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2010-10-14  5:24 UTC (permalink / raw)
  To: linux-parisc

Rebased ref, commits from common ancestor:
commit 051d044fcbbd363c6896d2a364bdbd5b2559bab7
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 01:02:23 2010 -0400

    parisc: kill __do_IRQ
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit 5912de5b24d683c9259264bf417f3e89bc49d95b
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 01:00:51 2010 -0400

    parisc: convert eisa interrupts to flow handlers
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit 81fc1dc038973832eef253457836a205009a4fd4
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 00:58:53 2010 -0400

    parisc: convert gsc and dino pci interrupts to flow handlers
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit 19a6c0da8c9b415f4029198548de1a8d99d1dd54
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 00:53:17 2010 -0400

    parisc: convert suckyio interrupts to flow handlers
    
    No big deal, just need to convert the suckyio interrupts to be
    a nested handler instead of request_irq the suckyio device in the
    future.
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit 77c7d196f53a55133bb1b45d1fdb311035a9a9e8
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 00:38:27 2010 -0400

    parisc: convert iosapic interrupts to proper flow handlers
    
    Shift the ->end call (cpu eoi) from __do_IRQ into our
    unmask handler. Also nuke some redundant code.
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit 88da47ae5dc9def0213e9403355b20a71dae0b08
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Thu Oct 14 00:12:23 2010 -0400

    parisc: convert cpu interrupts to proper flow handlers
    
    Only major change is renaming functions to match the conventions
    expected by the generic irq code.
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit 274106f4ed5a118c12e005b79713101ff927ee01
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Wed Oct 13 21:00:55 2010 -0400

    parisc: lay groundwork for killing __do_IRQ
    
    Use proper accessors and handlers for generic irq cleanups. We just
    call back into __do_IRQ through desc->handler now, and remove the
    explicit calls.
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2010-10-14  3:06 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2010-10-14  3:06 UTC (permalink / raw)
  To: linux-parisc

Rebased ref, commits from common ancestor:
commit 1540d86c4809e58cc11fab0e61dd60d4c304f27a
Author: Kyle McMartin <kyle@dreadnought.i.jkkm.org>
Date:   Wed Oct 13 21:00:55 2010 -0400

    parisc: lay groundwork for killing __do_IRQ
    
    Use proper accessors and handlers for generic irq cleanups. We just
    call back into __do_IRQ through desc->handler now, and remove the
    explicit calls.
    
    Signed-off-by: Kyle McMartin <kyle@redhat.com>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2009-10-03  5:29 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2009-10-03  5:29 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit 4ef8774cb45c3cf78c7a2d7a1a42f6aee7eda3b2
Author: Helge Deller <deller@gmx.de>
Date:   Sun Sep 27 21:13:04 2009 +0000

    agp: parisc-agp.c - use correct page_mask function
    
    This commit:
    
    Commit 2a4ceb6d3e6a566cb4a9dc8f974177f031d27cd7
    Author: David Woodhouse <David.Woodhouse@intel.com>
    Date:   Mon Jul 27 10:27:29 2009 +0100
         agp: Switch mask_memory() method to take address argument again, not page
    
    broke the parisc AGP driver (again). This patch fixes it.
    
    Signed-off-by: Helge Deller <deller@gmx.de>
    Acked-by: Dave Airlie <airlied@redhat.com>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2009-09-28  4:26 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2009-09-28  4:26 UTC (permalink / raw)
  To: linux-parisc

Rebased ref, commits from common ancestor:
commit 8cf06fc9bd660c28afea4115fd91a2cc4978eb54
Author: Helge Deller <deller@gmx.de>
Date:   Mon Sep 28 00:39:47 2009 +0200

    parisc: Fix linker script breakage.
    
    Signed-off-by: Helge Deller <deller@gmx.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 9609bfec6d869bc0d82ccfb909d5e72b7002d813
Author: Christoph Hellwig <hch@lst.de>
Date:   Tue Aug 4 14:54:41 2009 +0200

    parisc: convert to asm-generic/hardirq.h
    
    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2009-07-02 17:12 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2009-07-02 17:12 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit 0517fbf0368b173814ca6c2a260abbb83754d09d
Author: Kyle McMartin <kyle@mcmartin.ca>
Date:   Thu Jul 2 13:10:29 2009 -0400

    parisc: use generic atomic64 on 32-bit
    
    Somewhat redundant since our atomic_t uses hashed-locks on 32-bit
    anyway... Maybe we can clean those up to be generic too someday.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2009-07-02  3:48 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2009-07-02  3:48 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit 89ff26af79bd7ba93e5d98aa194527e55839e64a
Author: Alexander Beregalov <a.beregalov@gmail.com>
Date:   Thu Apr 16 14:45:59 2009 +0000

    parisc: superio: fix build breakage
    
    Usage of parport_pc_probe_port was changed in 28783eb52
    (parport: Fix various uses of parport_pc).
    
    It introduced this build error:
    drivers/parisc/superio.c: In function 'superio_parport_init':
    drivers/parisc/superio.c:437: error: too few arguments to function
    				'parport_pc_probe_port'
    
    Fix it.
    
    Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2009-06-26 20:14 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2009-06-26 20:14 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit d0a470c8ccae34b99de01fbb426d1334e383dc0d
Author: Matthew Wilcox <matthew@wil.cx>
Date:   Fri Jun 26 17:44:18 2009 +0000

    parisc: Fix PCI resource allocation on non-PAT SBA machines
    
    We weren't marking the resources as memory resources, so they weren't
    being found by pci_claim_resource().
    
    Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
    Reviewed-by: Grant Grundler <grundler@parisc-linux.org>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2009-06-24  1:39 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2009-06-24  1:39 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit dafba938247a83a3df0fb74f5b002199fb78a467
Author: Kyle McMartin <kyle@shortfin.cabal.ca>
Date:   Tue Jun 23 21:38:49 2009 -0400

    perf: wire up sys_perf_counter_open
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit b3808c0a514ff39298a1f1d17e45e0e224c47a95
Author: Kyle McMartin <kyle@shortfin.cabal.ca>
Date:   Tue Jun 23 21:32:18 2009 -0400

    parisc: add task_pt_regs macro
    
    needed for perf_counters.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 9a76595b135d99c3132403929f1a5ea0575c65c4
Author: Kyle McMartin <kyle@shortfin.cabal.ca>
Date:   Tue Jun 23 20:22:06 2009 -0400

    parisc: wire sys_perf_counter_open to sys_ni_syscall
    
    Reserves a syscall slot for it, until it gets a proper compat
    wrapper it's pretty useless though.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2009-06-23 17:27 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2009-06-23 17:27 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit d754f0124d47a7a3bed83d292cb8400be7d75397
Author: Kyle McMartin <kyle@shortfin.cabal.ca>
Date:   Tue Jun 23 13:11:22 2009 -0400

    parisc: inventory.c, fix bloated stack frame
    
    The pa_pdc_cell struct can be kmalloc'd, so do that
    instead.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 7c871d1ce0cf1713926171ef49dfe42f7fa4b1f0
Author: Kyle McMartin <kyle@shortfin.cabal.ca>
Date:   Tue Jun 23 13:10:03 2009 -0400

    parisc: processor.c, fix bloated stack frame
    
    The pa_pdc_cell struct can be kmalloc'd, so do that instead.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2009-04-02  4:16 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2009-04-02  4:16 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit b609308e1415efebdf79ebd553f4dd47b0ff2722
Author: Kyle McMartin <kyle@mcmartin.ca>
Date:   Sun Mar 15 16:49:55 2009 -0400

    parisc: move dereference_function_descriptor to process.c
    
    Commit deac93df26b20cf8438339b5935b5f5643bc30c9 fixed up printing
    of %pF on parisc, but added the dereference_function_descriptor
    prototype to module.c... this isn't a particularly wise idea as
    module.c might not always be compiled.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit bf589a349b9a41ea202ddb8115b18f543b944bfd
Author: Kyle McMartin <kyle@mcmartin.ca>
Date:   Sun Mar 15 16:44:25 2009 -0400

    parisc: Move kernel Elf_Fdesc define to <asm/elf.h>
    
    elf.h probably won't be exported to userspace, but play it safe
    and cram it in a #ifdef __KERNEL__ guard.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2009-04-02  2:46 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2009-04-02  2:46 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit bb7350194130ae6bd3fdec16fe1b7597c1c0bb8d
Author: Kyle McMartin <kyle@mcmartin.ca>
Date:   Thu Apr 2 02:40:41 2009 +0000

    parisc: fix build when ARCH_HAS_KMAP
    
    When we build for PA8X00, we define ARCH_HAS_KMAP, which results in
    the kmap_types.h include in highmem.h getting skipped...
    
    In file included from include/linux/pagemap.h:10,
                     from include/linux/mempolicy.h:62,
                     from init/main.c:52:
    include/linux/highmem.h:196: warning: 'enum km_type' declared inside parameter list
    include/linux/highmem.h:196: warning: its scope is only this definition or declaration, which is probably not what you want
    include/linux/highmem.h:196: error: parameter 1 ('type') has incomplete type
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/parisc
@ 2009-04-02  1:43 Kyle McMartin
  0 siblings, 0 replies; 15+ messages in thread
From: Kyle McMartin @ 2009-04-02  1:43 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit 7cec2ef4a298605b010f1c80041de884e777ea67
Merge: 91400ac365da35b18036b46bdda27ddbcee4a663 9bc181d8d7cb6462de0c315e364780ad275f7c57
Author: Kyle McMartin <kyle@mcmartin.ca>
Date:   Thu Apr 2 01:43:14 2009 +0000

    Merge branch 'rusty-cpumask-parisc' into parisc

commit 9bc181d8d7cb6462de0c315e364780ad275f7c57
Author: Rusty Russell <rusty@rustcorp.com.au>
Date:   Mon Mar 16 14:19:38 2009 +1030

    cpumask: Use accessors code.: parisc
    
    Impact: use new API
    
    Use the accessors rather than frobbing bits directly.  Most of this is
    in arch code I haven't even compiled, but it is mostly straightforward.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    Signed-off-by: Mike Travis <travis@sgi.com>

commit bd071e1a371d31db243edc4714ff9e8d1ea1309e
Author: Rusty Russell <rusty@rustcorp.com.au>
Date:   Mon Mar 16 14:19:37 2009 +1030

    cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: parisc
    
    Impact: cleanup, futureproof
    
    In fact, all cpumask ops will only be valid (in general) for bit
    numbers < nr_cpu_ids.  So use that instead of NR_CPUS in various
    places.
    
    This is always safe: no cpu number can be >= nr_cpu_ids, and
    nr_cpu_ids is initialized to NR_CPUS at boot.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    Signed-off-by: Mike Travis <travis@sgi.com>
    Acked-by: Ingo Molnar <mingo@elte.hu>

commit 91887a362984324e254473e92820758c8e658f78
Author: Rusty Russell <rusty@rustcorp.com.au>
Date:   Mon Mar 16 14:19:37 2009 +1030

    cpumask: arch_send_call_function_ipi_mask: parisc
    
    We're weaning the core code off handing cpumask's around on-stack.
    This introduces arch_send_call_function_ipi_mask(), and by defining
    it, the old arch_send_call_function_ipi is defined by the core code.
    
    We also take the chance to change send_IPI_mask() and use the new
    for_each_cpu() iterator.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>


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

end of thread, other threads:[~2010-10-14  5:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-14  1:15 [git] parisc: Changes to ref refs/heads/parisc Kyle McMartin
2010-10-14  1:20 ` Kyle McMartin
  -- strict thread matches above, loose matches on Subject: below --
2010-10-14  5:31 Kyle McMartin
2010-10-14  5:24 Kyle McMartin
2010-10-14  3:06 Kyle McMartin
2009-10-03  5:29 Kyle McMartin
2009-09-28  4:26 Kyle McMartin
2009-07-02 17:12 Kyle McMartin
2009-07-02  3:48 Kyle McMartin
2009-06-26 20:14 Kyle McMartin
2009-06-24  1:39 Kyle McMartin
2009-06-23 17:27 Kyle McMartin
2009-04-02  4:16 Kyle McMartin
2009-04-02  2:46 Kyle McMartin
2009-04-02  1:43 Kyle McMartin

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.