summaryrefslogtreecommitdiffstats
path: root/arch/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* alpha: forward declare struct pt_regs in processor.hRichard Weinberger2015-04-171-0/+1
* arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-121-2/+0
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-43/+43
|\
| * alpha: macro whitespace fixesMichael S. Tsirkin2015-01-131-41/+41
| * alpha/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-2/+2
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-5/+0
* | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* | alpha: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-7/+0
|/
* arch: Cleanup read_barrier_depends() and commentsAlexander Duyck2014-12-111-0/+51
* net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
* net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-051-0/+3
* net: introduce SO_INCOMING_CPUEric Dumazet2014-11-111-0/+2
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-0/+11
|\
| * Alpha: define syscall_get_arch()Eric Paris2014-09-231-0/+11
* | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-135/+82
|\ \
| * | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-2/+2
| * | locking,arch,alpha: Fold atomic_opsPeter Zijlstra2014-08-141-133/+80
* | | alpha: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2014-10-092-7/+1
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+1
|\ \ \
| * | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
* | | | asm/uapi: Add definition of TIOC[SG]RS485Ricardo Ribalda Delgado2014-09-281-0/+2
|/ / /
* | | alpha: io: implement relaxed accessor macros for writesWill Deacon2014-08-291-4/+8
* | | alpha: Wire up sched_setattr, sched_getattr, and renameat2 syscalls.Michael Cree2014-08-292-1/+4
* | | lib/scatterlist: clean up useless architecture versions of scatterlist.hLaura Abbott2014-08-082-6/+1
|/ /
* | arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-0/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-2/+2
|\
| * sched/idle, alpha: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra2014-05-081-2/+2
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-032-8/+0
|\ \
| * | arch,alpha: Convert smp_mb__*() to the asm-generic primitivesPeter Zijlstra2014-04-182-8/+0
| |/
* | PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-271-5/+0
|/
* arch: Remove stub cputime.h headersFrederic Weisbecker2014-03-132-6/+1
* locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
* locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-3/+3
* alpha: Enable system-call auditing support.蔡正龙2014-01-312-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-252-0/+3
|\
| * net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-181-0/+2
| * lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
* | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-121-20/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2013-11-205-26/+103
|\
| * alpha: Use qemu+cserve provided high-res clock and alarm.Richard Henderson2013-11-161-0/+70
| * alpha: Reorganize rtc handlingRichard Henderson2013-11-162-14/+1
| * alpha: Primitive support for CPU power down.Richard Henderson2013-11-162-0/+2
| * alpha: Notice if we're being run under QEMURichard Henderson2013-11-161-6/+12
| * alpha: Eliminate compiler warning from memset macroRichard Henderson2013-11-161-6/+18
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\ \ | |/ |/|
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | alpha: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-1/+3
|\ \
| * | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-281-1/+3
* | | errno.h: remove "NFS" from descriptions in commentsEric Sandeen2013-11-131-1/+1
| |/ |/|
OpenPOWER on IntegriCloud