aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-8/+3
2009-01-05parisc: fix module loading failure of large kernel modulesHelge Deller2-83/+139
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-18/+4
2009-01-01parisc: remove gratuitous cpu_online_map declaration.Rusty Russell1-2/+0
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell2-2/+5
2008-12-25Merge branch 'next' into for-linusJames Morris1-1/+1
2008-12-23parisc: disable UP-optimized flush_tlb_mmKyle McMartin1-1/+4
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 Russell2-15/+1
2008-12-04Merge branch 'master' into nextJames Morris6-35/+33
2008-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds4-28/+28
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+0
2008-11-26parisc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-4/+6
2008-11-26parisc: fix kernel crash when unwinding a userspace processHelge Deller1-22/+21
2008-11-26parisc: __kernel_time_t is always longGeert Uytterhoeven1-2/+1
2008-11-20parisc: fix bug in compat_arch_ptraceHelge Deller1-5/+5
2008-11-14Merge branch 'master' into nextJames Morris1-2/+0
2008-11-14CRED: Wrap task credential accesses in the PA-RISC archDavid Howells1-1/+1
2008-11-13fix cpumask build breakage on pariscHelge Deller1-2/+0
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+2
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofileLinus Torvalds1-1/+1
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro1-3/+2
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds133-287/+12211
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley1-0/+2
2008-10-17parisc: convert to generic compat_sys_ptraceHelge Deller3-258/+183
2008-10-16Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig2-60/+2
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig1-47/+0
2008-10-16[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky1-1/+1
2008-10-15oprofile: more whitespace fixesRobert Richter1-1/+1
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+14
2008-10-10parisc: add rtc platform driverKyle McMartin2-1/+21
2008-10-10parisc: initialize unwinder much earlierJames Bottomley3-3/+5
2008-10-10parisc: add new syscallsKyle McMartin2-2/+14
2008-10-10parisc: hijack jump to start_kernelKyle McMartin2-2/+27
2008-10-10parisc: add pdc_coproc_cfg_unlocked and set_firmware_width_unlockedKyle McMartin2-21/+46
2008-10-10parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin123-0/+11977
2008-10-10parisc: move pdc_result to real2.SKyle McMartin3-2/+17
2008-10-10parisc: add arch/parisc/kernel/.gitignoreKyle McMartin1-0/+1
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley1-0/+14
2008-09-06Remove redundant CONFIG_ARCH_SUPPORTS_AOUTDavid Woodhouse1-3/+0
2008-09-02fix typo in arch/parisc/hpux/fs.cStephen Rothwell1-1/+1
2008-08-25[PATCH] fix hpux_getdents()Al Viro1-11/+19
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-5/+5
2008-07-24flag parameters: pipeUlrich Drepper1-1/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner1-1/+1
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-2/+1
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar4-118/+27