summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2170-112/+70Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25Thomas Gleixner2019-05-212-20/+2Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-216-78/+6Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner2019-05-211-14/+1Star
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2116-0/+16
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2145-0/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-205-9/+29
|\ \ | |/ |/|
| * bpf: relax inode permission check for retrieving bpf programChenbo Feng2019-05-161-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-164-8/+28
| |\
| | * bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann2019-05-141-5/+18
| | * bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann2019-05-141-1/+4
| | * bpf: mark bpf_event_notify and bpf_event_init as staticStanislav Fomichev2019-05-141-2/+3
| | * bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet2019-05-141-0/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-192-2/+16
|\ \ \
| * | | panic: add an option to replay all the printk message in bufferFeng Tang2019-05-192-2/+16
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-193-1/+31
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-05-0625-152/+295
| |\ \ \
| | * | | genirq/msi: Add a new field in msi_desc to store an IOMMU cookieJulien Grall2019-05-031-0/+3
| | * | | genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla2019-05-011-0/+27
| | * | | irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall2019-04-291-1/+1
* | | | | Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-171-0/+1
|\ \ \ \ \
| * | | | | signal: unconditionally leave the frozen state in ptrace_stop()Roman Gushchin2019-05-161-0/+1
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-161-1/+1
|\ \ \ \ \ \
| * | | | | | ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-05-091-1/+1
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-05-161-15/+31
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | locking/rwsem: Prevent decrement of reader count before incrementWaiman Long2019-05-071-15/+31
* | | | | | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-1619-400/+998
|\ \ \ \ \ \ \
| * | | | | | | livepatch: Remove klp_check_compiler_support()Jiri Kosina2019-05-101-8/+0Star
| * | | | | | | tracing: Fix documentation about disabling options using trace_optionsSrivatsa S. Bhat (VMware)2019-05-081-1/+1
| * | | | | | | tracing: Replace kzalloc with kcallocGustavo A. R. Silva2019-05-081-2/+2
| * | | | | | | tracing: Fix partial reading of trace event's id fileElazar Leibovich2019-05-081-3/+0Star
| * | | | | | | tracing: Allow RCU to run between postponed startup testsAnders Roxell2019-05-081-0/+4
| * | | | | | | tracing: Fix white space issues in parse_pred() functionColin Ian King2019-05-081-24/+24