summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86: Use kick_all_cpus_sync()Thomas Gleixner2012-05-082-21/+1
* x86: Use generic init_taskThomas Gleixner2012-05-053-43/+10
* x86: Use generic idle thread allocationThomas Gleixner2012-04-261-71/+10
* x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner2012-04-261-1/+1
* x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from asse...Konrad Rzeszutek Wilk2012-04-234-6/+8
* ACPI: Convert wake_sleep_flags to a value instead of functionKonrad Rzeszutek Wilk2012-04-231-0/+2
* x86, apic: APIC code touches invalid MSR on P5 class machinesBryan O'Donoghue2012-04-181-14/+20
* i387: ptrace breaks the lazy-fpu-restore logicOleg Nesterov2012-04-161-0/+1
* x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann2012-04-164-15/+9
* x86/amd: Remove broken links from comment and kernel messageAndreas Herrmann2012-04-161-2/+2
* Merge tag 'microcode-fix-for-3.4' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-04-142-11/+11
|\
| * x86, microcode: Ensure that module is only loaded on supported AMD CPUsAndreas Herrmann2012-04-132-8/+10
| * x86, microcode: Fix sysfs warning during module unload on unsupported CPUsAndreas Herrmann2012-04-131-3/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-121-3/+3
|\ \ | |/ |/|
| * x86: vsyscall: Use NULL instead 0 for a pointer argumentEmil Goode2012-04-061-3/+3
* | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-071-0/+4
|\ \
| * | KVM: Resolve RCU vs. async page fault problemGleb Natapov2012-04-051-0/+4
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-8/+1
|\ \ \
| * | | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-8/+1
* | | | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-041-0/+60
|\ \ \ \
| * | | | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel2012-03-291-0/+60
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-045-17/+29
|\ \ \ \ \
| * | | | | X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-285-17/+29
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-041-0/+13
|\ \ \ \ \ \
| * | | | | | perf/x86/p4: Add format attributesPeter Zijlstra2012-04-031-0/+13
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-042-25/+6
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown2012-03-301-24/+0
| * | | | | Merge branch 'linus' into x86/urgentIngo Molnar2012-03-3041-164/+450
| |\ \ \ \ \
| * | | | | | x86: Preserve lazy irq disable semantics in fixup_irqs()Liu, Chuansheng2012-03-291-1/+6
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-315-1/+90
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'linus' into perf/urgentIngo Molnar2012-03-2646-258/+578
| |\ \ \ \ \ \
| * | | | | | | perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-231-1/+9
| * | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-03-235-0/+81
| |\ \ \ \ \ \ \
| | * | | | | | | perf: Adding sysfs group format attribute for pmu deviceJiri Olsa2012-03-165-0/+81
* | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-303-5/+11
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'tboot' into releaseLen Brown2012-03-301-3/+6
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k...Len Brown2012-03-221-3/+6
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | * | | | | | | tboot: Add return values for tboot_sleepKonrad Rzeszutek Wilk2012-03-131-9/+4
| | | * | | | | | | x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep.Tang Liang2012-03-131-0/+8
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Len Brown2012-03-302-2/+5
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | | * | | | | | | | ACPI: Fix use-after-free in acpi_map_lsapicPetr Vandrovec2012-03-301-1/+2
| | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky2012-03-301-1/+3
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-297-69/+77
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-136-13/+14
| * | | | | | | | | Merge branch 'x86/x32' into x86/cleanupsIngo Molnar2012-03-139-30/+312
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: Use enum instead of literals for trap valuesKees Cook2012-03-092-59/+66
* | | | | | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-299-30/+312
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | x32: Add ptrace for x32H.J. Lu2012-03-051-0/+99
| * | | | | | | | | | x86, mtrr: Use explicit sizing and padding for the 64-bit ioctlsH. Peter Anvin2012-03-011-4/+6
| * | | | | | | | | | x32: Only clear TIF_X32 flag onceBobby Powers2012-02-251-1/+0
OpenPOWER on IntegriCloud