aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/tty-2.6Linus Torvalds1-0/+1
2011-03-16vfs: add nonconflicting values for O_PATHStephen Rothwell1-0/+2
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-36/+0
2011-03-11futex: Sanitize futex ops argument typesMichel Lespinasse1-6/+7
2011-03-11futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse1-10/+12
2011-02-17tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers1-0/+1
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-17alpha: fix breakage caused by df9ee29270Ivan Kokshaysky1-3/+5
2011-01-17alpha: kill off alpha_do_IRQKyle McMartin1-3/+0
2011-01-17alpha: use set_irq_chip and push down __do_IRQ to the machine typesKyle McMartin1-0/+3
2011-01-13thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli1-0/+1
2011-01-13thp: mm: define MADV_HUGEPAGEAndrea Arcangeli1-0/+2
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+1
2010-12-16TTY: Add tty ioctl to figure device node of the system console.Werner Fink1-0/+1
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra1-6/+0
2010-10-26alpha: use single HAE window on T2 core logic (gamma, sable)Ivan Kokshaysky2-37/+19
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 Zijlstra1-5/+0
2010-10-07Fix IRQ flag handling namingDavid Howells2-28/+67
2010-09-18alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro1-0/+1
2010-09-18alpha: wire up fanotify and prlimit64 syscallsMikael Pettersson1-1/+4
2010-09-18alpha: fix build breakage in asm/cacheflush.hTejun Heo1-0/+2
2010-08-31alpha: remove homegrown L1_CACHE_ALIGN macroFUJITA Tomonori1-1/+0
2010-08-14archs: replace unifdef-y with header-ySam Ravnborg1-6/+5
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-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 Cree1-1/+7
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 Cree1-0/+1
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori1-2/+0
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner1-1/+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 Tomonori1-18/+3
2010-05-26alpha: simplify and optimize sched_find_first_bitMatt Turner1-11/+9
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+10
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard1-2/+2