summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
...
* [PARISC] fix "reduce size of task_struct on 64-bit machines" falloutKyle McMartin2007-05-302-4/+3Star
* [PARISC] fix null ptr deref in unwind.cKyle McMartin2007-05-301-1/+3
* [PARISC] remove remnants of parisc-specific softirq codeGrant Grundler2007-05-301-34/+1Star
* [PARISC] fix section mismatch in smp.cHelge Deller2007-05-301-1/+1
* [PARISC] Wire up utimensat/signalfd/timerfd/eventfd syscallsHelge Deller2007-05-271-0/+5
* [PARISC] fix section mismatches in arch/parisc/kernelHelge Deller2007-05-272-8/+8
* [PARISC] ROUND_UP macro cleanup in arch/pariscMilind Arun Choudhary2007-05-232-5/+3Star
* [PARISC] spelling fixes: arch/parisc/Simon Arlott2007-05-2313-30/+30
* [PARISC] Disable LWS debuggingAurelien Jarno2007-05-231-4/+4
* [PARISC] Let PA-8900 processors bootKyle McMartin2007-05-233-3/+8
* parisc: convert /proc/gsc/pcxl_dma to seq_fileAlexey Dobriyan2007-05-231-41/+53
* [PARISC] Wire up kexec_load syscallKyle McMartin2007-05-231-0/+1
* [PARISC] Move #undef to end of syscall tableKyle McMartin2007-05-231-5/+5
* parisc: sync compat getdentsAlexandr Andreev2007-05-231-2/+8
* parisc: make command_line[] staticAlexey Dobriyan2007-05-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds2007-05-211-2/+2
|\
| * all-archs: consolidate .data section definition in asm-genericSam Ravnborg2007-05-191-1/+1
| * all-archs: consolidate .text section definition in asm-genericSam Ravnborg2007-05-191-1/+1
* | Detach sched.h from mm.hAlexey Dobriyan2007-05-212-2/+2
|/
* rename thread_info to stackRoman Zippel2007-05-091-1/+1
* Add IRQF_IRQPOLL flag on pariscBernhard Walle2007-05-081-1/+1
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-081-4/+1Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-087-7/+0Star
* get_unmapped_area handles MAP_FIXED on pariscBenjamin Herrenschmidt2007-05-071-0/+5
* [PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge2007-05-021-1/+1
* libata/IDE: remove combined mode quirkJeff Garzik2007-04-281-1/+0Star
* [PARISC] clocksource: Move update_cr16_clocksource later in bootKyle McMartin2007-02-273-4/+13
* [PARISC] time: clocksource lost update_callbackKyle McMartin2007-02-272-5/+7
* [PARISC] time: Convert clocksource is_continuous to flagKyle McMartin2007-02-271-1/+1
* [PARISC] clocksource_cr16: Use clocksource_change_rating()Kyle McMartin2007-02-271-2/+1Star
* [PARISC] Remove __read_mostly annotation from command_lineKyle McMartin2007-02-271-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2007-02-2646-1270/+957Star
|\
| * [PARISC] Add missing statfs64 and fstatfs64 syscallsGuy Martin2007-02-211-0/+2
| * [PARISC] Compat signal fixes for 64-bit pariscCarlos O'Donell Jr2007-02-171-10/+11
| * [PARISC] Reorder syscalls to match unistd.hCarlos O'Donell Jr2007-02-171-1/+1
| * [PARISC] fix sys_rt_sigqueueinfoKyle McMartin2007-02-172-1/+22
| * [PARISC] do not export get_register/set_registerHelge Deller2007-02-171-4/+2Star
| * [PARISC] add ENTRY()/ENDPROC() and simplify assembly of HP/UX emulation codeHelge Deller2007-02-174-48/+32Star
| * [PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller2007-02-1714-67/+67
| * [PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroHelge Deller2007-02-176-180/+62Star
| * [PARISC] more ENTRY(), ENDPROC(), END() conversionsHelge Deller2007-02-176-125/+99Star
| * [PARISC] Fixes /proc/cpuinfo cache output on B160LHelge Deller2007-02-171-1/+1
| * [PARISC] implement standard ENTRY(), END() and ENDPROC()Helge Deller2007-02-171-48/+47Star
| * [PARISC] kill ENTRY_SYS_CPUSKyle McMartin2007-02-172-132/+0Star
| * [PARISC] clean up debugging printks in smp.cKyle McMartin2007-02-171-22/+16Star
| * [PARISC] factor syscall_restart code out of do_signalKyle McMartin2007-02-171-79/+98
| * [PARISC] display parisc device modalias in sysfsKyle McMartin2007-02-171-0/+11
| * [PARISC] use less assembler statements in syscall pathHelge Deller2007-02-171-8/+5Star
| * [PARISC] Add TIF_RESTORE_SIGMASK supportKyle McMartin2007-02-173-136/+83Star
| * [PARISC] detect recursive kernel crash earlierHelge Deller2007-02-171-9/+9