aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-02parisc: move dereference_function_descriptor to process.cKyle McMartin2-15/+14
2009-04-02parisc: Move kernel Elf_Fdesc define to <asm/elf.h>Kyle McMartin1-4/+0
2009-04-02Merge branch 'rusty-cpumask-parisc' into pariscKyle McMartin3-14/+14
2009-04-02parisc: rtc: Rename rtc-parisc to rtc-genericGeert Uytterhoeven1-3/+3
2009-04-01rtc-parisc: remove unnecessary ret variabledann frazier1-4/+1
2009-04-01rtc-parisc: declare rtc_parisc_dev as staticdann frazier1-1/+1
2009-03-31parisc: oops_enter()/oops_exit() in die()Helge Deller1-0/+3
2009-03-31parisc: document light weight syscall ABIHelge Deller1-10/+48
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller8-3/+238
2009-03-31parisc: simplify sys_clone()Helge Deller1-12/+2
2009-03-31parisc: add LATENCYTOP_SUPPORT and CONFIG_STACKTRACE_SUPPORTHelge Deller2-0/+64
2009-03-31parisc: allow to build with 16k default kernel page sizeHelge Deller1-8/+17
2009-03-31parisc: expose 32/64-bit capabilities in cpuinfoColin Watson2-1/+12
2009-03-31parisc: use constants instead of numbers in assemblyHelge Deller1-4/+4
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-03-27generic compat_sys_ustatChristoph Hellwig1-1/+1
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+1
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar5-37/+26
2009-03-16cpumask: Use accessors code.: pariscRusty Russell2-7/+7
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: pariscRusty Russell2-4/+4
2009-03-16cpumask: arch_send_call_function_ipi_mask: pariscRusty Russell1-3/+3
2009-03-13parisc: convert cpu_check_affinity to new cpumask apiKyle McMartin1-5/+7
2009-03-13parisc: fix use of new cpumask api in irq.cKyle McMartin1-4/+4
2009-03-13parisc: update parisc for new irq_descMike Travis1-4/+4
2009-03-13parisc: add braces around arguments in assembler macrosHelge Deller1-3/+3
2009-03-13parisc: fix section mismatch warningsHelge Deller1-6/+6
2009-03-13parisc: BUG_ON() cleanupHelge Deller2-20/+7
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-1/+1
2009-01-30Merge branch 'linus' into core/percpuIngo Molnar1-1/+1
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap1-1/+1
2009-01-12irq: update all arches for new irq_descMike Travis1-4/+4
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds12-81/+114
2009-01-05parisc: export length of os_hpmc vectorKyle McMartin2-4/+9
2009-01-05parisc: fix kernel crash (protection id trap) when compiling ruby1.9Kyle McMartin1-0/+4
2009-01-05parisc: Use DEFINE_SPINLOCKJulia Lawall1-1/+1
2009-01-05parisc: add uevent helper for parisc busHelge Deller1-6/+34
2009-01-05parisc: Replace NR_CPUS in parisc codeHelge Deller7-57/+62
2009-01-05parisc: trivial fixesHelge Deller2-7/+3
2009-01-05parisc: fix GFP_KERNEL use while atomic in unwinderHelge Deller1-1/+1
2009-01-05parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitionsFUJITA Tomonori1-5/+0
2009-01-05parisc: fix module loading failure of large kernel modulesHelge Deller1-81/+135
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-18/+3
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-3/+3
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-15/+0
2008-12-04Merge branch 'master' into nextJames Morris3-29/+30
2008-11-26parisc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+4
2008-11-26parisc: fix kernel crash when unwinding a userspace processHelge Deller1-22/+21