index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
2014-10-31
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-10-29
perf/x86/intel: Revert incomplete and undocumented Broadwell client support
Ingo Molnar
2014-10-29
ACPI, irq, x86: Return IRQ instead of GSI in mp_register_gsi()
Jiang Liu
2014-10-29
x86, intel-mid: Create IRQs for APB timers and RTC timers
Jiang Liu
2014-10-29
x86: Don't enable F00F workaround on Intel Quark processors
Dave Jones
2014-10-28
x86/irq: Fix XT-PIC-XT-PIC in /proc/interrupts
Maciej W. Rozycki
2014-10-28
perf/x86: Fix compile warnings for intel_uncore
Peter Zijlstra
2014-10-28
perf: Fix bogus kernel printk
Peter Zijlstra (Intel)
2014-10-28
x86, cma: Reserve DMA contiguous area after initmem_init()
Weijie Yang
2014-10-24
i386/audit: stop scribbling on the stack frame
Eric Paris
2014-10-24
Merge tag 'v3.18-rc1' into x86/urgent
H. Peter Anvin
2014-10-22
x86, apic: Handle a bad TSC more gracefully
Andy Lutomirski
2014-10-20
x86: ACPI: Do not translate GSI number if IOAPIC is disabled
Jiang Liu
2014-10-19
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
2014-10-19
x86/smpboot: Move data structure to its primary usage scope
Ingo Molnar
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-14
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
2014-10-14
Merge branches 'x86-ras-for-linus', 'x86-uv-for-linus' and 'x86-vdso-for-linu...
Linus Torvalds
2014-10-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-10-14
Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-10-14
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-10-14
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-10-14
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-14
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-10-14
Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2014-10-14
kvm: ensure hard lockup detection is disabled by default
Ulrich Obergfell
2014-10-14
arch/x86/kernel/cpu/common.c: fix unused symbol warning
Andrew Morton
2014-10-14
kexec-bzimage64: fix sparse warnings
Vivek Goyal
2014-10-14
kexec: check if crashk_res_low exists when exclude it from crash mem ranges
Baoquan He
2014-10-13
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-10-13
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-10-13
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-10-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-10-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-10-09
Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-10-09
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-10-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-10-08
x86: Fix section conflict for numachip
Andi Kleen
2014-10-08
x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()
Bryan O'Donoghue
2014-10-08
x86: Quark: Comment setup_arch() to document TLB/PGE bug
Bryan O'Donoghue
2014-10-07
Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...
Linus Torvalds
2014-10-07
Merge branch 'pm-genirq'
Rafael J. Wysocki
2014-10-06
x86_64, entry: Filter RFLAGS.NT on entry from userspace
Andy Lutomirski
2014-10-03
perf/x86: Tone down kernel messages when the PMU check fails in a virtual env...
Wei Huang
2014-10-03
perf/x86/intel/uncore: Fix minor race in box set up
Andi Kleen
2014-10-03
sched/x86: Fix up typo in topology detection
Dave Hansen
2014-09-24
x86: Speed up ___preempt_schedule*() by using THUNK helpers
Oleg Nesterov
2014-09-24
sched: Fix unreleased llc_shared_mask bit during CPU hotplug
Wanpeng Li
2014-09-24
x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead
Bryan O'Donoghue
2014-09-24
x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline ...
Lan Tianyu
[next]