summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-019-132/+15
|\
| * x86: trim sys_ia32.hAl Viro2013-03-041-5/+0
| * x86: sys32_kill and sys32_mprotect are pointlessAl Viro2013-03-043-15/+2
| * merge compat sys_ipc instancesAl Viro2013-03-044-61/+1
| * consolidate compat lookup_dcookie()Al Viro2013-03-043-8/+1
| * convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-043-22/+1
| * make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-043-13/+10
| * consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-041-8/+0
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0112-76/+15
|\ \
| * | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-05-013-20/+1
| * | coredump: factor out the setting of PF_DUMPCOREOleg Nesterov2013-05-011-1/+0
| * | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-016-38/+2
| * | dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2013-05-011-0/+1
| * | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-18/+0
| * | x86: don't show trace beyond show_stack(NULL, NULL)Tejun Heo2013-05-011-1/+13
* | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-013-2/+3
|\ \ \ | |/ / |/| |
| * | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-282-1/+3
| |\ \
| | * | cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand gov...Jacob Shin2013-04-102-1/+3
| * | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2013-04-281-1/+0
| |\ \ \
| | * | | cpuidle: remove en_core_tk_irqen flagDaniel Lezcano2013-04-231-1/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ \ \ \
| * | | | | x86 cmpxchg.h: fix wrong commentLi Zhong2013-04-251-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-305-39/+34
|\ \ \ \ \
| * \ \ \ \ Merge tag 'edac_amd_f16h' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2013-04-1916-41/+64
| |\ \ \ \ \
| | * | | | | amd64_edac: Add Family 16h supportAravind Gopalakrishnan2013-04-191-1/+2
| * | | | | | Merge tag 'please-pull-cmci_rediscover' of git://git.kernel.org/pub/scm/linux...Ingo Molnar2013-04-0813-80/+71
| |\ \ \ \ \ \
| | * | | | | | x86/mce: Rework cmci_rediscover() to play well with CPU hotplugSrivatsa S. Bhat2013-04-023-23/+8
| | | |_|_|_|/ | | |/| | | |
| * | | | | | x86, MCE, AMD: Use MCG_CAP MSR to find out number of banks on AMDBoris Ostrovsky2013-03-221-7/+15
| * | | | | | x86, MCE, AMD: Replace shared_bank array with is_shared_bank() helperBoris Ostrovsky2013-03-221-8/+9
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-304-8/+3
|\ \ \ \ \ \ \
| * | | | | | | x86/setup: Drop unneeded include <asm/dmi.h>Jean Delvare2013-04-251-1/+0
| * | | | | | | x86/olpc/xo1/sci: Don't call input_free_device() after input_unregister_device()Wei Yongjun2013-04-241-3/+1
| * | | | | | | x86/platform/intel/mrst: Remove cast for kmalloc() return valueZhang Yanfei2013-03-121-2/+1
| * | | | | | | x86/platform/uv: Replace kmalloc() & memset with kzalloc()Alexandru Gheorghiu2013-03-111-2/+1
* | | | | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-3016-76/+71
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, wakeup, sleep: Use pvops functions for changing GDT entrieskonrad@kernel.org2013-04-121-2/+7
| * | | | | | | | x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk2013-04-127-10/+4
| * | | | | | | | x86-32, gdt: Store/load GDT for ACPI S3 or hibernation/resume path is not neededKonrad Rzeszutek Wilk2013-04-123-6/+0
| * | | | | | | | x86-64, gdt: Store/load GDT for ACPI S3 or hibernate/resume path is not needed.Konrad Rzeszutek Wilk2013-04-122-5/+0
| * | | | | | | | x86: Make Linux guest support optionalBorislav Petkov2013-03-045-53/+60
| * | | | | | | | x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menuBorislav Petkov2013-03-041-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-309-19/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/mm/gart: Drop unnecessary checkWang YanQing2013-04-161-1/+1
| * | | | | | | | x86/mm/hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_ME...Tang Chen2013-04-151-1/+1
| * | | | | | | | x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMERPaul Bolle2013-04-121-3/+0
| * | | | | | | | x86/mm/numa: Simplify some bit manglingMartin Bundgaard2013-04-101-2/+1
| * | | | | | | | x86/mm: Re-enable DEBUG_TLBFLUSH for X86_32Paul Bolle2013-04-101-1/+1
| * | | | | | | | x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov2013-04-102-6/+4
| * | | | | | | | x86: Drop always empty .text..page_aligned sectionJan Beulich2013-03-112-5/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-3010-305/+660
|\ \ \ \ \ \ \ \