summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-06-263-4/+4
|\
| * kconfig: integrate split config into silentoldconfigRoman Zippel2006-06-093-4/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-06-2610-91/+110
|\ \
| * | [CRYPTO] aes: Add wrappers for assembly routinesHerbert Xu2006-06-263-8/+28
| * | [CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu2006-06-2610-73/+83
| * | [CRYPTO] digest: Remove unnecessary zeroing during initHerbert Xu2006-06-262-12/+12
| * | [CRYPTO] aes-i586: Get rid of useless function wrappersHerbert Xu2006-06-262-19/+8
* | | [PATCH] m68knommu: use configurable RAM setup in start up codeGreg Ungerer2006-06-261-72/+10
* | | [PATCH] m68knommu: use configurable RAM setup in linker scriptGreg Ungerer2006-06-261-154/+6
* | | [PATCH] m68knommu: create configurable RAM setupGreg Ungerer2006-06-261-34/+44
* | | [PATCH] m68knommu: remove unused vars from generic 68328 start codeGreg Ungerer2006-06-261-4/+2
* | | [PATCH] m68knommu: remove __ramvec from 68328/pilot start codeGreg Ungerer2006-06-261-2/+1
* | | Merge branch 'x86-64'Linus Torvalds2006-06-2679-1030/+3326
|\ \ \
| * | | [PATCH] x86_64: x86_64 stack usage debuggingEric Sandeen2006-06-261-0/+9
| * | | [PATCH] x86_64: (resend) x86_64 stack overflow debuggingEric Sandeen2006-06-262-1/+34
| * | | [PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi2006-06-264-6/+153
| * | | [PATCH] x86_64: Avoid broadcasting NMI IPIsKeith Owens2006-06-261-9/+16
| * | | [PATCH] x86_64: fix apic error on bootupSiddha, Suresh B2006-06-262-4/+26
| * | | [PATCH] x86_64: enlarge window for stack growthChuck Ebbert2006-06-261-2/+4
| * | | [PATCH] x86_64: Minor string functions optimizationsAndi Kleen2006-06-262-2/+2
| * | | [PATCH] x86_64: Move export symbols to their C functionsAndi Kleen2006-06-2616-110/+49
| * | | [PATCH] x86_64: Standardize i386/x86_64 handling of NMI_VECTORKeith Owens2006-06-263-8/+13
| * | | [PATCH] x86_64: Fix modular pc speakerPiotr Kaczuba2006-06-261-1/+1
| * | | [PATCH] x86_64: remove sys32_ni_syscall()Adrian Bunk2006-06-262-17/+0
| * | | [PATCH] x86_64: Do not use -ffunction-sections for modulesSergey Vlasov2006-06-261-1/+3
| * | | [PATCH] x86_64: adjust kstack_depth_to_print defaultJan Beulich2006-06-261-1/+1
| * | | [PATCH] i386/x86-64: adjust /proc/interrupts column headingsJan Beulich2006-06-262-2/+2
| * | | [PATCH] x86_64: Fix fast check in safe_smp_processor_idAndi Kleen2006-06-261-2/+2
| * | | [PATCH] x86_64: x86_64 setup.c - printing cmp related boottime informationRohit Seth2006-06-261-18/+16
| * | | [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen2006-06-264-12/+11
| * | | [PATCH] x86_64: Remove bogus RED-PEN comment in signal.cAndi Kleen2006-06-261-1/+0
| * | | [PATCH] x86_64: check_addr() cleanupsAndrew Morton2006-06-261-3/+6
| * | | [PATCH] x86_64: miscellaneous mm/init.c fixesJan Beulich2006-06-261-6/+6
| * | | [PATCH] x86_64: Mark mce_amd cpu notifier __cpuinit/__cpuinitdataAndi Kleen2006-06-261-2/+2
| * | | [PATCH] x86_64: mce_amd cleanupJacob Shin2006-06-261-83/+29
| * | | [PATCH] x86_64: mce_amd support for family 0x10 processorsJacob Shin2006-06-261-74/+288
| * | | [PATCH] x86_64: mce_amd relocate sysfs filesJacob Shin2006-06-262-31/+11
| * | | [PATCH] x86_64: apic support for extended apic interruptJacob Shin2006-06-261-6/+4
| * | | [PATCH] x86_64: Move VM86 config into arch/i386/KconfigAndi Kleen2006-06-261-0/+9
| * | | [PATCH] i386/x86-64: Fix isoimage when syslinux is in /usr/shareAndi Kleen2006-06-262-4/+14
| * | | [PATCH] x86_64: Update copyright in time.cVojtech Pavlik2006-06-261-1/+1
| * | | [PATCH] x86_64: Explain why HPET T0_CMP register is written twiceVojtech Pavlik2006-06-261-2/+2
| * | | [PATCH] x86_64: Make use of the *PER* constants in time.cVojtech Pavlik2006-06-261-28/+35
| * | | [PATCH] x86_64: Remove hack to manually enable HPET on AMD8111 southbridgesVojtech Pavlik2006-06-261-14/+0
| * | | [PATCH] x86_64: Add X86_FEATURE_RDTSCP, fix rdtscp in /proc/cpuinfoVojtech Pavlik2006-06-261-1/+1
| * | | [PATCH] x86_64: Rename oem_force_hpet_timer to apic_is_clustered_boxVojtech Pavlik2006-06-262-6/+5
| * | | [PATCH] x86_64: moving phys_proc_id and cpu_core_id to cpuinfo_x86Rohit Seth2006-06-264-31/+23
| * | | [PATCH] x86_64: Calgary IOMMU - Calgary specific bitsJon Mason2006-06-265-0/+1249
| * | | [PATCH] x86_64: Calgary IOMMU - IOMMU abstractionsJon Mason2006-06-264-18/+36
| * | | [PATCH] x86_64: Calgary IOMMU - introduce iommu_detectedJon Mason2006-06-264-1/+9
OpenPOWER on IntegriCloud