| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-12 | 20 | -123/+47 |
|\ |
|
| * | unify default ptrace_signal_deliver | Al Viro | 2012-11-29 | 1 | -2/+0 |
| * | death to idle_regs() | Al Viro | 2012-11-28 | 2 | -11/+0 |
| * | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-28 | 2 | -4/+2 |
| * | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h | Al Viro | 2012-11-28 | 2 | -13/+0 |
| * | x86, um: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 15 | -98/+52 |
| * | get rid of pt_regs argument of ->load_binary() | Al Viro | 2012-11-28 | 1 | -2/+3 |
| * | consolidate sys_execve() prototype | Al Viro | 2012-11-28 | 1 | -3/+0 |
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-12-11 | 4 | -24/+60 |
|\ \ |
|
| * | | x86: hpet: Fix inverted return value check in arch_setup_hpet_msi() | Jan Beulich | 2012-11-02 | 1 | -2/+3 |
| * | | x86: hpet: Fix masking of MSI interrupts | Jan Beulich | 2012-11-02 | 1 | -2/+2 |
| * | | x86: apic: Use tsc deadline for oneshot when available | Suresh Siddha | 2012-11-02 | 2 | -20/+55 |
* | | | Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-12-11 | 24 | -425/+56 |
|\ \ \ |
|
| * | | | x86, 386 removal: Document Nx586 as a 386 and thus unsupported | H. Peter Anvin | 2012-11-29 | 1 | -1/+1 |
| * | | | x86, cleanups: Simplify sync_core() in the case of no CPUID | H. Peter Anvin | 2012-11-29 | 1 | -10/+21 |
| * | | | x86, 386 removal: Remove CONFIG_X86_POPAD_OK | H. Peter Anvin | 2012-11-29 | 2 | -32/+0 |
| * | | | x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK | H. Peter Anvin | 2012-11-29 | 4 | -106/+1 |
| * | | | x86, 386 removal: Remove CONFIG_INVLPG | H. Peter Anvin | 2012-11-29 | 6 | -25/+3 |
| * | | | x86, 386 removal: Remove CONFIG_BSWAP | H. Peter Anvin | 2012-11-29 | 4 | -54/+4 |
| * | | | x86, 386 removal: Remove CONFIG_XADD | H. Peter Anvin | 2012-11-29 | 5 | -42/+2 |
| * | | | x86, 386 removal: Remove CONFIG_CMPXCHG | H. Peter Anvin | 2012-11-29 | 6 | -117/+1 |
| * | | | x86, 386 removal: Remove CONFIG_M386 from Kconfig | H. Peter Anvin | 2012-11-29 | 5 | -42/+27 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-12-11 | 5 | -29/+60 |
|\ \ \ |
|
| * | | | x86, cacheinfo: Base cache sharing info on CPUID 0x8000001d on AMD | Andreas Herrmann | 2012-11-13 | 1 | -14/+27 |
| * | | | x86, cacheinfo: Make use of CPUID 0x8000001d for cache information on AMD | Andreas Herrmann | 2012-11-13 | 1 | -1/+5 |
| * | | | x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMD | Andreas Herrmann | 2012-11-13 | 3 | -12/+25 |
| * | | | x86: Add cpu_has_topoext | Andreas Herrmann | 2012-11-13 | 3 | -2/+3 |
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-12-11 | 3 | -48/+23 |
|\ \ \ \ |
|
| * | | | | x86: Fix the error of using "const" in gen-insn-attr-x86.awk | Cong Ding | 2012-12-10 | 1 | -3/+3 |
| * | | | | x86, apic: Cleanup cfg->domain setup for legacy interrupts | Suresh Siddha | 2012-11-26 | 1 | -20/+6 |
| * | | | | x86: Remove dead hlt_use_halt code | Daniel Lezcano | 2012-10-26 | 1 | -25/+14 |
* | | | | | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-12-11 | 12 | -41/+393 |
|\ \ \ \ \ |
|
| * | | | | | x86, topology: Debug CPU0 hotplug | Fenghua Yu | 2012-11-14 | 4 | -0/+107 |
| * | | | | | x86/i387.c: Initialize thread xstate only on CPU0 only once | Fenghua Yu | 2012-11-14 | 1 | -1/+5 |
| * | | | | | x86, hotplug: Handle retrigger irq by the first available CPU | Fenghua Yu | 2012-11-14 | 1 | -1/+3 |
| * | | | | | x86, hotplug: The first online processor saves the MTRR state | Fenghua Yu | 2012-11-14 | 1 | -2/+7 |
| * | | | | | x86, hotplug: During CPU0 online, enable x2apic, set_numa_node. | Fenghua Yu | 2012-11-14 | 1 | -3/+2 |
| * | | | | | x86, hotplug: Wake up CPU0 via NMI instead of INIT, SIPI, SIPI | Fenghua Yu | 2012-11-14 | 2 | -7/+105 |
| * | | | | | x86-32, hotplug: Add start_cpu0() entry point to head_32.S | Fenghua Yu | 2012-11-14 | 1 | -0/+13 |
| * | | | | | x86-64, hotplug: Add start_cpu0() entry point to head_64.S | Fenghua Yu | 2012-11-14 | 1 | -0/+16 |
| * | | | | | x86, hotplug, suspend: Online CPU0 for suspend or hibernate | Fenghua Yu | 2012-11-14 | 1 | -0/+44 |
| * | | | | | x86, hotplug: Support functions for CPU0 online/offline | Fenghua Yu | 2012-11-14 | 2 | -20/+19 |
| * | | | | | x86, topology: Don't offline CPU0 if any PIC irq can not be migrated out of it | Fenghua Yu | 2012-11-14 | 1 | -7/+43 |
| * | | | | | x86, Kconfig: Add config switch for CPU0 hotplug | Fenghua Yu | 2012-11-14 | 1 | -0/+29 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-11 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | arch/x86/Kconfig: Allow turning off CONFIG_X86_MPPARSE when either ACPI or SF... | Bin Gao | 2012-10-26 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-12-11 | 3 | -75/+95 |
|\ \ \ \ \ |
|
| * | | | | | x86_32: Return actual stack when requesting sp from regs | Steven Rostedt | 2012-11-19 | 1 | -0/+9 |
| * | | | | | x86: Don't clobber top of pt_regs in nested NMI | Salman Qazi | 2012-11-02 | 1 | -14/+27 |
| * | | | | | x86/asm: Clean up copy_page_*() comments and code | Ma Ling | 2012-10-24 | 1 | -61/+59 |
| |/ / / / |
|