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
2017-04-11
Merge branch 'x86/boot' into x86/mm, to avoid conflict
Ingo Molnar
3
-13
/
+16
2017-04-11
Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch
Ingo Molnar
3
-13
/
+16
2017-04-03
Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch
Ingo Molnar
4
-12
/
+88
2017-03-27
x86/efi: Add 5-level paging support
Kirill A. Shutemov
1
-10
/
+26
2017-03-23
x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mapped
Andy Lutomirski
1
-1
/
+1
2017-03-16
x86: Remap GDT tables in the fixmap section
Thomas Garnier
1
-2
/
+2
2017-03-14
x86/mm: Convert trivial cases of page table walk to 5-level paging
Kirill A. Shutemov
1
-4
/
+9
2017-03-13
x86/platform/intel-mid: Add power button support for Merrifield
Andy Shevchenko
2
-0
/
+83
2017-03-13
x86/platform/intel-mid: Use common power off sequence
Andy Shevchenko
1
-11
/
+4
2017-03-13
x86/platform/intel-mid: Correct MSI IRQ line for watchdog device
Andy Shevchenko
1
-1
/
+1
2017-03-07
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-01
x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack register
Andrew Banman
1
-1
/
+0
2017-03-01
Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...
Ingo Molnar
22
-754
/
+612
2017-02-25
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2
-461
/
+0
2017-02-22
Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+13
2017-02-20
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
16
-243
/
+499
2017-02-16
x86/platform/UV/NMI: Fix uneccessary kABI breakage
travis@sgi.com
1
-1
/
+0
2017-02-15
x86/platform/goldfish: Prevent unconditional loading
Thomas Gleixner
1
-1
/
+13
2017-02-01
x86/platform/UV: Clean up the NMI code to match current coding style
travis@sgi.com
1
-37
/
+37
2017-02-01
x86/platform/UV: Initialize PCH GPP_D_0 NMI Pin to be NMI source
travis@sgi.com
1
-0
/
+127
2017-02-01
x86/platform/UV: Verify NMI action is valid, default is standard
travis@sgi.com
1
-11
/
+58
2017-02-01
x86/platform/UV: Add basic CPU NMI health check
travis@sgi.com
1
-1
/
+20
2017-02-01
x86/platform/UV: Add Support for UV4 Hubless NMIs
travis@sgi.com
1
-22
/
+171
2017-02-01
Merge branch 'x86/urgent' into x86/platform, to pick up fixes
Ingo Molnar
2
-2
/
+68
2017-02-01
efi/x86: Add debug code to print cooked memmap
Dave Young
1
-0
/
+5
2017-02-01
efi/x86: Move the EFI BGRT init code to early init code
Dave Young
2
-39
/
+25
2017-02-01
x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLE
Sai Praneeth
1
-10
/
+54
2017-01-28
x86/boot/e820: Simplify the e820__update_table() interface
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"
Ingo Molnar
2
-10
/
+10
2017-01-28
x86/boot/e820: Create coherent API function names for E820 range operations
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/boot/e820: Harmonize the 'struct e820_table' fields
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/boot/e820: Rename everything to e820_table
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/boot/e820: Rename 'e820_map' variables to 'e820_array'
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/boot/e820: Remove spurious asm/e820/api.h inclusions
Ingo Molnar
2
-0
/
+3
2017-01-28
x86/boot/e820: Move asm/e820.h to asm/e820/api.h
Ingo Molnar
1
-1
/
+1
2017-01-28
x86/efi: Always map the first physical page into the EFI pagetables
Jiri Kosina
1
-0
/
+16
2017-01-26
arch/x86/platform/atom: Move pmc_atom to drivers/platform/x86
Irina Tirdea
2
-461
/
+0
2017-01-20
x86/platform/intel-mid: Move watchdog registration to arch_initcall()
Andy Shevchenko
1
-1
/
+1
2017-01-20
x86/platform/intel-mid: Don't shadow error code of mp_map_gsi_to_irq()
Andy Shevchenko
1
-5
/
+5
2017-01-20
x86/platform/intel-mid: Allocate RTC interrupt for Merrifield
Andy Shevchenko
3
-14
/
+49
2017-01-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+5
2017-01-14
efi/x86: Prune invalid memory map entries and fix boot regression
Peter Jones
1
-0
/
+66
2017-01-14
x86/platform/intel-mid: Enable RTC on Intel Merrifield
Andy Shevchenko
2
-0
/
+15
2017-01-14
x86/platform/intel: Remove PMIC GPIO block support
Andy Shevchenko
1
-1
/
+0
2017-01-09
x86/platform/intel-mid: Make intel_scu_device_register() static
Andy Shevchenko
1
-2
/
+2
2017-01-07
x86/efi: Don't allocate memmap through memblock after mm_init()
Nicolai Stange
1
-2
/
+2
2017-01-06
x86/platform/intel-mid: Enable GPIO keys on Merrifield
Andy Shevchenko
1
-0
/
+3
[next]