summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-07-05Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-219/+170
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-149/+786
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-8/+8
2017-07-05Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-49/+53
2017-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds-14/+47
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-14/+36
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds-27/+27
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+14
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+1
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-236/+244
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-264/+1755
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1241/+1198
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+0
2017-07-03Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-23/+42
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1585/+2413
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-15/+15
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+37
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2300/+1248
2017-07-03Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+3
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+9
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds-2/+2
2017-07-03Merge branch 'for-4.13' into for-linusPetr Mladek-14/+47
2017-07-03Merge branch 'acpi-pm'Rafael J. Wysocki-7/+30
2017-07-03Merge branch 'pm-sleep'Rafael J. Wysocki-7/+6
2017-07-03Merge branch 'uuid-types'Rafael J. Wysocki-2/+2
2017-07-03bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend-0/+62
2017-07-03bpf: extend bpf_trace_printk to support %iJohn Fastabend-3/+4
2017-07-03bpf: export whether tail call has jited ownerDaniel Borkmann-1/+6
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann-63/+46
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo-0/+42
2017-06-30Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+24
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-32/+66
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf-1/+3
2017-06-30sched/cputime: Refactor the cputime_adjust() codeGustavo A. R. Silva-11/+5
2017-06-30cpu/hotplug: Constify attribute_group structuresArvind Yadav-2/+2
2017-06-30sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira-2/+15
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca-9/+5
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+5
2017-06-29PM: hibernate: constify attribute_group structures.Arvind Yadav-1/+1
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann-0/+5
2017-06-29bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau-1/+3
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau-3/+67
2017-06-29ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)-5/+19
2017-06-29sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner-0/+2
2017-06-29timers: Make the cpu base lock rawSebastian Andrzej Siewior-24/+24
2017-06-27PM / hibernate: Drop redundant parameter of swsusp_alloc()BaoJun Luo-3/+2
2017-06-27PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include conditionBalbir Singh-3/+3
2017-06-26seccomp: Switch from atomic_t to recount_tKees Cook-5/+5
2017-06-26seccomp: Clean up core dump logicKees Cook-3/+3
2017-06-26genirq: Avoid unnecessary low level irq function callsJeffy Chen-20/+33