index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
2020-04-02
1
-0
/
+37
*
mm: introduce FAULT_FLAG_INTERRUPTIBLE
Peter Xu
2020-04-02
1
-11
/
+28
*
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
2020-04-02
1
-0
/
+7
*
mm: return faster for non-fatal signals in user mode faults
Peter Xu
2020-04-02
1
-1
/
+2
*
mm: introduce fault_signal_pending()
Peter Xu
2020-04-02
1
-0
/
+15
*
mm: add pagemap.h to the fine documentation
Matthew Wilcox (Oracle)
2020-04-02
1
-4
/
+4
*
mm/vma: make is_vma_temporary_stack() available for general use
Anshuman Khandual
2020-04-02
2
-3
/
+15
*
mm/vma: make vma_is_foreign() available for general use
Anshuman Khandual
2020-04-02
1
-0
/
+11
*
mm/vma: move VM_NO_KHUGEPAGED into generic header
Anshuman Khandual
2020-04-02
1
-1
/
+3
*
mm: memcontrol: recursive memory.low protection
Johannes Weiner
2020-04-02
1
-0
/
+5
*
mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()
Roman Gushchin
2020-04-02
1
-10
/
+9
*
mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()
Roman Gushchin
2020-04-02
1
-5
/
+6
*
mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()
Roman Gushchin
2020-04-02
1
-10
/
+13
*
mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments
Roman Gushchin
2020-04-02
1
-2
/
+2
*
mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments
Roman Gushchin
2020-04-02
1
-5
/
+4
*
mm: swap: make page_evictable() inline
Yang Shi
2020-04-02
2
-5
/
+2
*
mm/gup/writeback: add callbacks for inaccessible pages
Claudio Imbrenda
2020-04-02
1
-0
/
+6
*
mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
John Hubbard
2020-04-02
1
-0
/
+2
*
mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
John Hubbard
2020-04-02
2
-1
/
+32
*
mm/gup: track FOLL_PIN pages
John Hubbard
2020-04-02
1
-15
/
+67
*
mm: introduce page_ref_sub_return()
John Hubbard
2020-04-02
1
-0
/
+9
*
include/linux/pagemap.h: rename arguments to find_subpage
Matthew Wilcox (Oracle)
2020-04-02
1
-5
/
+10
*
revert "topology: add support for node_to_mem_node() to determine the fallbac...
Vlastimil Babka
2020-04-02
1
-17
/
+0
*
asm-generic: make more kernel-space headers mandatory
Masahiro Yamada
2020-04-02
1
-0
/
+52
*
kthread: mark timer used by delayed kthread works as IRQ safe
Petr Mladek
2020-04-02
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-04-01
156
-1230
/
+4235
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-31
19
-642
/
+646
|
|
\
|
|
*
bpf: Implement bpf_prog replacement for an active bpf_cgroup_link
Andrii Nakryiko
2020-03-31
2
-0
/
+24
|
|
*
bpf: Implement bpf_link-based cgroup BPF program attachment
Andrii Nakryiko
2020-03-31
3
-7
/
+42
|
|
*
bpf: Verifier, do explicit ALU32 bounds tracking
John Fastabend
2020-03-30
3
-0
/
+17
|
|
*
bpf: Don't refcount LISTEN sockets in sk_assign()
Joe Stringer
2020-03-30
1
-8
/
+17
|
|
*
net: Track socket refcounts in skb_steal_sock()
Joe Stringer
2020-03-30
3
-5
/
+11
|
|
*
bpf: Add socket assign support
Joe Stringer
2020-03-30
2
-1
/
+35
|
|
*
bpf: lsm: Implement attach, detach and execution
KP Singh
2020-03-30
1
-0
/
+11
|
|
*
bpf: lsm: Provide attachment points for BPF LSM programs
KP Singh
2020-03-30
1
-0
/
+22
|
|
*
security: Refactor declaration of LSM hooks
KP Singh
2020-03-30
2
-616
/
+393
|
|
*
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
2020-03-30
3
-0
/
+9
|
|
*
bpf, net: Fix build issue when net ns not configured
Daniel Borkmann
2020-03-30
1
-7
/
+2
|
|
*
xdp: Support specifying expected existing program when attaching XDP
Toke Høiland-Jørgensen
2020-03-28
2
-2
/
+4
|
|
*
bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
Daniel Borkmann
2020-03-28
2
-1
/
+21
|
|
*
bpf: Allow to retrieve cgroup v1 classid from v2 hooks
Daniel Borkmann
2020-03-28
1
-1
/
+6
|
|
*
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
2020-03-28
3
-1
/
+26
|
|
*
bpf, tcp: Make tcp_bpf_recvmsg static
YueHaibing
2020-03-20
1
-2
/
+0
|
|
*
bpf: Support llvm-objcopy for vmlinux BTF
Fangrui Song
2020-03-19
1
-0
/
+15
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-03-31
6
-5
/
+41
|
|
\
\
|
|
*
|
netfilter: conntrack: add nf_ct_acct_add()
wenxu
2020-03-30
1
-1
/
+10
|
|
*
|
netfilter: nf_tables: skip set types that do not support for expressions
Pablo Neira Ayuso
2020-03-30
1
-0
/
+2
|
|
*
|
netfilter: nf_queue: place bridge physports into queue_entry struct
Florian Westphal
2020-03-29
1
-1
/
+4
|
|
*
|
netfilter: nf_queue: make nf_queue_entry_release_refs static
Florian Westphal
2020-03-29
1
-1
/
+1
|
|
*
|
netfilter: flowtable: Use rw sem as flow block lock
Paul Blakey
2020-03-27
1
-1
/
+1
[next]