aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-09-26ARM: dma-mapping: free allocated page if unable to mapGravatar Russell King 1-0/+2
2011-09-20ARM: fix vmlinux.lds.S discarding sectionsGravatar Russell King 1-3/+12
2011-09-17ARM: nommu: fix warning with checksyscalls.shGravatar Russell King 1-2/+2
2011-09-17ARM: 7091/1: errata: D-cache line maintenance operation by MVA may not succeedGravatar Will Deacon 3-0/+44
2011-09-16Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenGravatar Linus Torvalds 3-9/+8
2011-09-15asm alternatives: remove incorrect alignment notesGravatar Linus Torvalds 3-7/+0
2011-09-15xen/i386: follow-up to "replace order-based range checking of M2P table by li...Gravatar Jan Beulich 1-4/+2
2011-09-14alpha, gpio: GENERIC_GPIO default must be nGravatar Ben Hutchings 1-1/+1
2011-09-14um: fix strrchr() problemsGravatar Al Viro 1-1/+1
2011-09-14um: clean arch_ptrace() up a bitGravatar Al Viro 5-46/+31
2011-09-14um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarchGravatar Al Viro 2-14/+14
2011-09-14um: fix free_winch() messGravatar Al Viro 1-14/+24
2011-09-14um: winch_interrupt() can happen inside of free_winch()Gravatar Al Viro 1-2/+4
2011-09-14um: fix oopsable race in line_close()Gravatar Al Viro 2-13/+13
2011-09-14um: Save FPU registers between task switchesGravatar Ingo van Lil 7-5/+31
2011-09-14um: drivers/xterm.c: fix a file descriptor leakGravatar Jonathan Neuschäfer 1-0/+1
2011-09-14um: disable CMPXCHG_DOUBLE as it breaks UML buildGravatar Thadeu Lima de Souza Cascardo 1-0/+4
2011-09-13xen/e820: if there is no dom0_mem=, don't tweak extra_pages.Gravatar David Vrabel 1-4/+6
2011-09-12Merge branch 'upstream/bugfix' of git://github.com/jsgf/linux-xenGravatar Linus Torvalds 1-2/+3
2011-09-12Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-socGravatar Linus Torvalds 18-18/+72
2011-09-12Merge branch 'for_3.1/pm-fixes-2' of git://gitorious.org/khilman/linux-omap-p...Gravatar Arnd Bergmann 1-0/+3
2011-09-12Merge branch 'sirf/fixes' into fixesGravatar Arnd Bergmann 4-0/+4
2011-09-11Merge branch 'for-linus' of git://openrisc.net/~jonas/linuxGravatar Linus Torvalds 4-27/+96
2011-09-11Add missing DMA opsGravatar Jonas Bonn 2-3/+84
2011-09-11ARM: CSR: add missing sentinels to of_device_id tablesGravatar Jamie Iles 4-0/+4
2011-09-10Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Gravatar Linus Torvalds 5-7/+33
2011-09-10ARM: 7088/1: entry: fix wrong parameter name used in do_thumb_abortGravatar Janusz Krzysztofik 1-1/+1
2011-09-10Merge branches 'cns3xxx/fixes', 'omap/fixes' and 'davinci/fixes' into fixesGravatar Arnd Bergmann 9-14/+64
2011-09-09Fix pointer dereference before call to pcie_bus_configure_settingsGravatar Shyam Iyer 1-2/+7
2011-09-09ARM: cns3xxx: Fix newly introduced warnings in the PCIe codeGravatar Anton Vorontsov 1-1/+1
2011-09-09ARM: cns3xxx: Fix compile error caused by hardware.h removedGravatar Tommy Lin 3-3/+0
2011-09-08xen: disable PV spinlocks on HVMGravatar Stefano Stabellini 1-1/+0
2011-09-07Merge branch 'perf-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipGravatar Linus Torvalds 1-0/+3
2011-09-07Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenGravatar Linus Torvalds 3-3/+34
2011-09-07Merge branch 'kvm-updates/3.1' of git://github.com/avikivity/kvmGravatar Linus Torvalds 1-1/+1
2011-09-07ARM: davinci: fix cache flush build errorGravatar Linus Walleij 1-1/+5
2011-09-07ARM: davinci: correct MDSTAT_STATE_MASKGravatar Sergei Shtylyov 1-1/+1
2011-09-07ARM: davinci: da850 EVM: read mac address from SPI flashGravatar Rajashekhara, Sudhakar 1-0/+28
2011-09-07ARM: 7080/1: l2x0: make sure I&D are not locked down on initGravatar Linus Walleij 2-2/+28
2011-09-07ARM: 7081/1: mach-integrator: fix the clocksourceGravatar Linus Walleij 1-3/+3
2011-09-06OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlersGravatar Kevin Hilman 1-0/+3
2011-09-05openrisc: don't use pt_regs in struct sigcontextGravatar Jonas Bonn 2-24/+12
2011-09-04Merge branches 'non_hwmod_compliant_fix_3.1rc', 'omap3_clock_fixes_3.1rc', 'o...Gravatar Paul Walmsley 65-332/+582
2011-09-04OMAP2430: hwmod: musb: add missing terminator to omap2430_usbhsotg_addrs[]Gravatar Paul Walmsley 1-0/+1
2011-09-04ARM: 7067/1: mm: keep significant bits in pfn_validGravatar Mark Rutland 1-1/+1
2011-09-01xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Gravatar Konrad Rzeszutek Wilk 1-0/+10
2011-09-01xen: x86_32: do not enable iterrupts when returning from exception in interru...Gravatar Igor Mammedov 1-3/+5
2011-09-01xen: use maximum reservation to limit amount of usable RAMGravatar David Vrabel 1-0/+19
2011-08-31Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 6-2/+9
2011-08-31x86, perf: Check that current->mm is alive before getting user callchainGravatar Andrey Vagin 1-0/+3