summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86: remove the kernel code/data/bss resources from /proc/iomemLinus Torvalds2016-04-061-37/+0
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-034-13/+9
|\
| * x86/cpu: Add advanced power management bitsHuang Rui2016-03-291-0/+2
| * x86/cpu: Get rid of compute_unit_idBorislav Petkov2016-03-293-12/+6
| * x86/topology: Fix AMD core countPeter Zijlstra2016-03-291-4/+4
* | Merge branch 'acpi-processor'Rafael J. Wysocki2016-04-021-0/+3
|\ \ | |/ |/|
| * ACPI / processor: Request native thermal interrupt handling via _OSCSrinivas Pandruvada2016-03-261-0/+3
* | mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko2016-03-251-0/+1
* | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-03-241-1/+1
|\ \
| * | x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.cLi Bin2016-03-181-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-242-3/+19
|\ \ \
| * | | x86/cpufeature, perf/x86: Add AMD Accumulated Power Mechanism feature flagHuang Rui2016-03-211-0/+4
| * | | perf/x86/amd: Move nodes_per_socket into bsp_init_amd()Huang Rui2016-03-211-2/+12
| * | | perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and initVikas Shivappa2016-03-211-1/+3
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-2419-48/+136
|\ \ \ \ | |/ / /
| * | | x86/hpet: Use proper mask to modify hotplug actionThomas Gleixner2016-03-191-1/+1
| * | | x86/apic/uv: Fix the hotplug notifierThomas Gleixner2016-03-191-1/+2
| * | | x86/apb/timer: Use proper mask to modify hotplug actionThomas Gleixner2016-03-191-1/+1
| * | | x86/topology: Use total_cpus not nr_cpu_ids for logical packagesThomas Gleixner2016-03-191-1/+6
| * | | x86/topology: Fix Intel HT disablePeter Zijlstra2016-03-191-1/+14
| * | | x86/topology: Fix logical package mappingPeter Zijlstra2016-03-191-5/+0
| * | | x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner2016-03-181-18/+70
| * | | x86/tsc: Prevent NULL pointer deref in calibrate_delay_is_known()Thomas Gleixner2016-03-181-1/+5
| * | | x86/iopl: Fix iopl capability check on Xen PVAndy Lutomirski2016-03-171-3/+9
| * | | x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski2016-03-171-0/+12
| * | | Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-1713-16/+16
| |\ \ \
| | * | | x86: Fix misspellings in commentsAdam Buchbinder2016-02-2415-18/+18
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-224-1/+15
|\ \ \ \ \
| * | | | | kernel: add kcov code coverageDmitry Vyukov2016-03-223-0/+14
| * | | | | x86/compat: remove is_compat_task()Andy Lutomirski2016-03-221-1/+1
* | | | | | kvm, rt: change async pagefault code locking for PREEMPT_RTRik van Riel2016-03-221-18/+19
|/ / / / /
* | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-206-6/+301
|\ \ \ \ \
| * | | | | mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2016-02-181-2/+0
| * | | | | x86/mm/pkeys: Allow kernel to modify user pkey rights registerDave Hansen2016-02-181-0/+74
| * | | | | x86/fpu: Allow setting of XSAVE stateDave Hansen2016-02-182-2/+159
| * | | | | x86/mm: Factor out LDT init from context initDave Hansen2016-02-181-2/+2
| * | | | | x86/mm/pkeys: Actually enable Memory Protection Keys in the CPUDave Hansen2016-02-181-0/+43
| * | | | | x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smapsDave Hansen2016-02-181-0/+9
| * | | | | x86/mm/pkeys: Dump PKRU with other kernel registersDave Hansen2016-02-181-0/+2
| * | | | | x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresDave Hansen2016-02-161-1/+6
| * | | | | x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen2016-02-161-0/+1
| * | | | | x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateDave Hansen2016-02-161-2/+8
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2016-02-1625-108/+115
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-0/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar2016-02-221-0/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-0377-648/+1618
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | x86/mm: Page align the '_end' symbol to avoid pfn conversion bugsMatt Fleming2015-11-291-0/+1
* | | | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-205-34/+49
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
OpenPOWER on IntegriCloud