summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar2016-04-1341-69/+67
|\
| * x86/cpufeature: Fix build bug caused by merge artifact with the removal of cp...Ingo Molnar2016-04-011-1/+1
| * x86/cpufeature: Remove cpu_has_pseBorislav Petkov2016-03-318-10/+9
| * x86/cpufeature: Remove cpu_has_pgeBorislav Petkov2016-03-318-12/+11
| * x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2016-03-316-7/+6
| * x86/cpufeature: Remove cpu_has_clflushBorislav Petkov2016-03-316-8/+7
| * x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov2016-03-316-7/+7
| * x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov2016-03-314-5/+3
| * x86/cpufeature: Remove cpu_has_osxsaveBorislav Petkov2016-03-315-6/+6
| * x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov2016-03-315-5/+4
| * x86/cpufeature: Remove cpu_has_arch_perfmonBorislav Petkov2016-03-313-4/+3
| * Merge tag 'nios2-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-03-301-2/+1
| |\
| | * nios2: Replace fdt_translate_address with of_flat_dt_translate_addressGuenter Roeck2016-03-311-2/+1
| * | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-301-0/+2
| |\ \
| | * | PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange2016-03-231-0/+2
| * | | Merge tag 'dlm-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/te...Linus Torvalds2016-03-301-2/+1
| |\ \ \
| | * | | dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price2016-03-291-2/+1
| | | |/ | | |/|
| * | | Merge tag 'hwmon-for-linus-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-301-0/+6
| |\ \ \
| | * | | hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiatedGuenter Roeck2016-03-271-0/+6
| | |/ /
* | | | x86/syscalls: Wire up compat readv2/writev2 syscallsChristoph Hellwig2016-04-132-2/+4
* | | | x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski2016-04-136-37/+7
* | | | x86/entry/64: Make gs_change a local labelBorislav Petkov2016-04-131-5/+5
* | | | x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov2016-04-133-1/+4
* | | | x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()Andy Lutomirski2016-04-131-25/+25
* | | | x86/asm, sched/x86: Rewrite the FS and GS context switch codeAndy Lutomirski2016-04-131-55/+93
* | | | x86/cpu: Probe the behavior of nulling out a segment at boot timeAndy Lutomirski2016-04-132-0/+32
* | | | x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GSAndy Lutomirski2016-04-131-12/+7
* | | | selftests/x86: Test the FSBASE/GSBASE API and context switchingAndy Lutomirski2016-04-132-0/+399
* | | | x86/cpu: Do the feature test first in enable_sep_cpu()Borislav Petkov2016-03-291-4/+3
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2016-03-282-1/+3
|\ \ \
| * | | ide: palm_bk3710: test clock rate to avoid division by 0Wolfram Sang2016-03-201-0/+2
| * | | ide: icside: remove incorrect initconst annotationArnd Bergmann2016-03-201-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-03-2823-68/+68
|\ \ \ \
| * | | | sparc: Convert naked unsigned uses to unsigned intJoe Perches2016-03-2015-58/+58
| * | | | sparc: Fix misspellings in comments.Adam Buchbinder2016-03-208-10/+10
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2016-03-284-24/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | tile: Fix misspellings in comments.Adam Buchbinder2016-03-043-18/+18
| * | | MAINTAINERS: update web link for tile architectureChris Metcalf2016-03-041-1/+1
| * | | MAINTAINERS: update arch/tile maintainer email domainChris Metcalf2016-03-021-1/+1
| * | | tile kgdb: fix bug in copy to gdb regs, and optimize memsetChris Metcalf2016-03-021-4/+4
* | | | Linux 4.6-rc1v4.6-rc1Linus Torvalds2016-03-261-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-2622-519/+811
|\ \ \ \
| * | | | libceph: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2
| * | | | ceph: use kmem_cache_zallocGeliang Tang2016-03-252-2/+2
| * | | | rbd: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2
| * | | | ceph: use lookup request to revalidate dentryYan, Zheng2016-03-252-0/+35
| * | | | ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng2016-03-252-20/+5
| * | | | ceph: fix security xattr deadlockYan, Zheng2016-03-258-11/+125
| * | | | ceph: don't request vxattrs from MDSYan, Zheng2016-03-251-2/+4
| * | | | ceph: fix mounting same fs multiple timesYan, Zheng2016-03-251-18/+15
OpenPOWER on IntegriCloud