summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau1-0/+4
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau1-1/+1
2023-03-10bpf: Remember smap in bpf_local_storageMartin KaFai Lau1-0/+1
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau1-1/+1
2023-03-10bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau1-3/+0
2023-03-10kernel/module: add documentation for try_module_get()Luis Chamberlain1-2/+38
2023-03-10bpf: ensure state checkpointing at iter_next() call sitesAndrii Nakryiko1-1/+5
2023-03-10HID: add KEY_CAMERA_FOCUS event in HIDfengqi1-0/+1
2023-03-10fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()Takashi Iwai1-0/+1
2023-03-10devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko1-1/+4
2023-03-10Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Jakub Kicinski1-0/+2
2023-03-10netlink: remove unused 'compare' functionFlorian Westphal1-1/+0
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-220/+135
2023-03-10clk: Avoid invalid function names in CLK_OF_DECLARE()Nathan Chancellor1-2/+2
2023-03-09i2c: Switch .probe() to not take an id parameterUwe Kleine-König1-7/+11
2023-03-09dyndbg: use the module notifier callbacksJason Baron2-13/+4
2023-03-09module: make module_ktype structure constantThomas Weißschuh1-1/+1
2023-03-09module: replace module_layout with module_memorySong Liu1-26/+63
2023-03-09Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2023-03-09firmware: xilinx: Add pm api function for PL config reg readbackNava kishore Manne1-0/+11
2023-03-09misc: alcor_pci: Use PCI core to manage ASPM instead of open-codingBjorn Helgaas1-7/+0
2023-03-09char: pcmcia: remove all the driversJiri Slaby1-11/+0
2023-03-09serial: 8250: Reorder fields in 'struct plat_serial8250_port'Christophe JAILLET1-2/+2
2023-03-09livepatch: fix ELF typosAlexey Dobriyan1-3/+3
2023-03-09bpf: implement numbers iteratorAndrii Nakryiko1-2/+6
2023-03-09bpf: add support for open-coded iterator loopsAndrii Nakryiko1-0/+23
2023-03-09bpf: add iterator kfuncs registration and validation logicAndrii Nakryiko2-0/+6
2023-03-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-1/+10
2023-03-08lsm: fix a badly named parameter in security_get_getsecurity()Paul Moore1-1/+1
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-08netfilter: move br_nf_check_hbh_len to utilsXin Long1-0/+2
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet1-2/+0
2023-03-08net: remove enum skb_free_reasonEric Dumazet1-11/+7
2023-03-08net: phy: improve phy_read_poll_timeoutHeiner Kallweit1-3/+2
2023-03-07interconnect: fix provider registration APIJohan Hovold1-0/+12
2023-03-07cpumask: be more careful with 'cpumask_setall()'Linus Torvalds1-5/+5
2023-03-07instrumented.h: Fix all kernel-doc format warningsRandy Dunlap1-37/+26
2023-03-07bpf: offload map memory usageYafang Shao1-0/+6
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao1-0/+1
2023-03-07bpf: add new map ops ->map_mem_usageYafang Shao1-0/+2
2023-03-07bus: mhi: host: Remove mhi_poll() APIManivannan Sadhasivam1-7/+0
2023-03-07bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_INFO_BTF againNathan Chancellor1-1/+1
2023-03-07mtd: rawnand: Fix spelling mistake waifunc() -> waitfunc()Md Sadre Alam1-1/+1
2023-03-07new helper: put_and_unmap_page()Al Viro1-0/+6
2023-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-37/+119
2023-03-07fs: dlm: remove deprecated code partsAlexander Aring1-3/+0
2023-03-06clk: Mark a fwnode as initialized when using CLK_OF_DECLARE() macroSaravana Kannan1-1/+7
2023-03-06cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bitsAndy Shevchenko1-1/+1
2023-03-06lsm: move the remaining LSM hook comments to security/security.cPaul Moore1-168/+0
2023-03-06lsm: move the io_uring hook comments to security/security.cPaul Moore1-17/+0