aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-30x86: Mark OPTIMIZE_INLINING brokenLinus Torvalds1-0/+1
2008-04-30x86: numaq fixIngo Molnar1-2/+2
2008-04-30x86: 8K stacks by defaultIngo Molnar1-1/+0
2008-04-30x86: ioremap ram check fixAndres Salomon1-2/+3
2008-04-30x86: optimize inlining offIngo Molnar1-1/+0
2008-04-30x86: CONFIG_X86_ELAN fixIngo Molnar1-5/+5
2008-04-30x86: Kconfig fixIngo Molnar1-2/+3
2008-04-30x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_nocache() and pci_mmap_page_range()Suresh Siddha3-9/+33
2008-04-30x86: use defconfigs from x86/configs/*Sam Ravnborg1-0/+12
2008-04-30revert: "x86: ioremap(), extend check to all RAM pages"Ingo Molnar1-2/+2
2008-04-30x86: don't bother printing compat vdso addressJeremy Fitzhardinge1-2/+0
2008-04-30fix: x86: support for new UV apicAndi Kleen1-1/+1
2008-04-30x86: fix early-BUG messageVegard Nossum1-9/+10
2008-04-30x86: iommu_sac_force can become staticDmitri Vorobiev1-1/+1
2008-04-30x86: add proper header for reboot_forceDmitri Vorobiev1-0/+1
2008-04-30x86 VISWS: build fixIngo Molnar2-3/+2
2008-04-30x86, voyager: fix ioremap_nocache()Ingo Molnar1-1/+1
2008-04-30hpet: fixIngo Molnar1-2/+3
2008-04-30x86: unexport kmap_atomic_to_pageAdrian Bunk1-1/+0
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-58/+1
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into releaseLen Brown1523-57465/+95530
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds27-3526/+3169
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+6
2008-04-30Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds22-399/+513
2008-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds25-318/+6983
2008-04-30Basic braille screen reader supportSamuel Thibault2-6/+0
2008-04-30tty: The big operations reworkAlan Cox1-4/+7
2008-04-30signals: x86 TS_RESTORE_SIGMASKRoland McGrath3-17/+18
2008-04-30signals: ia64 renumber TIF_RESTORE_SIGMASKakpm@linux-foundation.org1-1/+1
2008-04-30signals: s390: renumber TIF_RESTORE_SIGMASKRoland McGrath2-13/+13
2008-04-30pxafb: make lubbock/mainstone/zylonite/littleton to use new LCD connection typeeric miao4-10/+6
2008-04-30pxafb: convert fb driver to use ioremap() and __raw_{readl, writel}eric miao1-5/+0
2008-04-30[S390] Update default configuration.Martin Schwidefsky1-41/+100
2008-04-30[S390] use generic sys_ptraceMartin Schwidefsky1-36/+1
2008-04-30[S390] Remove self ptrace IEEE_IP hack.Martin Schwidefsky1-20/+0
2008-04-30[S390] Convert to SPARSEMEM & SPARSEMEM_VMEMMAPHeiko Carstens4-79/+20
2008-04-30[S390] System z large page support.Gerald Schaefer8-35/+210
2008-04-30[S390] Convert machine feature detection code to C.Heiko Carstens4-127/+107
2008-04-30[S390] vmemmap: use clear_table to initialise page tables.Heiko Carstens1-3/+2
2008-04-30[S390] Move stfl to system.h and delete duplicated version.Heiko Carstens2-19/+1
2008-04-30[S390] uaccess_mvcos: #ifdef config dependent code.Heiko Carstens1-0/+2
2008-04-30[S390] cpu topology: Fix possible deadlock.Heiko Carstens1-1/+13
2008-04-30[S390] Add topology_core_siblings to topology.hHeiko Carstens1-3/+18
2008-04-30[S390] remove -traditionalMathieu Desnoyers3-5/+0
2008-04-30[S390] Automatically detect added cpus.Heiko Carstens1-5/+14
2008-04-30[S390] smp: Fix locking order.Heiko Carstens1-6/+6
2008-04-30[S390] Move show_regs to traps.c.Heiko Carstens2-22/+22
2008-04-30[POWERPC] Fix crashkernel= handling when no crashkernel= specifiedMichael Ellerman1-6/+6
2008-04-30[POWERPC] Make emergency stack safe for current_thread_info() useMichael Ellerman1-3/+6
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufsPaul Mackerras7-21/+226