index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2015-01-22
x86, mpx: Fix potential performance issue on unmaps
Dave Hansen
2015-01-22
x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernels
Dave Hansen
2015-01-23
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-01-22
x86/acpi: Make acpi_[un]register_gsi_ioapic() depend on CONFIG_X86_LOCAL_APIC
Thomas Gleixner
2015-01-22
x86: Consolidate boot cpu timer setup
Thomas Gleixner
2015-01-22
x86/apic: Reuse apic_bsp_setup() for UP APIC setup
Thomas Gleixner
2015-01-22
x86/smpboot: Sanitize uniprocessor init
Thomas Gleixner
2015-01-22
x86/smpboot: Move apic init code to apic.c
Thomas Gleixner
2015-01-22
init: Get rid of x86isms
Thomas Gleixner
2015-01-22
x86/apic: Move apic_init_uniprocessor code
Thomas Gleixner
2015-01-22
x86/smpboot: Cleanup ioapic handling
Thomas Gleixner
2015-01-22
x86/apic: Sanitize ioapic handling
Thomas Gleixner
2015-01-22
x86/ioapic: Add proper checks to setp/enable_IO_APIC()
Thomas Gleixner
2015-01-22
x86/ioapic: Provide stub functions for IOAPIC%3Dn
Thomas Gleixner
2015-01-22
x86/smpboot: Move smpboot inlines to code
Thomas Gleixner
2015-01-22
x86/x2apic: Use state information for disable
Thomas Gleixner
2015-01-22
x86/x2apic: Split enable and setup function
Thomas Gleixner
2015-01-22
x86/x2apic: Disable x2apic from nox2apic setup
Thomas Gleixner
2015-01-22
x86/x2apic: Add proper state tracking
Thomas Gleixner
2015-01-22
x86/x2apic: Clarify remapping mode for x2apic enablement
Thomas Gleixner
2015-01-22
x86/x2apic: Move code in conditional region
Thomas Gleixner
2015-01-22
x86/apic: Check x2apic early
Thomas Gleixner
2015-01-22
x86/apic: Make disable x2apic work really
Thomas Gleixner
2015-01-22
x86/ioapic: Check x2apic really
Thomas Gleixner
2015-01-22
x86/apic: Move x2apic code to one place
Thomas Gleixner
2015-01-22
x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APIC
Thomas Gleixner
2015-01-22
x86/apic: Avoid open coded x2apic detection
Thomas Gleixner
2015-01-21
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2015-01-20
x86, hyperv: Mark the Hyper-V clocksource as being continuous
K. Y. Srinivasan
2015-01-20
x86: Don't rely on VMWare emulating PAT MSR correctly
Juergen Gross
2015-01-20
x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()
Oleg Nesterov
2015-01-20
x86, fpu: Don't abuse has_fpu in __kernel_fpu_begin/end()
Oleg Nesterov
2015-01-20
x86, fpu: Introduce per-cpu in_kernel_fpu state
Oleg Nesterov
2015-01-20
x86: pmc_atom: Expose contents of PSS
Andy Shevchenko
2015-01-20
x86: pmc_atom: Clean up init function
Andy Shevchenko
2015-01-20
x86: pmc-atom: Remove unused macro
Andy Shevchenko
2015-01-20
x86: pmc_atom: don%27t check for NULL twice
Andy Shevchenko
2015-01-20
x86: pmc-atom: Assign debugfs node as soon as possible
Andy Shevchenko
2015-01-20
x86, irq: Properly tag virtualization entry in /proc/interrupts
Jan Beulich
2015-01-20
x86, boot: Skip relocs when load address unchanged
Kees Cook
2015-01-20
x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsi
Jiang Liu
2015-01-20
x86/xen: Treat SCI interrupt as normal GSI interrupt
Jiang Liu
2015-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2015-01-20
module: remove mod arg from module_free, rename module_memfree().
Rusty Russell
2015-01-18
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-01-17
x86_64 entry: Fix RCX for ptraced syscalls
Andy Lutomirski
2015-01-17
Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-01-16
x86/PCI: Clip bridge windows to fit in upstream windows
Yinghai Lu
2015-01-16
perf/x86/intel: Fix bug for "cycles:p" and "cycles:pp" on SLM
Kan Liang
2015-01-16
perf/rapl: Fix sysfs_show() initialization for RAPL PMU
Stephane Eranian
[prev]
[next]