aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-29Remove fs.h from mm.hAlexey Dobriyan4-0/+4
2007-07-19define new percpu interface for shared dataFenghua Yu1-4/+3
2007-07-19mm: fault feedback #2Nick Piggin1-11/+12
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo1-1/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-11/+2
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens1-1/+1
2007-06-21[PARISC] unwinder improvementsRandolph Chung1-7/+34
2007-06-21[PARISC] Fix unwinder on 64-bit kernelsRandolph Chung1-0/+2
2007-06-12[PARISC] remove global_ack_eiemGrant Grundler1-18/+8
2007-06-04[PARISC] Fix kernel panic in check_ivtKyle McMartin2-7/+5
2007-06-03[PARISC] Fix bug when syscall nr is __NR_Linux_syscallsKyle McMartin1-1/+1
2007-05-30[PARISC] be more defensive in process.c::get_wchanKyle McMartin1-0/+4
2007-05-30[PARISC] fix "reduce size of task_struct on 64-bit machines" falloutKyle McMartin2-4/+3
2007-05-30[PARISC] fix null ptr deref in unwind.cKyle McMartin1-1/+3
2007-05-30[PARISC] remove remnants of parisc-specific softirq codeGrant Grundler1-34/+1
2007-05-30[PARISC] fix section mismatch in smp.cHelge Deller1-1/+1
2007-05-27[PARISC] Wire up utimensat/signalfd/timerfd/eventfd syscallsHelge Deller1-0/+5
2007-05-27[PARISC] fix section mismatches in arch/parisc/kernelHelge Deller2-8/+8
2007-05-22[PARISC] ROUND_UP macro cleanup in arch/pariscMilind Arun Choudhary2-5/+3
2007-05-22[PARISC] spelling fixes: arch/parisc/Simon Arlott13-30/+30
2007-05-22[PARISC] Disable LWS debuggingAurelien Jarno1-4/+4
2007-05-22[PARISC] Let PA-8900 processors bootKyle McMartin3-3/+8
2007-05-22parisc: convert /proc/gsc/pcxl_dma to seq_fileAlexey Dobriyan1-41/+53
2007-05-22[PARISC] Wire up kexec_load syscallKyle McMartin1-0/+1
2007-05-22[PARISC] Move #undef to end of syscall tableKyle McMartin1-5/+5
2007-05-22parisc: sync compat getdentsAlexandr Andreev1-2/+8
2007-05-22parisc: make command_line[] staticAlexey Dobriyan1-1/+1
2007-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds1-2/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-2/+2
2007-05-19all-archs: consolidate .data section definition in asm-genericSam Ravnborg1-1/+1
2007-05-19all-archs: consolidate .text section definition in asm-genericSam Ravnborg1-1/+1
2007-05-09rename thread_info to stackRoman Zippel1-1/+1
2007-05-08Add IRQF_IRQPOLL flag on pariscBernhard Walle1-1/+1
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan1-4/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap7-7/+0
2007-05-07get_unmapped_area handles MAP_FIXED on pariscBenjamin Herrenschmidt1-0/+5
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge1-1/+1
2007-04-28libata/IDE: remove combined mode quirkJeff Garzik1-1/+0
2007-02-26[PARISC] clocksource: Move update_cr16_clocksource later in bootKyle McMartin3-4/+13
2007-02-26[PARISC] time: clocksource lost update_callbackKyle McMartin2-5/+7
2007-02-26[PARISC] time: Convert clocksource is_continuous to flagKyle McMartin1-1/+1
2007-02-26[PARISC] clocksource_cr16: Use clocksource_change_rating()Kyle McMartin1-2/+1
2007-02-26[PARISC] Remove __read_mostly annotation from command_lineKyle McMartin1-1/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds46-1270/+957
2007-02-21[PARISC] Add missing statfs64 and fstatfs64 syscallsGuy Martin1-0/+2
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day1-1/+1
2007-02-17[PARISC] Compat signal fixes for 64-bit pariscCarlos O'Donell Jr1-10/+11
2007-02-17[PARISC] Reorder syscalls to match unistd.hCarlos O'Donell Jr1-1/+1
2007-02-17[PARISC] fix sys_rt_sigqueueinfoKyle McMartin2-1/+22