summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | [PARISC] fix crash in flush_icache_page_asm on PA1.1John David Anglin2012-05-161-18/+20
* | | | [PARISC] fix PA1.1 oops on bootJames Bottomley2012-05-161-0/+4
* | | | parisc/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat2012-05-151-1/+7
| |/ / |/| |
* | | parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer2012-05-104-7/+8
* | | parisc: add missing include of asm/page.h to asm/pgtable.hRolf Eike Beer2012-05-101-0/+2
* | | parisc: drop include of asm/pdc.h from asm/hardware.hRolf Eike Beer2012-05-101-1/+0
* | | parisc: add missing forward declarations in asm/hardware.hRolf Eike Beer2012-05-101-0/+2
* | | parisc: add missing includes in asm/spinlock.hRolf Eike Beer2012-05-101-0/+2
* | | TTY: pdc_cons, fix regression in closeJiri Slaby2012-05-051-1/+1
|/ /
* | parisc: fix missing cmpxchg file error from system.h splitPaul Gortmaker2012-04-022-106/+117
|/
* Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Linus Torvalds2012-03-312-6/+28
|\
| * [PARISC] remove references to cpu_*_map.Rusty Russell2012-02-271-2/+1
| * [PARISC] futex: Use same lock set as lws callsJohn David Anglin2012-02-271-4/+27
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-110/+9
|\ \
| * | parisc: Use generic posix_types.hH. Peter Anvin2012-02-141-110/+9
| |/
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2822-179/+185
|\ \
| * | Delete all instances of asm/system.hDavid Howells2012-03-281-6/+0
| * | Disintegrate asm/system.h for PA-RISCDavid Howells2012-03-2822-179/+191
* | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\ \ \
| * | | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-291-0/+1
| | |/ | |/|
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-231-0/+4
|\ \ \
| * | | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2012-03-231-0/+4
| | |/ | |/|
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-232-90/+0
|\ \ \ | |/ / |/| |
| * | PCI: collapse pcibios_resource_to_busBjorn Helgaas2012-02-231-2/+0
| * | parisc/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-89/+1
| |/
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-1/+1
|\ \
| * | highmem: kill all __kmap_atomic()Cong Wang2012-03-201-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-0/+5
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-051-0/+4
| |\ \ \ | | |/ /
| * | | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-0/+4
| * | | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+1
| | |/ | |/|
* | | 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
| |/ /
* | | Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-131-0/+4
|\ \ \ | | |/ | |/|
| * | [PARISC] don't unconditionally override CROSS_COMPILE for 64 bit.James Bottomley2012-02-281-0/+4
| |/
* | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
|/
* parisc, exec: remove redundant set_fs(USER_DS)Mathias Krause2012-01-122-3/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-102-23/+1
|\
| * parisc: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-282-23/+1
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0
|\ \
| * | freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0
| |/
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-14/+1
|\ \
| * | consolidate umode_t declarationsAl Viro2012-01-031-6/+0
| * | vfs: new helper - vfs_ustat()Al Viro2012-01-031-8/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-01-061-0/+3
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-0/+3
| |\ \ | | |/ | |/|
| | * net: add wireless TX status socket optionJohannes Berg2011-11-091-0/+3
OpenPOWER on IntegriCloud