aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar2008-11-186-15/+74
|\
| * x86, PEBS/DS: fix code flow in ds_request()Ingo Molnar2008-11-181-5/+21
| * x86: add rdtsc barrier to TSC sync checkVenki Pallipadi2008-11-181-0/+4
| * x86: fix es7000 compilingYinghai Lu2008-11-161-8/+1
| * x86, bts: fix unlock problem in ds.cMarkus Metzger2008-11-161-1/+2
| * x86, voyager: fix smp generic helper voyager breakageJames Bottomley2008-11-112-3/+18
| * x86: move iomap.h to the new include locationArjan van de Ven2008-11-091-0/+30
* | x86: entry_64.S: remove whitespace at end of linesAlexander van Heukelum2008-11-171-95/+95
* | Merge commit 'v2.6.28-rc5' into x86/cleanupsIngo Molnar2008-11-17118-2581/+6115
|\ \
| * \ Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-11-1511-13/+83
| |\ \
| | * | serial: sh-sci: Reorder the SCxTDR write after the TDxE clear.Paul Mundt2008-11-131-1/+1
| | * | sh: __copy_user function can corrupt the stack in case of exceptionStuart MENEFY2008-11-131-3/+8
| | * | sh: Fixed the TMU0 reload value on resumeFrancesco VIRLINZI2008-11-131-1/+1
| | * | sh: Don't factor in PAGE_OFFSET for valid_phys_addr_range() check.Paul Mundt2008-11-131-1/+1
| | * | sh: early printk port type fixMagnus Damm2008-11-131-0/+1
| | * | sh: Provide a sane valid_phys_addr_range() to prevent TLB reset with PMB.Paul Mundt2008-11-124-2/+37
| | * | fix sci type for SH7723Yoshihiro Shimoda2008-11-121-3/+3
| | * | sh: Handle fixmap TLB eviction more coherently.Paul Mundt2008-11-103-3/+32
| | |/
| * | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-11-156-18/+33
| |\ \
| | * | [S390] fix s390x_newunameMartin Schwidefsky2008-11-141-1/+1
| | * | [S390] cpu topology: fix lockingHeiko Carstens2008-11-141-4/+7
| | * | [S390] ftrace: fix kernel stack backchain walkingHeiko Carstens2008-11-142-11/+18
| | * | [S390] ftrace: disable tracing on idle pswHeiko Carstens2008-11-141-0/+3
| | * | [S390] lockdep: fix compile bugHeiko Carstens2008-11-141-0/+2
| | * | [S390] Fix range for add_active_range() in setup_memory()Gerald Schaefer2008-11-141-2/+2
| * | | Revert "x86: blacklist DMAR on Intel G31/G33 chipsets"David Woodhouse2008-11-152-19/+0
| * | | m68k: Fix off-by-one in m68k_setup_user_interrupt()Geert Uytterhoeven2008-11-151-1/+1
| |/ /
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-11-1314-98/+43
| |\ \
| | * | [ARM] cdb89712: avoid namespace clashes with SRAM_ and BOOTROM_ constantsRussell King2008-11-131-18/+0
| | * | [ARM] cdb89712,clps7500,h720x: avoid namespace clash for FLASH_* constantsRussell King2008-11-134-13/+9
| | * | [ARM] integrator,realview,versatile: remove FLASH_* and EPROM_* constantsRussell King2008-11-133-53/+3
| | * | [ARM] dma-mapping: fix compiler warningRussell King2008-11-131-2/+11
| | * | [ARM] iop: iop3xx needs registers mapped uncached+unbufferedRussell King2008-11-093-8/+16
| | * | [ARM] versatile: correct MMC clock rateRussell King2008-11-081-1/+1
| | * | [ARM] realview: correct MMC clock rateRussell King2008-11-081-1/+1
| | * | [ARM] 5329/1: Feroceon: fix feroceon_l2_inv_rangeNicolas Pitre2008-11-081-2/+2
| * | | fix cpumask build breakage on pariscHelge Deller2008-11-131-2/+0
| * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2008-11-123-3/+11
| |\ \ \
| | * | | iop-adma: use iop_paranoia() for debug BUG_ONsDan Williams2008-11-113-3/+11
| * | | | MN10300: Don't do misalignment handling for userspaceDavid Howells2008-11-121-29/+23
| * | | | MN10300: Don't handle misaligned loading and storing of SPDavid Howells2008-11-121-2/+0
| * | | | MN10300: Handle misaligned SP-based operandsDavid Howells2008-11-121-9/+24
| * | | | MN10300: Fix misaligned index-register addressing handlingDavid Howells2008-11-121-4/+4
| * | | | MN10300: Handle misaligned postinc-with-imm addressing mode correctlyDavid Howells2008-11-121-51/+56
| * | | | MN10300: Perform misalignment fixups of MOV_LccDavid Howells2008-11-121-1/+94
| * | | | MN10300: Allow misalignment fixup in interrupt handlingDavid Howells2008-11-121-3/+0
| * | | | MN10300: Fix register-postinc addressing misalignment handlingDavid Howells2008-11-121-1/+3
| * | | | MN10300: Extract the displacement from an insn correctly in misalignment fixupDavid Howells2008-11-121-13/+13
| * | | | MN10300: Add further misalignment fixupsDavid Howells2008-11-121-1/+53
| * | | | MN10300: Add built-in testing for misalignment handlerDavid Howells2008-11-122-0/+170