summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-0314-70/+201
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, fpu: Use static_cpu_has_safe before alternativesBorislav Petkov2013-06-211-1/+1
| * | | | | | | | x86: Add a static_cpu_has_safe variantBorislav Petkov2013-06-212-1/+91
| * | | | | | | | x86: Sanity-check static_cpu_has usageBorislav Petkov2013-06-213-2/+46
| * | | | | | | | x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov2013-06-212-1/+3
| * | | | | | | | x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-0612-65/+60
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-034-31/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, efi: retry ExitBootServices() on failureZach Bobroff2013-06-111-3/+17
| * | | | | | | | efi: Convert runtime services function ptrsBorislav Petkov2013-06-112-28/+28
| * | | | | | | | UEFI: Don't pass boot services regions to SetVirtualAddressMap()Matthew Garrett2013-06-061-0/+7
* | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-034-5/+90
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/tboot: Provide debugfs interfaces to access TXT logQiaowei Ren2013-06-281-0/+73
| * | | | | | | | | x86: Remove weird PTR_ERR() in do_debugRusty Russell2013-06-191-1/+1
| * | | | | | | | | x86/debug: Only print out DR registers if they are not power-on defaultsDave Jones2013-06-192-4/+16
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-036-30/+45
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/intel/cacheinfo: Shut up last long-standing warningBorislav Petkov2013-06-201-27/+25
| * | | | | | | | | x86: Extend #DF debugging aid to 64-bitBorislav Petkov2013-05-135-3/+20
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-033-19/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, reloc: Use xorl instead of xorq in relocate_kernel_64.SH. Peter Anvin2013-06-211-17/+17
| * | | | | | | | | Merge tag 'v3.10-rc6' into x86/cleanupsH. Peter Anvin2013-06-21630-3830/+6661
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | x86, cleanups: Remove extra tab in __flush_tlb_one()Michael Wang2013-06-041-1/+1
| * | | | | | | | | x86/mce: Remove check for CONFIG_X86_MCE_P4THERMALPaul Bolle2013-05-311-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-031-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/boot: Close opened file descriptorJiri Slaby2013-06-191-0/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-0314-63/+120
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, asm, cleanup: Replace open-coded control register values with symbolicH. Peter Anvin2013-06-263-3/+3
| * | | | | | | | | x86, processor-flags: Fix the datatypes and add bit number definesH. Peter Anvin2013-06-261-50/+104
| * | | | | | | | | x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin2013-06-263-3/+3
| * | | | | | | | | x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin2013-06-266-6/+6
| * | | | | | | | | linux/const.h: Add _BITUL() and _BITULL()H. Peter Anvin2013-06-261-0/+3
| * | | | | | | | | x86/vdso: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-191-2/+2
| * | | | | | | | | x86: __force_order doesn't need to be an actual variableJan Beulich2013-05-311-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-0311-38/+39
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm, sched: Allow uaccess in atomic with pagefault_disable()Michael S. Tsirkin2013-05-282-9/+9
| * | | | | | | | | mm, sched: Drop voluntary schedule from might_fault()Michael S. Tsirkin2013-05-282-2/+3
| * | | | | | | | | x86: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-1/+1
| * | | | | | | | | tile: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-1/+1
| * | | | | | | | | powerpc: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-8/+8
| * | | | | | | | | mn10300: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-2/+2
| * | | | | | | | | microblaze: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-3/+3
| * | | | | | | | | m32r: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-6/+6
| * | | | | | | | | frv: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-2/+2
| * | | | | | | | | arm64: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-2/+2
| * | | | | | | | | asm-generic: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-5/+5
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-0333-887/+844
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v3.10' into sched/coreIngo Molnar2013-07-01885-5164/+13534
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched/debug: Remove CONFIG_FAIR_GROUP_SCHED maskAlex Shi2013-06-281-4/+6
| * | | | | | | | | | sched/debug: Fix formatting of /proc/<PID>/schedKamalesh Babulal2013-06-281-8/+9
| * | | | | | | | | | sched: Fix typo in struct sched_avg member descriptionKamalesh Babulal2013-06-271-1/+1
| * | | | | | | | | | sched/fair: Fix typo describing flags in enqueue_entityKamalesh Babulal2013-06-271-1/+1