summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ARM: S5P: fix incorrect loop iterator usage on gpio-interruptMarek Szyprowski2011-09-261-4/+5
| * | | | | | ARM: S3C2443: Fix bit-reset in setrate of clk_armdivHeiko Stuebner2011-09-261-1/+1
* | | | | | | Merge branch 'kvm-updates/3.1' of git://github.com/avikivity/kvmLinus Torvalds2011-09-262-2/+3
|\ \ \ \ \ \ \
| * | | | | | | KVM: x86 emulator: fix Src2CL decodeAvi Kivity2011-09-251-1/+1
| * | | | | | | KVM: MMU: fix incorrect return of spteZhao Jin2011-09-251-1/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-09-267-22/+77
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ARM: 7099/1: futex: preserve oldval in SMP __futex_atomic_opWill Deacon2011-09-261-17/+17
| * | | | | | ARM: dma-mapping: free allocated page if unable to mapRussell King2011-09-261-0/+2
| * | | | | | ARM: fix vmlinux.lds.S discarding sectionsRussell King2011-09-201-3/+12
| * | | | | | ARM: nommu: fix warning with checksyscalls.shRussell King2011-09-171-2/+2
| * | | | | | ARM: 7091/1: errata: D-cache line maintenance operation by MVA may not succeedWill Deacon2011-09-173-0/+44
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-09-225-10/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [S390] kvm: extension capability for new address space layoutChristian Borntraeger2011-09-201-0/+1
| * | | | | [S390] kvm: fix address mode switchingChristian Borntraeger2011-09-205-10/+15
| |/ / / /
* | | | | Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-09-2013-65/+52
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mach-integrator: fix VGA base regressionLinus Walleij2011-09-202-2/+2
| * | | | arm/dt: Tegra: Update SDHCI nodes to match bindingsStephen Warren2011-09-202-9/+9
| * | | | Merge branch 'samsung-fixes-2' of git://github.com/kgene/linux-samsung into HEADArnd Bergmann2011-09-158-53/+40
| |\ \ \ \
| | * | | | ARM: EXYNOS4: fix incorrect pad configuration for keypad row linesThomas Abraham2011-09-151-5/+6
| | * | | | ARM: SAMSUNG: fix to prevent declaring duplicatedKukjin Kim2011-09-151-0/+5
| | * | | | ARM: SAMSUNG: fix watchdog reset issue with clk_get()Marek Szyprowski2011-09-153-7/+17
| | * | | | ARM: S3C64XX: Remove un-used code backlight code on SMDK6410Banajit Goswami2011-09-151-39/+0
| | * | | | ARM: EXYNOS4: restart clocksource while system resumesChanghwan Youn2011-09-151-0/+6
| | * | | | ARM: EXYNOS4: Fix routing timer interrupt to offline CPUKukjin Kim2011-09-151-0/+2
| | * | | | ARM: EXYNOS4: Fix return type of local_timer_setup()Kukjin Kim2011-09-151-1/+3
| | * | | | ARM: EXYNOS4: Fix wrong pll type for vpllJonghwan Choi2011-09-151-1/+1
| * | | | | ARM: Dove: fix second SPI initialization callNicolas Pitre2011-09-141-1/+1
| |/ / / /
* | | | | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds2011-09-163-9/+8
|\ \ \ \ \
| * | | | | xen/i386: follow-up to "replace order-based range checking of M2P table by li...Jan Beulich2011-09-151-4/+2
| * | | | | xen/e820: if there is no dom0_mem=, don't tweak extra_pages.David Vrabel2011-09-131-4/+6
| * | | | | xen: disable PV spinlocks on HVMStefano Stabellini2011-09-081-1/+0
* | | | | | asm alternatives: remove incorrect alignment notesLinus Torvalds2011-09-153-7/+0
* | | | | | alpha, gpio: GENERIC_GPIO default must be nBen Hutchings2011-09-141-1/+1
* | | | | | um: fix strrchr() problemsAl Viro2011-09-141-1/+1
* | | | | | um: clean arch_ptrace() up a bitAl Viro2011-09-145-46/+31
* | | | | | um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarchAl Viro2011-09-142-14/+14
* | | | | | um: fix free_winch() messAl Viro2011-09-141-14/+24
* | | | | | um: winch_interrupt() can happen inside of free_winch()Al Viro2011-09-141-2/+4
* | | | | | um: fix oopsable race in line_close()Al Viro2011-09-142-13/+13
* | | | | | um: Save FPU registers between task switchesIngo van Lil2011-09-147-5/+31
* | | | | | um: drivers/xterm.c: fix a file descriptor leakJonathan Neuschäfer2011-09-141-0/+1
* | | | | | um: disable CMPXCHG_DOUBLE as it breaks UML buildThadeu Lima de Souza Cascardo2011-09-141-0/+4
| |_|_|/ / |/| | | |
* | | | | Merge branch 'upstream/bugfix' of git://github.com/jsgf/linux-xenLinus Torvalds2011-09-121-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | xen: use non-tracing preempt in xen_clocksource_read()Jeremy Fitzhardinge2011-08-241-2/+3
* | | | | Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-09-1218-18/+72
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for_3.1/pm-fixes-2' of git://gitorious.org/khilman/linux-omap-p...Arnd Bergmann2011-09-121-0/+3
| |\ \ \ \ \
| | * | | | | OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlersKevin Hilman2011-09-061-0/+3
| * | | | | | Merge branch 'sirf/fixes' into fixesArnd Bergmann2011-09-124-0/+4
| |\ \ \ \ \ \
| | * | | | | | ARM: CSR: add missing sentinels to of_device_id tablesJamie Iles2011-09-114-0/+4
| | | |_|_|_|/ | | |/| | | |
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'cns3xxx/fixes', 'omap/fixes' and 'davinci/fixes' into fixesArnd Bergmann2011-09-109-14/+64
| |\ \ \ \ \ \ \