aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03mm/x86: prepare for removing num_physpages and simplify mem_init()Jiang Liu5-52/+4
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu2-2/+2
2013-07-03mm: make __free_pages_bootmem() only available at boot timeJiang Liu1-16/+2
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu1-0/+6
2013-07-03mm/x86: use free_reserved_area() to simplify codeJiang Liu2-14/+5
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov3-2/+35
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds2-187/+6
2013-07-02Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+59
2013-07-02Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds20-72/+588
2013-07-02Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-14/+24
2013-07-02Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+37
2013-07-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-25/+26
2013-07-02Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-81/+504
2013-07-02Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-70/+201
2013-07-02Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-17/+38
2013-07-02Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+90
2013-07-02Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-30/+45
2013-07-02Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-19/+19
2013-07-02Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-07-02Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-62/+116
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 Torvalds17-115/+1027
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 tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
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-28x86/ioremap: Correct function name outputBorislav Petkov1-4/+4
2013-06-28Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/rasIngo Molnar1-10/+5
2013-06-28x86/tboot: Provide debugfs interfaces to access TXT logQiaowei Ren1-0/+73
2013-06-27x86/mce: Update MCE severity condition checkChen Gong1-10/+5
2013-06-26x86, microcode, amd: Another early loading fixupJacob Shin1-16/+24
2013-06-26perf/x86: Disable PEBS-LL in intel_pmu_pebs_disable()Stephane Eranian1-0/+6
2013-06-26perf/x86: Fix shared register mutual exclusion enforcementStephane Eranian3-4/+27
2013-06-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+10
2013-06-26x86/platform: Make X86_GOLDFISH depend on X86_EXTENDED_PLATFORMBen Hutchings1-0/+2
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 Kleen3-0/+15
2013-06-26Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/rasIngo Molnar16-48/+77
2013-06-25x86, asm, cleanup: Replace open-coded control register values with symbolicH. Peter Anvin3-3/+3
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 Anvin3-3/+3
2013-06-25x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin5-5/+5
2013-06-25mce: acpi/apei: Add comments to clarify usage of the various bitfields in the MCA subsystemNaveen N. Rao2-1/+16
2013-06-25x86: Fix /proc/mtrr with base/size more than 44bitsYinghai Lu2-17/+20
2013-06-24Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman14-47/+61
2013-06-24Merge remote-tracking branch 'trace/tip/x86/trace' into x86/traceH. Peter Anvin2-6/+8
2013-06-23x86/platform: Add kvmconfig to the phony targetsBorislav Petkov1-0/+1
2013-06-23x86: Add NMI duration tracepointsDave Hansen1-2/+7
2013-06-23perf: Drop sample rate when sampling is too slowDave Hansen1-1/+11
2013-06-23x86: Warn when NMI handlers take large amounts of timeDave Hansen1-1/+28