summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-05-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-13/+49
2025-05-15cpumask: Add cpumask_{first,next}_andnot() APIYury Norov [NVIDIA]1-0/+59
2025-05-15find: Add find_first_andnot_bit()Yury Norov [NVIDIA]1-0/+25
2025-05-15cpumask: Relax cpumask_any_but()Yury Norov [NVIDIA]1-4/+12
2025-05-15Merge tag 'net-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-8/+0
2025-05-15perf/aux: Allocate non-contiguous AUX pages by defaultYabin Cui1-0/+1
2025-05-15dm-zone: Use bdev_*() helper functions where applicableBart Van Assche1-0/+7
2025-05-15PCI: Limit visibility of match_driver flag to PCI coreLukas Wunner1-2/+0
2025-05-15net/sched: act_mirred: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior1-0/+3
2025-05-15xdp: Use nested-BH locking for system_page_poolSebastian Andrzej Siewior1-1/+6
2025-05-15net: Look for bonding slaves in the bond's network namespaceShay Drory1-1/+1
2025-05-15include/linux/fs.h: add inode_lock_killable()Max Kellermann1-0/+10
2025-05-15ASoC: codecs: add support for ES8389Mark Brown5-4/+14
2025-05-15readdir: supply dir_context.count as readdir buffer size hintMiklos Szeredi1-0/+7
2025-05-15PCI: Add debugfs support for exposing PTM contextManivannan Sadhasivam1-0/+45
2025-05-15fuse: don't allow signals to interrupt getdents copyingMiklos Szeredi1-0/+3
2025-05-15Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()Michael Kelley1-7/+0
2025-05-15tpm: tis: Double the timeout B to 4sMichal Suchanek1-1/+1
2025-05-15tpm: Mask TPM RC in tpm2_start_auth_session()Jarkko Sakkinen1-0/+19
2025-05-14lib/crc32: add SPDX license identifierEric Biggers1-4/+1
2025-05-14tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffixSteven Rostedt1-12/+26
2025-05-14mmc: rename mmc_can_gpio_ro() to mmc_host_can_gpio_ro()Wolfram Sang1-1/+1
2025-05-14mmc: rename mmc_can_gpio_cd() to mmc_host_can_gpio_cd()Wolfram Sang1-1/+1
2025-05-14mmc: Add quirk to disable DDR50 tuningErick Shepherd1-0/+1
2025-05-14irqchip/renesas-rzv2h: Add rzv2h_icu_register_dma_req()Fabrizio Castro1-0/+23
2025-05-14soundwire: intel: Add awareness of ACE3+ microphone privacyPeter Ujfalusi1-0/+5
2025-05-14soundwire: bus: Add internal slave ID and use for IRQsCharles Keepax1-0/+6
2025-05-14sched,livepatch: Untangle cond_resched() and live-patchingPeter Zijlstra2-15/+5
2025-05-14coresight: Introduce pause and resume APIs for sourceLeo Yan1-0/+4
2025-05-14phy: exynos5-usbdrd: support Exynos USBDRD 3.2 4nm controllerIvaylo Ivanov1-0/+3
2025-05-14genirq/msi: Move prepare() call to per-device allocationMarc Zyngier1-0/+2
2025-05-14genirq/msi: Add .msi_teardown() callback as the reverse of .msi_prepare()Marc Zyngier1-2/+8
2025-05-14leds: flash: Add support for flash/strobe durationRichard Leitner1-0/+16
2025-05-14ata: libata: Print if port is external on bootNiklas Cassel1-0/+2
2025-05-14lib/crc16: unexport crc16_table and crc16_byte()Eric Biggers1-8/+1
2025-05-14bpf: Add support for __prog argument suffix to pass in prog->auxKumar Kartikeya Dwivedi1-0/+1
2025-05-14net: phy: remove stub for mdiobus_register_board_infoHeiner Kallweit1-9/+0
2025-05-14mm: remove obsolete pgd_offset_gate()Feng Lee1-4/+0
2025-05-14mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes2-0/+49
2025-05-13PM: sleep: Introduce pm_sleep_transition_in_progress()Rafael J. Wysocki1-0/+4
2025-05-13blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"Zizhi Wo1-0/+8
2025-05-13topology: make for_each_node_with_cpus() O(N)Yury Norov [NVIDIA]2-4/+2
2025-05-13tick/nohz: Remove unused tick_nohz_full_add_cpus_to()Alex Shi1-7/+0
2025-05-13HID: core: Add functions for HID drivers to react on first open and last clos...Werner Sembach1-0/+4
2025-05-13Merge tag 'ib-mfd-gpio-nvmem-v6.16' of git://git.kernel.org/pub/scm/linux/ker...Bartosz Golaszewski1-0/+165
2025-05-13Merge Energy Model management code changes for 6.16Rafael J. Wysocki10-64/+103
2025-05-13PM: EM: Introduce em_adjust_cpu_capacity()Rafael J. Wysocki1-0/+2
2025-05-13PM: sleep: Introduce pm_suspend_in_progress()Rafael J. Wysocki1-0/+5
2025-05-13Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tn...Leon Romanovsky3-109/+138