aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-10-26workqueues: s/ON_STACK/ONSTACK/Gravatar Andrew Morton 2-2/+2
2010-10-26m68k{nommu}/blackfin : remove old assembler-only flags bit definitionsGravatar Philippe De Muyter 3-26/+0
2010-10-26replace nested max/min macros with {max,min}3 macroGravatar Hagen Paul Pfeifer 3-5/+3
2010-10-26um: migrate from __do_IRQ() to generic_handle_irq()Gravatar Richard Weinberger 2-11/+7
2010-10-26uml: fix CONFIG_STATIC_LINK=y build failure with newer glibcGravatar Roland McGrath 2-2/+29
2010-10-26uml: define CONFIG_NO_DMAGravatar FUJITA Tomonori 3-113/+3
2010-10-26alpha: use single HAE window on T2 core logic (gamma, sable)Gravatar Ivan Kokshaysky 4-40/+30
2010-10-26alpha: enable ARCH_DMA_ADDR_T_64BITGravatar FUJITA Tomonori 1-0/+3
2010-10-26x86: access_error API cleanupGravatar Michel Lespinasse 1-3/+3
2010-10-26mm: retry page fault when blocking on disk transferGravatar Michel Lespinasse 1-12/+26
2010-10-26perf, x86: Fix up kmap_atomic() typeGravatar Peter Zijlstra 1-3/+2
2010-10-26mm: remove pte_*map_nested()Gravatar Peter Zijlstra 29-95/+18
2010-10-26mm: stack based kmap_atomic()Gravatar Peter Zijlstra 20-257/+294
2010-10-26um: fix IRQ flag handling namingGravatar Richard Weinberger 1-17/+32
2010-10-26um: remove PAGE_SIZE alignment in linker script causing kernel segfault.Gravatar Richard Weinberger 1-1/+1
2010-10-26um: fix global timer issue when using CONFIG_NO_HZGravatar Richard Weinberger 1-1/+1
2010-10-26Merge git://git.infradead.org/battery-2.6Gravatar Linus Torvalds 1-0/+5
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 2-6/+14
2010-10-26Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91Gravatar Linus Torvalds 15-34/+771
2010-10-26Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxGravatar Linus Torvalds 3-38/+23
2010-10-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Gravatar Linus Torvalds 2-3/+3
2010-10-26at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and boardGravatar Nicolas Ferre 2-0/+189
2010-10-26AT91: pm: make sure that r0 is 0 when dealing with cache operationsGravatar Nicolas Ferre 3-3/+10
2010-10-26AT91: pm: use plain cpu_do_idle() for "wait for interrupt"Gravatar Nicolas Ferre 2-2/+8
2010-10-26AT91: reset: extend alternate reset procedure to several chipsGravatar Nicolas Ferre 6-35/+12
2010-10-26AT91: reset routine cleanup, remove not needed icache flushGravatar Nicolas Ferre 4-58/+51
2010-10-26AT91: trivial: align comment of at91sam9g20_reset with one more tabGravatar Nicolas Ferre 1-7/+7
2010-10-26AT91: Fix AT91SAM9G20 reset as per the errata in the data sheetGravatar Peter Horton 3-2/+63
2010-10-26AT91: add board support for Pcontrol_G20Gravatar Peter Gsellmann 4-0/+504
2010-10-25Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegraGravatar Linus Torvalds 32-629/+4291
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Gravatar Linus Torvalds 45-157/+388
2010-10-25Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 54-191/+1016
2010-10-25Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+43
2010-10-25MN10300: Fix the PERCPU() alignment to allow for workqueuesGravatar David Howells 1-1/+1
2010-10-25Blackfin: fix inverted anomaly 05000481 logicGravatar Mike Frysinger 1-1/+1
2010-10-25Blackfin: drop unused irq_panic()/DEBUG_ICACHE_CHECKGravatar Mike Frysinger 3-118/+0
2010-10-25Kirkwood: add fan support for Network Space Max v2Gravatar Simon Guinot 1-0/+43
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 145-3565/+11223
2010-10-25Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 36-154/+1269
2010-10-25x86-32, mm: Remove duplicated includeGravatar Borislav Petkov 1-1/+0
2010-10-25Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 49-447/+1055
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 29-84/+562
2010-10-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Gravatar Linus Torvalds 1-0/+2
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 37-351/+371
2010-10-25MIPS: MT: Fix build error iFPU affinity codeGravatar Ralf Baechle 1-1/+1
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 7-16/+231
2010-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 136-1573/+4891
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Gravatar Linus Torvalds 46-210/+707
2010-10-25[S390] topology: export cpu topology via proc/sysinfoGravatar Heiko Carstens 3-3/+36
2010-10-25[S390] topology: move topology sysinfo codeGravatar Heiko Carstens 2-54/+56