summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | x86/vdso: Only define map_vdso_randomized() if CONFIG_X86_64Ingo Molnar2016-09-151-50/+48
| * | | | | | x86/vdso: Only define prctl_map_vdso() if CONFIG_CHECKPOINT_RESTOREIngo Molnar2016-09-151-4/+6
| * | | | | | x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2016-09-145-13/+53
| * | | | | | x86/ptrace: Down with test_thread_flag(TIF_IA32)Dmitry Safonov2016-09-141-1/+1
| * | | | | | x86/coredump: Use pr_reg size, rather that TIF_IA32 flagDmitry Safonov2016-09-141-4/+4
| * | | | | | x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov2016-09-144-10/+68
| * | | | | | x86/vdso: Replace calculate_addr in map_vdso() with addrDmitry Safonov2016-09-141-13/+17
| * | | | | | x86/vdso: Unmap vdso blob on vvar mapping failureDmitry Safonov2016-09-141-2/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-032-3/+103
|\ \ \ \ \ \
| * | | | | | x86/tsc: Add additional Intel CPU models to the crystal quirk listPrarit Bhargava2016-09-201-0/+5
| * | | | | | x86/tsc: Use cpu id defines instead of hex constantsPrarit Bhargava2016-09-201-3/+4
| * | | | | | x86/hpet: Reduce HPET counter read contentionWaiman Long2016-09-091-0/+94
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-0315-85/+655
|\ \ \ \ \ \ \
| * | | | | | | x86/platform/mellanox: Fix return value check in mlxplat_init()Wei Yongjun2016-09-241-2/+2
| * | | | | | | x86/platform/mellanox: Introduce support for Mellanox systems platformVadim Pasternak2016-09-224-0/+280
| * | | | | | | x86/platform/uv/BAU: Add UV4-specific functionsAndrew Banman2016-09-222-1/+44
| * | | | | | | x86/platform/uv/BAU: Fix payload queue setup on UV4 hardwareAndrew Banman2016-09-221-4/+12
| * | | | | | | x86/platform/uv/BAU: Disable software timeout on UV4 hardwareAndrew Banman2016-09-221-2/+5
| * | | | | | | x86/platform/uv/BAU: Populate ->uvhub_version with UV4 version informationAndrew Banman2016-09-221-1/+3
| * | | | | | | x86/platform/uv/BAU: Use generic function pointersAndrew Banman2016-09-221-13/+13
| * | | | | | | x86/platform/uv/BAU: Add generic function pointersAndrew Banman2016-09-222-0/+30
| * | | | | | | x86/platform/uv/BAU: Convert uv_physnodeaddr() use to uv_gpa_to_offset()Andrew Banman2016-09-222-4/+2
| * | | | | | | x86/platform/uv/BAU: Clean up pq_init()Andrew Banman2016-09-222-12/+9
| * | | | | | | x86/platform/uv/BAU: Clean up and update printksAndrew Banman2016-09-221-13/+13
| * | | | | | | x86/platform/uv/BAU: Clean up vertical alignmentAndrew Banman2016-09-221-32/+32
| * | | | | | | Merge branch 'linus' into x86/platform, to pick up fixesIngo Molnar2016-09-22218-874/+1238
| |\ \ \ \ \ \ \
| * | | | | | | | x86/platform/intel-mid: Keep SRAM powered on at bootAndy Shevchenko2016-09-081-9/+36
| * | | | | | | | x86/platform/intel-mid: Add Intel Penwell to ID tableAndy Shevchenko2016-09-081-0/+1
| * | | | | | | | x86/cpu: Rename Merrifield2 to MoorefieldAndy Shevchenko2016-09-082-3/+3
| * | | | | | | | x86/platform/intel-mid: Implement power off sequenceAndy Shevchenko2016-09-084-1/+32
| * | | | | | | | x86/platform/intel-mid: Enable SD card detection on MerrifieldAndy Shevchenko2016-09-012-0/+49
| * | | | | | | | x86/platform/intel-mid: Enable WiFi on Intel EdisonAndy Shevchenko2016-09-012-0/+97
| * | | | | | | | x86/platform/intel-mid: Run PWRMU command immediatelyAndy Shevchenko2016-08-181-1/+5
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-0310-39/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-204-4/+4
| * | | | | | | | | x86: Clean up various simple wrapper functionsMasahiro Yamada2016-09-136-35/+10
* | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-0310-83/+112
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulationDan Williams2016-09-221-9/+5
| * | | | | | | | | | x86/e820: Use much less memory for e820/e820_saved, save up to 120kDenys Vlasenko2016-09-212-6/+6
| * | | | | | | | | | x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-2110-65/+98
| * | | | | | | | | | x86/e820: Mark some static functions __initDenys Vlasenko2016-09-211-6/+6
| * | | | | | | | | | Merge branch 'linus' into x86/boot, to pick up fixesIngo Molnar2016-09-21122-515/+755
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/e820: Fix very large 'size' handling boundary conditionWei Yang2016-09-081-2/+2
* | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-0394-1037/+1251
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-309-26/+11
| * | | | | | | | | | | Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-3028-108/+95
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/alternatives: Add stack frame dependency to alternative_call_2()Josh Poimboeuf2016-09-241-2/+6
| * | | | | | | | | | | | x86/dumpstack: Fix show_stack() task pointer regressionJosh Poimboeuf2016-09-201-1/+1
| * | | | | | | | | | | | x86/dumpstack: Remove dump_trace() and related callbacksJosh Poimboeuf2016-09-204-226/+0
| * | | | | | | | | | | | x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinderJosh Poimboeuf2016-09-204-47/+107