aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-21perf/x86/BTS: Fix RCU usagePeter Zijlstra1-1/+4
2016-03-21perf/core: Fix dynamic interrupt throttlePeter Zijlstra1-36/+51
2016-03-21perf/x86/ibs: Add IBS interrupt to the dynamic throttlePeter Zijlstra1-0/+3
2016-03-21perf/x86/ibs: Fix race with IBS_STARTING statePeter Zijlstra1-3/+29
2016-03-21perf/x86/ibs: Fix IBS throttlePeter Zijlstra1-1/+1
2016-03-21perf/core: Fix the unthrottle logicPeter Zijlstra1-0/+8
2016-03-21drm/amdgpu: release_pages requires linux/pagemap.hStephen Rothwell2-0/+2
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds85-241/+1406
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-323/+512
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds83-211/+5910
2016-03-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds51-1331/+1138
2016-03-20Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-135/+97
2016-03-20Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds85-193/+4200
2016-03-20Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds278-3281/+13781
2016-03-20Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds45-226/+589
2016-03-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds126-1384/+2108
2016-03-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds42-1672/+30
2016-03-20Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds32-121/+195
2016-03-20Revert "lan78xx: add ndo_get_stats64"David S. Miller1-49/+0
2016-03-20x86/kallsyms: fix GOLD link failure with new relative kallsyms table formatArd Biesheuvel1-4/+4
2016-03-20net: sched: Add description for cpu_bstats argumentLuis de Bethencourt1-0/+2
2016-03-20gen_stats.c: Add description for cpu argumentLuis de Bethencourt1-0/+1
2016-03-20isdn: Use ktime_t instead of 'struct timeval'Tina Ruchandani2-41/+30
2016-03-20ubifs: Remove unused headerAndreas Gruenbacher1-1/+0
2016-03-20MAINTAINERS: Update UBIFS entryRichard Weinberger1-1/+2
2016-03-20mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_errJoe Perches2-6/+59
2016-03-20ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warnJoe Perches3-24/+75
2016-03-20Merge branch 'tunnel-fixes'David S. Miller10-14/+80
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross4-5/+33
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross6-8/+39
2016-03-20ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross1-1/+8
2016-03-20sctp: keep fragmentation point aligned to word sizeMarcelo Ricardo Leitner1-1/+1
2016-03-20sctp: align MTU to a wordMarcelo Ricardo Leitner4-7/+11
2016-03-20sctp: do not leak chunks that are sent to unconfirmed pathsMarcelo Ricardo Leitner1-1/+5
2016-03-20sctp: do not update a_rwnd if we are not issuing a sackMarcelo Ricardo Leitner1-1/+5
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds29-335/+823
2016-03-20net: remove a dubious unlikely() clauseEric Dumazet1-1/+1
2016-03-20net/mlx4: remove unused array zero_gid[]Colin Ian King1-2/+0
2016-03-20Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds10-23/+1167
2016-03-20Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linuxLinus Torvalds33-78/+2593
2016-03-20irqchip/tegra: Switch to use irq_domain_free_irqs_commonAxel Lin1-13/+1
2016-03-20Merge branch 'flowi6_tos'David S. Miller5-9/+15
2016-03-20ipv6, trace: fix tos reporting on fib6_table_lookupDaniel Borkmann2-2/+2
2016-03-20geneve: fix populating tclass in geneve_get_v6_dstDaniel Borkmann1-5/+6
2016-03-20vxlan: fix populating tclass in vxlan6_get_routeDaniel Borkmann2-2/+7
2016-03-20writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inodeTejun Heo1-10/+19
2016-03-20writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()Tejun Heo1-3/+5
2016-03-20blk-mq: Use proper cpumask iteratorThomas Gleixner3-17/+6
2016-03-20drm: remove excess descriptionLuis de Bethencourt1-1/+0
2016-03-20iio:magnetometer:ak8975: fix missing regulator_disableGregor Boirie1-18/+60