summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* TTY: pdc_cons, fix regression in closeJiri Slaby2012-05-051-1/+1
* Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Linus Torvalds2012-03-311-2/+1
|\
| * [PARISC] remove references to cpu_*_map.Rusty Russell2012-02-271-2/+1
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-286-6/+0
|\ \
| * | Disintegrate asm/system.h for PA-RISCDavid Howells2012-03-286-6/+0
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-52/+0
|\ \ \ | |/ / |/| |
| * | parisc/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-231-52/+0
| |/
* | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-201-30/+29
|\ \
| * | TTY: pdc_cons, use tty_portJiri Slaby2012-03-081-7/+12
| * | TTY: pdc_cons, fix open vs pdc_console_tty_driver raceJiri Slaby2012-03-081-16/+13
| * | TTY: pdc_cons, fix open vs timer raceJiri Slaby2012-03-081-5/+2
| * | TTY: pdc_cons, fix racy tty testJiri Slaby2012-03-081-2/+2
| |/
* | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
|/
* parisc, exec: remove redundant set_fs(USER_DS)Mathias Krause2012-01-121-1/+0
* Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner2011-12-051-5/+1
|\
| * clocksource: parisc: Convert to clocksource_register_hz/khzJohn Stultz2011-11-211-5/+1
* | parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-313-0/+3
* | doc: fix broken referencesPaul Bolle2011-09-271-1/+1
* | remove remaining references to nfsservctlStephen Rothwell2011-08-291-1/+1
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Linus Torvalds2011-08-041-0/+1
|\
| * [PARISC] wire up sendmmsg syscallJames Bottomley2011-07-311-0/+1
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-263-3/+3
* | modules: make arch's use default loader hooksJonas Bonn2011-07-241-12/+0
|/
* ns: Wire up the setns system callEric W. Biederman2011-05-281-0/+1
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\
| * percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds2011-05-228-8/+44
|\ \
| * \ Merge branch 'flushing' into for-linusJames Bottomley2011-05-225-4/+28
| |\ \
| | * | [PARISC] prevent speculative re-read on cache flushJames Bottomley2011-04-151-1/+12
| | * | [PARISC] only make executable areas executableJames Bottomley2011-04-154-3/+16
| * | | [PARISC] wire up syncfs syscallJames Bottomley2011-04-151-0/+1
| * | | [PARISC] wire up the fhandle syscallsJames Bottomley2011-04-151-0/+2
| * | | [PARISC] wire up clock_adjtime syscallJames Bottomley2011-04-151-0/+1
| * | | [PARISC] wire up fanotify syscallsJames Bottomley2011-04-152-0/+10
| * | | [PARISC] fix pacache .size with new binutilsMeelis Roos2011-04-151-4/+2
| |/ /
* | | extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt2011-05-201-0/+3
* | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-4/+1
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-316-10/+10
* | parisc: Use irq_to_desc() in show_interrupts()Thomas Gleixner2011-03-291-5/+6
* | parisc: Convert irq namespaceThomas Gleixner2011-03-291-6/+6
* | parisc: Convert the final irq bitsThomas Gleixner2011-03-291-7/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds2011-03-214-346/+289
|\
| * Merge branch 'irq' into for-nextJames Bottomley2011-02-101-27/+37
| |\
| | * [PARISC] Convert to new irq_chip functionsThomas Gleixner2011-02-101-27/+37
| * | Merge branch 'fixes' into for-nextJames Bottomley2011-02-101-1/+1
| |\ \ | | |/
| | * [PARISC] fix per-cpu flag problem in the cpu affinity checkersThomas Gleixner2011-02-091-1/+1
| * | Merge branch 'tmpalias-flush' into for-nextJames Bottomley2011-02-103-319/+252
| |\ \ | | |/ | |/|
| | * eliminate special FLUSH flag from page tableJames Bottomley2011-01-151-58/+3
| | * parisc: flush pages through tmpalias spaceJames Bottomley2011-01-153-280/+268
* | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\ \ \
OpenPOWER on IntegriCloud