summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-0914-35/+58
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-01-2914-35/+58
| |\ \ \ \ \ \ \ \
| | * | | | | | | | efi: Don't look for chosen@0 node on DT platformsLeif Lindholm2015-01-201-2/+1
| | * | | | | | | | firmware: efi: Remove unneeded guid unparseIvan Khoronzhuk2015-01-201-5/+0
| | * | | | | | | | efi/libstub: Call get_memory_map() to obtain map and desc sizesArd Biesheuvel2015-01-201-6/+10
| | * | | | | | | | efi: Small leak on error in runtime map codeDan Carpenter2015-01-201-1/+1
| | * | | | | | | | efi: rtc-efi: Mark UIE as unsupportedArd Biesheuvel2015-01-201-0/+1
| | * | | | | | | | arm64/efi: efistub: Apply __init annotationArd Biesheuvel2015-01-154-12/+26
| | * | | | | | | | efi: Expose underlying UEFI firmware platform size to userlandSteve McIntyre2015-01-121-0/+9
| | * | | | | | | | Merge tag 'rneri-efi-next' of https://github.com/ricardon/efi into nextMatt Fleming2015-01-126-10/+10
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov2015-01-075-8/+8
| | | * | | | | | | | efi: Update the URLs for efibootmgrPeter Jones2015-01-071-2/+2
| | * | | | | | | | | fs: Make efivarfs a pseudo filesystem, built by default with EFILeif Lindholm2015-01-052-1/+2
| | |/ / / / / / / /
* | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-095-18/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/rtc: Remove duplicate const specifierColin King2015-01-231-1/+1
| * | | | | | | | | | Merge tag 'x86_queue' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp ...Ingo Molnar2015-01-154-17/+13
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | x86, early_serial_console: Remove unnecessary checkAlexander Kuleshov2015-01-131-2/+2
| | * | | | | | | | | x86, early_serial_console: Remove unused macro XMTRDYAlexander Kuleshov2015-01-131-2/+0
| | * | | | | | | | | x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_HAlexander Kuleshov2015-01-131-3/+2
| | * | | | | | | | | x86, CPU: Fix trivial printk formatting issues with dmesgSteven Honeyman2015-01-112-10/+9
* | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-0915-310/+325
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'pr-20150201-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-02-032-54/+77
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86_64, entry: Remove the syscall exit audit and schedule optimizationsAndy Lutomirski2015-02-011-47/+5
| | * | | | | | | | | | | x86_64, entry: Use sysret to return to userspace when possibleAndy Lutomirski2015-02-011-0/+54
| | * | | | | | | | | | | x86, traps: Fix ist_enter from userspaceAndy Lutomirski2015-02-011-7/+18
| * | | | | | | | | | | | Merge tag 'pr-20150201-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-02-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | x86, vdso: teach 'make clean' remove vdso64 binariesAndrey Skvortsov2015-01-281-1/+1
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n...Ingo Molnar2015-02-03459-3532/+4747
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-01-2815-278/+301
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole userDenys Vlasenko2015-01-131-46/+42
| | * | | | | | | | | | | | x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSETDenys Vlasenko2015-01-131-2/+2
| | * | | | | | | | | | | | x86: entry_64.S: delete unused codeDenys Vlasenko2015-01-132-35/+0
| | * | | | | | | | | | | | x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony2015-01-074-94/+26
| | * | | | | | | | | | | | x86, traps: Add ist_begin_non_atomic and ist_end_non_atomicAndy Lutomirski2015-01-022-0/+40
| | * | | | | | | | | | | | x86: Clean up current_stack_pointerAndy Lutomirski2015-01-022-10/+14
| | * | | | | | | | | | | | x86, traps: Track entry into and exit from IST contextAndy Lutomirski2015-01-025-6/+61
| | * | | | | | | | | | | | x86, entry: Switch stacks on a paranoid entry from userspaceAndy Lutomirski2015-01-024-68/+67
| * | | | | | | | | | | | | Merge commit 3669ef9fa7d3 ("x86, tls: Interpret an all-zero struct user_desc ...Ingo Molnar2015-01-28161-571/+1334
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86_64 entry: Fix RCX for ptraced syscallsAndy Lutomirski2015-01-171-1/+2
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-0918-501/+436
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86, init: Fix UP boot regression on x86_64Thomas Gleixner2015-01-241-1/+1
| * | | | | | | | | | | | | | iommu/amd: Fix irq remapping detection logicThomas Gleixner2015-01-231-1/+6
| * | | | | | | | | | | | | | x86/acpi: Make acpi_[un]register_gsi_ioapic() depend on CONFIG_X86_LOCAL_APICThomas Gleixner2015-01-221-0/+2
| * | | | | | | | | | | | | | x86: Consolidate boot cpu timer setupThomas Gleixner2015-01-222-6/+2
| * | | | | | | | | | | | | | x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner2015-01-223-34/+25
| * | | | | | | | | | | | | | x86/smpboot: Sanitize uniprocessor initThomas Gleixner2015-01-221-11/+26
| * | | | | | | | | | | | | | x86/smpboot: Move apic init code to apic.cThomas Gleixner2015-01-223-37/+47
| * | | | | | | | | | | | | | init: Get rid of x86ismsThomas Gleixner2015-01-224-13/+18
| * | | | | | | | | | | | | | x86/apic: Move apic_init_uniprocessor codeThomas Gleixner2015-01-221-63/+62
| * | | | | | | | | | | | | | x86/smpboot: Cleanup ioapic handlingThomas Gleixner2015-01-221-40/+7
OpenPOWER on IntegriCloud