summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] arch/alpha: Use ARRAY_SIZE macroTobias Klauser2006-07-315-38/+34Star
* [PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl2006-07-103-2/+3
* [PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl2006-07-101-0/+1
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-041-1/+1
* [PATCH] irq-flags: ALPHA: Use the new IRQF_ constantsThomas Gleixner2006-07-024-11/+11
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3027-27/+0Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-291-2/+2
|\
| * [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-271-2/+2
* | [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-291-1/+1
* | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-2920-30/+30
* | [PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki2006-06-281-1/+1
|/
* [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER2006-06-231-1/+1
* [PATCH] Remove duplicate symbol exports on AlphaMathieu Chouquet-Stringer2006-06-231-12/+0Star
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-1/+1
* [PATCH] alpha: SMP IRQ routing fixIvan Kokshaysky2006-06-054-15/+8Star
* [PATCH] No arch-specific strpbrk implementationsKyle McMartin2006-04-111-1/+0Star
* [PATCH] alpha: SMP boot fixesBrian Uhrain says2006-04-112-5/+20
* Manual merge with Linus.Dmitry Torokhov2006-04-025-15/+7Star
|\
| * [PATCH] unexport get_wchanAdrian Bunk2006-03-311-2/+0Star
| * [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-311-1/+1
| * [PATCH] RTC: Remove RTC UIP synchronization on AlphaMatt Mackall2006-03-281-1/+2
| * [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-2/+3
| * [PATCH] unify PFN_* macrosDave Hansen2006-03-271-8/+1Star
| * [PATCH] consolidate sys32/compat_adjtimexStephen Rothwell2006-03-261-1/+0Star
* | Input: pcspkr - separate device and driver registrationMichael Neuling2006-03-141-0/+18
|/
* [PATCH] alpha: fix IRQ handling lockupIvan Kokshaysky2006-03-101-1/+6
* [PATCH] alpha: set cpu_possible_map much earlierIvan Kokshaysky2006-02-081-21/+4Star
* [PATCH] alpha show_interrups() trashes argumentEric Sesterhenn2006-02-011-20/+16Star
* [PATCH] alpha: Fix getxpid on alpha so it works for threadsEric W. Biederman2006-02-012-7/+10
* [PATCH] vfs: *at functions: coreUlrich Drepper2006-01-191-1/+1
* [PATCH] alpha: task_pt_regs()akpm@osdl.org2006-01-122-17/+9Star
* [PATCH] alpha: task_stack_page()Al Viro2006-01-122-4/+4
* [PATCH] alpha: task_thread_info()Al Viro2006-01-123-22/+22
* [PATCH] capable/capability.h (arch/)Randy Dunlap2006-01-121-0/+1
* [PATCH] dump_thread() cleanupakpm@osdl.org2006-01-101-1/+0Star
* [PATCH] PCI: pci_find_device remove (alpha/kernel/sys_alcor.c)Jiri Slaby2006-01-091-1/+2
* [PATCH] PCI: pci_find_device remove (alpha/kernel/sys_sio.c)Jiri Slaby2006-01-091-3/+3
* [PATCH] Don't attempt to power off if power off is not implementedEric W. Biederman2006-01-091-0/+5
* [PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig2006-01-091-19/+5Star
* [PATCH] Alpha: convert to generic irq framework (alpha part)Ivan Kokshaysky2006-01-062-622/+9Star
* [PATCH] arch/alpha/kernel/machvec_impl.h: C99 struct initializerAl Viro2005-12-151-1/+1
* [PATCH] sched: resched and cpu_idle reworkNick Piggin2005-11-091-7/+3Star
* [PATCH] jiffies_64 cleanupThomas Gleixner2005-10-311-4/+0Star
* [PATCH] gfp_t: remaining bits of arch/*Al Viro2005-10-281-1/+1
* [PATCH] gfp_t: dma-mapping (alpha)Al Viro2005-10-281-1/+1
* [PATCH] alpha: fix kernel alignment trapsRichard Henderson2005-10-022-8/+8
* [PATCH] alpha: fix kernel panic during SysRq-bIvan Kokshaysky2005-09-231-0/+4
* [PATCH] Alpha: ISA IRQs fixup for dp264Ivan Kokshaysky2005-09-191-18/+23
* [PATCH] files: fix preemption issuesDipankar Sarma2005-09-171-1/+6
* [PATCH] alpha: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-101-2/+1Star