summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
Commit message (Expand)AuthorAgeFilesLines
* ALPHA: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-043-11/+9Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-211-9/+1Star
|\
| * alpha: switch to generic sigaltstackAl Viro2012-12-201-9/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-8/+4Star
|\ \
| * | alpha: use BUG_ON where possibleSasha Levin2012-11-081-8/+4Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-125-100/+39Star
|\ \ \ | | |/ | |/|
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+1
| * | alpha: switch to generic fork/vfork/cloneAl Viro2012-11-293-59/+14Star
| * | get rid of pt_regs argument of ->load_binary()Al Viro2012-11-291-1/+1
| * | get rid of pt_regs argument of search_binary_handler()Al Viro2012-11-291-1/+1
| * | alpha: reorganize copy_process(), prepare to saner fork_idle()Al Viro2012-11-291-21/+14Star
| * | alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro2012-11-292-12/+8Star
| * | alpha: simplify fork and friendsAl Viro2012-11-292-19/+14Star
* | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-1/+4
|\ \ \ | |/ / |/| |
| * | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-1/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-11-181-3/+3
|\ \ | |/ |/|
| * missing const in alpha callers of do_mount()Al Viro2012-10-211-3/+3
* | alpha: separate thread-synchronous flagsAl Viro2012-10-243-19/+14Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-132-79/+56Star
|\
| * alpha: switch to saner kernel_execve() semanticsAl Viro2012-10-121-16/+1Star
| * alpha: get rid of switch_stack argument of do_work_pending()Al Viro2012-10-122-23/+20Star
| * alpha: don't bother passing switch_stack separately from regsAl Viro2012-10-121-13/+13
| * alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro2012-10-122-17/+20
| * alpha: simplify TIF_NEED_RESCHED handlingAl Viro2012-10-121-17/+9Star
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-131-8/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-122-26/+19Star
|\|
| * alpha: don't open-code trace_report_syscall_{enter,exit}Al Viro2012-10-012-26/+19Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-103-113/+38Star
|\|
| * alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro2012-10-012-19/+13Star
| * alpha: switch to generic kernel_thread()Al Viro2012-10-013-69/+30Star
| * alpha: switch to generic sys_execve()Al Viro2012-10-012-30/+0Star
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-8/+5Star
|\ \
| * | switch simple cases of fget_light to fdgetAl Viro2012-09-271-9/+6Star
| * | switch osf_getdirentries() to fget_light()Al Viro2012-09-271-3/+3
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-2/+2
|\ \
| * | userns: On alpha modify linux_to_osf_stat to use convert from kuids and kgidsEric W. Biederman2012-09-211-2/+2
* | | 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-rc3 into tty-nextGreg Kroah-Hartman2012-08-275-165/+71Star
| |\ \ \ | | | |/ | | |/|
| * | | TTY: use tty_port_link_deviceJiri Slaby2012-08-141-0/+1
| | |/ | |/|
* | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-6/+0Star
|\ \ \
| * | | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-191-6/+0Star
| * | | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-191-1/+1
| | |/ | |/|
* | | alpha: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
* | | alpha: Fix preemption handling in idle loopFrederic Weisbecker2012-09-232-1/+3
|/ /
* | alpha: take kernel_execve() out of entry.SAl Viro2012-08-193-53/+19Star
* | alpha: take a bunch of syscalls into osf_sys.cAl Viro2012-08-193-110/+50Star
* | alpha: Use new generic strncpy_from_user() and strnlen_user()Michael Cree2012-08-191-2/+0Star
* | alpha: Wire up cross memory attach syscallsMichael Cree2012-08-191-0/+2
|/
* alpha: remove mysterious if zero-ed out includesPaul Bolle2012-07-311-12/+0Star