summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-03-13slab: Adjust comment after refactoring of gfp.hThorsten Scherer1-1/+1
2023-03-13i3c: Correct reference to the I²C device data typeAndy Shevchenko1-1/+2
2023-03-13Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issuesMark Brown5-14/+35
2023-03-13Merge tag 'v6.3-rc2' into regmap-6.4 to fix clock related boot issuesMark Brown5-14/+35
2023-03-13Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann407-5857/+7842
2023-03-13PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle1-0/+1
2023-03-13mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig1-6/+0
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2023-03-12cpumask: relax sanity checking constraintsLinus Torvalds1-1/+1
2023-03-12fork: allow kernel code to call copy_processMike Christie1-0/+2
2023-03-12fork: Add kernel_clone_args flag to ignore signalsMike Christie1-0/+1
2023-03-12fork: add kernel_clone_args flag to not dup/clone filesMike Christie1-0/+1
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie2-1/+2
2023-03-12kernel: Make io_thread and kthread bit fieldsMike Christie1-2/+2
2023-03-12kernel: Allow a kernel thread's name to be set in copy_processMike Christie1-1/+3
2023-03-11Merge tag 'i2c-for-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+11
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait1-1/+1
2023-03-11iio: Improve the kernel-doc of iio_trigger_pollMehdi Djait1-6/+0
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o1-0/+8
2023-03-11Merge tag 'pull-highmem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+6
2023-03-11bpf: Support __kptr to local kptrsDave Marchevsky2-3/+10
2023-03-11security: Introduce LSM_ORDER_LAST and set it for the integrity LSMRoberto Sassu1-0/+1
2023-03-10bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky1-1/+1
2023-03-10Move bp_type_idx to include/linux/hw_breakpoint.hPalmer Dabbelt1-0/+10
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