summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-238-28/+21
|\
| * uprobes: Remove "weak" from function declarationsBjorn Helgaas2014-10-221-7/+7
| * memory-hotplug: Remove "weak" from memory_block_size_bytes() declarationBjorn Helgaas2014-10-221-1/+1
| * kgdb: Remove "weak" from kgdb_arch_pc() declarationBjorn Helgaas2014-10-221-1/+1
| * ARC: kgdb: generic kgdb_arch_pc() sufficesVineet Gupta2014-10-221-5/+0
| * vmcore: Remove "weak" from function declarationsBjorn Helgaas2014-10-221-8/+7
| * clocksource: Remove "weak" from clocksource_default_clock() declarationBjorn Helgaas2014-10-221-1/+1
| * x86, intel-mid: Remove "weak" from function declarationsBjorn Helgaas2014-10-221-4/+3
| * audit: Remove "weak" from audit_classify_compat_syscall() declarationBjorn Helgaas2014-10-221-1/+1
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-2320-123/+528
|\ \
| * \ Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-0320-123/+528
| |\ \
| | * | rtc: Disable EFI rtc for x86Matt Fleming2014-10-031-1/+1
| | * | efi: rtc-efi: Export platform:rtc-efi as module aliasArd Biesheuvel2014-10-031-0/+1
| | * | efi: Delete the in_nmi() conditional runtime lockingMatt Fleming2014-10-032-15/+4
| | * | efi: Provide a non-blocking SetVariable() operationMatt Fleming2014-10-033-0/+72
| | * | x86/efi: Adding efi_printks on memory allocationa and pci.readsAndre Müller2014-10-031-7/+21
| | * | x86/efi: Mark initialization code as suchMathias Krause2014-10-035-22/+24
| | * | x86/efi: Update comment regarding required phys mapped EFI servicesMathias Krause2014-10-031-6/+6
| | * | x86/efi: Unexport add_efi_memmap variableMathias Krause2014-10-032-4/+1
| | * | x86/efi: Remove unused efi_call* macrosMathias Krause2014-10-031-10/+0
| | * | efi: Resolve some shadow warningsMark Rustad2014-10-031-7/+7
| | * | arm64: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek2014-10-031-20/+6
| | * | ia64: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek2014-10-031-2/+4
| | * | x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek2014-10-031-2/+5
| | * | efi: Introduce efi_md_typeattr_format()Laszlo Ersek2014-10-032-0/+64
| | * | efi: Add macro for EFI_MEMORY_UCE memory attributeLaszlo Ersek2014-10-031-0/+1
| | * | x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual modeDave Young2014-10-031-1/+5
| | * | arm64/efi: Do not enter virtual mode if booting with efi=noruntime or noefiDave Young2014-10-031-3/+8
| | * | arm64/efi: uefi_init error handling fixDave Young2014-10-031-3/+4
| | * | efi: Add kernel param efi=noruntimeDave Young2014-10-033-3/+13
| | * | lib: Add a generic cmdline parse function parse_option_strDave Young2014-10-033-20/+32
| | * | efi: Move noefi early param code out of x86 arch codeDave Young2014-10-034-10/+16
| | * | efi-bgrt: Add error handling; inform the user when ignoring the BGRTJosh Triplett2014-10-031-6/+30
| | * | efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming2014-10-036-5/+91
| | * | efi: Implement mandatory locking for UEFI Runtime ServicesArd Biesheuvel2014-10-032-10/+146
* | | | Merge tag 'hwmon-for-linus-v3.18-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-231-0/+1
|\ \ \ \
| * | | | hwmon: (menf21bmc) Include linux/err.hJohannes Thumshirn2014-10-191-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-2328-77/+176
|\ \ \ \
| * | | | drm/cirrus: bind also to qemu-xen-traditionalOlaf Hering2014-10-231-0/+2
| * | | | qxl: don't create too large primary surfaceMarc-André Lureau2014-10-221-8/+8
| * | | | Merge branch 'linux-3.18' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie2014-10-202-5/+17
| |\ \ \ \
| | * | | | drm/nouveau: fix regression on agp boardsBen Skeggs2014-10-201-3/+9
| | * | | | drm/gt215/gr: fix initialisation on gddr5 boardsBen Skeggs2014-10-201-2/+8
| * | | | | Merge tag 'drm-intel-next-fixes-2014-10-17' of git://anongit.freedesktop.org/...Dave Airlie2014-10-204-27/+36
| |\ \ \ \ \
| | * | | | | drm/i915: fix short vs. long hpd detectionJani Nikula2014-10-161-7/+7
| | * | | | | drm/i915: Don't trust the DP_DETECT bit for eDP ports on CHVVille Syrjälä2014-10-161-12/+21
| | * | | | | drm/i915: properly reenable gen8 pipe IRQsPaulo Zanoni2014-10-081-2/+3
| | * | | | | drm/i915: Move DIV_ROUND_CLOSEST_ULL macro to headerU. Artie Eoff2014-10-063-6/+3
| | * | | | | drm/i915: intel_backlight scale() math WAU. Artie Eoff2014-10-061-3/+5
| * | | | | | Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-10-2020-37/+113
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
OpenPOWER on IntegriCloud