aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds4-2/+96
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov4-2/+68
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov2-0/+28
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-4/+0
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker10-16/+16
2013-07-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-0/+7
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-1/+16
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt1-12/+0
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+8
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-61/+0
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner6-15/+80
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds3-5/+35
2013-07-03x86: kill TIF_DEBUGOleg Nesterov1-3/+1
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2-2/+34
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+13
2013-07-02Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-8/+271
2013-07-02Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-02Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+80
2013-07-02Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+117
2013-07-02Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+14
2013-07-02Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-02Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-02Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-52/+106
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+8
2013-07-02Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+8
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-28Merge branch 'acpi-pm'Rafael J. Wysocki1-1/+1
2013-06-27KVM: MMU: document fast invalidate all pagesXiao Guangrong1-0/+3
2013-06-27KVM: MMU: document write_flooding_countXiao Guangrong1-0/+1
2013-06-27KVM: MMU: document clear_spte_countXiao Guangrong1-0/+4
2013-06-27KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong1-1/+0
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong1-1/+1
2013-06-27Merge branch 'core/mutexes' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into drm-nextDave Airlie2-14/+8
2013-06-27Merge tag 'v3.10-rc7' into drm-nextDave Airlie6-15/+80
2013-06-26arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst2-14/+8
2013-06-26perf/x86/intel: Support full width countingAndi Kleen1-0/+3
2013-06-26Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/rasIngo Molnar3-5/+8
2013-06-25x86, processor-flags: Fix the datatypes and add bit number definesH. Peter Anvin1-50/+104
2013-06-25x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin2-2/+2
2013-06-25x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin1-1/+1
2013-06-22trace,x86: Do not call local_irq_save() in load_current_idt()Steven Rostedt (Red Hat)1-6/+4
2013-06-21Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher"Jussi Kivilinna1-18/+0
2013-06-21Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna1-43/+0
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi6-5/+202
2013-06-20x86: Rename variables for debuggingSeiji Aguchi1-3/+44
2013-06-20x86, trace: Introduce entering/exiting_irq()Seiji Aguchi1-0/+27