summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2009-04-0315-71/+416
|\
| * parisc: move dereference_function_descriptor to process.cKyle McMartin2009-04-022-15/+14Star
| * parisc: Move kernel Elf_Fdesc define to <asm/elf.h>Kyle McMartin2009-04-021-4/+0Star
| * Merge branch 'rusty-cpumask-parisc' into pariscKyle McMartin2009-04-023-14/+14
| |\
| | * cpumask: Use accessors code.: pariscRusty Russell2009-03-162-7/+7
| | * cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: pariscRusty Russell2009-03-162-4/+4
| | * cpumask: arch_send_call_function_ipi_mask: pariscRusty Russell2009-03-161-3/+3
| * | parisc: oops_enter()/oops_exit() in die()Helge Deller2009-03-311-0/+3
| * | parisc: document light weight syscall ABIHelge Deller2009-03-311-10/+48
| * | parisc: add ftrace (function and graph tracer) functionalityHelge Deller2009-03-318-3/+238
| * | parisc: simplify sys_clone()Helge Deller2009-03-311-12/+2Star
| * | parisc: add LATENCYTOP_SUPPORT and CONFIG_STACKTRACE_SUPPORTHelge Deller2009-03-312-0/+64
| * | parisc: allow to build with 16k default kernel page sizeHelge Deller2009-03-311-8/+17
| * | parisc: expose 32/64-bit capabilities in cpuinfoColin Watson2009-03-312-1/+12
| * | parisc: use constants instead of numbers in assemblyHelge Deller2009-03-311-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-pariscLinus Torvalds2009-04-031-3/+3
|\ \ \
| * | | parisc: rtc: Rename rtc-parisc to rtc-genericGeert Uytterhoeven2009-04-021-3/+3
* | | | Simplify copy_thread()Alexey Dobriyan2009-04-031-1/+1
|/ / /
* | | rtc-parisc: remove unnecessary ret variabledann frazier2009-04-011-4/+1Star
* | | rtc-parisc: declare rtc_parisc_dev as staticdann frazier2009-04-011-1/+1
|/ /
* | Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-281-1/+1
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-281-1/+1
| |\ \
| | * | generic compat_sys_ustatChristoph Hellwig2009-03-271-1/+1
| | |/
* | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'linus' into core/percpuIngo Molnar2009-01-301-1/+1
| |\ \
| * | | irq: update all arches for new irq_descMike Travis2009-01-131-4/+4
| | | |
| \ \ \
*-. \ \ \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-165-37/+26Star
|\ \ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | parisc: convert cpu_check_affinity to new cpumask apiKyle McMartin2009-03-131-5/+7
| | * | parisc: fix use of new cpumask api in irq.cKyle McMartin2009-03-131-4/+4
| | * | parisc: update parisc for new irq_descMike Travis2009-03-131-4/+4
| | * | parisc: add braces around arguments in assembler macrosHelge Deller2009-03-131-3/+3
| | * | parisc: fix section mismatch warningsHelge Deller2009-03-131-6/+6
| | * | parisc: BUG_ON() cleanupHelge Deller2009-03-132-20/+7Star
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-1/+1
| |/
* / Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2009-01-301-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2009-01-0912-81/+114
|\
| * parisc: export length of os_hpmc vectorKyle McMartin2009-01-052-4/+9
| * parisc: fix kernel crash (protection id trap) when compiling ruby1.9Kyle McMartin2009-01-051-0/+4
| * parisc: Use DEFINE_SPINLOCKJulia Lawall2009-01-051-1/+1
| * parisc: add uevent helper for parisc busHelge Deller2009-01-051-6/+34
| * parisc: Replace NR_CPUS in parisc codeHelge Deller2009-01-057-57/+62
| * parisc: trivial fixesHelge Deller2009-01-052-7/+3Star
| * parisc: fix GFP_KERNEL use while atomic in unwinderHelge Deller2009-01-051-1/+1
| * parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitionsFUJITA Tomonori2009-01-051-5/+0Star
* | parisc: fix module loading failure of large kernel modulesHelge Deller2009-01-041-81/+135
|/
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-022-18/+3Star
|\
| * cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-3/+3
| * cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-15/+0Star
* | take init_fs to saner placeAl Viro2009-01-011-1/+0Star