aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-20hash.h: remove unused define directiveGravatar Isabella Basso 1-4/+1
2022-01-20list: introduce list_is_head() helper and re-use it in list.hGravatar Andy Shevchenko 1-14/+22
2022-01-20kthread: dynamically allocate memory to store kthread's full nameGravatar Yafang Shao 1-0/+1
2022-01-20tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENGravatar Yafang Shao 1-2/+7
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commGravatar Yafang Shao 2-0/+10
2022-01-20kernel.h: include a note to discourage people from including it in headersGravatar Andy Shevchenko 1-0/+9
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-1/+1
2022-01-20proc: make the proc_create[_data]() stubs static inlinesGravatar Hans de Goede 1-2/+10
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionGravatar Kefeng Wang 1-3/+2
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonGravatar Kefeng Wang 1-8/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefGravatar Kefeng Wang 1-2/+5
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