| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: call machine_shutdown() from machine_halt(), etc | Russell King | 2010-07-27 | 3 | -9/+18 |
* | ARM: SMP: Always enable clock event broadcast support | Russell King | 2010-07-27 | 3 | -3/+8 |
* | ARM: Factor out common code from cpu_proc_fin() | Russell King | 2010-07-27 | 26 | -124/+40 |
* | ARM: 6268/1: ARMv6K and ARMv7 use fault statuses 3 and 6 as Access Flag fault | Kirill A. Shutemov | 2010-07-27 | 2 | -2/+23 |
* | ARM: 6256/1: Check arch version and modify fsr_info[] depends on it at runtime | Kirill A. Shutemov | 2010-07-27 | 1 | -5/+11 |
* | ARM: 6255/1: Workaround infinity loop in handling of translation faults | Kirill A. Shutemov | 2010-07-27 | 1 | -1/+10 |
* | ARM: 6269/1: Add 'code' parameter for hook_fault_code() | Kirill A. Shutemov | 2010-07-27 | 10 | -20/+25 |
* | ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILL | Kirill A. Shutemov | 2010-07-27 | 2 | -4/+4 |
* | ARM: 6251/1: Make SPARSE_IRQ a hidden option | eric miao | 2010-07-27 | 1 | -4/+1 |
* | ARM: DMA coherent allocator: align remapped addresses | Russell King | 2010-07-27 | 3 | -4/+18 |
* | ARM: use generic ioremap_page_range() | Russell King | 2010-07-27 | 1 | -70/+4 |
* | Merge branch 'origin' into misc | Russell King | 2010-07-27 | 427 | -195625/+2599 |
|\ |
|
| * | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-07-14 | 8 | -93/+243 |
| |\ |
|
| | * | ARM: 6226/1: fix kprobe bug in ldr instruction emulation | Nicolas Pitre | 2010-07-14 | 1 | -2/+3 |
| | * | ARM: Update mach-types | Russell King | 2010-07-12 | 1 | -3/+149 |
| | * | ARM: lockdep: fix unannotated irqs-on | Russell King | 2010-07-10 | 2 | -19/+20 |
| | * | ARM: 6184/2: ux500: use neutral PRCMU base | Linus Walleij | 2010-07-09 | 2 | -1/+2 |
| | * | ARM: 6212/1: atomic ops: add memory constraints to inline asm | Will Deacon | 2010-07-09 | 1 | -66/+66 |
| | * | ARM: 6211/1: atomic ops: fix register constraints for atomic64_add_unless | Will Deacon | 2010-07-09 | 1 | -1/+1 |
| | * | ARM: 6210/1: Do not rely on reset defaults of L2X0_AUX_CTRL | Sascha Hauer | 2010-07-09 | 1 | -2/+3 |
| * | | Merge branch 'lmb-to-memblock' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2010-07-14 | 63 | -389/+389 |
| |\ \ |
|
| | * | | lmb: rename to memblock | Yinghai Lu | 2010-07-14 | 63 | -389/+389 |
| * | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2010-07-14 | 4 | -16/+45 |
| |\ \ \ |
|
| | * | | | powerpc/fsl-booke: Fix address issue when using relocatable kernels | Matthew McClintock | 2010-07-11 | 1 | -3/+1 |
| | * | | | powerpc/cpm1: Mark micropatch code/data static and __init | Anton Vorontsov | 2010-07-11 | 2 | -10/+11 |
| | * | | | powerpc/cpm1: Fix build with various CONFIG_*_UCODE_PATCH combinations | Anton Vorontsov | 2010-07-11 | 1 | -0/+5 |
| | * | | | powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue) | Anton Vorontsov | 2010-07-11 | 2 | -3/+28 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-07-13 | 3 | -1/+15 |
| |\ \ \ |
|
| | * | | | x86, mrst: Add i8042_detect API for Moorestwon platform | Feng Tang | 2010-07-07 | 1 | -0/+7 |
| | * | | | x86: Add i8042 pre-detection hook to x86_platform_ops | Feng Tang | 2010-07-07 | 2 | -1/+5 |
| | * | | | x86, platform: Export x86_platform to modules | H. Peter Anvin | 2010-07-07 | 1 | -0/+3 |
| * | | | | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-07-13 | 2 | -5/+4 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | KVM: MMU: flush remote tlbs when overwriting spte with different pfn | Xiao Guangrong | 2010-07-12 | 1 | -0/+2 |
| | * | | | KVM: VMX: Fix host MSR_KERNEL_GS_BASE corruption | Avi Kivity | 2010-07-06 | 1 | -5/+2 |
| * | | | | Merge branch 'arm/defconfig/reduced-v2.6.35-rc1' of git://git.pengutronix.de/... | Linus Torvalds | 2010-07-12 | 177 | -194157/+652 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | ARM: reduce defconfigs | Uwe Kleine-König | 2010-06-10 | 177 | -194157/+652 |
| * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2010-07-08 | 12 | -37/+179 |
| |\ \ \ \ |
|
| | * | | | | powerpc: Fix userspace build of ptrace.h | Sam Ravnborg | 2010-07-08 | 1 | -18/+14 |
| | * | | | | powerpc: Fix default_machine_crash_shutdown #ifdef botch | Paul E. McKenney | 2010-07-08 | 1 | -1/+1 |
| | * | | | | powerpc: Fix logic error in fixup_irqs | Johannes Berg | 2010-07-08 | 1 | -1/+4 |
| | * | | | | powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fix... | Denis Kirjanov | 2010-07-08 | 1 | -1/+5 |
| | * | | | | powerpc: Linux cannot run with 0 cores | Anton Blanchard | 2010-07-08 | 1 | -1/+1 |
| | * | | | | powerpc: Fix feature-fixup tests for gcc 4.5 | Stephen Rothwell | 2010-07-08 | 1 | -8/+9 |
| | * | | | | powerpc: Disable SPARSE_IRQ by default | Yang Li | 2010-07-08 | 1 | -2/+2 |
| | * | | | | powerpc: Fix compile errors in prom_init_check for gcc 4.5 | Stephen Rothwell | 2010-07-08 | 1 | -0/+6 |
| | * | | | | powerpc: Fix module building for gcc 4.5 and 64 bit | Stephen Rothwell | 2010-07-08 | 3 | -4/+133 |
| | * | | | | powerpc/perf_event: Fix for power_pmu_disable() | Matt Evans | 2010-07-08 | 1 | -1/+4 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-07-08 | 4 | -56/+67 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | ARM: SAMSUNG: Fix on wrong function name for S5PV210 sdhci0 | Hyuk Lee | 2010-07-05 | 1 | -1/+1 |
| | * | | | ARM: S5P6442: Fix PLL setting announce message. | Thomas Abraham | 2010-07-05 | 1 | -1/+1 |