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
/
platform
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-21
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-0
/
+793
2015-02-21
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-178
/
+104
2015-02-19
x86/intel/quark: Fix simple_return.cocci warnings
Fengguang Wu
1
-5
/
+1
2015-02-19
x86/intel/quark: Fix ptr_ret.cocci warnings
Fengguang Wu
1
-4
/
+1
2015-02-18
x86/intel/quark: Add Intel Quark platform support
Bryan O'Donoghue
1
-0
/
+1
2015-02-18
x86/intel/quark: Add Isolated Memory Regions for Quark X1000
Bryan O'Donoghue
3
-0
/
+799
2015-02-15
Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-253
/
+4
2015-02-13
x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-18
/
+7
2015-02-13
x86/efi: Avoid triple faults during EFI mixed mode calls
Matt Fleming
2
-178
/
+104
2015-02-12
kernel.h: remove ancient __FUNCTION__ hack
Rasmus Villemoes
1
-1
/
+1
2015-02-02
x86, mrst: remove Moorestown specific serial drivers
Andy Shevchenko
3
-253
/
+4
2014-12-19
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2014-12-16
x86, irq: Use helpers to access irq_cfg data structure associated with IRQ
Jiang Liu
1
-2
/
+2
2014-12-16
x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx()
Jiang Liu
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-3
/
+0
2014-12-10
Merge branches 'x86-platform-for-linus' and 'x86-uv-for-linus' of git://git.k...
Linus Torvalds
1
-0
/
+4
2014-12-10
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2014-12-10
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-14
/
+12
2014-12-08
x86: Replace seq_printf() with seq_puts()
Rasmus Villemoes
1
-14
/
+12
2014-11-16
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...
Ingo Molnar
1
-2
/
+1
2014-11-11
x86, ptdump: Add section for EFI runtime services
Mathias Krause
1
-2
/
+1
2014-11-03
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2
-3
/
+0
2014-11-03
x86: UV BAU: Avoid NULL pointer reference in ptc_seq_show
James Custer
1
-0
/
+4
2014-10-31
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2014-10-29
x86, intel-mid: Create IRQs for APB timers and RTC timers
Jiang Liu
1
-0
/
+2
2014-10-23
Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+3
2014-10-23
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-45
/
+65
2014-10-22
x86, intel-mid: Remove "weak" from function declarations
Bjorn Helgaas
1
-4
/
+3
2014-10-20
x86: platform: olpc: drop owner assignment from platform_drivers
Wolfram Sang
1
-2
/
+0
2014-10-20
x86: platform: iris: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-03
x86/efi: Mark initialization code as such
Mathias Krause
4
-12
/
+14
2014-10-03
x86/efi: Update comment regarding required phys mapped EFI services
Mathias Krause
1
-6
/
+6
2014-10-03
x86/efi: Unexport add_efi_memmap variable
Mathias Krause
1
-3
/
+1
2014-10-03
x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format()
Laszlo Ersek
1
-2
/
+5
2014-10-03
x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual mode
Dave Young
1
-1
/
+5
2014-10-03
efi: Add kernel param efi=noruntime
Dave Young
1
-2
/
+2
2014-10-03
lib: Add a generic cmdline parse function parse_option_str
Dave Young
1
-20
/
+2
2014-10-03
efi: Move noefi early param code out of x86 arch code
Dave Young
1
-9
/
+1
2014-10-03
efi-bgrt: Add error handling; inform the user when ignoring the BGRT
Josh Triplett
1
-6
/
+30
2014-10-03
efi: Add efi= parameter parsing to the EFI boot stub
Matt Fleming
1
-2
/
+17
2014-08-26
uv: Replace __get_cpu_var
Christoph Lameter
1
-20
/
+20
2014-08-26
x86: Replace __get_cpu_var uses
Christoph Lameter
1
-1
/
+1
2014-08-13
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-57
/
+42
2014-08-08
arch/x86: replace strict_strto calls
Daniel Walter
1
-1
/
+1
2014-08-04
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-31
/
+38
2014-08-04
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-41
/
+53
2014-07-18
arch/x86: Remove efi_set_rtc_mmss()
Daniel Kiper
1
-36
/
+0
2014-07-18
arch/x86: Remove redundant set_bit(EFI_MEMMAP) call
Daniel Kiper
1
-2
/
+0
2014-07-18
arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) call
Daniel Kiper
1
-2
/
+0
2014-07-18
efi: Introduce EFI_PARAVIRT flag
Daniel Kiper
1
-6
/
+25
[next]