aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2009-05-08x86, boot: straighten out ranges to copy/zero in compressed/head*.SH. Peter Anvin
2009-05-08x86, boot: stylistic cleanups for boot/compressed/head_64.SH. Peter Anvin
2009-05-08x86, boot: stylistic cleanups for boot/compressed/head_32.SH. Peter Anvin
2009-05-08x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.SH. Peter Anvin
2009-05-08x86, boot: follow standard Kbuild style for compression suffixH. Peter Anvin
2009-05-08x86, boot: simplify arch/x86/boot/compressed/MakefileH. Peter Anvin
2009-05-08x86: add a Kconfig symbol for when relocations are neededH. Peter Anvin
2009-05-08x86, boot: align the .bss section in the decompressorH. Peter Anvin
2009-04-30x86: boot/compressed/vmlinux.lds.S: fix build of bzImage with 64 bit compilerSam Ravnborg
2009-04-29x86, vmlinux.lds: fix relocatable symbolsIngo Molnar
2009-04-29x86, vmlinux.lds: add copyrightIngo Molnar
2009-04-29x86, vmlinux.lds: unify remaining partsSam Ravnborg
2009-04-29x86, vmlinux.lds: unify percpuSam Ravnborg
2009-04-29x86, vmlinux.lds: unify .exit.* and .init.ramfsSam Ravnborg
2009-04-29x86, vmlinux.lds: unify parainstructionsSam Ravnborg
2009-04-29x86, vmlinux.lds: unify first part of initdataSam Ravnborg
2009-04-29x86, vmlinux.lds: move vsyscall output sectionsSam Ravnborg
2009-04-29x86, vmlinux.lds: unify data output sectionsSam Ravnborg
2009-04-29x86, vmlinux.lds: unify exception tableSam Ravnborg
2009-04-29x86, vmlinux.lds: unify .text output sectionsSam Ravnborg
2009-04-29x86, vmlinux.lds: unify start/end of SECTIONSSam Ravnborg
2009-04-29x86, vmlinux.lds: unify PHDRSSam Ravnborg
2009-04-29x86, vmlinux.lds: unify header/footerSam Ravnborg
2009-04-29x86: beautify vmlinux_32.lds.SSam Ravnborg
2009-04-27x86: unify arch/x86/boot/compressed/vmlinux_*.ldsLinus Torvalds
2009-04-27x86: beautify vmlinux_64.lds.SSam Ravnborg
2009-04-16x86: standardize Kbuild rulesSam Ravnborg
2009-04-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds
2009-04-15acpi-cpufreq: fix 'smp_call_function_many()' confusionLinus Torvalds
2009-04-15powerpc: pseries/dtl.c should include asm/firmware.hSachin Sant
2009-04-15powerpc: Fix data-corrupting bug in __futex_atomic_opPaul Mackerras
2009-04-15powerpc/pseries: Set error_state to pci_channel_io_normal in eeh_report_reset()Mike Mason
2009-04-15powerpc: Allow 256kB pages with SHMEMHugh Dickins
2009-04-14x86 microcode: revert some work_on_cpuHugh Dickins
2009-04-14Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2009-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2009-04-14parport_pc: Fix build failure drivers/parport/parport_pc.c for powerpcTony Breeds
2009-04-14parport: Fix various uses of parport_pcAlan Cox
2009-04-14microblaze: remove duplicated #include'sHuang Weiyi
2009-04-14microblaze: struct device - replace bus_id with dev_name()Michal Simek
2009-04-14microblaze: Simplify copy_thread()Michal Simek
2009-04-14microblaze: Add TIMESTAMPING constants to socket.hMichal Simek
2009-04-14microblaze: Add missing empty ftrace.h fileMichal Simek
2009-04-14microblaze: Fix problem with removing zero length filesMichal Simek
2009-04-14sh: Add in PCI bus for DMA API debugging.Paul Mundt
2009-04-14sh: Pre-allocate a reasonable number of DMA debug entries.Paul Mundt
2009-04-13Fix quilt merge error in acpi-cpufreq.cLinus Torvalds
2009-04-13Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-04-14sh: sh7786: modify usb setup timeout judgment bug.Kuninori Morimoto
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang