aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2011-09-14alpha, gpio: GENERIC_GPIO default must be nBen Hutchings1-1/+1
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-08-25alpha: unbreak osf_setsysinfo(SSI_NVPAIRS, [SSIN_UACPROC, UAC_SIGBUS])Sergei Trofimovich3-18/+11
2011-08-03Merge branch 'apei' into apei-releaseLen Brown1-0/+1
2011-08-03Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying1-0/+1
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds19-27/+27
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-1/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-5/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma5-5/+4
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita1-2/+1
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger1-1/+0
2011-07-25Merge 'akpm' patch seriesLinus Torvalds1-1/+0
2011-07-25alpha, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-34/+0
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-5/+1
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle19-27/+27
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-1/+1
2011-07-01irq_work, alpha: Fix up arch hooksPeter Zijlstra1-1/+1
2011-06-27Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki1-1/+0
2011-06-15alpha: fix several security issuesDan Rosenberg1-4/+7
2011-06-09pcspkr: Cleanup Kconfig dependenciesRalf Baechle1-0/+1
2011-06-09i8253: Alpha, PowerPC: Remove unused asm/8253pit.hRalf Baechle1-3/+0
2011-06-09alpha: i8253: Cleanup remaining users of i8253pit.hRalf Baechle2-2/+0
2011-05-28Merge branch 'setns'Linus Torvalds2-1/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman2-1/+3
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-4/+0
2011-05-25Remove unused PROC_CHANGE_PENALTY constantStephen Boyd1-2/+0
2011-05-25alpha: hook up gpiolib supportMark Brown2-0/+59
2011-05-25alpha: replace with new cpumask APIsKOSAKI Motohiro5-12/+14
2011-05-25alpha, mm: set all online nodes in N_NORMAL_MEMORYDavid Rientjes1-0/+1
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-05-20extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt1-0/+1
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds1-2/+1
2011-05-13alpha: Wire up syscalls new to 2.6.39Michael Cree2-5/+13
2011-05-13alpha: convert to clocksource_register_hzJohn Stultz1-2/+1
2011-04-21Merge commit 'v2.6.39-rc4' into sched/coreIngo Molnar8-19/+16
2011-04-17alpha: Fix uninitialized value in read_persistent_clock.Richard Henderson1-0/+1
2011-04-17alpha: Fix RTC interrupt setup.Richard Henderson1-1/+1
2011-04-17alpha: Remove set but unused variables.Richard Henderson5-17/+13
2011-04-17alpha: Don't force -Werror.Richard Henderson1-1/+1
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi7-8/+8
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner1-1/+0
2011-03-29alpha: Use generic show_interrupts()Thomas Gleixner2-57/+11
2011-03-29alpha: Convert to new irq function namesThomas Gleixner20-34/+38
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-03-23remove dma64_addr_tFUJITA Tomonori1-11/+0
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita1-2/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita1-0/+1
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-1/+0
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying1-0/+2
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-2/+3
2011-03-16vfs: add nonconflicting values for O_PATHStephen Rothwell1-0/+2
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+2
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-36/+0
2011-03-15Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-13/+16
2011-03-14clean statfs-like syscalls upAl Viro1-28/+8
2011-03-11futex: Sanitize futex ops argument typesMichel Lespinasse1-6/+7
2011-03-11futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse1-10/+12
2011-03-09alpha: fix compile error from IRQ clean upMatt Turner1-0/+1
2011-03-02alpha: Enable GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner1-0/+1
2011-03-02alpha: irq: Convert affinity to use irq_dataThomas Gleixner1-4/+9
2011-03-02alpha: irq: Remove pointless irq status manipulationThomas Gleixner1-8/+3
2011-03-02alpha: titan: Convert irq_chip functionsThomas Gleixner1-9/+12
2011-03-02alpha: takara: Convert irq_chip functionsThomas Gleixner1-6/+8
2011-03-02alpha: sable: Convert irq_chip functionsThomas Gleixner1-10/+10
2011-03-02alpha: rx164: Convert irq_chip functionsThomas Gleixner1-8/+8
2011-03-02alpha: noritake: Convert irq_chip functionsThomas Gleixner1-8/+8
2011-03-02alpha: rawhide: Convert irq_chip functionsThomas Gleixner1-7/+10
2011-03-02alpha: mikasa: Convert irq_chip functionsThomas Gleixner1-8/+8
2011-03-02alpha: marvel: Convert irq_chip functionsThomas Gleixner1-23/+19
2011-03-02alpha: eiger: Convert irq_chip functionsThomas Gleixner1-6/+8
2011-03-02alpha: eb64p: Convert irq_chip functionsThomas Gleixner1-9/+9
2011-03-02alpha: dp264: Convert irq_chip functionsThomas Gleixner1-25/+27
2011-03-02alpha: cabriolet: Convert irq_chip functionsThomas Gleixner1-8/+8
2011-03-02alpha: i8259, alcor, jensen wildfire: Convert irq_chipThomas Gleixner5-52/+58
2011-03-02alpha: srm: Convert irq_chip functionsThomas Gleixner1-8/+8
2011-03-02alpha: Pyxis convert irq_chip functionsThomas Gleixner1-10/+10
2011-03-02Fix typo in call to irq_to_desc()Morten Holst Larsen1-1/+1
2011-02-17tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers1-0/+1
2011-02-17mm: Fix out-of-date comments which refers non-existent functionsRyota Ozaki1-1/+1
2011-01-31alpha: Change do_timer() to xtime_update()Torben Hohn1-6/+2
2011-01-27rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner1-5/+0
2011-01-27rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner1-5/+0
2011-01-27rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner1-14/+0
2011-01-27rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner1-8/+0
2011-01-27rwsem: Cleanup includesThomas Gleixner1-4/+0
2011-01-27alpha: Replace deprecated spinlock initializationThomas Gleixner1-1/+1
2011-01-25alpha: use L1_CACHE_BYTES for cacheline size in the linker scriptTejun Heo1-2/+3
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-1/+1
2011-01-21alpha: Use generic irq KconfigThomas Gleixner1-13/+3
2011-01-21genirq: Remove __do_IRQThomas Gleixner1-3/+0
2011-01-17alpha: fix WARN_ON in __local_bh_enable()Ivan Kokshaysky1-3/+2
2011-01-17alpha: fix breakage caused by df9ee29270Ivan Kokshaysky1-3/+5
2011-01-17alpha: add GENERIC_HARDIRQS_NO__DO_IRQ to KconfigMatt Turner1-0/+3
2011-01-17alpha/osf_sys: remove unused MAX_SELECT_SECONDSNamhyung Kim1-3/+0
2011-01-17alpha: change to new Makefile flag variablesmatt mooney5-7/+7
2011-01-17alpha: kill off alpha_do_IRQKyle McMartin21-460/+94
2011-01-17alpha: irq clean upKyle McMartin20-58/+67
2011-01-17alpha: use set_irq_chip and push down __do_IRQ to the machine typesKyle McMartin20-48/+59
2011-01-13thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli1-0/+1
2011-01-13thp: mm: define MADV_HUGEPAGEAndrea Arcangeli1-0/+2
2011-01-13set_rtc_mmss: show warning message only onceStephen Hemminger1-1/+1
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2010-12-16TTY: Add tty ioctl to figure device node of the system console.Werner Fink1-0/+1
2010-12-16perf: Dynamic pmu typesPeter Zijlstra1-1/+1
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra3-11/+6
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-4/+0
2010-10-27alpha: remove dma64_addr_t usageFUJITA Tomonori1-2/+2
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-3/+4
2010-10-26alpha: use single HAE window on T2 core logic (gamma, sable)Ivan Kokshaysky4-40/+30
2010-10-26alpha: enable ARCH_DMA_ADDR_T_64BITFUJITA Tomonori1-0/+3
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra1-2/+0
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2-28/+67
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra3-20/+16
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek19-907/+1012
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar4-56/+24
2010-10-07Fix IRQ flag handling namingDavid Howells2-28/+67
2010-09-30Fix up more fallout form alpha signal cleanupsLinus Torvalds1-1/+1
2010-09-28alpha: fix compile problem in arch/alpha/kernel/signal.cLinus Torvalds1-2/+2
2010-09-27alpha: __get_user/__put_user results need to be checked...Al Viro1-4/+4
2010-09-27alpha: switch osf_sigprocmask() to use of sigprocmask()Al Viro3-47/+12
2010-09-25alpha: fix usp value in multithreaded coredumpsAl Viro1-1/+1
2010-09-25alpha: fix hae_cache race in RESTORE_ALLAl Viro1-4/+7
2010-09-21Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar13-131/+88
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe1-4/+0
2010-09-18alpha: deal with multiple simultaneously pending signalsAl Viro1-5/+11
2010-09-18alpha: fix a 14 years old bug in sigreturn tracingAl Viro1-2/+11
2010-09-18alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro3-69/+2
2010-09-18alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro1-1/+2
2010-09-18alpha: Shift perf event pending work earlier in timer interruptMichael Cree1-5/+5
2010-09-18alpha: wire up fanotify and prlimit64 syscallsMikael Pettersson2-1/+7
2010-09-18alpha: kill big kernel lockArnd Bergmann2-8/+0
2010-09-18alpha: fix build breakage in asm/cacheflush.hTejun Heo1-0/+2
2010-09-18alpha: remove unnecessary cast from void* in assignment.matt mooney2-2/+2
2010-09-18alpha: Use static const char * const where possibleJoe Perches4-38/+46
2010-09-15alpha: Fix HW performance counters to be stopped properlyMichael Cree1-9/+10
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar7-22/+38
2010-09-09perf: Remove the sysfs bitsPeter Zijlstra1-2/+1
2010-09-09perf: Rework the PMU methodsPeter Zijlstra1-18/+53
2010-09-09perf: Per PMU disablePeter Zijlstra1-14/+16
2010-09-09perf: Register PMU implementationsPeter Zijlstra1-15/+22
2010-09-09perf: Deconstify struct pmuPeter Zijlstra1-2/+2
2010-09-01alpha: Fix printk format errorsMichael Cree1-3/+3
2010-08-31alpha: convert perf_event to use local_tMichael Cree1-9/+9
2010-08-31Fix call to replaced SuperIO functionsMorten H. Larsen3-8/+25
2010-08-31alpha: remove homegrown L1_CACHE_ALIGN macroFUJITA Tomonori1-1/+0
2010-08-28Alpha: Fix a missing comma in sys_osf_statfs()David Howells1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-14defconfig reductionSam Ravnborg1-867/+17
2010-08-14archs: replace unifdef-y with header-ySam Ravnborg1-6/+5
2010-08-13Mark arguments to certain syscalls as being constDavid Howells2-4/+4
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-1/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-1/+0
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com2-0/+3
2010-08-10tty: remove remaining Hayes ESP ioctlsGreg Kroah-Hartman1-2/+0
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2010-08-09alpha/h8300/m68k: remove obsolete <asm/md.h> filesGeert Uytterhoeven1-13/+0
2010-08-09alpha: implement HW performance events on the EV67 and later CPUsMichael Cree5-1/+879
2010-08-09alpha: add wrperfmon.h header file to aid use of wrperfmon PALcallMichael Cree1-0/+93
2010-08-09alpha: add performance monitor interrupt counterMichael Cree2-2/+6
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig1-4/+4
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori1-2/+0
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-4/+0
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz1-4/+0
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner7-52/+157
2010-06-15alpha: Detect Super IO chip, no IDE on Avanti, enable EPP19Morten H. Larsen5-49/+155
2010-06-15alpha: fix pci_mmap_resource API breakageMatt Turner1-2/+1
2010-06-15alpha: fix __arch_hweight32 typoMatt Turner1-1/+1
2010-06-09arch: Implement local64_tPeter Zijlstra1-0/+1
2010-05-27asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hFUJITA Tomonori1-3/+1
2010-05-27alpha: use asm-generic/scatterlist.hFUJITA Tomonori2-18/+6
2010-05-26Revert "endian: #define __BYTE_ORDER"Linus Torvalds1-0/+5
2010-05-26alpha: simplify and optimize sched_find_first_bitMatt Turner1-11/+9
2010-05-26alpha: invoke oom-killer from page faultNick Piggin1-9/+2
2010-05-26Convert alpha to use clocksources instead of arch_gettimeoffsetJohn Stultz2-42/+31
2010-05-25endian: #define __BYTE_ORDERJoakim Tjernlund1-5/+0
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-3/+5
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-54/+50
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+10
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard1-2/+2
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger1-1/+1
2010-04-06bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra1-8/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo15-7/+11
2010-03-18alpha: fix compile errors in dma-mapping-common.hFUJITA Tomonori4-4/+0
2010-03-18alpha: remove trailing spaces in messagesFrans Pop2-2/+2
2010-03-18alpha: use __ratelimitAkinobu Mita1-7/+3
2010-03-13alpha: Convert alpha to use read/update_persistent_clockJohn Stultz2-54/+50
2010-03-12dma-mapping: alpha: use include/linux/pci-dma-compat.hFUJITA Tomonori5-342/+165
2010-03-12pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori1-2/+0
2010-03-12pci-dma: alpha: use include/linux/pci-dma.hFUJITA Tomonori2-13/+4
2010-03-12alpha: remove dma_sync_single_rangeFUJITA Tomonori1-1/+0