aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-43/+43
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-6/+1
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-10alpha: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-7/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-16alpha/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-2/+6
2015-01-13alpha: macro whitespace fixesMichael S. Tsirkin1-41/+41
2015-01-13alpha/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-11arch: Cleanup read_barrier_depends() and commentsAlexander Duyck1-0/+51
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+5
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov1-0/+3
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+2
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-3/+4
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-1/+12
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-11/+11
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-135/+82
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+10
2014-10-09alpha: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2-7/+1
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee1-13/+10
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar1-2/+2
2014-09-28asm/uapi: Add definition of TIOC[SG]RS485Ricardo Ribalda Delgado1-0/+2
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-1/+1
2014-09-23Alpha: define syscall_get_arch()Eric Paris1-0/+11
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-08-29alpha: io: implement relaxed accessor macros for writesWill Deacon1-4/+8
2014-08-29alpha: Wire up sched_setattr, sched_getattr, and renameat2 syscalls.Michael Cree3-1/+7
2014-08-26alpha: Replace __get_cpu_varChristoph Lameter2-11/+11
2014-08-14locking,arch,alpha: Fold atomic_opsPeter Zijlstra1-133/+80
2014-08-08lib/scatterlist: clean up useless architecture versions of scatterlist.hLaura Abbott2-6/+1
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+1
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-8/+0
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-5/+0
2014-05-08sched/idle, alpha: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra1-2/+2
2014-04-18arch,alpha: Convert smp_mb__*() to the asm-generic primitivesPeter Zijlstra2-8/+0
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-0/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+0
2014-03-20audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro1-0/+1
2014-03-20alpha: Enable system-call auditing support.蔡正龙7-1/+80
2014-03-19alpha/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-6/+0
2014-03-13arch: Remove stub cputime.h headersFrederic Weisbecker2-6/+1
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen1-3/+3
2014-01-31alpha: fix broken network checksumMikulas Patocka1-2/+7
2014-01-31alpha: Enable system-call auditing support.蔡正龙7-1/+80
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+3
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham1-4/+4
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar1-0/+2
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-20/+5
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas1-2/+2
2014-01-02Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on alphaMark Salter1-0/+1
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-2/+2
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-12-11alpha/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang1-1/+1
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds23-387/+768
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2013-11-16alpha: Prevent a NULL ptr dereference in csum_partial_copy.Jay Estabrook1-5/+5
2013-11-16alpha: perf: fix out-of-bounds array access triggered from raw eventWill Deacon1-2/+13
2013-11-16alpha: Use qemu+cserve provided high-res clock and alarm.Richard Henderson4-7/+165
2013-11-16alpha: Switch to GENERIC_CLOCKEVENTSRichard Henderson5-109/+53
2013-11-16alpha: Enable the rpcc clocksource for single processorRichard Henderson1-30/+37
2013-11-16alpha: Reorganize rtc handlingRichard Henderson10-222/+328
2013-11-16alpha: Primitive support for CPU power down.Richard Henderson5-0/+58
2013-11-16alpha: Allow HZ to be configuredRichard Henderson3-11/+59
2013-11-16alpha: Notice if we're being run under QEMURichard Henderson3-7/+38
2013-11-16alpha: Eliminate compiler warning from memset macroRichard Henderson4-15/+33
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-0/+1
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+0
2013-11-15alpha: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+3
2013-11-13errno.h: remove "NFS" from descriptions in commentsEric Sandeen1-1/+1
2013-10-23alpha: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter1-0/+1
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet1-1/+3
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-3/+4
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers1-0/+5
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro1-9/+9
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro1-1/+1
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro1-11/+11
2013-07-19alpha: Use handle_percpu_irq for the timer interruptRichard Henderson1-1/+1
2013-07-19alpha: Force the user-visible HZ to a constant 1024.Richard Henderson2-10/+5
2013-07-19alpha: Don't if-out dp264_device_interrupt.Richard Henderson1-8/+0
2013-07-19alpha: Use __builtin_alpha_rpccRichard Henderson1-3/+1
2013-07-19alpha: Fix type compatibility warning for marvel_map_irqRichard Henderson1-1/+2
2013-07-19alpha: Generate dwarf2 unwind info for various kernel entry points.Richard Henderson1-111/+288
2013-07-19alpha: Implement atomic64_dec_if_positiveRichard Henderson2-0/+29
2013-07-19alpha: Improve atomic_add_unlessRichard Henderson1-23/+37
2013-07-19alpha: Add kcmp and finit_module syscallsRichard Henderson3-2/+5
2013-07-19alpha: locks: remove unused arch_*_relax operationsWill Deacon1-4/+0
2013-07-19alpha: kernel: typo issue, using '1' instead of '11'Chen Gang1-1/+1
2013-07-19alpha: kernel: using memcpy() instead of strcpy()Chen Gang1-1/+2
2013-07-19alpha: Convert print_symbol to %pSRJoe Perches1-5/+3
2013-07-14alpha: delete __cpuinit usage from all usersPaul Gortmaker2-7/+7
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-07-13Safer ABI for O_TMPFILEAl Viro1-1/+1
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-07-03mm/ALPHA: clean up unused VALID_PAGE()Jiang Liu1-2/+0
2013-07-03mm/alpha: unify mem_init() for both UMA and NUMA architecturesJiang Liu2-15/+2
2013-07-03mm/alpha: prepare for removing num_physpages and simplify mem_init()Jiang Liu2-62/+4
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu2-2/+2
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2-3/+3
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu2-3/+3
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2013-07-02Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+6
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro1-0/+1
2013-06-29[readdir] constify ->actorAl Viro1-7/+6
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-1/+3
2013-06-29hose_mmap_page_range(): io_remap_pfn_range() will set all those flags...Al Viro1-1/+0
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-17net: add socket option for low latency pollingEliezer Tamir1-0/+2
2013-05-20TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing2-2/+6
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-79/+14
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-14/+3
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-23/+1
2013-04-29mm/alpha: use common help functions to free reserved pagesJiang Liu3-26/+6
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-18/+22
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-3/+0
2013-04-09srm_env: don't bother with pointer to srm_env_tAl Viro1-24/+9
2013-04-09srm_env: use proc_remove_subtree()Al Viro1-57/+7
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-2/+2
2013-04-08alpha: Use generic idle loopThomas Gleixner3-21/+2
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-2/+0
2013-04-07alpha: irq: remove deprecated use of IRQF_DISABLEDWill Deacon3-9/+8
2013-04-07alpha: irq: run all handlers with interrupts disabledWill Deacon2-8/+8
2013-04-07alpha: makefile: don't enforce small data model for kernel buildsWill Deacon1-1/+1
2013-04-07alpha: Add irongate_io to PCI bus resourcesJay Estabrook1-0/+5
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-0/+2
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-03-08alpha: boot: fix build breakage introduced by system.h disintegrationWill Deacon1-0/+1
2013-03-03make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro1-1/+0
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2-13/+3
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-89/+48
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-11/+9
2013-02-21mm: use vm_unmapped_area() on alpha architectureMichel Lespinasse1-11/+9
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-9/+11
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+4
2013-02-14alpha: pass k_sigaction and siginfo_t using ksignal pointerAl Viro1-66/+45
2013-02-14burying unused conditionalsAl Viro2-2/+0
2013-02-03alpha: switch to generic old sigsuspendAl Viro2-10/+1
2013-02-03alpha: remove stray debris left in copy_process()Al Viro1-1/+0
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro1-6/+0
2013-02-03consolidate declarations of k_sigactionAl Viro1-4/+1
2013-02-03sanitize rt_sigaction() situation a bitAl Viro1-0/+1
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-2/+4
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+0
2013-01-23soreuseport: infrastructureTom Herbert1-1/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+2
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat1-0/+1
2013-01-15TTY: switch tty_schedule_flipJiri Slaby1-9/+8
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+2
2013-01-11arch/alpha: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
2013-01-03ALPHA: drivers: remove __dev* attributes.Greg Kroah-Hartman4-13/+11
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-18/+3
2012-12-19alpha: switch to generic sigaltstackAl Viro2-9/+2
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro1-6/+0
2012-12-19new helper: current_user_stack_pointer()Al Viro1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-17UAPI: (Scripted) Disintegrate arch/alpha/include/asmDavid Howells54-1275/+1349
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-9/+5
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-103/+43
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds1-0/+11
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-0/+11
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-1/+7
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-11-29new helper: signal_pt_regs()Al Viro1-0/+1
2012-11-29unify default ptrace_signal_deliverAl Viro1-3/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28alpha: switch to generic fork/vfork/cloneAl Viro4-59/+17
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro1-1/+1
2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro1-1/+1
2012-11-28alpha: reorganize copy_process(), prepare to saner fork_idle()Al Viro1-21/+14
2012-11-28alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro2-12/+8
2012-11-28alpha: simplify fork and friendsAl Viro2-19/+14
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2012-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2012-11-17irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker1-1/+0
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-1/+4
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1