summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-152-9/+10
|\
| * alpha/PCI: Make pdev_save_srm_config() staticBjorn Helgaas2017-11-072-9/+10
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0275-0/+75
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0275-0/+75
| |/
* | alpha/PCI: Move pci_map_irq()/pci_swizzle() out of initdataLorenzo Pieralisi2017-10-2617-54/+54
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-111-3/+3
|\
| * signal/alpha: Document a conflict with SI_USER for SIGTRAPEric W. Biederman2017-07-191-3/+3
* | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-082-11/+47
|\ \
| * | alpha/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-032-11/+47
| |/
* | alpha: math-emu: Fix modular buildBen Hutchings2017-09-041-0/+2
* | alpha: use kobj_to_dev()Geliang Tang2017-09-041-2/+1
* | alpha: squash lines for immediate returnMasahiro Yamada2017-09-043-15/+4
* | alpha: kernel: Use vma_pages()Shyam Saini2017-09-041-2/+2
* | alpha: silence a buffer overflow warningDan Carpenter2017-09-041-2/+3
* | alpha: marvel: make use of raw_spinlock variantsJulia Cartwright2017-09-042-7/+7
* | alpha: Fix section mismatchesMatt Turner2017-08-292-3/+3
* | alpha: support R_ALPHA_REFLONG relocations for module loadingMichael Cree2017-08-291-0/+3
* | alpha: Update for new syscallsRichard Henderson2017-08-291-0/+9
* | alpha: Fix build error without CONFIG_VGA_HOSE.Matt Turner2017-08-292-0/+4
|/
* osf_sigstack(): switch to put_user()Al Viro2017-05-271-3/+2
* osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()Al Viro2017-05-271-24/+29
* Merge branch 'work.sys_wait' into misc.alphaAl Viro2017-05-271-37/+14
|\
| * osf_wait4: switch to kernel_wait4()Al Viro2017-05-211-39/+14
| * osf_wait4(): fix infoleakAl Viro2017-05-211-2/+4
* | osf_getdomainname(): use copy_to_user()Al Viro2017-05-271-14/+9
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-1/+3
|\
| * time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-141-1/+3
| |
| \
*-. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-261-110/+42
|\ \ \ | | |/
| * | alpha: add a helper for emitting exception table entriesAl Viro2017-03-281-108/+40
| * | alpha: don't bother with __access_ok() in traps.cAl Viro2017-03-281-2/+2
| |/
* | alpha: fix stack smashing in old_adjtimex(2)Al Viro2017-04-061-1/+1
|/
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-3/+3
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-4/+4
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-4/+4
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-211-1/+1
|\ \
| * | alpha: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-241-1/+1
| |/
* | alpha: Convert obsolete cputime_t to nsecsFrederic Weisbecker2017-02-011-4/+4
* | sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-2/+2
* | sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-011-1/+1
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2410-10/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-1/+1
|\
OpenPOWER on IntegriCloud