aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
2007-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-19all-archs: consolidate .data section definition in asm-genericSam Ravnborg
2007-05-19all-archs: consolidate .text section definition in asm-genericSam Ravnborg
2007-05-09rename thread_info to stackRoman Zippel
2007-05-08Add IRQF_IRQPOLL flag on pariscBernhard Walle
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-07get_unmapped_area handles MAP_FIXED on pariscBenjamin Herrenschmidt
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge
2007-04-28libata/IDE: remove combined mode quirkJeff Garzik
2007-02-26[PARISC] clocksource: Move update_cr16_clocksource later in bootKyle McMartin
2007-02-26[PARISC] time: clocksource lost update_callbackKyle McMartin
2007-02-26[PARISC] time: Convert clocksource is_continuous to flagKyle McMartin
2007-02-26[PARISC] clocksource_cr16: Use clocksource_change_rating()Kyle McMartin
2007-02-26[PARISC] Remove __read_mostly annotation from command_lineKyle McMartin
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds
2007-02-21[PARISC] Add missing statfs64 and fstatfs64 syscallsGuy Martin
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day
2007-02-17[PARISC] Compat signal fixes for 64-bit pariscCarlos O'Donell Jr
2007-02-17[PARISC] Reorder syscalls to match unistd.hCarlos O'Donell Jr
2007-02-17[PARISC] fix sys_rt_sigqueueinfoKyle McMartin
2007-02-17[PARISC] do not export get_register/set_registerHelge Deller
2007-02-17[PARISC] add ENTRY()/ENDPROC() and simplify assembly of HP/UX emulation codeHelge Deller
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller
2007-02-17[PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroHelge Deller
2007-02-17[PARISC] more ENTRY(), ENDPROC(), END() conversionsHelge Deller
2007-02-17[PARISC] Fixes /proc/cpuinfo cache output on B160LHelge Deller
2007-02-17[PARISC] implement standard ENTRY(), END() and ENDPROC()Helge Deller
2007-02-17[PARISC] kill ENTRY_SYS_CPUSKyle McMartin
2007-02-17[PARISC] clean up debugging printks in smp.cKyle McMartin
2007-02-17[PARISC] factor syscall_restart code out of do_signalKyle McMartin
2007-02-17[PARISC] display parisc device modalias in sysfsKyle McMartin
2007-02-17[PARISC] use less assembler statements in syscall pathHelge Deller
2007-02-17[PARISC] Add TIF_RESTORE_SIGMASK supportKyle McMartin
2007-02-17[PARISC] detect recursive kernel crash earlierHelge Deller
2007-02-17[PARISC] Convert soft power switch driver to kthreadHelge Deller
2007-02-17[PARISC] disable cr16 clocksource when multiple CPUs are onlineHelge Deller
2007-02-17[PARISC] GENERIC_TIME patchset for pariscHelge Deller
2007-02-17[PARISC] a and b in "break a,b" message were swappedHelge Deller
2007-02-17[PARISC] use fls_long in irq.cKyle McMartin
2007-02-17[PARISC] add missing syscalls for vmsplice, move_pages, getcpu & epoll_pwaitHelge Deller
2007-02-17[PARISC] dump stack backtrace on BUG() and add syslog-levels to printk()sHelge Deller
2007-02-17[PARISC] whitespace cleanups and unify 32/64bit user-access assembler inlinesHelge Deller
2007-02-17[PARISC] Generic BUGHelge Deller
2007-02-17[PARISC] Fix show_stack() when we can't kmallocMatthew Wilcox
2007-02-17[PARISC] Remove sched.h from uaccess.h on pariscMatthew Wilcox
2007-02-17[PARISC] Clean up the cache and tlb headersRandolph Chung
2007-02-17Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.gitKyle McMartin
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven