summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-2/+0Star
|\
| * modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-2/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-124-362/+45Star
|\ \
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-3/+2Star
| * | parisc: switch to generic fork/vfork/cloneAl Viro2012-11-292-69/+18Star
| | |
| | \
| *-. \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-294-301/+36Star
| |\ \ \ | | |_|/ | |/| |
| | * | parisc: switch to saner kernel_execve() semanticsAl Viro2012-10-221-19/+3Star
| | * | parisc: optimizations in copy_thread() and friendsAl Viro2012-10-152-87/+27Star
| | * | parisc: switch to generic sys_execve()Al Viro2012-10-154-92/+1Star
| | * | parisc: switch to generic kernel_execve()Al Viro2012-10-152-32/+6Star
| | * | parisc: switch to generic kernel_thread()Al Viro2012-10-152-89/+17Star
| | |/
* | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-2/+3
|\ \ \
| * | | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-2/+3
| | |/ | |/|
* | | [parisc] open(2) compat bugAl Viro2012-12-031-1/+1
| |/ |/|
* | [PARISC] fix user-triggerable panic on pariscAl Viro2012-11-221-2/+4
* | [PARISC] fix virtual aliasing issue in get_shared_area()James Bottomley2012-11-151-0/+2
|/
* vfs: define struct filename and have getname() return itJeff Layton2012-10-132-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-122-34/+20Star
|\
| * parisc: decide whether to go to slow path (tracesys) based on thread flagsAl Viro2012-10-011-3/+4
| * parisc: don't bother looping in do_signal()Al Viro2012-10-011-22/+7Star
| * parisc: fix double restartsAl Viro2012-10-012-9/+9
* | mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-2/+1Star
* | compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-051-52/+0Star
* | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-011-0/+1
|\ \
| * | Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman2012-09-172-5/+5
| |\|
| * | TTY: use tty_port_link_deviceJiri Slaby2012-08-141-0/+1
* | | parisc: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
| |/ |/|
* | [PARISC] fix personality flag check in copy_thread()Jiri Kosina2012-08-032-5/+5
|/
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-251-5/+0Star
|\
| * parisc/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-5/+0Star
* | parisc: Smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-2/+0Star
|/
* new helper: signal_delivered()Al Viro2012-06-011-3/+1Star
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-6/+0Star
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-012-4/+3Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-6/+4Star
* new helper: sigmask_to_save()Al Viro2012-06-011-16/+5Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-6/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-012-3/+1Star
|\
| * parisc: need to check NOTIFY_RESUME when exiting from syscallAl Viro2012-05-241-1/+1
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* | [PARISC] update parisc to use generic strncpy_from_user()James Bottomley2012-05-311-1/+0Star
* | [PARISC] fix TLB fault path on PA2.0 narrow systemsJames Bottomley2012-05-251-13/+17
* | [PARISC] fix boot failure on 32-bit systems caused by branch stubs placed bef...John David Anglin2012-05-251-2/+4
|/
* parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()Al Viro2012-05-221-2/+1Star
* parisc: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-10/+2Star
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-223-93/+4Star
|\
| * parisc: Fix init_task falloutThomas Gleixner2012-05-071-1/+1
| * parisc: Use generic init_taskThomas Gleixner2012-05-051-70/+0Star
| * parisc: Use generic idle thread allocationThomas Gleixner2012-04-261-21/+2Star
| * smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1