summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu2014-06-213-28/+12
| * | x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQJiang Liu2014-06-211-1/+9
| * | x86, ACPI, irq: Enhance error handling in function acpi_register_gsi()Jiang Liu2014-06-211-6/+8
| * | x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.cJiang Liu2014-06-211-34/+16
| * | x86, acpi, irq: Kill static function irq_to_gsi()Jiang Liu2014-06-211-20/+6
| * | x86, PCI, ACPI: Use kmalloc_node() to optimize for performanceJiang Liu2014-06-211-3/+3
| * | x86, acpi: Reorganize code to avoid forward declaration in boot.cJiang Liu2014-06-211-120/+116
| * | x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu2014-06-215-22/+12
| * | x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL)Jiang Liu2014-06-211-51/+44
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-131-1/+2
|\ \ \
| * \ \ Merge tag 'efi-urgent' into x86/efiH. Peter Anvin2014-08-116-24/+73
| |\ \ \
| | * | | x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stubMatt Fleming2014-08-051-0/+1
| * | | | x86/efi: Fix 3DNow optimization build failure in EFI stubMatt Fleming2014-08-041-1/+1
* | | | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-139-70/+324
|\ \ \ \ \
| * | | | | x86, xsave: Add forgotten inline annotationBorislav Petkov2014-06-181-1/+1
| * | | | | x86/xsaves: Clean up code in xstate offsets computation in xsave areaFenghua Yu2014-05-301-4/+9
| * | | | | x86/xsave: Make it clear that the XSAVE macros use (%edi)/(%rdi)H. Peter Anvin2014-05-301-0/+1
| * | | | | Define kernel API to get address of each state in xsave areaFenghua Yu2014-05-293-0/+68
| * | | | | x86/xsaves: Enable xsaves/xrstorsFenghua Yu2014-05-291-6/+33
| * | | | | x86/xsaves: Call booting time xsaves and xrstors in setup_init_fpu_bufFenghua Yu2014-05-291-2/+8
| * | | | | x86/xsaves: Save xstate to task's xsave area in __save_fpu during booting timeFenghua Yu2014-05-291-3/+6
| * | | | | x86/xsaves: Add xsaves and xrstors support for booting timeFenghua Yu2014-05-291-0/+60
| * | | | | x86/xsaves: Clear reserved bits in xsave headerFenghua Yu2014-05-291-1/+1
| * | | | | x86/xsaves: Use xsave/xrstor for saving and restoring user space contextFenghua Yu2014-05-291-15/+18
| * | | | | x86/xsaves: Use xsaves/xrstors for context switchFenghua Yu2014-05-291-25/+12
| * | | | | x86/xsaves: Use xsaves/xrstors to save and restore xsave areaFenghua Yu2014-05-291-20/+64
| * | | | | x86/xsaves: Define a macro for handling xsave/xrstor instruction faultFenghua Yu2014-05-291-0/+7
| * | | | | x86/xsaves: Define macros for xsave instructionsFenghua Yu2014-05-291-0/+6
| * | | | | x86/xsaves: Change compacted format xsave area headerFenghua Yu2014-05-291-2/+2
| * | | | | x86/alternative: Add alternative_input_2 to support alternative with two feat...Fenghua Yu2014-05-291-0/+14
| * | | | | x86/xsaves: Add a kernel parameter noxsaves to disable xsaves/xrstorsFenghua Yu2014-05-292-0/+23
* | | | | | Merge tag 'metag-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-132-3/+3
|\ \ \ \ \ \
| * | | | | | metag: cachepart: Fix failure checkAndrey Utkin2014-07-181-2/+2
| * | | | | | metag: hugetlbpage: Remove null pointer checks that could never happenRickard Strandqvist2014-06-161-1/+1
* | | | | | | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-1354-1288/+1967
|\ \ \ \ \ \ \
| * | | | | | | nfs: reject changes to resvport and sharecache during remountScott Mayhew2014-08-041-4/+5
| * | | | | | | NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired errorKinglong Mee2014-08-041-2/+6
| * | | | | | | SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown2014-08-041-7/+1
| * | | | | | | NFS: fix two problems in lookup_revalidate in RCU-walkNeilBrown2014-08-041-4/+4
| * | | | | | | NFS: allow lockless access to access_cacheNeilBrown2014-08-032-2/+42
| * | | | | | | NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCUNeilBrown2014-08-031-4/+6
| * | | | | | | NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUNeilBrown2014-08-033-17/+52
| * | | | | | | NFS: support RCU_WALK in nfs_permission()NeilBrown2014-08-031-8/+20
| * | | | | | | sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown2014-08-034-2/+25
| * | | | | | | NFS: prepare for RCU-walk support but pushing tests later in code.NeilBrown2014-08-031-12/+33
| * | | | | | | NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used.NeilBrown2014-08-031-9/+8
| * | | | | | | NFS: add checks for returned value of try_module_get()Alexey Khoroshilov2014-08-031-3/+5
| * | | | | | | nfs: clear_request_commit while holding i_lockWeston Andros Adamson2014-08-032-14/+6
| * | | | | | | pnfs: add pnfs_put_lseg_asyncWeston Andros Adamson2014-08-032-0/+24
| * | | | | | | pnfs: find swapped pages on pnfs commit lists tooWeston Andros Adamson2014-08-033-12/+88
OpenPOWER on IntegriCloud