- 68d00bb Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 by H. Peter Anvin · 12 years ago
- 07f4207 x86-32, mm: Remove reference to alloc_remap() by H. Peter Anvin · 12 years ago
- bb112ae x86-32, mm: Remove reference to resume_map_numa_kva() by H. Peter Anvin · 12 years ago
- f03574f2 x86-32, mm: Rip out x86_32 NUMA remapping code by Dave Hansen · 12 years ago
- 1e9209e x86/numa: Use __pa_nodebug() instead by Borislav Petkov · 12 years ago
- ac2cbab x86: Don't panic if can not alloc buffer for swiotlb by Yinghai Lu · 12 years ago
- 8b78c21 x86, 64bit, mm: hibernate use generic mapping_init by Yinghai Lu · 12 years ago
- 7221267 x86, 64bit, mm: Mark data/bss/brk to nx by Yinghai Lu · 12 years ago
- 6c902b6 x86: Merge early kernel reserve for 32bit and 64bit by Yinghai Lu · 12 years ago
- 0212f91 x86: Add Crash kernel low reservation by Yinghai Lu · 12 years ago
- 7d41a8a x86, kdump: Remove crashkernel range find limit for 64bit by Yinghai Lu · 12 years ago
- 595ad9a memblock: Add memblock_mem_size() by Yinghai Lu · 12 years ago
- d1af6d0 x86, boot: Not need to check setup_header version for setup_data by Yinghai Lu · 12 years ago
- 8ee2f2d x86, boot: Update comments about entries for 64bit image by Yinghai Lu · 12 years ago
- ee92d81 x86, boot: Support loading bzImage, boot_params and ramdisk above 4G by Yinghai Lu · 12 years ago
- 0e691cf x86, kexec, 64bit: Only set ident mapping for ram. by Yinghai Lu · 12 years ago
- 9ebdc79 x86, kexec: Replace ident_mapping_init and init_level4_page by Yinghai Lu · 12 years ago
- 084d128 x86, kexec: Set ident mapping for kernel that is above max_pfn by Yinghai Lu · 12 years ago
- 577af55 x86, kexec: Remove 1024G limitation for kexec buffer on 64bit by Yinghai Lu · 12 years ago
- d3c433b x86, boot: Move lldt/ltr out of 64bit code section by Yinghai Lu · 12 years ago
- 187a8a7 x86, boot: Move verify_cpu.S and no_longmode down by Yinghai Lu · 12 years ago
- 3db07e7 x86, boot: Pass cmd_line_ptr with unsigned long instead by Yinghai Lu · 12 years ago
- 16a4baa x86, boot: Move checking of cmd_line_ptr out of common path by Yinghai Lu · 12 years ago
- f1da834 x86, boot: Add get_cmd_line_ptr() by Yinghai Lu · 12 years ago
- a8a51a8 x86: Add get_ramdisk_image/size() by Yinghai Lu · 12 years ago
- 1b8c78b x86: Merge early_reserve_initrd for 32bit and 64bit by Yinghai Lu · 12 years ago
- 1005423 x86, 64bit: Don't set max_pfn_mapped wrong value early on native path by Yinghai Lu · 12 years ago
- 6b9c75a x86, 64bit: #PF handler set page to cover only 2M per #PF by Yinghai Lu · 12 years ago
- 8170e6b x86, 64bit: Use a #PF handler to materialize early mappings on demand by H. Peter Anvin · 12 years ago
- 4f7b9226 x86, realmode: Separate real_mode reserve and setup by Yinghai Lu · 12 years ago
- 9735e91 x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directly by Yinghai Lu · 12 years ago
- fa2bbce x86, 64bit: Copy struct boot_params early by Yinghai Lu · 12 years ago
- aece278 x86, 64bit, mm: Add generic kernel/ident mapping helper by Yinghai Lu · 12 years ago
- 231b364 x86, realmode: Set real_mode permissions early by Yinghai Lu · 12 years ago
- c2bdee5 x86, 64bit, mm: Make pgd next calculation consistent with pud/pmd by Yinghai Lu · 12 years ago
- b422a30 x86: Factor out e820_add_kernel_range() by Yinghai Lu · 12 years ago
- c9b3234 x86, mm: Fix page table early allocation offset checking by Yinghai Lu · 12 years ago
- de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 12 years ago
- 5dcd14e x86, boot: Sanitize boot_params if not zeroed on creation by H. Peter Anvin · 12 years ago
- 09c205a x86, boot: Define the 2.12 bzImage boot protocol by H. Peter Anvin · 12 years ago
- 65315d4 x86/boot: Fix minor fd leakage in tools/relocs.c by Cong Ding · 12 years ago
- 5dfd486 x86, kvm: Fix kvm's use of __pa() on percpu areas by Dave Hansen · 12 years ago
- d765653 x86, mm: Create slow_virt_to_phys() by Dave Hansen · 12 years ago
- f3c4fbb x86, mm: Use new pagetable helpers in try_preserve_large_page() by Dave Hansen · 12 years ago
- 4cbeb51 x86, mm: Pagetable level size/shift/mask helpers by Dave Hansen · 12 years ago
- a25b931 x86, mm: Make DEBUG_VIRTUAL work earlier in boot by Dave Hansen · 12 years ago
- 7b5c4a6 Merge tag 'v3.8-rc5' into x86/mm by H. Peter Anvin · 12 years ago
- 3596f5b Merge branch 'x86/mm' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/tip/tip into x86/mm by H. Peter Anvin · 12 years ago
- d93816a Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
- 01acd3e Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
- 1496ec1 Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- 3836414 Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux into fixes by Olof Johansson · 12 years ago
- 60fd8e3 Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes by Olof Johansson · 12 years ago
- ab838bc ARM: vexpress: Enable A7 cores in V2P-CA15_A7's Device Tree by Pawel Moll · 12 years ago
- 1585defb ARM: vexpress: extend the MPIDR range used for pen release check by Lorenzo Pieralisi · 12 years ago
- f6be19c Merge tag 'mvebu_fixes_for_v3.8-rc5' of git://git.infradead.org/users/jcooper/linux into fixes by Olof Johansson · 12 years ago
- ff7532c Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
- 248152b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 12 years ago
- c1b8414 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
- 8461c2f ARM: at91/dts: correct comment in at91sam9x5.dtsi for mii by Douglas Gilbert · 12 years ago
- 581d629 ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfig by Nicolas Ferre · 12 years ago
- 2e06e92 ARM: at91/at91_dt_defconfig: remove memory specification to cmdline by Nicolas Ferre · 12 years ago
- b45c998 ARM: at91/dts: add macb mii pinctrl config for kizbox by Boris BREZILLON · 12 years ago
- 36224d0 ARM: at91: rm9200: remake the BGA as default version by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
- 334c9e8 ARM: at91: fix gpios on i2c-gpio for RM9200 DT by Joachim Eastwood · 12 years ago
- 1bab02e ARM: at91/at91sam9x5 DTS: add SCK USART pins by Richard Genoud · 12 years ago
- c89cec3 ARM: at91/at91sam9x5 DTS: correct wrong PIO BANK values on u(s)arts by Richard Genoud · 12 years ago
- 09d75bc ARM: kirkwood: fix missing #interrupt-cells property by Sebastian Hesselbarth · 12 years ago
- ed06ef3 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 12 years ago
- 343391b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 12 years ago
- 51edce0 Merge tag 'omap-for-v3.8-rc4/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 12 years ago
- 9899d11 ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL by Oleg Nesterov · 12 years ago
- 9cf2b72 arm64: elf: fix core dumping to match what glibc expects by Will Deacon · 12 years ago
- b2555b8 Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes by Olof Johansson · 12 years ago
- 7662a9c ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport by Luciano Coelho · 12 years ago
- 034bf09 ARM: OMAP2+: DT node Timer iteration fix by Pantelis Antoniou · 12 years ago
- e407ee0 ARM: OMAP2+: Fix section warning for omap_init_ocp2scp() by Tony Lindgren · 12 years ago
- 81f3ae0 ARM: OMAP2+: fix build break for omapdrm by Rob Clark · 12 years ago
- edea0d0 ia64: kill thread_matches(), unexport ptrace_check_attach() by Oleg Nesterov · 12 years ago
- 210b184 Merge branch 'for-rmk/virt/hyp-boot/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into fixes by Russell King · 12 years ago
- 93d5bf0 ARM: 7629/1: mm: Fix missing XN flag for for MT_MEMORY_SO by Santosh Shilimkar · 12 years ago
- 1565337 ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem by Russell King · 12 years ago
- bdcc612 ARM: OMAP2: Fix missing omap2xxx_clkt_vps_late_init function calls by Jon Hunter · 12 years ago
- 12d82e4 ARM: OMAP4: hwmod_data: Correct IDLEMODE for McPDM by Peter Ujfalusi · 12 years ago
- 981827a ARM: OMAP4: clock data: Lock ABE DPLL on all revisions by Peter Ujfalusi · 12 years ago
- 5c69bed Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
- b814469 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 12 years ago
- 61c4b56 ARM: i.MX clock: Change the connection-id for fsl-usb2-udc by Peter Chen · 12 years ago
- f0ea883 usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id by Peter Chen · 12 years ago
- d328614 KVM: PPC: Emulate dcbf by Alexander Graf · 12 years ago
- 72ffaa4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
- 5046e38 Merge branch 'v3.8-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 12 years ago
- b86dc0d ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore by Dimitris Papastamos · 12 years ago
- 753bd6d ARM: dts: correct the dw-mshc timing properties as per binding by Alim Akhtar · 12 years ago
- c0d6cfd ARM: S3C64XX: Fix build error with CONFIG_S3C_DEV_FB disabled by Tomasz Figa · 12 years ago
- a73b59c ARM: compile fix for DEBUG_LL=y && MMU=n by Uwe Kleine-König · 12 years ago
- 9174adb xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. by Andrew Cooper · 12 years ago
- ad6f276 Merge tag 'sunxi-fixes-for-3.8-rc4' of git://github.com/mripard/linux into fixes by Olof Johansson · 12 years ago
- 36e7a96 Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
- 56400b5 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago