summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-122-7/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86, msr: Use file_inode(), not f_mapping->hostAndre Richter2013-10-081-1/+1
| * | | | | | | | | | | | x86: mkpiggy.c: Explicitly close the output fileGeyslan G. Bem2013-10-081-6/+10
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-124-17/+30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86, defconfig: Add DEVTMPFS and DEVTMPFS_MOUNT to *86*_defconfigChen Gang2013-11-052-0/+4
| * | | | | | | | | | | | x86, build: move build output statistics away from stderrKees Cook2013-09-262-17/+26
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-124-8/+58
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/boot: Further compress CPUs bootup messageBorislav Petkov2013-10-012-10/+34
| * | | | | | | | | | | | x86: Improve the printout of the SMP bootup CPU tableBorislav Petkov2013-09-284-7/+33
* | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-124-62/+101
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86: Unify copy_to_user() and add size checking to itJan Beulich2013-10-264-16/+32
| * | | | | | | | | | | | | x86: Unify copy_from_user() size checkingJan Beulich2013-10-264-46/+69
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-122-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/apic: Disable I/O APIC before shutdown of the local APICFenghua Yu2013-11-072-5/+5
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-121-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/time: Honor ACPI FADT flag indicating absence of a CMOS RTCJan Beulich2013-10-261-0/+8
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-1221-113/+280
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2013-11-017-14/+52
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86: Apply the asm_volatile_goto() compiler quirkIngo Molnar2013-10-111-1/+1
| * | | | | | | | | | | | | | Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-115-26/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-0916-57/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra2013-09-281-8/+0
| * | | | | | | | | | | | | | | sched, x86: Optimize the preempt_schedule() callPeter Zijlstra2013-09-256-0/+101
| * | | | | | | | | | | | | | | sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-2510-17/+124
| * | | | | | | | | | | | | | | sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-251-2/+2
| * | | | | | | | | | | | | | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
| * | | | | | | | | | | | | | | sched, idle: Fix the idle polling state logicPeter Zijlstra2013-09-251-3/+3
| * | | | | | | | | | | | | | | x86: Use asm goto to implement better modify_and_test() functionsPeter Zijlstra2013-09-255-92/+58
* | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-1210-172/+384
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | uprobes: Introduce arch_uprobe->ixolOleg Nesterov2013-11-061-1/+4
| * | | | | | | | | | | | | | | | uprobes: Move function declarations out of archDavid A. Long2013-11-061-7/+0
| * | | | | | | | | | | | | | | | perf/x86/intel: Add Ivy Bridge-EP uncore IRP box supportYan, Zheng2013-11-061-0/+73
| * | | | | | | | | | | | | | | | perf/x86/intel/uncore: Add filter support for IvyBridge-EP QPI boxesYan, Zheng2013-11-061-10/+51
| * | | | | | | | | | | | | | | | perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra2013-11-065-7/+7
| * | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar2013-11-044-7/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | perf/x86: Further optimize copy_from_user_nmi()Peter Zijlstra2013-10-292-48/+36
| * | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-295-9/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | perf/x86: Optimize intel_pmu_pebs_fixup_ip()Peter Zijlstra2013-10-161-14/+38
| * | | | | | | | | | | | | | | | Merge tag 'v3.12-rc5' into perf/coreIngo Molnar2013-10-158-25/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | perf/x86: Suppress duplicated abort LBR recordsAndi Kleen2013-10-043-8/+23
| * | | | | | | | | | | | | | | | perf/x86: Add Haswell specific transaction flag reportingAndi Kleen2013-10-041-4/+20
| * | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-0459-623/+2315
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | perf/x86/intel: Fix build warning in intel_pmu_drain_pebs_nhm()Peter Zijlstra2013-09-201-1/+1
| * | | | | | | | | | | | | | | | | perf/x86/intel: Remove division from the intel_pmu_drain_pebs_nhm() hot pathPeter Zijlstra2013-09-201-5/+5
| * | | | | | | | | | | | | | | | | perf/x86/intel: Clean up EVENT_ATTR_STR() muckIngo Molnar2013-09-121-18/+17
| * | | | | | | | | | | | | | | | | perf/x86/intel: Clean-up/reduce PEBS codePeter Zijlstra2013-09-121-68/+26
| * | | | | | | | | | | | | | | | | perf/x86/intel: Clean up checkpoint-interrupt bitsPeter Zijlstra2013-09-122-9/+18
| * | | | | | | | | | | | | | | | | perf/x86/intel: Add Haswell TSX event aliasesAndi Kleen2013-09-121-0/+27
| * | | | | | | | | | | | | | | | | perf/x86: Report TSX transaction abort cost as weightAndi Kleen2013-09-121-13/+42
| * | | | | | | | | | | | | | | | | perf/x86/intel: Avoid checkpointed counters causing excessive TSX abortsAndi Kleen2013-09-121-0/+37