aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-10-05modules: Fix module_bug_list list corruption raceGravatar Linus Torvalds 1-2/+1
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-5/+10
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2010-08-04parisc: pass through '\t' to early (iodc) consoleGravatar Kyle McMartin 1-10/+2
2010-06-09sched_clock: Add local_clock() API and improve documentationGravatar Peter Zijlstra 1-2/+2
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildGravatar Linus Torvalds 3-10/+10
2010-05-30parisc: Remove unnecessary macros from entry.SGravatar John David Anglin 1-33/+7
2010-05-30parisc: LWS fixes for syscall.SGravatar John David Anglin 1-23/+9
2010-05-30parisc: Delete unnecessary nop's in entry.SGravatar John David Anglin 1-7/+0
2010-05-30parisc: Avoid interruption in critical region in entry.SGravatar John David Anglin 1-2/+3
2010-05-30parisc: Use of align_frame provides stack frame.Gravatar Carlos O'Donell 1-4/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 6-4/+3
2010-03-12improve sys_newuname() for compat architecturesGravatar Christoph Hellwig 2-16/+1
2010-03-06parisc: use __ratelimit in unaligned.cGravatar Akinobu Mita 1-10/+4
2010-03-06parisc: Convert to read/update_persistent_clockGravatar john stultz 1-16/+13
2010-03-06parisc: remove trailing space in messagesGravatar Frans Pop 1-2/+2
2010-03-06parisc: ditto sys_accept4Gravatar Kyle McMartin 1-0/+1
2010-03-06parisc: wire up sys_recvmmsgGravatar Helge Deller 1-0/+1
2010-03-03Rename .data.lock_aligned to .data..lock_aligned.Gravatar Denys Vlasenko 1-2/+2
2010-03-03Rename .data.vmpages and .data.vm0.XXX to .data..vmpages and .data..vm0.XXX.Gravatar Denys Vlasenko 2-7/+7
2010-03-03Rename .data.read_mostly to .data..read_mostly.Gravatar Denys Vlasenko 1-1/+1
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-2/+2
2010-02-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-5/+5
2010-02-24parisc: Set PCI CLS early in boot.Gravatar Carlos O'Donell 1-2/+5
2010-02-22resource/PCI: mark struct resource as constGravatar Dominik Brodowski 1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceGravatar Dominik Brodowski 1-5/+5
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfGravatar Russell King 1-2/+2
2010-02-12parisc: fix tracing of signalsGravatar Kyle McMartin 1-1/+3
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-6/+0
2009-12-16parisc: Fixup last users of irq_chip->typenameGravatar Thomas Gleixner 1-2/+2
2009-12-16parisc: Replace old style lock init in smp.cGravatar Thomas Gleixner 1-3/+6
2009-12-16parisc: use sort() instead of home-made implementation (v2)Gravatar Helge Deller 1-14/+9
2009-12-16parisc: add CALLER_ADDR{0-6} macrosGravatar Helge Deller 1-0/+27
2009-12-16parisc: remove unused IRQSTAT_SIRQ_PEND and IRQSTAT_SZ definesGravatar Helge Deller 1-3/+0
2009-12-16parisc: remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2009-12-14parsic: remove un-used nfsd #includesGravatar Boaz Harrosh 1-6/+0
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockGravatar Thomas Gleixner 1-2/+2
2009-12-11Unify sys_mmap*Gravatar Al Viro 1-26/+4
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Gravatar Linus Torvalds 2-72/+1
2009-12-07Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2009-11-30parisc: fix unwind with recent gcc versionsGravatar Helge Deller 2-4/+4
2009-11-09tree-wide: fix a very frequent spelling mistakeGravatar Dirk Hohndel 1-1/+1
2009-11-06sysctl: parisc Use the compat_sys_sysctlGravatar Eric W. Biederman 2-72/+1
2009-09-28parisc: Fix linker script breakage.Gravatar Helge Deller 1-0/+10
2009-09-28parisc: convert to asm-generic/hardirq.hGravatar Christoph Hellwig 1-5/+0
2009-09-27parisc: correct use of SHF_ALLOCGravatar Julia Lawall 1-1/+1
2009-09-27parisc: includecheck fix: signal.cGravatar Jaswinder Singh Rajput 1-1/+0
2009-09-27parisc: stop using task->ptrace for {single,block}step flagsGravatar Kyle McMartin 3-18/+21
2009-09-27parisc: split syscall_trace into two halvesGravatar Kyle McMartin 2-22/+25