summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-30x86, boot: Update comments about entries for 64bit imageYinghai Lu2-9/+51
2013-01-30x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu4-1/+17
2013-01-30x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu3-6/+15
2013-01-30x86, kexec: Replace ident_mapping_init and init_level4_pageYinghai Lu1-135/+26
2013-01-30x86, kexec: Set ident mapping for kernel that is above max_pfnYinghai Lu1-6/+37
2013-01-30x86, kexec: Remove 1024G limitation for kexec buffer on 64bitYinghai Lu1-3/+3
2013-01-30x86, boot: Move lldt/ltr out of 64bit code sectionYinghai Lu1-3/+6
2013-01-30x86, boot: Move verify_cpu.S and no_longmode downYinghai Lu1-8/+9
2013-01-30x86, boot: Pass cmd_line_ptr with unsigned long insteadYinghai Lu2-6/+6
2013-01-30x86, boot: Move checking of cmd_line_ptr out of common pathYinghai Lu2-6/+16
2013-01-30x86, boot: Add get_cmd_line_ptr()Yinghai Lu2-4/+19
2013-01-30x86: Add get_ramdisk_image/size()Yinghai Lu1-8/+21
2013-01-30x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu3-26/+18
2013-01-30x86, 64bit: Don't set max_pfn_mapped wrong value early on native pathYinghai Lu3-4/+11
2013-01-30x86, 64bit: #PF handler set page to cover only 2M per #PFYinghai Lu1-17/+25
2013-01-30x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin7-91/+219
2013-01-30x86, realmode: Separate real_mode reserve and setupYinghai Lu3-14/+25
2013-01-30x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directlyYinghai Lu1-2/+2
2013-01-30x86, 64bit: Copy struct boot_params earlyYinghai Lu1-1/+5
2013-01-30x86, 64bit, mm: Add generic kernel/ident mapping helperYinghai Lu2-0/+83
2013-01-30x86, realmode: Set real_mode permissions earlyYinghai Lu1-5/+6
2013-01-30x86, 64bit, mm: Make pgd next calculation consistent with pud/pmdYinghai Lu1-4/+2
2013-01-30x86: Factor out e820_add_kernel_range()Yinghai Lu1-14/+22
2013-01-30x86, mm: Fix page table early allocation offset checkingYinghai Lu1-1/+12
2013-01-30Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin11256-298590/+522950
2013-01-29x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin5-0/+46
2013-01-28x86, boot: Define the 2.12 bzImage boot protocolH. Peter Anvin5-29/+106
2013-01-27x86/boot: Fix minor fd leakage in tools/relocs.cCong Ding1-2/+4
2013-01-25Linux 3.8-rc5v3.8-rc5Linus Torvalds1-1/+1
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds14-98/+300
2013-01-25Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+3
2013-01-25Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2013-01-25Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds6-27/+26
2013-01-25Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds46-220/+248
2013-01-24Merge tag 'pm+acpi-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-30/+103
2013-01-24Merge tag 'regmap-fix-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+1
2013-01-24Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-6/+9
2013-01-24Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds5-6/+16
2013-01-24Btrfs: fix repeated delalloc work allocationMiao Xie1-14/+41
2013-01-24Btrfs: fix wrong max device number for single profileMiao Xie1-1/+1
2013-01-24Btrfs: fix missed transaction->aborted checkMiao Xie1-0/+16
2013-01-24Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie2-2/+3
2013-01-24Btrfs: put csums on the right ordered extentJosef Bacik1-2/+2
2013-01-24Btrfs: use right range to find checksum for compressed extentsLiu Bo1-0/+5
2013-01-24Btrfs: fix panic when recovering tree logJosef Bacik1-8/+12
2013-01-24Btrfs: do not allow logged extents to be merged or removedJosef Bacik3-3/+16
2013-01-24Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux ...Olof Johansson3-15/+21
2013-01-24Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson6-25/+51
2013-01-24mfd: vexpress-sysreg: Don't skip initialization on probePawel Moll1-12/+20
2013-01-24ARM: vexpress: Enable A7 cores in V2P-CA15_A7's Device TreePawel Moll1-2/+0