summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon2016-07-251-0/+45
* bpf, events: fix offset in skb copy handlerDaniel Borkmann2016-07-251-5/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-249-36/+56
|\
| * Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-161-5/+1
| |\
| | * workqueue: Fix setting affinity of unbound worker threadsPeter Zijlstra2016-06-161-5/+1
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-151-1/+1
| |\ \
| | * | gcov: add support for gcc version >= 6Florian Meier2016-07-151-1/+1
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-153-7/+9
| |\ \ \ | | |/ / | |/| |
| | * | sched/core: Correct off by one bug in load migration calculationThomas Gleixner2016-07-133-7/+9
| | | |
| | \ \
| *-. \ \ Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2016-07-141-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | | * | posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan2016-07-111-0/+1
| | |/ /
| * | | cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Thomas Gleixner2016-07-131-0/+2
| |/ /
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-081-22/+20
| |\ \
| | * | sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra2016-06-271-16/+11
| | * | sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra2016-06-271-6/+9
| * | | perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland2016-07-071-1/+22
* | | | bpf: enable direct packet data write for xdp progsBrenden Blanco2016-07-191-1/+16
* | | | bpf: add XDP prog type for early driver filterBrenden Blanco2016-07-191-0/+1
* | | | bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco2016-07-191-3/+9
* | | | kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton2016-07-191-1/+3
* | | | bpf: bpf_event_entry_gen's alloc needs to be in atomic contextDaniel Borkmann2016-07-161-1/+1
* | | | bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-152-20/+19
* | | | bpf, perf: split bpf_perf_event_outputDaniel Borkmann2016-07-151-13/+22
* | | | perf, events: add non-linear data support for raw recordsDaniel Borkmann2016-07-153-26/+62
* | | | bpf: make inode code explicitly non-modularPaul Gortmaker2016-07-111-3/+1
* | | | bpf: introduce bpf_get_current_task() helperAlexei Starovoitov2016-07-091-0/+13
* | | | cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau2016-07-011-1/+7
* | | | cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau2016-07-013-1/+47
* | | | cgroup: Add cgroup_get_from_fdMartin KaFai Lau2016-07-011-0/+35
* | | | bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-8/+19
* | | | bpf: generally move prog destruction to RCU deferralDaniel Borkmann2016-07-013-14/+5
* | | | bpf: don't use raw processor id in generic helperDaniel Borkmann2016-06-301-1/+1
* | | | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann2016-06-301-3/+8
* | | | bpf, trace: fetch current cpu only onceDaniel Borkmann2016-06-301-2/+3
* | | | bpf: minor cleanups on fd maps and helpersDaniel Borkmann2016-06-302-14/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-3023-203/+386
|\ \ \ \ | |/ / /
| * | | Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-06-293-4/+25
| |\ \ \
| | * | | audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs2016-06-283-1/+21
| | * | | audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs2016-06-281-3/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-293-37/+16
| |\ \ \ \
| | * | | | bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann2016-06-291-1/+1
| | * | | | bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov2016-06-151-0/+4
| | * | | | bpf: fix matching of data/data_end in verifierAlexei Starovoitov2016-06-152-36/+11
| * | | | | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-291-72/+76
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira2016-06-231-68/+74
| | * | | | cgroup: set css->id to -1 during initTejun Heo2016-06-161-0/+1
| | * | | | cgroup: remove redundant cleanup in css_createWenwei Tao2016-05-261-4/+1
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-06-253-21/+66
| |\ \ \ \ \
| | * | | | | sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo2016-06-241-1/+3
| | * | | | | sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov2016-06-241-5/+4
OpenPOWER on IntegriCloud