summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko2024-03-281-1/+15
* Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-286-8/+15
|\
| * inet: inet_defrag: prevent sk release while still in useFlorian Westphal2024-03-281-6/+1
| * Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-03-271-0/+2
| |\
| | * wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg2024-03-251-0/+2
| * | net: wan: framer: Add missing static inline qualifiersHerve Codina2024-03-271-2/+2
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-03-261-0/+2
| |\ \
| | * | xsk: Don't assume metadata is always requested in TX completionStanislav Fomichev2024-03-191-0/+2
| | |/
| * | tcp: properly terminate timers for kernel socketsEric Dumazet2024-03-252-0/+8
* | | Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Linus Torvalds2024-03-272-2/+10
|\ \ \
| * | | prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss2024-03-261-0/+8
| * | | mm: increase folio batch sizeMatthew Wilcox (Oracle)2024-03-261-2/+2
* | | | Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-251-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers2024-03-221-0/+4
* | | | Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-231-6/+6
|\ \ \ \
| * | | | kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMPHari Bathini2024-03-171-6/+6
* | | | | Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-231-4/+21
|\ \ \ \ \
| * | | | | overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-221-4/+21
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-222-0/+79
|\ \ \ \ \ \
| * | | | | | scsi: scsi_proto: Add structures and constants related to I/O groups and streamsBart Van Assche2024-02-261-0/+78
| * | | | | | scsi: core: Query the Block Limits Extension VPD pageBart Van Assche2024-02-261-0/+1
* | | | | | | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-226-10/+40
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'irq-for-riscv-02-23-24' of ssh://gitolite.kernel.org/pub/scm/linux...Palmer Dabbelt2024-03-121-0/+18
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge patch series "membarrier: riscv: Core serializing command"Palmer Dabbelt2024-02-151-1/+15
| |\ \ \ \ \ \ \ \
| | * | | | | | | | locking: Introduce prepare_sync_core_cmd()Andrea Parri2024-02-151-1/+15
| * | | | | | | | | riscv: Avoid code duplication with generic bitops implementationXiao Wang2024-01-244-8/+24
| * | | | | | | | | mm: Change mmap_rnd_bits_max to __ro_after_initSami Tolvanen2024-01-241-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-03-221-0/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | LoongArch: Add ORC stack unwinder supportTiezhu Yang2024-03-111-0/+9
* | | | | | | | | | Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-222-7/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault2024-03-162-7/+14
* | | | | | | | | | | Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-213-5/+5
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'drm-misc-next-fixes-2024-03-21' of https://gitlab.freedesktop.org/...Dave Airlie2024-03-222-4/+3
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | drm: Fix drm_fixp2int_round() making it add 0.5Arthur Grillo2024-03-181-2/+1
| | * | | | | | | | | | | drm/bridge: correct DRM_BRIDGE_OP_EDID documentationDmitry Baryshkov2024-03-141-2/+2
| * | | | | | | | | | | | Merge tag 'drm-misc-next-fixes-2024-03-14' of https://gitlab.freedesktop.org/...Dave Airlie2024-03-191-1/+2
| |\| | | | | | | | | | |
| | * | | | | | | | | | | drm/probe-helper: warn about negative .get_modes()Jani Nikula2024-03-131-1/+2
* | | | | | | | | | | | | Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-03-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | rtc: class: make rtc_class constantRicardo B. Marliere2024-03-081-1/+1
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-211-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| * | | | | | | | | | | | mtd: ubi: introduce pre-removal notification for UBI volumesDaniel Golle2024-02-251-0/+2
* | | | | | | | | | | | | Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-216-33/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | rcu: add a helper to report consolidated flavor QSYan Zhai2024-03-201-0/+31
| * | | | | | | | | | | | | lib/bitmap: Fix bitmap_scatter() and bitmap_gather() kernel docHerve Codina2024-03-201-21/+23
| * | | | | | | | | | | | | Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-03-191-0/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | net: esp: fix bad handling of pages from page_poolDragos Tatulea2024-03-181-0/+10
| * | | | | | | | | | | | | | tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima2024-03-191-1/+6
| * | | | | | | | | | | | | | net: move dev->state into net_device_read_txrx groupEric Dumazet2024-03-191-1/+1
| * | | | | | | | | | | | | | Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan2024-03-181-3/+3
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | / net: remove {revc,send}msg_copy_msghdr() from exportsJens Axboe2024-03-141-7/+0
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |