aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha (follow)
AgeCommit message (Expand)AuthorFilesLines
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/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-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/mmarek/kbuild-2.6Linus 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/rostedt/linux-2.6-trace into perf/coreIngo Molnar7-22/+38
2010-09-09perf: Remove the sysfs bitsPeter Zijlstra1-2/+1
2010-09-09perf: Rework the PMU methodsPeter Zijlstra1-18/+53