summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorLines
2007-08-27[PARISC] Add NOTES sectionKyle McMartin-0/+2
2007-08-27[PARISC] Use compat_sys_getdentsKyle McMartin-144/+1
2007-07-29Remove fs.h from mm.hAlexey Dobriyan-0/+3
2007-07-19define new percpu interface for shared dataFenghua Yu-4/+3
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo-1/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan-11/+2
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov-0/+1
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens-1/+1
2007-06-21[PARISC] unwinder improvementsRandolph Chung-7/+34
2007-06-21[PARISC] Fix unwinder on 64-bit kernelsRandolph Chung-0/+2
2007-06-12[PARISC] remove global_ack_eiemGrant Grundler-18/+8
2007-06-04[PARISC] Fix kernel panic in check_ivtKyle McMartin-7/+5
2007-06-03[PARISC] Fix bug when syscall nr is __NR_Linux_syscallsKyle McMartin-1/+1
2007-05-30[PARISC] be more defensive in process.c::get_wchanKyle McMartin-0/+4
2007-05-30[PARISC] fix "reduce size of task_struct on 64-bit machines" falloutKyle McMartin-4/+3
2007-05-30[PARISC] fix null ptr deref in unwind.cKyle McMartin-1/+3
2007-05-30[PARISC] remove remnants of parisc-specific softirq codeGrant Grundler-34/+1
2007-05-30[PARISC] fix section mismatch in smp.cHelge Deller-1/+1
2007-05-27[PARISC] Wire up utimensat/signalfd/timerfd/eventfd syscallsHelge Deller-0/+5
2007-05-27[PARISC] fix section mismatches in arch/parisc/kernelHelge Deller-8/+8
2007-05-22[PARISC] ROUND_UP macro cleanup in arch/pariscMilind Arun Choudhary-2/+1
2007-05-22[PARISC] spelling fixes: arch/parisc/Simon Arlott-19/+19
2007-05-22[PARISC] Disable LWS debuggingAurelien Jarno-4/+4
2007-05-22[PARISC] Let PA-8900 processors bootKyle McMartin-3/+8
2007-05-22parisc: convert /proc/gsc/pcxl_dma to seq_fileAlexey Dobriyan-41/+53
2007-05-22[PARISC] Wire up kexec_load syscallKyle McMartin-0/+1
2007-05-22[PARISC] Move #undef to end of syscall tableKyle McMartin-5/+5
2007-05-22parisc: sync compat getdentsAlexandr Andreev-2/+8
2007-05-22parisc: make command_line[] staticAlexey Dobriyan-1/+1
2007-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds-2/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-2/+2
2007-05-19all-archs: consolidate .data section definition in asm-genericSam Ravnborg-1/+1
2007-05-19all-archs: consolidate .text section definition in asm-genericSam Ravnborg-1/+1
2007-05-09rename thread_info to stackRoman Zippel-1/+1
2007-05-08Add IRQF_IRQPOLL flag on pariscBernhard Walle-1/+1
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan-4/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-5/+0
2007-05-07get_unmapped_area handles MAP_FIXED on pariscBenjamin Herrenschmidt-0/+5
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge-1/+1
2007-02-26[PARISC] clocksource: Move update_cr16_clocksource later in bootKyle McMartin-4/+13
2007-02-26[PARISC] time: clocksource lost update_callbackKyle McMartin-5/+7
2007-02-26[PARISC] time: Convert clocksource is_continuous to flagKyle McMartin-1/+1
2007-02-26[PARISC] clocksource_cr16: Use clocksource_change_rating()Kyle McMartin-2/+1
2007-02-26[PARISC] Remove __read_mostly annotation from command_lineKyle McMartin-1/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds-945/+780
2007-02-21[PARISC] Add missing statfs64 and fstatfs64 syscallsGuy Martin-0/+2
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day-1/+1
2007-02-17[PARISC] Compat signal fixes for 64-bit pariscCarlos O'Donell Jr-10/+11
2007-02-17[PARISC] Reorder syscalls to match unistd.hCarlos O'Donell Jr-1/+1
2007-02-17[PARISC] fix sys_rt_sigqueueinfoKyle McMartin-1/+22