summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-24/+63
2016-09-29bpf: allow access into map value arraysJosef Bacik1-18/+311
2016-09-28bpf: clean up put_cpu_var usageShaohua Li1-1/+1
2016-09-28Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+40
2016-09-27bpf: Set register type according to is_valid_access()Mickaël Salaün1-3/+2
2016-09-26Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-13/+16
2016-09-25fix memory leaks in tracing_buffers_splice_read()Al Viro1-6/+8
2016-09-25tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-09-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-09-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2016-09-23cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo1-4/+25
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+76
2016-09-22perf/core: Limit matching exclusive events to one PMUAlexander Shishkin1-1/+1
2016-09-22bpf: recognize 64bit immediate loads as constsJakub Kicinski1-2/+12
2016-09-22bpf: enable non-core use of the verfierJakub Kicinski1-0/+68
2016-09-22bpf: expose internal verfier structuresJakub Kicinski1-163/+103
2016-09-22bpf: don't (ab)use instructions to store stateJakub Kicinski1-30/+40
2016-09-21bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2-14/+43
2016-09-21bpf, verifier: enforce larger zero range for pkt on overloading stack buffsDaniel Borkmann1-1/+1
2016-09-20cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-0/+6
2016-09-19genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier1-2/+6
2016-09-16cpuset: fix non static symbol warningWei Yongjun1-1/+1
2016-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+22
2016-09-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-14/+48
2016-09-13cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park1-3/+14
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-38/+113
2016-09-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+9
2016-09-10perf/core: Fix aux_mmap_count vs aux_refcount orderAlexander Shishkin1-4/+11
2016-09-10perf/core: Fix a race between mmap_close() and set_output() of AUX eventsAlexander Shishkin1-6/+25
2016-09-10bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann4-77/+51
2016-09-10bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann1-6/+6
2016-09-10bpf: minor cleanups in helpersDaniel Borkmann1-3/+3
2016-09-10mm: fix cache mode of dax pmd mappingsDan Williams1-0/+9
2016-09-09bpf: fix range propagation on direct packet accessDaniel Borkmann1-15/+40
2016-09-07perf, bpf: fix conditional call to bpf_overflow_handlerArnd Bergmann1-1/+1
2016-09-05PM / QoS: avoid calling cancel_delayed_work_sync() during early bootTejun Heo1-1/+10
2016-09-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh1-0/+22
2016-09-05perf/core: Remove WARN from perf_event_read()Peter Zijlstra1-4/+12
2016-09-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2016-09-02perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov1-1/+88
2016-09-02bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov1-1/+21
2016-09-02bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov1-0/+61
2016-09-02bpf: support 8-byte metafield accessAlexei Starovoitov1-3/+6
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li1-1/+2
2016-09-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-27/+39
2016-09-02kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko1-6/+4
2016-09-02mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes1-6/+1
2016-09-02printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky1-15/+23
2016-09-02kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann1-0/+8
2016-09-02kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann1-0/+3