aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2-72/+1
2009-11-30parisc: fix unwind with recent gcc versionsHelge Deller2-4/+4
2009-11-06sysctl: parisc Use the compat_sys_sysctlEric W. Biederman2-72/+1
2009-09-28parisc: Fix linker script breakage.Helge Deller1-0/+10
2009-09-28parisc: convert to asm-generic/hardirq.hChristoph Hellwig1-5/+0
2009-09-27parisc: correct use of SHF_ALLOCJulia Lawall1-1/+1
2009-09-27parisc: includecheck fix: signal.cJaswinder Singh Rajput1-1/+0
2009-09-27parisc: stop using task->ptrace for {single,block}step flagsKyle McMartin3-18/+21
2009-09-27parisc: split syscall_trace into two halvesKyle McMartin2-22/+25
2009-09-27parisc: add missing TI_TASK macro in syscall.SKyle McMartin1-1/+1
2009-09-27parisc: tracehook_signal_handlerKyle McMartin1-0/+4
2009-09-27parisc: tracehook_report_syscallKyle McMartin2-13/+14
2009-09-24parisc: Remove useless altinstructions code copied from x86.Tim Abbott1-25/+0
2009-09-24parisc: Clean up linker script using new linker script macros.Tim Abbott1-75/+4
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-2/+2
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-2/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+4
2009-09-11Merge branch 'next' into for-linusJames Morris2-1/+9
2009-09-09KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells1-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2-1/+6
2009-08-28parisc: fix warning in traps.cGrant Grundler1-1/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo14-162/+182
2009-08-02parisc: Set correct bit in protection flagsJohn David Anglin1-1/+1
2009-08-02parisc: Fix GOT overflow during module load on 64bit kernelJohn David Anglin1-5/+45
2009-07-09linker script: unify usage of discard definitionTejun Heo1-5/+4
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches2-11/+11
2009-07-03parisc: perf: wire up sys_perf_counter_openKyle McMartin1-1/+1
2009-07-03parisc: wire sys_perf_counter_open to sys_ni_syscallKyle McMartin1-0/+1
2009-07-03parisc: inventory.c, fix bloated stack frameKyle McMartin1-17/+24
2009-07-03parisc: processor.c, fix bloated stack frameKyle McMartin1-5/+11
2009-07-03parisc: remove dead code from sys_parisc32.cChristoph Hellwig1-62/+0
2009-07-03parisc: wire up rt_tgsigqueueinfoKyle McMartin1-1/+2
2009-07-03parisc: ensure broadcast tlb purge runs single threadedHelge Deller2-12/+23
2009-07-03parisc: fix "delay!" timer handlingGrant Grundler1-35/+53
2009-07-03parisc: add parameter to read_cr16()Coly Li1-1/+1
2009-07-03parisc: remove obsolete hw_interrupt_typeThomas Gleixner1-1/+1
2009-07-03parisc: fix irq compile bugs in arch/parisc/kernel/irq.cHelge Deller1-4/+4
2009-07-03parisc: remove CVS keywordsAlexander Beregalov4-8/+4
2009-07-03parisc: wire up preadv/pwritev syscallsKyle McMartin1-0/+2
2009-06-24linker script: throw away .discard sectionTejun Heo1-0/+1
2009-06-18ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov2-10/+0
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-2/+4
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds15-71/+416
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-pariscLinus Torvalds1-3/+3
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1