summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel: cgroup: add poll file operationJohannes Weiner2019-03-051-0/+12
* mm, compaction: capture a page under direct compactionMel Gorman2019-03-051-0/+3
* mm: remove sysctl_extfrag_handler()Matthew Wilcox2019-03-051-1/+1
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-052-8/+10
* PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand2019-03-051-2/+7
* PM/Hibernate: use pfn_to_online_page()David Hildenbrand2019-03-051-4/+4
* kexec: export PG_offline to VMCOREINFODavid Hildenbrand2019-03-051-0/+2
* Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-051-0/+1
|\
| * ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2019-01-181-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-0517-373/+1491
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-047-5/+146
| |\ \
| | * | bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet2019-03-021-1/+7
| | * | bpf: fix build without bpf_syscallAlexei Starovoitov2019-03-011-2/+5
| | * | bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song2019-02-271-0/+1
| | * | bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2019-02-271-0/+5
| | * | bpf: enable program statsAlexei Starovoitov2019-02-274-5/+101
| | * | seccomp, bpf: disable preemption before calling into bpf progAlexei Starovoitov2019-02-221-0/+2
| | * | bpf: check that BPF programs run with preemption disabledPeter Zijlstra2019-02-191-0/+28
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-022-4/+5
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-242-1/+2
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-205-11/+27
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-162-44/+134
| |\ \ \ \ \
| | * | | | | bpf: offload: add priv field for driversJakub Kicinski2019-02-121-1/+9
| | * | | | | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-101-2/+29
| | * | | | | bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-101-40/+92
| | * | | | | bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau2019-02-101-4/+7
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-155-23/+121
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0817-81/+129
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-015-14/+107
| * | | | | | | bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov2019-02-013-1/+6
| * | | | | | | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-019-19/+331
| * | | | | | | bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks2019-01-312-2/+3
| * | | | | | | bpf: fix bitrotted kerneldocValdis Kletnieks2019-01-311-1/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-297-12/+39
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-285-296/+774
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: JIT blinds support JMP32Jiong Wang2019-01-261-0/+21
| | * | | | | | | | bpf: interpreter support for JMP32Jiong Wang2019-01-261-134/+63
| | * | | | | | | | bpf: disassembler support JMP32Jiong Wang2019-01-261-15/+19
| | * | | | | | | | bpf: verifier support JMP32Jiong Wang2019-01-262-33/+173
| | * | | | | | | | bpf: refactor verifier min/max code for condition jumpJiong Wang2019-01-261-73/+99
| | * | | | | | | | bpf: notify offload JITs about optimizationsJakub Kicinski2019-01-232-0/+41
| | * | | | | | | | bpf: verifier: record original instruction indexJakub Kicinski2019-01-231-3/+5
| | * | | | | | | | bpf: verifier: remove unconditional branches by 0Jakub Kicinski2019-01-231-0/+23
| | * | | | | | | | bpf: verifier: remove dead codeJakub Kicinski2019-01-232-3/+185
| | * | | | | | | | bpf: verifier: hard wire branches to dead codeJakub Kicinski2019-01-231-2/+43
| | * | | | | | | | bpf: change parameters of call/branch offset adjustmentJakub Kicinski2019-01-231-19/+21
| | * | | | | | | | bpf: fix a (false) compiler warningPeter Oskolkov2019-01-171-1/+2
| | * | | | | | | | bpf: btf: support 128 bit integer typeYonghong Song2019-01-161-19/+85
* | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-03-043-58/+27
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | cgroup: saner refcounting for cgroup_rootAl Viro2019-01-173-55/+21