summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0734-301/+137Star
|\
| * signal: improve commentsChristian Brauner2019-06-051-6/+5Star
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-022-16/+52
| |\
| | * Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://git.kernel.org/pub/sc...Ingo Molnar2019-05-285-9/+29
| | |\
| | * | perf/ring-buffer: Use regular variables for nestingPeter Zijlstra2019-05-242-17/+28
| | * | perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra2019-05-241-3/+3
| | * | perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra2019-05-241-0/+9
| | * | perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui2019-05-241-4/+20
| * | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-021-1/+1
| |\ \ \
| | * | | stacktrace: Unbreak stack_trace_save_tsk_reliable()Joe Lawrence2019-05-191-1/+1
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-024-31/+51
| |\ \ \ \
| | * | | | kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei2019-06-021-0/+2
| | * | | | mm, memcg: consider subtrees in memory.eventsChris Down2019-06-021-2/+14
| | * | | | prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný2019-06-021-2/+9
| | * | | | prctl_set_mm: refactor checks from validate_prctl_mapMichal Koutný2019-06-021-26/+25Star
| | * | | | kernel/fork.c: make max_threads symbol staticKefeng Wang2019-06-021-1/+1
| * | | | | Merge tag 'pm-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-311-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki2019-05-271-2/+2
| * | | | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3126-245/+26Star
| |\ \ \ \ \
| | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-307-28/+7Star
| | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170Thomas Gleixner2019-05-301-3/+1Star
| | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-307-72/+7Star
| | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3010-137/+10Star
| | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-0116-230/+661
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-06-0111-56/+17Star
| * | | | | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-06-0111-82/+100
| * | | | | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-06-0111-25/+26
| * | | | | bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin2019-06-011-2/+9
| * | | | | bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo2019-06-011-5/+20
| * | | | | bpf: cgroup inet skb programs can return 0 to 3brakmo2019-06-012-3/+25
| * | | | | bpf: tracing: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-8/+10
| * | | | | bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-11/+17
| * | | | | bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev2019-05-291-24/+13Star
| * | | | | bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2019-05-282-7/+45
| * | | | | bpf: check signal validity in nmi for bpf_send_signal() helperYonghong Song2019-05-281-0/+6
| * | | | | bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is setJiong Wang2019-05-251-11/+57
| * | | | | bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang2019-05-251-1/+3
| * | | | | bpf: verifier: insert zero extension according to analysis resultJiong Wang2019-05-252-0/+50
| * | | | | bpf: verifier: mark patched-insn with sub-register zext flagJiong Wang2019-05-251-4/+33
| * | | | | bpf: verifier: mark verified-insn with sub-register zext flagJiong Wang2019-05-251-13/+160
| * | | | | bpf: implement bpf_send_signal() helperYonghong Song2019-05-241-0/+72
| * | | | | bpf: convert explored_states to hash tableAlexei Starovoitov2019-05-241-5/+18
| * | | | | bpf: split explored_statesAlexei Starovoitov2019-05-241-18/+13Star
| * | | | | bpf: cleanup explored_statesAlexei Starovoitov2019-05-241-9/+20
| * | | | | bpf: bump jmp sequence limitAlexei Starovoitov2019-05-231-3/+4
* | | | | | Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-05-291-2/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | tracing: Avoid memory leak in predicate_parse()Tomas Bortoli2019-05-281-2/+6
* | | | | | Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-263-10/+20
|\| | | | |
| * | | | | tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-05-263-10/+20