summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-12/+24
2016-05-21bpf: teach verifier to recognize imm += ptr patternAlexei Starovoitov1-1/+17
2016-05-21bpf: support decreasing order in direct packet accessAlexei Starovoitov1-8/+4
2016-05-21bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman1-1/+1
2016-05-20bpf: rather use get_random_int for randomizationsDaniel Borkmann1-2/+2
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+12
2016-05-20Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+9
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-231/+123
2016-05-20cpuset: use static key better and convert to new APIVlastimil Babka1-7/+7
2016-05-20mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins1-0/+7
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton1-7/+1
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1
2016-05-20kernel/padata.c: hide unused functionsArnd Bergmann1-37/+37
2016-05-20kernel/padata.c: removed unused codeRichard Cochran1-64/+0
2016-05-20debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin4-92/+26
2016-05-20rcu: update debugobjects fixup callbacks return typeDu, Changbin1-3/+3
2016-05-20timer: update debugobjects fixup callbacks return typeDu, Changbin2-24/+24
2016-05-20workqueue: update debugobjects fixup callbacks return typeDu, Changbin1-10/+10
2016-05-20time: remove timespec_add_safe()Deepa Dinamani1-4/+0
2016-05-20time: add missing implementation for timespec64_add_safe()Deepa Dinamani1-0/+25
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-10/+3
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-4/+5
2016-05-19Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds10-284/+3930
2016-05-19Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds3-29/+21
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-29/+8
2016-05-18Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-0/+1
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-64/+266
2016-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-231/+1122
2016-05-18Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-05-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-27/+65
2016-05-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2016-05-17Merge tag 'trace-fixes-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+18
2016-05-17Merge branches 'for-4.7/core', 'for-4.7/livepatching-doc' and 'for-4.7/livepa...Jiri Kosina3-64/+263
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro18-95/+280
2016-05-17Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds5-11/+577
2016-05-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+18
2016-05-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-776/+1059
2016-05-17Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-92/+1005
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-8/+68
2016-05-16Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-22/+33
2016-05-16Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-14/+17
2016-05-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-149/+916
2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann1-0/+203
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2-5/+15
2016-05-16bpf: add bpf_patch_insn_single helperDaniel Borkmann2-44/+80
2016-05-16bpf: minor cleanups in ebpf codeDaniel Borkmann1-2/+0
2016-05-16Merge branch 'pm-cpufreq'Rafael J. Wysocki5-11/+577
2016-05-15locking/rwsem: Fix down_write_killable()Peter Zijlstra1-6/+15
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-17/+100