summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-10-271-0/+1
|\
| *---. Merge branches 'bugzilla-15807', 'bugzilla-15979-v2' and 'bugzilla-19162' int...Len Brown2010-10-251-0/+1
| |\ \ \
| | * | | acpi-cpufreq: fix a memleak when unloading driverZhang Rui2010-10-121-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-10-2746-732/+1608
|\ \ \ \ \
| * | | | | arch/tile: convert a BUG_ON to BUILD_BUG_ONChris Metcalf2010-10-151-1/+1
| * | | | | arch/tile: make ptrace() work properly for TILE-Gx COMPAT modeChris Metcalf2010-10-152-44/+38Star
| * | | | | arch/tile: support new info op generated by compilerChris Metcalf2010-10-152-1/+8
| * | | | | arch/tile: minor whitespace/naming changes for string support filesChris Metcalf2010-10-155-104/+109
| * | | | | arch/tile: enable single-step support for TILE-GxChris Metcalf2010-10-154-3/+83
| * | | | | arch/tile: parameterize system PLs to support KVM portChris Metcalf2010-10-1523-132/+338
| * | | | | arch/tile: add Tilera's <arch/sim.h> header as an open-source headerChris Metcalf2010-10-154-37/+622
| * | | | | arch/tile: Bomb C99 comments to C89 comments in tile's <arch/sim_def.h>Chris Metcalf2010-10-151-279/+269Star
| * | | | | arch/tile: prevent corrupt top frame from causing backtracer runawayChris Metcalf2010-10-141-13/+22
| * | | | | arch/tile: various top-level Makefile cleanupsChris Metcalf2010-10-141-2/+15
| * | | | | arch/tile: change lower bound on syscall error return to -4095Chris Metcalf2010-10-141-1/+1
| * | | | | arch/tile: properly export __mb_incoherent for modulesChris Metcalf2010-10-142-1/+7
| * | | | | arch/tile: provide a definition of MAP_STACKChris Metcalf2010-10-141-0/+1
| * | | | | arch/tile: Add a warning if we try to allocate too much vmalloc memory.Chris Metcalf2010-10-141-0/+4
| * | | | | arch/tile: update some comments to clarify register usage.Chris Metcalf2010-10-142-3/+6
| * | | | | arch/tile: use better "punctuation" for VMSPLIT_3_5G and friendsChris Metcalf2010-10-141-4/+4
| * | | | | arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf2010-10-149-103/+76Star
| * | | | | Merge branch 'master' into for-linusChris Metcalf2010-10-14240-1178/+1962
| |\ \ \ \ \
| * | | | | | tile: replace some BUG_ON checks with BUILD_BUG_ON checksAkinobu Mita2010-10-051-4/+4
* | | | | | | workqueues: s/ON_STACK/ONSTACK/Andrew Morton2010-10-272-2/+2
* | | | | | | m68k{nommu}/blackfin : remove old assembler-only flags bit definitionsPhilippe De Muyter2010-10-273-26/+0Star
* | | | | | | replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-273-5/+3Star
* | | | | | | um: migrate from __do_IRQ() to generic_handle_irq()Richard Weinberger2010-10-272-11/+7Star
* | | | | | | uml: fix CONFIG_STATIC_LINK=y build failure with newer glibcRoland McGrath2010-10-272-2/+29
* | | | | | | uml: define CONFIG_NO_DMAFUJITA Tomonori2010-10-273-113/+3Star
* | | | | | | alpha: use single HAE window on T2 core logic (gamma, sable)Ivan Kokshaysky2010-10-274-40/+30Star
* | | | | | | alpha: enable ARCH_DMA_ADDR_T_64BITFUJITA Tomonori2010-10-271-0/+3
* | | | | | | x86: access_error API cleanupMichel Lespinasse2010-10-271-3/+3
* | | | | | | mm: retry page fault when blocking on disk transferMichel Lespinasse2010-10-271-12/+26
* | | | | | | perf, x86: Fix up kmap_atomic() typePeter Zijlstra2010-10-271-3/+2Star
* | | | | | | mm: remove pte_*map_nested()Peter Zijlstra2010-10-2729-95/+18Star
* | | | | | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-2720-257/+294
* | | | | | | um: fix IRQ flag handling namingRichard Weinberger2010-10-271-17/+32
* | | | | | | um: remove PAGE_SIZE alignment in linker script causing kernel segfault.Richard Weinberger2010-10-271-1/+1
* | | | | | | um: fix global timer issue when using CONFIG_NO_HZRichard Weinberger2010-10-271-1/+1
* | | | | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2010-10-261-0/+5
|\ \ \ \ \ \ \
| * | | | | | | omap: rx51: Add support for USB chargersHeikki Krogerus2010-08-201-0/+5
* | | | | | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-10-262-6/+14
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen2010-10-221-6/+13
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86: HWPOISON: Report correct address granuality for huge hwpoison faultsAndi Kleen2010-10-081-6/+13
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'hwpoison-fixes-2.6.37' into hwpoisonAndi Kleen2010-10-221-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add _addr_lsb field to ia64 siginfoAndi Kleen2010-10-121-0/+1
| | |/ / / / / / /
* | | | | | | | | Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds2010-10-2615-34/+771
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and boardNicolas Ferre2010-10-262-0/+189
| * | | | | | | | | AT91: pm: make sure that r0 is 0 when dealing with cache operationsNicolas Ferre2010-10-263-3/+10
| * | | | | | | | | AT91: pm: use plain cpu_do_idle() for "wait for interrupt"Nicolas Ferre2010-10-262-2/+8