aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-17[PARISC] do not export get_register/set_registerHelge Deller1-4/+2
2007-02-17[PARISC] add ENTRY()/ENDPROC() and simplify assembly of HP/UX emulation codeHelge Deller4-48/+32
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller14-67/+67
2007-02-17[PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroHelge Deller6-180/+62
2007-02-17[PARISC] more ENTRY(), ENDPROC(), END() conversionsHelge Deller6-125/+99
2007-02-17[PARISC] Fixes /proc/cpuinfo cache output on B160LHelge Deller1-1/+1
2007-02-17[PARISC] implement standard ENTRY(), END() and ENDPROC()Helge Deller1-48/+47
2007-02-17[PARISC] kill ENTRY_SYS_CPUSKyle McMartin2-132/+0
2007-02-17[PARISC] clean up debugging printks in smp.cKyle McMartin1-22/+16
2007-02-17[PARISC] factor syscall_restart code out of do_signalKyle McMartin1-79/+98
2007-02-17[PARISC] display parisc device modalias in sysfsKyle McMartin1-0/+11
2007-02-17[PARISC] use less assembler statements in syscall pathHelge Deller1-8/+5
2007-02-17[PARISC] Add TIF_RESTORE_SIGMASK supportKyle McMartin3-136/+83
2007-02-17[PARISC] detect recursive kernel crash earlierHelge Deller1-9/+9
2007-02-17[PARISC] Convert soft power switch driver to kthreadHelge Deller1-4/+0
2007-02-17[PARISC] disable cr16 clocksource when multiple CPUs are onlineHelge Deller1-5/+19
2007-02-17[PARISC] GENERIC_TIME patchset for pariscHelge Deller2-110/+28
2007-02-17[PARISC] a and b in "break a,b" message were swappedHelge Deller2-11/+7
2007-02-17[PARISC] use fls_long in irq.cKyle McMartin1-5/+1
2007-02-17[PARISC] add missing syscalls for vmsplice, move_pages, getcpu & epoll_pwaitHelge Deller1-0/+4
2007-02-17[PARISC] dump stack backtrace on BUG() and add syslog-levels to printk()sHelge Deller1-10/+12
2007-02-17[PARISC] whitespace cleanups and unify 32/64bit user-access assembler inlinesHelge Deller1-4/+0
2007-02-17[PARISC] Generic BUGHelge Deller4-48/+48
2007-02-17[PARISC] Fix show_stack() when we can't kmallocMatthew Wilcox1-9/+10
2007-02-17[PARISC] Remove sched.h from uaccess.h on pariscMatthew Wilcox2-0/+4
2007-02-17[PARISC] Clean up the cache and tlb headersRandolph Chung2-12/+179
2007-02-17Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.gitKyle McMartin14-220/+116
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2007-02-12[PATCH] Dynamic kernel command-line: fixupsAlon Bar-Lev1-1/+0
2007-02-12[PATCH] Dynamic kernel command-line: pariscAlon Bar-Lev2-6/+6
2007-02-11[PATCH] Common compat_sys_sysinfoKyle McMartin2-65/+1
2007-02-11[PATCH] Consolidate default sched_clock()Alexey Dobriyan1-11/+0