summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-05-15[POWERPC] spufs: Fix pointer reference in find_victimLuke Browning1-1/+1
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-126/+31
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-8/+0
2008-05-14atmel_lcdfb: fix initialization of a pre-allocated framebufferNicolas Ferre2-23/+2
2008-05-14[IA64] Properly unregister legacy interruptsPrarit Bhargava1-0/+3
2008-05-14[IA64] Remove NULL pointer check for argument never passed as NULL.Simon Holm Thøgersen1-6/+0
2008-05-14[IA64] trivial cleanup for perfmon.cHidetoshi Seto1-6/+10
2008-05-14[IA64] trivial cleanup for entry.SHidetoshi Seto1-6/+6
2008-05-14[IA64] fix interrupt masking for pending works on kernel leaveHidetoshi Seto2-8/+31
2008-05-14[IA64] allow user to force_pal_cache_flushAlex Chiang1-0/+11
2008-05-14[IA64] Don't reserve crashkernel memory > 4 GBBernhard Walle1-0/+29
2008-05-14[IA64] machvec support for SGI UV platformJack Steiner7-2/+154
2008-05-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-32/+39
2008-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2-6/+6
2008-05-13x86: user_regset_view table fix for ia32 on 64-bitRoland McGrath1-2/+5
2008-05-13x86: arch/x86/mm/pat.c - fix warningPranith Kumar1-2/+2
2008-05-13x86: fix csum_partial() exportIngo Molnar2-2/+3
2008-05-13x86: early_init_centaur(): use set_cpu_cap()Andrew Morton1-1/+1
2008-05-13x86: fix app crashes after SMP resumeHugh Dickins3-19/+20
2008-05-13x86/PCI: X86_PAT & mprotectVenki Pallipadi1-3/+1
2008-05-13x86/PCI: fix broken ISA DMATakashi Iwai1-3/+5
2008-05-13m68knommu: missing sections for linker scriptGreg Ungerer1-0/+10
2008-05-13parisc: fix DISCONTIGMEM compile breakageMel Gorman1-1/+1
2008-05-13mn10300: replace deprecated "TOPDIR" with newer "srctree"Robert P. J. Day1-8/+8
2008-05-13m68knommu: ColdFire add support for kernel preemption (missing chunk)Sebastian Siewior1-0/+3
2008-05-13uml: track and make up lost ticksJeff Dike3-6/+53
2008-05-13uml: style fixes in the random driverJeff Dike1-38/+41
2008-05-13uml: random driver fixesJeff Dike4-30/+63
2008-05-13uml: physical memory shouldn't include initial stackJeff Dike1-1/+4
2008-05-13uml: use PAGE_SIZE in linker scriptsCyrill Gorcunov3-13/+15
2008-05-13uml: use DIV_ROUND_UPJiri Olsa1-2/+2
2008-05-13uml: fix CONFIG_RAW dependenciesRobert P. J. Day1-3/+3
2008-05-13uml: use __SPIN_LOCK_UNLOCKEDJeff Dike1-2/+2
2008-05-13uml: fix bad NTP interaction with clockJeff Dike1-2/+2
2008-05-13uml: fix build when SLOB is enabledJeff Dike17-24/+28
2008-05-13uml: fix errno returnJohann Felix Soden1-1/+1
2008-05-13uml: tidy ptrace interfaceJeff Dike6-62/+23
2008-05-13uml: style fixesJeff Dike4-15/+4
2008-05-13uml: redo host capability detection and disablingJeff Dike1-40/+41
2008-05-13[POWERPC] 85xx: SBC8548 - Add flash support and HW Rev reportingJeremy McNicoll2-1/+123
2008-05-13[POWERPC] 85xx: Fix some sparse warnings for 85xx MDSAndy Fleming1-1/+1
2008-05-13[POWERPC] 83xx: Enable DMA engine on the MPC8377 MDS board.Zhang Wei1-0/+27
2008-05-13[POWERPC] 86xx: mpc8610_hpcd: fix second serial portAnton Vorontsov1-2/+12
2008-05-13[POWERPC] 86xx: mpc8610_hpcd: add support for NOR and NAND flashesAnton Vorontsov3-4/+145
2008-05-13[POWERPC] 85xx: Add 8568 PHY workarounds to board codeAndy Fleming1-0/+119
2008-05-13[POWERPC] 86xx: mpc8610_hpcd: use ULI526X driver for on-board ethernetAnton Vorontsov1-5/+2
2008-05-12sparc64: Use a TS_RESTORE_SIGMASKDavid S. Miller3-20/+20
2008-05-13[Blackfin] arch: rename bf5xx-flash to bfin-async-flashMike Frysinger2-20/+14
2008-05-12sparc: Fix mremap address range validation.David S. Miller3-106/+11
2008-05-12Merge branch 'linus' into x86/urgentIngo Molnar73-1135/+1067