index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-22
x86, mpx: Fix potential performance issue on unmaps
Dave Hansen
1
-1
/
+19
2015-01-22
x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernels
Dave Hansen
1
-0
/
+6
2015-01-23
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2015-01-22
x86/acpi: Make acpi_[un]register_gsi_ioapic() depend on CONFIG_X86_LOCAL_APIC
Thomas Gleixner
1
-0
/
+2
2015-01-22
x86: Consolidate boot cpu timer setup
Thomas Gleixner
2
-6
/
+2
2015-01-22
x86/apic: Reuse apic_bsp_setup() for UP APIC setup
Thomas Gleixner
3
-34
/
+25
2015-01-22
x86/smpboot: Sanitize uniprocessor init
Thomas Gleixner
1
-11
/
+26
2015-01-22
x86/smpboot: Move apic init code to apic.c
Thomas Gleixner
3
-37
/
+47
2015-01-22
init: Get rid of x86isms
Thomas Gleixner
2
-0
/
+11
2015-01-22
x86/apic: Move apic_init_uniprocessor code
Thomas Gleixner
1
-63
/
+62
2015-01-22
x86/smpboot: Cleanup ioapic handling
Thomas Gleixner
1
-40
/
+7
2015-01-22
x86/apic: Sanitize ioapic handling
Thomas Gleixner
1
-14
/
+3
2015-01-22
x86/ioapic: Add proper checks to setp/enable_IO_APIC()
Thomas Gleixner
1
-4
/
+7
2015-01-22
x86/ioapic: Provide stub functions for IOAPIC%3Dn
Thomas Gleixner
1
-0
/
+5
2015-01-22
x86/smpboot: Move smpboot inlines to code
Thomas Gleixner
2
-69
/
+65
2015-01-22
x86/x2apic: Use state information for disable
Thomas Gleixner
1
-16
/
+10
2015-01-22
x86/x2apic: Split enable and setup function
Thomas Gleixner
3
-28
/
+41
2015-01-22
x86/x2apic: Disable x2apic from nox2apic setup
Thomas Gleixner
2
-36
/
+24
2015-01-22
x86/x2apic: Add proper state tracking
Thomas Gleixner
1
-1
/
+14
2015-01-22
x86/x2apic: Clarify remapping mode for x2apic enablement
Thomas Gleixner
1
-4
/
+4
2015-01-22
x86/x2apic: Move code in conditional region
Thomas Gleixner
2
-54
/
+37
2015-01-22
x86/apic: Check x2apic early
Thomas Gleixner
2
-15
/
+21
2015-01-22
x86/apic: Make disable x2apic work really
Thomas Gleixner
1
-9
/
+5
2015-01-22
x86/ioapic: Check x2apic really
Thomas Gleixner
3
-4
/
+4
2015-01-22
x86/apic: Move x2apic code to one place
Thomas Gleixner
1
-30
/
+28
2015-01-22
x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APIC
Thomas Gleixner
2
-5
/
+5
2015-01-22
x86/apic: Avoid open coded x2apic detection
Thomas Gleixner
2
-13
/
+11
2015-01-21
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2
-0
/
+2
2015-01-20
x86, hyperv: Mark the Hyper-V clocksource as being continuous
K. Y. Srinivasan
1
-0
/
+1
2015-01-20
x86: Don't rely on VMWare emulating PAT MSR correctly
Juergen Gross
1
-1
/
+6
2015-01-20
x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()
Oleg Nesterov
3
-7
/
+20
2015-01-20
x86, fpu: Don't abuse has_fpu in __kernel_fpu_begin/end()
Oleg Nesterov
1
-13
/
+6
2015-01-20
x86, fpu: Introduce per-cpu in_kernel_fpu state
Oleg Nesterov
2
-1
/
+10
2015-01-20
x86: pmc_atom: Expose contents of PSS
Andy Shevchenko
2
-3
/
+80
2015-01-20
x86: pmc_atom: Clean up init function
Andy Shevchenko
1
-7
/
+3
2015-01-20
x86: pmc-atom: Remove unused macro
Andy Shevchenko
1
-2
/
+0
2015-01-20
x86: pmc_atom: don%27t check for NULL twice
Andy Shevchenko
1
-4
/
+0
2015-01-20
x86: pmc-atom: Assign debugfs node as soon as possible
Andy Shevchenko
1
-1
/
+3
2015-01-20
x86, irq: Properly tag virtualization entry in /proc/interrupts
Jan Beulich
1
-1
/
+1
2015-01-20
x86, boot: Skip relocs when load address unchanged
Kees Cook
1
-1
/
+8
2015-01-20
x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsi
Jiang Liu
2
-0
/
+3
2015-01-20
x86/xen: Treat SCI interrupt as normal GSI interrupt
Jiang Liu
2
-60
/
+13
2015-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
2015-01-20
module: remove mod arg from module_free, rename module_memfree().
Rusty Russell
1
-1
/
+1
2015-01-18
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-14
/
+34
2015-01-17
x86_64 entry: Fix RCX for ptraced syscalls
Andy Lutomirski
1
-1
/
+2
2015-01-17
Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+15
2015-01-16
x86/PCI: Clip bridge windows to fit in upstream windows
Yinghai Lu
1
-1
/
+1
2015-01-16
perf/x86/intel: Fix bug for "cycles:p" and "cycles:pp" on SLM
Kan Liang
1
-2
/
+2
2015-01-16
perf/rapl: Fix sysfs_show() initialization for RAPL PMU
Stephane Eranian
1
-12
/
+32
[prev]
[next]