| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | x86/platform/intel/iosf: Add debugfs config option for IOSF | David E. Box | 2014-09-19 | 2 | -4/+32 |
| * | | | | | | | | | | | | x86/platform/intel/iosf: Add better description of IOSF driver in config | David E. Box | 2014-09-19 | 1 | -15/+17 |
| * | | | | | | | | | | | | x86/platform/intel/iosf: Add Braswell PCI ID | David E. Box | 2014-09-19 | 1 | -0/+2 |
| * | | | | | | | | | | | | x86/platform/pmc_atom: Fix warning when CONFIG_DEBUG_FS=n | Martin Kelly | 2014-09-19 | 1 | -4/+7 |
| * | | | | | | | | | | | | x86: HPET force enable for e6xx based systems | Peter Neubauer | 2014-09-16 | 1 | -0/+18 |
| * | | | | | | | | | | | | x86/iosf: Add debugfs support | David E. Box | 2014-08-27 | 1 | -0/+74 |
| * | | | | | | | | | | | | x86/iosf: Add Kconfig prompt for IOSF_MBI selection | David E. Box | 2014-08-27 | 1 | -2/+12 |
* | | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-10-14 | 8 | -77/+44 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | x86/mm, hibernate: Do not assume the first e820 area to be RAM | Lee, Chun-Yi | 2014-09-16 | 1 | -4/+3 |
| * | | | | | | | | | | | | | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data() | Luiz Capitulino | 2014-09-16 | 2 | -21/+14 |
| * | | | | | | | | | | | | | x86/mm/hotplug: Modify PGD entry when removing memory | Yasuaki Ishimatsu | 2014-09-16 | 3 | -10/+22 |
| * | | | | | | | | | | | | | x86/mm/hotplug: Pass sync_global_pgds() a correct argument in remove_pagetable() | Yasuaki Ishimatsu | 2014-09-16 | 1 | -4/+5 |
| * | | | | | | | | | | | | | x86: Remove set_pmd_pfn | Matthew Wilcox | 2014-09-01 | 2 | -38/+0 |
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-10-14 | 4 | -9/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'microcode_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2014-08-24 | 4 | -9/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | x86, microcode, intel: Fix total_size computation | Henrique de Moraes Holschuh | 2014-07-28 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | x86, microcode, intel: Rename apply_microcode and declare it static | Henrique de Moraes Holschuh | 2014-07-25 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | x86, microcode, intel: Fix typos | Henrique de Moraes Holschuh | 2014-07-24 | 1 | -3/+3 |
| | * | | | | | | | | | | | | | x86, microcode, intel: Add missing static declarations | Henrique de Moraes Holschuh | 2014-07-24 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | x86, microcode, amd: Fix missing static declaration | Henrique de Moraes Holschuh | 2014-07-24 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-10-14 | 6 | -19/+20 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | x86: copy_thread: Don't nullify ->ptrace_bps twice | Oleg Nesterov | 2014-09-02 | 2 | -5/+1 |
| * | | | | | | | | | | | | | | | x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct() | Oleg Nesterov | 2014-09-02 | 3 | -3/+1 |
| * | | | | | | | | | | | | | | | x86, fpu: copy_process: Sanitize fpu->last_cpu initialization | Oleg Nesterov | 2014-09-02 | 1 | -1/+3 |
| * | | | | | | | | | | | | | | | x86, fpu: copy_process: Avoid fpu_alloc/copy if !used_math() | Oleg Nesterov | 2014-09-02 | 1 | -7/+6 |
| * | | | | | | | | | | | | | | | x86, fpu: Change __thread_fpu_begin() to use use_eager_fpu() | Oleg Nesterov | 2014-09-02 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable() | Oleg Nesterov | 2014-09-02 | 1 | -1/+4 |
| * | | | | | | | | | | | | | | | x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal() | Oleg Nesterov | 2014-09-02 | 2 | -2/+5 |
* | | | | | | | | | | | | | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-10-14 | 6 | -29/+74 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|/ / / / /
|/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | x86: Add more disabled features | Dave Hansen | 2014-09-11 | 4 | -26/+18 |
| * | | | | | | | | | | | | | | | x86: Introduce disabled-features | Dave Hansen | 2014-09-11 | 3 | -0/+56 |
| * | | | | | | | | | | | | | | | x86: Axe the lightly-used cpu_has_pae | Dave Hansen | 2014-09-11 | 2 | -5/+2 |
| | |_|_|/ / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-10-13 | 1 | -11/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline ... | Lan Tianyu | 2014-09-24 | 1 | -11/+12 |
| | |_|_|_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 2 | -17/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | x86/tty/serial/8250: Clean up the asm/serial.h include file a bit | Ingo Molnar | 2014-09-06 | 1 | -12/+12 |
| * | | | | | | | | | | | | | | | x86/tty/serial/8250: Resolve missing-field-initializers warnings | Mark Rustad | 2014-09-06 | 1 | -4/+4 |
| * | | | | | | | | | | | | | | | x86: Remove obsolete comment in uapi/e820.h | Ross Zwisler | 2014-08-21 | 1 | -5/+0 |
| | |_|_|_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-10-13 | 1 | -6/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | x86/kbuild: Eliminate duplicate command line options | Rasmus Villemoes | 2014-09-16 | 1 | -6/+2 |
| | |_|_|_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-10-13 | 4 | -80/+51 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | x86/relocs: Make per_cpu_load_addr static | Ben Hutchings | 2014-09-24 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | x86/smpboot: Initialize secondary CPU only if master CPU will wait for it | Igor Mammedov | 2014-09-16 | 3 | -79/+50 |
| |/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-10-13 | 7 | -68/+61 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | x86: Unwind-annotate thunk_32.S | Jan Beulich | 2014-10-08 | 1 | -6/+15 |
| * | | | | | | | | | | | | | | | x86: Improve cmpxchg8b_emu.S | Jan Beulich | 2014-10-08 | 1 | -11/+9 |
| * | | | | | | | | | | | | | | | x86: Improve cmpxchg16b_emu.S | Jan Beulich | 2014-10-08 | 1 | -19/+13 |
| * | | | | | | | | | | | | | | | x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o" | Oleg Nesterov | 2014-09-24 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | x86: Speed up ___preempt_schedule*() by using THUNK helpers | Oleg Nesterov | 2014-09-24 | 4 | -31/+23 |
| | |_|/ / / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-10-13 | 2 | -13/+47 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|