aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-15memcg: add per-memcg vmalloc statGravatar Shakeel Butt 1-0/+21
2022-01-15mm/memcg: add oom_group_kill memory eventGravatar Dan Schatzberg 1-0/+1
2022-01-15mm,fs: split dump_mapping() out from dump_page()Gravatar Matthew Wilcox (Oracle) 1-0/+1
2022-01-15mm/memremap: add ZONE_DEVICE support for compound pagesGravatar Joao Martins 1-0/+11
2022-01-15mm: defer kmemleak object creation of module_alloc()Gravatar Kefeng Wang 2-2/+9
2022-01-15kthread: add the helper function kthread_run_on_cpu()Gravatar Cai Huoqing 1-0/+25
2022-01-07Merge tag 'drm-fixes-2022-01-07' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+1
2022-01-07Merge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh://gitlab.freedesktop.org/agd...Gravatar Dave Airlie 1-0/+1
2022-01-05Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Gravatar Linus Torvalds 3-2/+24
2022-01-04udp6: Use Segment Routing Header for dest address if presentGravatar Andrew Lunn 1-0/+19
2022-01-04icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Gravatar Andrew Lunn 2-0/+3
2022-01-04seg6: export get_srh() for ICMP handlingGravatar Andrew Lunn 1-0/+1
2022-01-02sctp: hold endpoint before calling cb in sctp_transport_lookup_processGravatar Xin Long 1-2/+1
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressGravatar Mel Gorman 2-1/+4
2021-12-31fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbGravatar Alex Deucher 1-0/+1
2021-12-30Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-7/+8
2021-12-27Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+6
2021-12-27nfc: uapi: use kernel size_t to fix user-space buildsGravatar Krzysztof Kozlowski 1-1/+1
2021-12-27uapi: fix linux/nfc.h userspace compilation errorsGravatar Dmitry V. Levin 1-2/+2
2021-12-26Merge tag 'objtool_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 4-4/+6
2021-12-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+1
2021-12-25mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nidGravatar Thibaut Sautereau 1-1/+1
2021-12-25mm: delete unsafe BUG from page_cache_add_speculative()Gravatar Hugh Dickins 1-1/+0
2021-12-25sctp: use call_rcu to free endpointGravatar Xin Long 2-4/+5
2021-12-23Merge tag 'net-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 6-7/+43
2021-12-23Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2021-12-22Merge tag 'fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2021-12-22memblock: fix memblock_phys_alloc() section mismatch errorGravatar Jackie Liu 1-2/+2
2021-12-21compiler.h: Fix annotation macro misplacement with ClangGravatar Josh Poimboeuf 2-4/+4
2021-12-21uapi: Fix undefined __always_inline on non-glibc systemsGravatar Ismael Luceno 2-0/+2
2021-12-20net: skip virtio_net_hdr_set_proto if protocol already setGravatar Willem de Bruijn 1-0/+3
2021-12-20net: accept UFOv6 packages in virtio_net_hdr_to_skbGravatar Willem de Bruijn 1-2/+20
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesGravatar Eric Dumazet 1-1/+1
2021-12-20Merge branch 'xsa' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipGravatar Linus Torvalds 1-0/+1
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcGravatar Paul Blakey 1-0/+1
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsGravatar Paul Blakey 2-1/+2
2021-12-17net/sched: Extend qdisc control block with tc control blockGravatar Paul Blakey 2-2/+15
2021-12-17Merge tag 'fixes-for-v5.16' of https://git.linaro.org/people/jens.wiklander/l...Gravatar Arnd Bergmann 1-2/+2
2021-12-17net: fix typo in a commentGravatar Xiang wangx 1-1/+1
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-8/+10
2021-12-16tee: handle lookup of shm with reference count 0Gravatar Jens Wiklander 1-2/+2
2021-12-16xen/console: harden hvc_xen against event channel stormsGravatar Juergen Gross 1-0/+1
2021-12-14mptcp: add missing documented NL paramsGravatar Matthieu Baerts 1-8/+10
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersGravatar Javier Martinez Canillas 1-0/+6
2021-12-12Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+13
2021-12-11Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2021-12-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+23
2021-12-10timers: implement usleep_idle_range()Gravatar SeongJae Park 1-1/+13
2021-12-10Increase default MLOCK_LIMIT to 8 MiBGravatar Drew DeVault 1-3/+10
2021-12-10Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+1