| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-08-13 | 4 | -57/+42 |
|\ |
|
| * | x86: intel-mid: Use the new io_apic interfaces | Jiang Liu | 2014-07-14 | 1 | -16/+6 |
| * | x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 2014-06-21 | 2 | -34/+28 |
| * | x86, SFI, irq: Provide basic irqdomain support | Jiang Liu | 2014-06-21 | 2 | -1/+9 |
| * | x86, irq: Enhance mp_register_ioapic() to support irqdomain | Jiang Liu | 2014-06-21 | 1 | -1/+1 |
| * | x86: ce4100, irq: Do not set legacy_pic to null_legacy_pic | Jiang Liu | 2014-06-21 | 1 | -2/+0 |
| * | x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APIC | Jiang Liu | 2014-06-21 | 1 | -7/+2 |
* | | arch/x86: replace strict_strto calls | Daniel Walter | 2014-08-08 | 1 | -1/+1 |
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-08-04 | 1 | -31/+38 |
|\ \ |
|
| * | | x86/uv: Update the UV3 TLB shootdown logic | Cliff Wickman | 2014-06-05 | 1 | -31/+38 |
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-08-04 | 1 | -41/+53 |
|\ \ \ |
|
| * | | | x86/platform/ts5500: Add support for TS-5400 boards | Vivien Didelot | 2014-07-16 | 1 | -8/+13 |
| * | | | x86/platform/ts5500: Add a 'name' sysfs attribute | Vivien Didelot | 2014-07-16 | 1 | -5/+18 |
| * | | | x86/platform/ts5500: Use the DEVICE_ATTR_RO() macro | Vivien Didelot | 2014-07-16 | 1 | -28/+22 |
| | |/
| |/| |
|
* | | | arch/x86: Remove efi_set_rtc_mmss() | Daniel Kiper | 2014-07-18 | 1 | -36/+0 |
* | | | arch/x86: Remove redundant set_bit(EFI_MEMMAP) call | Daniel Kiper | 2014-07-18 | 1 | -2/+0 |
* | | | arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) call | Daniel Kiper | 2014-07-18 | 1 | -2/+0 |
* | | | efi: Introduce EFI_PARAVIRT flag | Daniel Kiper | 2014-07-18 | 1 | -6/+25 |
* | | | arch/x86: Do not access EFI memory map if it is not available | Daniel Kiper | 2014-07-18 | 1 | -0/+3 |
* | | | efi: Use early_mem*() instead of early_io*() | Daniel Kiper | 2014-07-18 | 1 | -14/+14 |
* | | | x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag | Matt Fleming | 2014-07-18 | 1 | -0/+23 |
* | | | efi/x86: Move UEFI Runtime Services wrappers to generic code | Ard Biesheuvel | 2014-07-07 | 1 | -142/+2 |
* | | | x86/efi: Use early_memunmap() to squelch sparse errors | Matt Fleming | 2014-06-19 | 1 | -2/+2 |
* | | | x86/efi: Move all workarounds to a separate file quirks.c | Saurabh Tangri | 2014-06-19 | 3 | -236/+270 |
|/ / |
|
* | | x86: intel-mid: add watchdog platform code for Merrifield | David Cohen | 2014-06-10 | 2 | -0/+73 |
* | | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 2014-06-08 | 5 | -112/+31 |
|\ \ |
|
| * \ | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-06-05 | 3 | -105/+26 |
| |\ \ |
|
| | * | | x86/efi: Implement a __efi_call_virt macro | Ricardo Neri | 2014-04-17 | 1 | -2/+2 |
| | * | | x86/efi: Delete most of the efi_call* macros | Matt Fleming | 2014-04-17 | 3 | -105/+26 |
| * | | | Merge branch 'akpm' (patchbomb from Andrew) into next | Linus Torvalds | 2014-06-04 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | kernel/printk: use symbolic defines for console loglevels | Borislav Petkov | 2014-06-04 | 1 | -1/+1 |
| * | | | | x86: uv: Use irq_alloc/free_hwirq() | Thomas Gleixner | 2014-05-16 | 1 | -6/+4 |
| |/ / / |
|
* | | | | Merge tag 'efi-urgent' into x86/urgent | H. Peter Anvin | 2014-06-05 | 1 | -0/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | x86/efi: Do not export efi runtime map in case old map | Dave Young | 2014-06-02 | 1 | -0/+3 |
| * | | | x86/efi: earlyprintk=efi,keep fix | Dave Young | 2014-05-02 | 1 | -19/+64 |
* | | | | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | 2014-05-05 | 1 | -1/+1 |
* | | | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 2014-05-04 | 1 | -19/+64 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | x86/efi: earlyprintk=efi,keep fix | Dave Young | 2014-05-03 | 1 | -19/+64 |
| |/ / |
|
* | | | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2014-04-02 | 3 | -610/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 2014-02-27 | 3 | -610/+0 |
* | | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-03-31 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | initconst, x86: Fix initconst mistake in ts5500 code | Andi Kleen | 2014-02-13 | 1 | -1/+1 |
| |/ |
|
* | | x86/efi: Restore 'attr' argument to query_variable_info() | Matt Fleming | 2014-03-17 | 1 | -1/+1 |
* | | x86/efi: Rip out phys_efi_get_time() | Matt Fleming | 2014-03-17 | 1 | -29/+0 |
* | | x86/efi: Preserve segment registers in mixed mode | Matt Fleming | 2014-03-17 | 1 | -8/+17 |
* | | Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo | Matt Fleming | 2014-03-05 | 5 | -57/+651 |
|\ \ |
|
| * | | x86/efi: Re-disable interrupts after calling firmware services | Matt Fleming | 2014-03-04 | 1 | -0/+6 |
| * | | x86/efi: Wire up CONFIG_EFI_MIXED | Matt Fleming | 2014-03-04 | 1 | -1/+1 |
| * | | x86/efi: Add mixed runtime services support | Matt Fleming | 2014-03-04 | 5 | -33/+496 |
| * | | x86/efi: Add early thunk code to go from 64-bit to 32-bit | Matt Fleming | 2014-03-04 | 1 | -0/+150 |