summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-0/+37
* mm: introduce FAULT_FLAG_INTERRUPTIBLEPeter Xu2020-04-021-11/+28
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-0/+7
* mm: return faster for non-fatal signals in user mode faultsPeter Xu2020-04-021-1/+2
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-0/+15
* mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)2020-04-021-4/+4
* mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual2020-04-022-3/+15
* mm/vma: make vma_is_foreign() available for general useAnshuman Khandual2020-04-021-0/+11
* mm/vma: move VM_NO_KHUGEPAGED into generic headerAnshuman Khandual2020-04-021-1/+3
* mm: memcontrol: recursive memory.low protectionJohannes Weiner2020-04-021-0/+5
* mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()Roman Gushchin2020-04-021-10/+9
* mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()Roman Gushchin2020-04-021-5/+6
* mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-04-021-10/+13
* mm: kmem: cleanup memcg_kmem_uncharge_memcg() argumentsRoman Gushchin2020-04-021-2/+2
* mm: kmem: cleanup (__)memcg_kmem_charge_memcg() argumentsRoman Gushchin2020-04-021-5/+4
* mm: swap: make page_evictable() inlineYang Shi2020-04-022-5/+2
* mm/gup/writeback: add callbacks for inaccessible pagesClaudio Imbrenda2020-04-021-0/+6
* mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard2020-04-021-0/+2
* mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2020-04-022-1/+32
* mm/gup: track FOLL_PIN pagesJohn Hubbard2020-04-021-15/+67
* mm: introduce page_ref_sub_return()John Hubbard2020-04-021-0/+9
* include/linux/pagemap.h: rename arguments to find_subpageMatthew Wilcox (Oracle)2020-04-021-5/+10
* revert "topology: add support for node_to_mem_node() to determine the fallbac...Vlastimil Babka2020-04-021-17/+0
* asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-0/+52
* kthread: mark timer used by delayed kthread works as IRQ safePetr Mladek2020-04-021-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-04-01156-1230/+4235
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-3119-642/+646
| |\
| | * bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-312-0/+24
| | * bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-313-7/+42
| | * bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2020-03-303-0/+17
| | * bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2020-03-301-8/+17
| | * net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-303-5/+11
| | * bpf: Add socket assign supportJoe Stringer2020-03-302-1/+35
| | * bpf: lsm: Implement attach, detach and executionKP Singh2020-03-301-0/+11
| | * bpf: lsm: Provide attachment points for BPF LSM programsKP Singh2020-03-301-0/+22
| | * security: Refactor declaration of LSM hooksKP Singh2020-03-302-616/+393
| | * bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-303-0/+9
| | * bpf, net: Fix build issue when net ns not configuredDaniel Borkmann2020-03-301-7/+2
| | * xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2020-03-282-2/+4
| | * bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-282-1/+21
| | * bpf: Allow to retrieve cgroup v1 classid from v2 hooksDaniel Borkmann2020-03-281-1/+6
| | * bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-283-1/+26
| | * bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing2020-03-201-2/+0
| | * bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-03-191-0/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-316-5/+41
| |\ \
| | * | netfilter: conntrack: add nf_ct_acct_add()wenxu2020-03-301-1/+10
| | * | netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso2020-03-301-0/+2
| | * | netfilter: nf_queue: place bridge physports into queue_entry structFlorian Westphal2020-03-291-1/+4
| | * | netfilter: nf_queue: make nf_queue_entry_release_refs staticFlorian Westphal2020-03-291-1/+1
| | * | netfilter: flowtable: Use rw sem as flow block lockPaul Blakey2020-03-271-1/+1