| Commit message (Expand) | Author | Age |
* | x86-32, mm: Add an initial page table for core bootstrapping | Borislav Petkov | 2010-10-20 |
* | Merge branch 'x86/cleanups' into x86/trampoline | H. Peter Anvin | 2010-10-20 |
|\ |
|
| * | x86: Remove stale pmtimer_64.c | Thomas Gleixner | 2010-10-15 |
| * | x86, cleanups: Use clear_page/copy_page rather than memset/memcpy | Jan Beulich | 2010-09-22 |
| * | x86: Remove unnecessary #ifdef ACPI/X86_IO_ACPI | Christian Dietrich | 2010-09-08 |
| * | x86, cleanup: Remove obsolete boot_cpu_id variable | Robert Richter | 2010-08-12 |
* | | Merge branch 'x86/vmware' into x86/trampoline | H. Peter Anvin | 2010-10-20 |
|\ \ |
|
| * | | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI | Alok Kataria | 2010-08-23 |
| * | | x86, vmware: Remove deprecated VMI kernel support | Alok Kataria | 2010-08-23 |
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2010-10-18 |
|\ \ \ |
|
| * | | | MIPS: Enable ISA_DMA_API config to fix build failure | Namhyung Kim | 2010-10-18 |
| * | | | MIPS: 32-bit: Fix build failure in asm/fcntl.h | Namhyung Kim | 2010-10-18 |
| * | | | MIPS: Remove all generated vmlinuz* files on "make clean" | Wu Zhangjin | 2010-10-18 |
| * | | | MIPS: do_sigaltstack() expects userland pointers | Al Viro | 2010-10-18 |
| * | | | MIPS: Fix error values in case of bad_stack | Al Viro | 2010-10-18 |
| * | | | MIPS: Sanitize restart logics | Al Viro | 2010-10-18 |
| * | | | MIPS: secure_computing, syscall audit: syscall number should in r2, not r0. | Al Viro | 2010-10-18 |
| * | | | MIPS: Don't block signals if we'd failed to setup a sigframe | Al Viro | 2010-10-18 |
* | | | | m32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIAN | Kyle McMartin | 2010-10-15 |
* | | | | m32r: add kernel/.gitignore and ignore vmlinux.lds | Kyle McMartin | 2010-10-15 |
* | | | | m32r: get_user takes an lvalue, not a pointer | Kyle McMartin | 2010-10-15 |
* | | | | m32r: restore _BLOCKABLE | Kyle McMartin | 2010-10-15 |
* | | | | uml: fix build | FUJITA Tomonori | 2010-10-15 |
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-15 |
|\ \ \ \ |
|
| * | | | | ubd: fix incorrect sector handling during request restart | Tejun Heo | 2010-10-15 |
* | | | | | Don't dump task struct in a.out core-dumps | Linus Torvalds | 2010-10-14 |
* | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-10-13 |
|\ \ \ \ \ |
|
| * | | | | | ARM: relax ioremap prohibition (309caa9) for -final and -stable | Russell King | 2010-10-12 |
| * | | | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 | Russell King | 2010-10-12 |
| |\ \ \ \ \ |
|
| | * | | | | | cpuimx27: fix i2c bus selection | Eric Bénard | 2010-10-08 |
| | * | | | | | cpuimx27: fix compile when ULPI is selected | Eric Bénard | 2010-10-08 |
| * | | | | | | ARM: 6440/1: ep93xx: DMA: fix channel_disable | Mika Westerberg | 2010-10-12 |
| * | | | | | | ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9 | Tony Lindgren | 2010-10-08 |
| * | | | | | | ARM: 6436/1: AT91: Fix power-saving in idle-mode on 926T processors | Anders Larsen | 2010-10-08 |
| * | | | | | | ARM: fix section mismatch warnings in Versatile Express | Russell King | 2010-10-05 |
| * | | | | | | ARM: 6412/1: kprobes-decode: add support for MOVW instruction | Will Deacon | 2010-10-04 |
| * | | | | | | ARM: 6419/1: mmu: Fix MT_MEMORY and MT_MEMORY_NONCACHED pte flags | Santosh Shilimkar | 2010-10-04 |
| * | | | | | | ARM: 6416/1: errata: faulty hazard checking in the Store Buffer may lead to d... | Will Deacon | 2010-10-04 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-13 |
|\ \ \ \ \ \ |
|
| * | | | | | | omap: iommu-load cam register before flushing the entry | Hari Kanigeri | 2010-10-05 |
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-13 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, numa: For each node, register the memory blocks actually used | Yinghai Lu | 2010-10-11 |
| * | | | | | | | x86, AMD, MCE thresholding: Fix the MCi_MISCj iteration order | Borislav Petkov | 2010-10-11 |
| * | | | | | | | x86, mce, therm_throt.c: Fix missing curly braces in error handling logic | Jin Dongming | 2010-10-08 |
* | | | | | | | | KVM: x86: Move TSC reset out of vmcb_init | Zachary Amsden | 2010-10-11 |
* | | | | | | | | KVM: x86: Fix SVM VMCB reset | Zachary Amsden | 2010-10-11 |
| |_|_|_|/ / /
|/| | | | | | |
|
* | | | | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-09 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | ARM: SAMSUNG: Add a workaround for get_clock() for serial driver | Marek Szyprowski | 2010-10-08 |
| * | | | | | | | ARM: S5P: Bug fix on errors of build with CONFIG_PREEMPT_NONE | SeungChull Suh | 2010-10-08 |
| * | | | | | | | ARM: SAMSUNG: Fix build warnings because of unused codes | Kukjin Kim | 2010-10-08 |
| |/ / / / / / |
|