linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git] parisc: Changes to ref refs/heads/next
@ 2009-08-04 15:23 Kyle McMartin
  0 siblings, 0 replies; 9+ messages in thread
From: Kyle McMartin @ 2009-08-04 15:23 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit bb55a9147268749577b262490eb539e4eb173b2b
Merge: 88d1e1f0c7c0c009cd4f57a4d0e16b3f8b1af401 7209a334ff1154987aa3a74f1bb595d44bb0b9b2
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Tue Aug 4 11:23:18 2009 -0400

    Merge branch 'ptrace' into next

commit 88d1e1f0c7c0c009cd4f57a4d0e16b3f8b1af401
Author: Christoph Hellwig <hch@lst.de>
Date:   Tue Aug 4 16: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] 9+ messages in thread

* [git] parisc: Changes to ref refs/heads/next
@ 2009-08-05  0:41 Kyle McMartin
  0 siblings, 0 replies; 9+ messages in thread
From: Kyle McMartin @ 2009-08-05  0:41 UTC (permalink / raw)
  To: linux-parisc

Rebased ref, commits from common ancestor:
commit 1e0d061b462e48f9b1609a29aed9a5abcf65833e
Merge: 582b0141b3c3b40c4757dccb4d4543ff391c1e45 7209a334ff1154987aa3a74f1bb595d44bb0b9b2
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Tue Aug 4 20:40:08 2009 -0400

    Merge branch 'ptrace' into next

commit 582b0141b3c3b40c4757dccb4d4543ff391c1e45
Author: James Bottomley <James.Bottomley@HansenPartnership.com>
Date:   Tue Aug 4 23:59:55 2009 +0000

    parisc: add me to Maintainers
    
    It has been suggested that given my proficiency with less popular
    architectures, I should be officially listed as willing to see to the
    care and feeding of this one.
    
    Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

commit 157eac058fb0b6c6b9d973428221666fa9be87c9
Author: Julia Lawall <julia@diku.dk>
Date:   Tue Aug 4 22:27:07 2009 +0200

    parisc: arch/parisc: correct use of SHF_ALLOC
    
    SHF_ALLOC is suitable for testing against the sh_flags field, not the
    sh_type field.
    
    Signed-off-by: Julia Lawall <julia@diku.dk>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 7209a334ff1154987aa3a74f1bb595d44bb0b9b2
Author: Kyle McMartin <kyle@shortfin.cabal.ca>
Date:   Tue Jul 7 15:06:49 2009 -0400

    parisc: only allow access to USER_PSW_BITS in setregs
    
    We don't want to let users fribble bits they don't need to in their
    PSW... only let them set USER_PSW_BITS from setregs functions.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 8d447ae97881a99da68e09f27356958e99d17da8
Author: Kyle McMartin <kyle@shortfin.cabal.ca>
Date:   Tue Jul 7 13:27:42 2009 -0400

    parisc: unify compat PTRACE_{GET|SET}REGS paths
    
    Just call arch_ptrace for all of them and add some helpers to
    check TIF_32BIT.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 4d889f46750003340055ecac5f9682bef26d0774
Author: Kyle McMartin <kyle@shortfin.cabal.ca>
Date:   Tue Jul 7 02:43:20 2009 -0400

    parisc: ptrace {GET,SET}REGS and compat
    
    Add PTRACE_{GET,SET}REGS and wire them up with proper compat handlers.
    user_regset_struct in <asm-parisc/ptrace.h> is the user-visible regset
    format, and the coredump format.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 50d114781e157f9ff33a03fcbba4ed2507e4c723
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Mon Jul 6 17:28:53 2009 -0400

    parisc: first pass of new-style ptrace for parisc
    
    This is going to be super nasty to gdb if we ever try to wire up
    PTRACE_(GET|SET){,FP}REGS since the format is different between
    coredump and pt_regs.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit feb8fa8122d0e35a9f4be18ce69753fa17d58b79
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Sun Jul 5 16:01:51 2009 -0400

    parisc: HAVE_ARCH_TRACEHOOK
    
    Let 'er rip.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit b31e3f6e369b337337bca9d99bb6d52ab2296bb6
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Sun Jul 5 15:59:56 2009 -0400

    parisc: add skeleton syscall.h
    
    Needed for lib/syscall.c when HAVE_ARCH_TRACEHOOK.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit b58a8243c587882ca4d86202b2f2f85cd6ded1d1
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Sun Jul 5 15:08:57 2009 -0400

    parisc: stop using task->ptrace for {single,block}step flags
    
    task->ptrace flags belong to generic code, so instead thief some
    TIF_ bits to use. Somewhat risky conversion of code to test TASK_FLAGS
    instead of TASK_PTRACE in assembly, but it looks alright in the end.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 6cdb88e40577eed1733efd46b35b447e80f693fc
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Sun Jul 5 14:36:16 2009 -0400

    parisc: split syscall_trace into two halves
    
    Instead of fiddling with gr[20], restructure code to return whether
    or not to -ENOSYS. (Also do a bit of fiddling to let them take
    pt_regs directly instead of re-computing it.)
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit c43604ce7c05f87f87cefce28aa5e20d4c18133a
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Sun Jul 5 14:39:58 2009 -0400

    parisc: add missing TI_TASK macro in syscall.S
    
    LDREG 0(%r1),%r1 really wants to be accessing thread_info.task,
    instead of hardcoding the 0.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 9f4259771faf1ffd99888796d925adae4c93630b
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Mon Apr 27 00:51:13 2009 -0400

    parisc: add TIF_NOTIFY_RESUME and use tracehook_notify_resume
    
    Call tracehook_notify_resume() in do_notify_resume.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 8eae5dbb03e8d9e44c6c07712825605ca591c604
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Mon Apr 27 00:29:53 2009 -0400

    parisc: tracehook_signal_handler
    
    This makes parisc call the standard tracehook_signal_handler hook
    in <linux/tracehook.h> after setting up a signal handler.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 2e595d94bf73a6fc9a076bf89e0b10fc9068bf3f
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Sun Apr 26 23:53:34 2009 -0400

    parisc: tracehook_report_syscall
    
    This makes parisc use the standard tracehook_report_syscall_entry
    and tracehook_report_syscall_exit hooks in <linux/tracehook.h>.
    
    To do this, we need to access current->thread.regs, and to know
    whether we're entering or exiting the syscall, so add this to
    syscall_trace.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/next
@ 2009-11-14  5:12 Kyle McMartin
  0 siblings, 0 replies; 9+ messages in thread
From: Kyle McMartin @ 2009-11-14  5:12 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit 933c58608e5987385409975d33ba8c65815f63a0
Author: Thomas Gleixner <tglx@linutronix.de>
Date:   Fri Nov 6 22:41:51 2009 +0000

    parisc: Replace old style lock init in smp.c
    
    SPIN_LOCK_UNLOCKED is deprecated. Init the per cpu locks at runtime
    instead.
    
    (Also kills the unused smp_lock --kyle)
    
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 5b1d9233f6e8c0a1d164bc8f1915dea070a34016
Author: Helge Deller <deller@gmx.de>
Date:   Fri Nov 6 23:07:42 2009 +0000

    parisc: use sort() instead of home-made implementation (v2)
    
    Signed-off-by: Helge Deller <deller@gmx.de>
    Signed-off-by: Randolph Chung <tausq@parisc-linux.org>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 95c26d0060afd79557cc445944e292f068bb3ed8
Author: Kyle McMartin <kyle@phobos.i.jkkm.org>
Date:   Sat Nov 14 00:09:02 2009 -0500

    Revert "parisc: use sort() instead of home-made implementation"
    
    This reverts commit b8d46862d910c3be7c28c627204da968c174aa9a which contained
    a bug as documented by Helge in his follow-up mail.
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/next
@ 2009-12-16  3:49 Kyle McMartin
  0 siblings, 0 replies; 9+ messages in thread
From: Kyle McMartin @ 2009-12-16  3:49 UTC (permalink / raw)
  To: linux-parisc

Rebased ref, commits from common ancestor:
commit d0608b54740c82b08056b7611e38a3fd73be3564
Author: Thomas Gleixner <tglx@linutronix.de>
Date:   Tue Nov 17 22:50:59 2009 +0000

    parisc: Fixup last users of irq_chip->typename
    
    The typename member of struct irq_chip was kept for migration purposes
    and is obsolete since more than 2 years. Fix up the leftovers.
    
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 217bfb5190813d97e6003f7692f8014655ffc02a
Author: Alexey Dobriyan <adobriyan@gmail.com>
Date:   Fri Nov 27 06:51:12 2009 +0000

    parisc: convert /proc/pdc/{lcd,led} to seq_file
    
    Convert code away from ->read_proc/->write_proc interfaces.
    Switch to proc_create()/proc_create_data() which make addition of
    proc entries reliable wrt NULL ->proc_fops, NULL ->data and so on.
    
    Problem with ->read_proc et al is described here
    commit 786d7e1612f0b0adb6046f19b906609e4fe8b1ba
    "Fix rmmod/read/write races in /proc entries"
    
    Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
    Reviewed-by: Grant Grundler <grundler@parisc-linux.org>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 05920797ca4c55b3c0629bc0eeb6fe634c196952
Author: David Daney <ddaney@caviumnetworks.com>
Date:   Thu Dec 10 17:28:18 2009 +0000

    parisc: Convert BUG() to use unreachable()
    
    Use the new unreachable() macro instead of for(;;);
    
    Signed-off-by: David Daney <ddaney@caviumnetworks.com>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 6ad6c4245e4ed0b88f5ee379c04c834b52b272a6
Author: Thomas Gleixner <tglx@linutronix.de>
Date:   Fri Nov 6 22:41:51 2009 +0000

    parisc: Replace old style lock init in smp.c
    
    SPIN_LOCK_UNLOCKED is deprecated. Init the per cpu locks at runtime
    instead.
    
    (Also kills the unused smp_lock --kyle)
    
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 8f78df872d463ac43315916663b3e688ebb2422f
Author: Helge Deller <deller@gmx.de>
Date:   Fri Nov 6 23:07:42 2009 +0000

    parisc: use sort() instead of home-made implementation (v2)
    
    Signed-off-by: Helge Deller <deller@gmx.de>
    Signed-off-by: Randolph Chung <tausq@parisc-linux.org>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 11e178091f6a9c5ca479f8a276b9dd0dfacf8fc4
Author: Helge Deller <deller@gmx.de>
Date:   Sun Oct 25 21:48:36 2009 +0000

    parisc: add CALLER_ADDR{0-6} macros
    
    Signed-off-by: Helge Deller <deller@gmx.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit b29f90379eb5def21ca3fdf576079c285b815e6a
Author: Helge Deller <deller@gmx.de>
Date:   Sat Oct 10 11:01:30 2009 +0000

    parisc: remove unused IRQSTAT_SIRQ_PEND and IRQSTAT_SZ defines
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 5aea0fac0fb295b0f2528cd03f93541bcd5c78e3
Author: Huang Weiyi <weiyi.huang@gmail.com>
Date:   Sat Oct 10 06:56:45 2009 +0000

    parisc: remove duplicated #include
    
    Remove duplicated #include('s) in
      arch/parisc/kernel/signal.c
    
    Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/next
@ 2009-12-26 18:21 Kyle McMartin
  0 siblings, 0 replies; 9+ messages in thread
From: Kyle McMartin @ 2009-12-26 18:21 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit 359df6c21ca7535c147f84e10835b4ac71c7ce60
Author: Kyle McMartin <kyle@mcmartin.ca>
Date:   Sat Dec 26 17:19:17 2009 +0000

    parisc: ditto sys_accept4
    
    tested with test_accept4.c from de11defebf00007677fb7ee91d9b089b78786fbb
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit d8cdf4ceb8eb0fe977b427f66c8b4d5ad5700d6f
Author: Helge Deller <deller@gmx.de>
Date:   Tue Dec 22 22:50:33 2009 +0000

    parisc: wire up sys_recvmmsg
    
    Signed-off-by: Helge Deller <deller@gmx.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/next
@ 2010-03-06 22:58 Kyle McMartin
  0 siblings, 0 replies; 9+ messages in thread
From: Kyle McMartin @ 2010-03-06 22:58 UTC (permalink / raw)
  To: linux-parisc

New commits:
commit 6ee77658ce387ad6c85dcbda4a68bc33efd8de39
Author: Akinobu Mita <akinobu.mita@gmail.com>
Date:   Sun Feb 28 10:58:15 2010 +0000

    parisc: use __ratelimit in unaligned.c
    
    Replace open-coded rate limiting logic with __ratelimit().
    
    Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit c60185248fd1c7b777f08d3f3337836331da3d17
Author: john stultz <johnstul@us.ibm.com>
Date:   Wed Dec 23 04:14:03 2009 +0000

    parisc: Convert to read/update_persistent_clock
    
    This patch converts the parisc architecture to use the generic
    read_persistent_clock and update_persistent_clock interfaces, reducing
    the amount of arch specific code we have to maintain, and allowing for
    further cleanups in the future.
    
    I have not built or tested this patch, so help from arch maintainers
    would be appreciated.
    
    Signed-off-by: John Stultz <johnstul@us.ibm.com>
    Acked-by: Helge Deller <deller@gmx.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit eef83afbd6c2577c9fd07e1a280bb0beb603b293
Author: Robert P. J. Day <rpjday@crashcourse.ca>
Date:   Thu Dec 31 20:43:55 2009 +0000

    parisc: Simplify param.h by including <asm-generic/param.h>
    
    Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 1d747c7e7b754cacb9bc8d31854bdc3a58d70597
Author: Helge Deller <deller@gmx.de>
Date:   Tue Feb 2 19:06:23 2010 +0000

    parisc: drop unnecessary cast in __ldcw_align() macro
    
    __ldcw_align() can directly access the slock member of struct arch_spinlock_t
    instead of using an ugly cast.
    
    Signed-off-by: Helge Deller <deller@gmx.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 888c31fc83ddc7fcd9947cb67c5718b4e3dd5e1b
Author: Helge Deller <deller@gmx.de>
Date:   Mon Feb 1 19:56:33 2010 +0000

    parisc: add strict copy size checks (v2)
    
    Add CONFIG_DEBUG_STRICT_USER_COPY_CHECKS, copied from the x86
    implementation. Tested with 32 and 64bit kernel.
    
    Signed-off-by: Helge Deller <deller@gmx.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit a3bee03e718c9251456676b71a723a34c999e891
Author: Frans Pop <elendil@planet.nl>
Date:   Sat Feb 6 17:47:14 2010 +0000

    parisc: remove trailing space in messages
    
    Signed-off-by: Frans Pop <elendil@planet.nl>
    Cc: linux-parisc@vger.kernel.org
    Cc: Kyle McMartin <kyle@mcmartin.ca>
    Cc: Helge Deller <deller@gmx.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 81e4a5e3057740a625cf556879ae0becf6199f8c
Author: Kyle McMartin <kyle@mcmartin.ca>
Date:   Sat Dec 26 17:19:17 2009 +0000

    parisc: ditto sys_accept4
    
    tested with test_accept4.c from de11defebf00007677fb7ee91d9b089b78786fbb
    
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

commit 9ceb38e6b691debe4bf04cb63165c503a8556177
Author: Helge Deller <deller@gmx.de>
Date:   Tue Dec 22 22:50:33 2009 +0000

    parisc: wire up sys_recvmmsg
    
    Signed-off-by: Helge Deller <deller@gmx.de>
    Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

* [git] parisc: Changes to ref refs/heads/next
@ 2010-10-14  5:31 Kyle McMartin
  0 siblings, 0 replies; 9+ 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] 9+ messages in thread

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

New commits:
commit 338e4fab3d41aa14264e10ce505a7c908633cdad
Author: Julia Lawall <julia@diku.dk>
Date:   Wed Oct 20 15:55:45 2010 -0700

    drivers/char/agp/parisc-agp.c: eliminate memory leak
    
    alloc_pci_dev allocates some memory, so that memory should be freed before
    leaving the function in an error case.
    
    A simplified version of the semantic match that finds this problem is:
    (http://coccinelle.lip6.fr/)
    
    // <smpl>
    @r exists@
    local idexpression x;
    expression E;
    identifier f1;
    iterator I;
    @@
    
    x = alloc_pci_dev(...);
    <... when != x
         when != true (x == NULL || ...)
         when != if (...) { <+...x...+> }
         when != I (...) { <+...x...+> }
    (
     x == NULL
    |
     x == E
    |
     x->f1
    )
    ...>
    * return ...;
    // </smpl>
    
    Signed-off-by: Julia Lawall <julia@diku.dk>
    Dan Carpenter <error27@gmail.com>
    Dave Airlie <airlied@linux.ie>
    Cc: Helge Deller <deller@gmx.de>
    Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: Kyle McMartin <kyle@redhat.com>


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

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

New commits:
commit 650a35f868f809aade56ef960d8a465f57ac74e2
Author: Guy Martin <gmsoft@tuxicoman.be>
Date:   Mon Jun 14 19:24:41 2010 +0200

    parisc: add tty driver to PDC console
    
    This patch adds a tty driver to the PDC console. It allows the use
    of ports not supported by linux as a console (e.g. serial port on
    C8000.) The tty driver will not register the ttyB device if PDC console
    driver has been unregistered. This happens when the early printk
    console is disabled as it has not been selected as the primary console.
    
    Signed-off-by: Guy Martin <gmsoft@tuxicoman.be>
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit f8301041d7bdca3197d718518242eeba0c75352f
Author: Joe Perches <joe@perches.com>
Date:   Mon May 31 20:23:16 2010 -0700

    drivers/parisc/iosapic.c: Remove unnecessary kzalloc cast
    
    Convert kzalloc to kcalloc
    
    Signed-off-by: Joe Perches <joe@perches.com>
    Reviewed-by: Grant Grundler <grundler@parisc-linux.org>
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit b97680c419b75b0c2cf6837a9f268e2ecbaf50f6
Author: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Date:   Tue Jun 29 16:29:04 2010 +0900

    parisc: remove homegrown L1_CACHE_ALIGN macro
    
    Let's use the standard L1_CACHE_ALIGN macro instead.
    
    Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit 2da83b90bbbac586fca2735f7da21966a31ec33f
Author: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Date:   Mon Sep 6 16:36:06 2010 +0200

    arch/parisc: Removing undead ifdef CONFIG_PA20
    
    The CONFIG_PA20 ifdef isn't necessary at this point, because it is
    checked in an outer ifdef level already and has no effect here.
    
    Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit b1b1d4a6f244eb9513f006a188f7ed30d5014de5
Author: Phil Carmody <ext-phil.2.carmody@nokia.com>
Date:   Fri Sep 10 13:47:59 2010 +0300

    parisc: unwind - optimise linked-list searches for modules
    
    Having many dozens of modules, the searches down the linked
    list of sections would dominate the lookup time, dwarfing
    any savings from the binary search within the section.
    
    A simple move-to-front optimisation exploits the commonality
    of the code paths taken, and in simple real-world tests
    on other architectures reduced the number of steps in the
    search to barely more than 1.
    
    Signed-off-by: Phil Carmody <ext-phil.2.carmody@nokia.com>
    Signed-off-by: Kyle McMartin <kyle@redhat.com>

commit f720817700de48a57f54535a5dd9783cca2d2d6b
Author: matt mooney <mfm@muteddisk.com>
Date:   Wed Sep 22 23:51:05 2010 -0700

    parisc: change to new flag variable
    
    Replace EXTRA_CFLAGS with ccflags-y.
    
    Signed-off-by: matt mooney <mfm@muteddisk.com>
    Signed-off-by: Kyle McMartin <kyle@redhat.com>


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

end of thread, other threads:[~2010-10-22  1:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-14  5:12 [git] parisc: Changes to ref refs/heads/next Kyle McMartin
  -- strict thread matches above, loose matches on Subject: below --
2010-10-22  1:27 Kyle McMartin
2010-10-22  1:05 Kyle McMartin
2010-10-14  5:31 Kyle McMartin
2010-03-06 22:58 Kyle McMartin
2009-12-26 18:21 Kyle McMartin
2009-12-16  3:49 Kyle McMartin
2009-08-05  0:41 Kyle McMartin
2009-08-04 15:23 Kyle McMartin

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