summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | perf/x86/intel/pt: Add new timing packet enablesAlexander Shishkin2015-08-042-1/+73
| * | | | | | | | | | perf/x86/intel/pt: Do not force sync packets on every schedule-inAlexander Shishkin2015-08-041-2/+5
| * | | | | | | | | | perf/x86/hw_breakpoints: Fix check for kernel-space breakpointsAndy Lutomirski2015-08-041-1/+5
| * | | | | | | | | | perf/x86/hw_breakpoints: Improve range breakpoint validationAndy Lutomirski2015-08-041-0/+10
| * | | | | | | | | | perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safeAndy Lutomirski2015-08-041-0/+15
| * | | | | | | | | | perf/x86/intel: Fix SLM MSR_OFFCORE_RSP1 valid_maskKan Liang2015-08-041-6/+10
| * | | | | | | | | | perf/x86/intel/lbr: Kill off intel_pmu_needs_lbr_smpl for goodAlexander Shishkin2015-08-041-14/+0
| * | | | | | | | | | perf/x86/intel/bts: Drop redundant declarationsAlexander Shishkin2015-08-041-3/+0
| * | | | | | | | | | perf/x86/intel/uncore: Use Sandy Bridge client PMU on Haswell/BroadwellAndi Kleen2015-08-041-0/+5
| * | | | | | | | | | perf/x86/intel/uncore: Add support for ARB uncore PMU on Sandy/IvyBridgeAndi Kleen2015-08-041-2/+21
| * | | | | | | | | | perf/x86/intel/uncore: Remove use of macro DEFINE_PCI_DEVICE_TABLE()Vaishali Thakkar2015-08-041-1/+1
| * | | | | | | | | | perf/x86/intel/rapl: Add support for Knights Landing (KNL)Dasaratharaman Chandramouli2015-08-041-0/+20
| * | | | | | | | | | uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverOleg Nesterov2015-07-311-1/+4
| * | | | | | | | | | uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Oleg Nesterov2015-07-311-1/+2
| * | | | | | | | | | uprobes/x86: Reimplement arch_uretprobe_is_alive()Oleg Nesterov2015-07-311-0/+5
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-312-4/+4
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-08-122-4/+4
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-222-4/+4
| | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-08-311-3/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bus: subsys: update return type of ->remove_dev() to voidViresh Kumar2015-08-051-3/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-08-311-0/+47
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman2015-08-096-131/+159
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev2015-08-041-0/+1
| * | | | | | | | | Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov2015-08-041-0/+22
| * | | | | | | | | Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov2015-08-041-0/+24
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | x86/apic: Fix fallout from x2apic cleanupThomas Gleixner2015-08-221-7/+7
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | x86/fpu/math-emu: Fix crash in fork()Ingo Molnar2015-08-221-1/+1
* | | | | | | | x86/fpu/math-emu: Fix math-emu boot crashIngo Molnar2015-08-221-1/+6
* | | | | | | | x86/idle: Restore trace_cpu_idle to mwait_idle() callsJisheng Zhang2015-08-201-0/+2
* | | | | | | | x86/irq: Build correct vector mapping for multiple MSI interruptsJiang Liu2015-08-181-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-161-2/+2
|\ \ \ \ \ \ \
| * | | | | | | x86/ldt: Correct LDT access in single stepping logicJuergen Gross2015-08-081-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-142-12/+19
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming2015-08-121-5/+3
| * | | | | | perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra2015-08-121-7/+16
| | |/ / / / | |/| | | |
* | | | | | Revert x86 sigcontext cleanupsLinus Torvalds2015-08-131-15/+11
| |/ / / / |/| | | |
* | | | | x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-315-130/+158
* | | | | x86/irq: Use the caller provided polarity setting in mp_check_pin_attr()Jiang Liu2015-07-301-1/+1
|/ / / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-261-0/+8
|\ \ \ \
| * | | | perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming2015-07-261-0/+8
| | |/ / | |/| |
* / | | x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich2015-07-211-0/+6
|/ / /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-183-72/+93
|\ \ \
| * | | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-182-9/+10
| * | | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-182-1/+40
| * | | x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2015-07-171-2/+2
| * | | x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski2015-07-171-71/+52
* | | | genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner2015-07-151-0/+11
|/ / /
* | | x86/irq: Retrieve irq data after locking irq_descThomas Gleixner2015-07-071-1/+6
* | | x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()Thomas Gleixner2015-07-071-1/+12
* | | x86/irq: Plug irq vector hotplug raceThomas Gleixner2015-07-072-16/+7