summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-031-0/+3
|\
| * UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-8/+5
|\ \
| * | switch simple cases of fget_light to fdgetAl Viro2012-09-261-9/+6
| * | switch osf_getdirentries() to fget_light()Al Viro2012-09-261-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-2720-1167/+177
| |\ \ \ | | | |/ | | |/|
| * | | TTY: use tty_port_link_deviceJiri Slaby2012-08-131-0/+1
| | |/ | |/|
* | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-6/+0
|\ \ \
| * | | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-181-6/+0
| * | | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-181-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: Fix fall-out from disintegrating asm/system.hMichael Cree2012-08-191-0/+1
* | Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsMel Gorman2012-08-191-2/+2
* | alpha: fix fpu.h usage in userspaceMike Frysinger2012-08-191-0/+2
* | alpha/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2012-08-191-6/+30
* | alpha: take kernel_execve() out of entry.SAl Viro2012-08-193-53/+19
* | alpha: take a bunch of syscalls into osf_sys.cAl Viro2012-08-194-111/+54
* | alpha: Use new generic strncpy_from_user() and strnlen_user()Michael Cree2012-08-199-994/+62
* | alpha: Wire up cross memory attach syscallsMichael Cree2012-08-192-1/+5
* | alpha: Don't export SOCK_NONBLOCK to user space.Michael Cree2012-08-191-0/+2
|/
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-302-1/+1
* alpha: remove mysterious if zero-ed out includesPaul Bolle2012-07-301-12/+0
* Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-6/+0
|\
| * alpha/PCI: factor out pcibios_setup()Myron Stowe2012-06-261-6/+0
* | Merge branch 'topic/sebastian-devinit-fixups' into nextBjorn Helgaas2012-06-181-6/+3
|\ \
| * | alpha/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior2012-06-121-6/+3
| |/
* | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-15/+3
|\
| * new helper: signal_delivered()Al Viro2012-06-011-1/+1
| * most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-2/+0
| * pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-5/+0
| * new helper: sigmask_to_save()Al Viro2012-06-011-4/+1
| * new helper: restore_saved_sigmask()Al Viro2012-06-011-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-3/+0
|\ \ | |/ |/|
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\ \ | |/ |/|
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \
| * \ Merge branch 'linus' into queueMarcelo Tosatti2012-04-193-69/+74
| |\ \
| * | | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-55/+4
|\ \ \ \
| * | | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-111-55/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2012-05-245-5/+183
|\ \ \ \ \
| * | | | | alpha: add io{read,write}{16,32}be functionsMichael Cree2012-05-241-0/+5
| * | | | | alpha: implement various OSF/1 stat syscallsMans Rullgard2012-05-243-5/+174
| * | | | | alpha: implement setsysinfo(SSI_LMF) as a no-opMans Rullgard2012-05-242-0/+4
| | |_|_|/ | |/| | |
OpenPOWER on IntegriCloud