summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-253-6/+6
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-1/+1
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-243-6/+6
* | alpha: use generic current.hDavidlohr Bueso2017-02-242-9/+1
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-212-2/+2
|\ \
| * | alpha: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-242-2/+2
| |/
* | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
* | 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-2414-14/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-1/+1
|\
| * ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-221-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-0/+8
|\ \
| * | posix-timers: Make them configurableNicolas Pitre2016-11-161-0/+8
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-122-10/+0
|\ \
| * | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
| * | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
| * | locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
| * | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-9/+0
| |/
* / tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-0/+2
|/
* Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-191-3/+6
|\
| * mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-3/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-143-41/+7
|\ \
| * \ Merge branch 'work.uaccess' into for-linusAl Viro2016-10-143-41/+7
| |\ \ | | |/ | |/|
| | * alpha: get rid of tail-zeroing in __copy_user()Al Viro2016-09-153-41/+7
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-1441-131/+99
|\ \ \ | |/ / |/| |
| * | alpha: move exports to actual definitionsAl Viro2016-08-0741-131/+99
* | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-101-0/+5
|\ \ \
| * | | x86/pkeys: Allocation/free syscallsDave Hansen2016-09-091-0/+5
| |/ /
* | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* | | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-071-1/+0
| |/ |/|
* | alpha: fix copy_from_user()Al Viro2016-09-091-11/+8
|/
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-053-6/+2
|\
| * char/genrtc: remove alpha supportArnd Bergmann2016-06-042-2/+0
| * rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann2016-06-041-4/+2
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-043-9/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-022-28/+1
|\ \
| * | signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-021-27/+0
| * | treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-1/+1
|\ \ \ | |/ / |/| |
| * | Kbuild: arch: look for generated headers in obtreeArnd Bergmann2016-07-181-1/+1
| |/
* | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-253-72/+92
|\ \
| * | locking/atomic, arch/alpha: Convert to _relaxed atomicsPeter Zijlstra2016-06-161-12/+24
| * | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| * | locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra2016-06-161-9/+56