summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-2333-456/+1118
|\
| * Revert "x86, extable: Disable presorted exception table for now"David Daney2012-04-241-0/+1
| * scripts/sortextable: Handle relative entries, and other cleanupsDavid Daney2012-04-243-88/+164
| * x86, extable: Switch to relative exception table entriesH. Peter Anvin2012-04-213-22/+146
| * x86, extable: Disable presorted exception table for nowH. Peter Anvin2012-04-211-1/+0
| * x86, extable: Add _ASM_EXTABLE_EX() macroH. Peter Anvin2012-04-212-12/+24
| * x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-211-3/+1
| * x86, extable: Remove open-coded exception table entries in arch/x86/include/a...H. Peter Anvin2012-04-201-8/+2
| * x86, extable: Remove open-coded exception table entries in arch/x86/include/a...H. Peter Anvin2012-04-201-3/+2
| * x86, extable: Remove the now-unused __ASM_EX_SEC macrosH. Peter Anvin2012-04-201-2/+0
| * x86, extable: Remove open-coded exception table entries in arch/x86/xen/xen-a...H. Peter Anvin2012-04-201-4/+2
| * x86, extable: Remove open-coded exception table entries in arch/x86/um/checks...H. Peter Anvin2012-04-201-6/+3
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/userc...H. Peter Anvin2012-04-201-126/+106
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/putus...H. Peter Anvin2012-04-201-7/+5
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/getus...H. Peter Anvin2012-04-201-5/+4
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/csum-...H. Peter Anvin2012-04-201-12/+4
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_...H. Peter Anvin2012-04-201-27/+23
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_...H. Peter Anvin2012-04-201-37/+26
| * x86, extable: Remove open-coded exception table entries in arch/x86/lib/check...H. Peter Anvin2012-04-201-6/+3
| * x86, extable: Remove open-coded exception table entries in arch/x86/kernel/te...H. Peter Anvin2012-04-201-8/+2
| * x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en...H. Peter Anvin2012-04-201-12/+4
| * x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en...H. Peter Anvin2012-04-201-33/+14
| * x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-201-3/+2
| * x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE()H. Peter Anvin2012-04-201-10/+10
| * x86, doc: Revert "x86: Document rdmsr_safe restrictions"H. Peter Anvin2012-04-201-8/+1
| * x86-32: Handle exception table entries during early bootH. Peter Anvin2012-04-201-94/+129
| * x86-64: Handle exception table entries during early bootH. Peter Anvin2012-04-202-20/+58
| * x86, extable: Add early_fixup_exception()H. Peter Anvin2012-04-201-0/+17
| * x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAXH. Peter Anvin2012-04-202-7/+5
| * x86: Add symbolic constant for exceptions with error codeH. Peter Anvin2012-04-202-1/+3
| * x86, nop: Make the ASM_NOP* macros work from assemblyH. Peter Anvin2012-04-201-0/+4
| * x86: Select BUILDTIME_EXTABLE_SORTDavid Daney2012-04-201-0/+1
| * MIPS: Select BUILDTIME_EXTABLE_SORTDavid Daney2012-04-201-0/+1
| * kbuild/extable: Hook up sortextable into the build system.David Daney2012-04-202-0/+13
| * extable: Skip sorting if sorted at build time.David Daney2012-04-201-1/+7
| * scripts: Add sortextable to sort the kernel's exception table.David Daney2012-04-204-0/+441
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-233-23/+41
|\ \
| * \ Merge branch x86/build into x86/efi and fix up arch/x86/boot/tools/build.cH. Peter Anvin2012-03-289-69/+172
| |\ \
| * | | x86, efi: Fix NumberOfRvaAndSizes field in PE32 header for EFI_STUBMatt Fleming2012-03-261-1/+1
| * | | x86, efi: Fix .text section overlapping image header for EFI_STUBMatt Fleming2012-03-263-7/+34
| * | | x86, efi: Fix issue of overlapping .reloc section for EFI_STUBJordan Justen2012-03-261-15/+7
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-233-6/+24
|\ \ \ \
| * | | | x86, relocs: Build clean fixJarkko Sakkinen2012-05-211-0/+1
| * | | | Merge commit 'v3.4' into x86/urgentH. Peter Anvin2012-05-21245-1234/+1816
| |\ \ \ \
| * | | | | x86, printk: Add missing KERN_CONT to NMI selftestSasha Levin2012-05-211-6/+6
| * | | | | x86: Fix boot on Twinhead H12YAlan Cox2012-05-171-0/+17
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-------. \ \ \ \ \ Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds2012-05-2316-60/+72
|\ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | x86, microcode: microcode_core.c simple_strtoul cleanupShuah Khan2012-05-071-5/+4
| | | | * | | | | | | x86: Avoid double stack traces with show_regs()Jan Beulich2012-05-097-13/+6
| | | * | | | | | | | x86/cache_info: Fix setup of l2/l3 idsShai Fultheim2012-05-071-2/+2
| | | |/ / / / / / /