summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | perf/core: Remove WARN from perf_event_read()Peter Zijlstra2016-09-051-4/+12
| |/ / / /
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-09-131-3/+4
|\ \ \ \ \
| * | | | | locking/barriers: Don't use sizeof(void) in lockless_dereference()Johannes Berg2016-09-051-3/+4
| |/ / / /
* | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-136-120/+283
|\ \ \ \ \
| * \ \ \ \ Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Thomas Gleixner2016-09-05574-2930/+5281
| |\ \ \ \ \
| | * | | | | x86/efi: Use efi_exit_boot_services()Jeffrey Hugo2016-09-051-69/+67
| | * | | | | efi/libstub: Use efi_exit_boot_services() in FDTJeffrey Hugo2016-09-051-10/+27
| | * | | | | efi/libstub: Introduce ExitBootServices helperJeffrey Hugo2016-09-052-0/+83
| | * | | | | efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo2016-09-055-49/+111
| | * | | | | efi: Fix handling error value in fdt_find_uefi_paramsAndrzej Hajda2016-09-051-2/+5
| | * | | | | efi: Make for_each_efi_memory_desc_in_map() cope with running on XenJan Beulich2016-09-051-1/+1
| | |/ / / /
* | | | | | Merge tag 'md/4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-09-133-41/+31
|\ \ \ \ \ \
| * | | | | | raid5: fix a small race conditionShaohua Li2016-09-091-2/+2
| * | | | | | md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang2016-09-081-8/+4
| * | | | | | raid5: guarantee enough stripes to avoid reshape hangShaohua Li2016-08-311-0/+10
| * | | | | | raid5-cache: fix a deadlock in superblock writeShaohua Li2016-08-311-31/+15
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-09-131-2/+7
|\ \ \ \ \ \ \
| * | | | | | | crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2016-09-071-2/+7
* | | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-09-124-14/+14
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'sunxi-clk-fixes-for-4.8' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd2016-09-084-14/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | clk: sunxi-ng: Fix wrong reset register offsetsJorik Jonker2016-08-291-8/+8
| | * | | | | | | | clk: sunxi-ng: nk: Make ccu_nk_find_best staticChen-Yu Tsai2016-08-081-3/+3
| | * | | | | | | | clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lockChen-Yu Tsai2016-08-081-1/+1
| | * | | | | | | | clk: sunxi: Fix return value check in sun8i_a23_mbus_setup()Wei Yongjun2016-08-081-1/+1
| | * | | | | | | | clk: sunxi: pll2: Fix return value check in sun4i_pll2_setup()Wei Yongjun2016-08-081-2/+2
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-09-126-12/+15
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'kvm-arm-fixes-for-v4.8-round2' of git://git.kernel.org/pub/scm/lin...Paolo Bonzini2016-09-092-3/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | kvm-arm: Unmap shadow pagetables properlySuzuki K Poulose2016-09-092-2/+1
| | * | | | | | | | | | arm: KVM: Fix idmap overlap detection when the kernel is idmap'edMarc Zyngier2016-09-061-1/+2
| * | | | | | | | | | | x86, clock: Fix kvm guest tsc initializationPrarit Bhargava2016-09-081-0/+1
| |/ / / / / / / / / /
| * | | | | | | | | | Merge tag 'kvm-s390-master-4.8-3' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-09-051-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | KVM: s390: vsie: fix riccbdDavid Hildenbrand2016-09-051-1/+1
| * | | | | | | | | | | KVM: lapic: adjust preemption timer correctly when goes TSC backwardWanpeng Li2016-09-051-4/+4
| |/ / / / / / / / / /
| * | | | | | | | | | Merge tag 'kvm-s390-master-4.8-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-08-301-4/+6
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | KVM: s390: don't use current->thread.fpu.* when accessing registersDavid Hildenbrand2016-08-251-4/+6
* | | | | | | | | | | | Merge tag 'nfs-for-4.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-09-126-38/+78
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust2016-09-111-2/+10
| * | | | | | | | | | | | xprtrdma: Fix receive buffer accountingChuck Lever2016-09-062-12/+30
| * | | | | | | | | | | | xprtrdma: Revert 3d4cf35bd4fa ("xprtrdma: Reply buffer exhaustion...")Chuck Lever2016-09-061-5/+7
| * | | | | | | | | | | | pNFS: Don't forget the layout stateid if there are outstanding LAYOUTGETsTrond Myklebust2016-09-041-1/+2
| * | | | | | | | | | | | pNFS: Clear out all layout segments if the server unsets lrp->res.lrs_presentTrond Myklebust2016-09-031-3/+6
| * | | | | | | | | | | | pNFS: Fix pnfs_set_layout_stateid() to clear NFS_LAYOUT_INVALID_STIDTrond Myklebust2016-09-031-17/+19
| * | | | | | | | | | | | pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialisedTrond Myklebust2016-09-031-0/+3
| * | | | | | | | | | | | NFS: Fix error reporting in nfs_file_write()Trond Myklebust2016-09-031-1/+4
| * | | | | | | | | | | | sunrpc: fix UDP memory accountingPaolo Abeni2016-09-031-1/+1
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-09-1292-610/+875
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mlx4-fixes'David S. Miller2016-09-125-59/+50
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | net/mlx4_en: Fix panic on xmit while port is downMoshe Shemesh2016-09-121-5/+7
| | * | | | | | | | | | | | | net/mlx4_en: Fixes for DCBXTariq Toukan2016-09-124-43/+28
| | * | | | | | | | | | | | | net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_state()Kamal Heib2016-09-121-1/+4