aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* fix up O_SYNC commentsChristoph Hellwig2009-12-173-3/+3
* Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-1637-21/+4861
|\
| * powerpc: fix up for mmu_mapin_ram api changeStephen Rothwell2009-12-144-6/+6
| * powerpc: wii: allow ioremap within the memory holeAlbert Herranz2009-12-121-0/+3
| * powerpc: allow ioremap within reserved memory regionsAlbert Herranz2009-12-123-1/+9
| * wii: use both mem1 and mem2 as ramAlbert Herranz2009-12-125-7/+106
| * wii: bootwrapper: add fixup to calc useable mem2Albert Herranz2009-12-121-3/+115
| * powerpc: gamecube/wii: early debugging using usbgeckoAlbert Herranz2009-12-126-0/+94
| * powerpc: reserve fixmap entries for early debugAlbert Herranz2009-12-121-0/+3
| * powerpc: wii: default configAlbert Herranz2009-12-121-0/+1406
| * powerpc: wii: platform supportAlbert Herranz2009-12-123-1/+211
| * powerpc: wii: hollywood interrupt controller supportAlbert Herranz2009-12-123-0/+264
| * powerpc: broadway processor supportAlbert Herranz2009-12-121-3/+3
| * powerpc: wii: bootwrapper bitsAlbert Herranz2009-12-124-2/+191
| * powerpc: wii: device treeAlbert Herranz2009-12-121-0/+218
| * powerpc: gamecube: default configAlbert Herranz2009-12-121-0/+1061
| * powerpc: gamecube: platform supportAlbert Herranz2009-12-123-0/+127
| * powerpc: gamecube/wii: flipper interrupt controller supportAlbert Herranz2009-12-123-0/+289
| * powerpc: gamecube/wii: udbg support for usbgeckoAlbert Herranz2009-12-124-0/+316
| * powerpc: gamecube/wii: do not include PCI supportAlbert Herranz2009-12-121-1/+1
| * powerpc: gamecube/wii: declare as non-coherent platformsAlbert Herranz2009-12-121-1/+1
| * powerpc: gamecube/wii: introduce GAMECUBE_COMMONAlbert Herranz2009-12-121-0/+4
| * powerpc: gamecube: bootwrapper bitsAlbert Herranz2009-12-124-1/+153
| * powerpc: gamecube: device treeAlbert Herranz2009-12-121-0/+114
| * powerpc: gamecube/wii: usbgecko bootwrapper console supportAlbert Herranz2009-12-123-1/+172
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-161-1/+1
|\ \
| * \ Merge branch 'bugzilla-14700' into releaseLen Brown2009-12-151-1/+1
| |\ \
| | * | ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.Zhao Yakui2009-12-141-1/+1
| | |/
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-166-34/+10
|\ \ \
| * | | switch alloc_file() to passing struct pathAl Viro2009-12-161-7/+8
| * | | sanitize do_pipe_flags() callers in archAl Viro2009-12-165-27/+2
| |/ /
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-1618-293/+244
|\ \ \
| * | | x86: Fix kprobes build with non-gawk awkJonathan Nieder2009-12-151-5/+5
| * | | Merge branch 'x86/mce' into x86/urgentIngo Molnar2009-12-151-10/+12
| |\ \ \
| | * | | cpumask: Use modern cpumask style in arch/x86/kernel/cpu/mcheck/mce-inject.cRusty Russell2009-11-041-10/+12
| * | | | Merge branch 'x86/asm' into x86/urgentIngo Molnar2009-12-1510-233/+148
| |\ \ \ \
| | * | | | x86: Merge kernel_thread()Brian Gerst2009-12-103-72/+35
| | * | | | x86: Sync 32/64-bit kernel_threadBrian Gerst2009-12-102-3/+13
| | * | | | x86, 32-bit: Use same regs as 64-bit for kernel_thread_helperBrian Gerst2009-12-102-10/+6
| | * | | | x86, 64-bit: Use user_mode() to determine new stack pointer in copy_thread()Brian Gerst2009-12-101-3/+4
| | * | | | x86, 64-bit: Move kernel_thread to CBrian Gerst2009-12-103-50/+32
| | * | | | x86-64, paravirt: Call set_iopl_mask() on 64 bitsH. Peter Anvin2009-12-091-2/+0
| | * | | | x86-32: Avoid pipeline serialization in PTREGSCALL1 and 2H. Peter Anvin2009-12-091-3/+3
| | * | | | x86: Merge sys_cloneBrian Gerst2009-12-095-31/+24
| | * | | | x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst2009-12-093-10/+9
| | * | | | x86: Merge sys_sigaltstackBrian Gerst2009-12-093-17/+5
| | * | | | x86: Merge sys_execveBrian Gerst2009-12-095-49/+29
| | * | | | x86: Merge sys_ioplBrian Gerst2009-12-093-29/+7
| | * | | | x86-32: Add new pt_regs stubsBrian Gerst2009-12-091-11/+38
| * | | | | x86: Split swiotlb initialization into two stagesFUJITA Tomonori2009-12-153-11/+17