summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorLines
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
2007-02-17[PARISC] do not export get_register/set_registerHelge Deller-4/+2
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller-61/+61
2007-02-17[PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroHelge Deller-118/+29
2007-02-17[PARISC] more ENTRY(), ENDPROC(), END() conversionsHelge Deller-125/+99
2007-02-17[PARISC] Fixes /proc/cpuinfo cache output on B160LHelge Deller-1/+1
2007-02-17[PARISC] implement standard ENTRY(), END() and ENDPROC()Helge Deller-48/+47
2007-02-17[PARISC] kill ENTRY_SYS_CPUSKyle McMartin-132/+0
2007-02-17[PARISC] clean up debugging printks in smp.cKyle McMartin-22/+16
2007-02-17[PARISC] factor syscall_restart code out of do_signalKyle McMartin-79/+98
2007-02-17[PARISC] display parisc device modalias in sysfsKyle McMartin-0/+11
2007-02-17[PARISC] use less assembler statements in syscall pathHelge Deller-8/+5
2007-02-17[PARISC] Add TIF_RESTORE_SIGMASK supportKyle McMartin-136/+83
2007-02-17[PARISC] detect recursive kernel crash earlierHelge Deller-9/+9
2007-02-17[PARISC] Convert soft power switch driver to kthreadHelge Deller-4/+0
2007-02-17[PARISC] disable cr16 clocksource when multiple CPUs are onlineHelge Deller-5/+19
2007-02-17[PARISC] GENERIC_TIME patchset for pariscHelge Deller-110/+24
2007-02-17[PARISC] a and b in "break a,b" message were swappedHelge Deller-11/+7
2007-02-17[PARISC] use fls_long in irq.cKyle McMartin-5/+1
2007-02-17[PARISC] add missing syscalls for vmsplice, move_pages, getcpu & epoll_pwaitHelge Deller-0/+4
2007-02-17[PARISC] dump stack backtrace on BUG() and add syslog-levels to printk()sHelge Deller-10/+12
2007-02-17[PARISC] Generic BUGHelge Deller-48/+43
2007-02-17[PARISC] Fix show_stack() when we can't kmallocMatthew Wilcox-9/+10
2007-02-17[PARISC] Remove sched.h from uaccess.h on pariscMatthew Wilcox-0/+4
2007-02-17[PARISC] Clean up the cache and tlb headersRandolph Chung-12/+179
2007-02-17Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.gitKyle McMartin-15/+19
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven-1/+1