summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-03net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERI...Gal Pressman1-4/+2
2022-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-3/+0
2022-09-03Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-22/+6
2022-09-03pinctrl: at91: move gpio suspend/resume calls to driver's contextClaudiu Beznea1-16/+0
2022-09-02Merge tag 'driver-core-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2022-09-02Merge tag 'usb-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+7
2022-09-02Merge tag 'platform-drivers-x86-v6.0-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+4
2022-09-02drm/edid: Handle EDID 1.4 range descriptor h/vfreq offsetsVille Syrjälä2-2/+7
2022-09-02bpf: Support getting tunnel flagsShmulik Ladkani1-1/+9
2022-09-02bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)Shung-Hsi Yu1-2/+18
2022-09-02spi: mux: Fix mux interaction with fast path optimisationsMark Brown1-0/+2
2022-09-02Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller3-2/+5
2022-09-02net: remove netif_tx_napi_add()Jakub Kicinski1-2/+0
2022-09-02tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet1-0/+21
2022-09-02net: bql: add more documentationEric Dumazet1-6/+26
2022-09-02Merge tag 'renesas-arm-dt-for-v6.1-tag1' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann1-0/+25
2022-09-02Merge tag 'at91-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Arnd Bergmann1-0/+8
2022-09-02ACPI: video: Make backlight class device registration a separate step (v2)Hans de Goede1-0/+2
2022-09-02nd_jump_link(): constify pathAl Viro1-1/+1
2022-09-02->getprocattr(): attribute name is const char *, TYVM...Al Viro2-3/+3
2022-09-02vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUPAbhishek Sahu1-0/+1
2022-09-02vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXITAbhishek Sahu1-0/+1
2022-09-02vfio/pci: Mask INTx during runtime suspendAbhishek Sahu1-0/+1
2022-09-02vfio: Add the device features for the low power entry and exitAbhishek Sahu1-0/+56
2022-09-02vfio/pci: Rename vfio_pci_register_dev_region()Jason Gunthorpe1-4/+4
2022-09-02vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe1-133/+1
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-33/+106
2022-09-01kunit: fix assert_type for comparison macrosSander Vanheule1-3/+3
2022-09-01Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney4-9/+133
2022-09-01sbitmap: fix batched wait_cnt accountingKeith Busch1-1/+2
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-9/+13
2022-09-01cgroup: Implement cgroup_file_show()Tejun Heo1-0/+1
2022-09-01kernfs: Implement kernfs_show()Tejun Heo1-0/+2
2022-09-01kernfs: Add KERNFS_REMOVING flagsTejun Heo1-0/+1
2022-09-01devres: remove devm_ioremap_npChristoph Hellwig1-2/+0
2022-09-01Merge tag 'platform-drivers-x86-simatec-1' of git://git.kernel.org/pub/scm/li...Bartosz Golaszewski2-0/+3
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov1-2/+5
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov1-8/+0
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov1-11/+1
2022-09-01Revert "io_uring: add zc notification flush requests"Pavel Begunkov1-1/+0
2022-09-01kernel/panic: Drop unblank_screen callDaniel Vetter1-1/+0
2022-09-01Merge tag 'platform-drivers-x86-simatec-1' into review-hansHans de Goede2-0/+3
2022-09-01platform/x86: simatic-ipc: add new model 427GHenning Schild1-0/+1
2022-09-01leds: simatic-ipc-leds-gpio: add new model 227GHenning Schild2-0/+2
2022-09-01USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()Heikki Krogerus1-1/+0
2022-09-01rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells1-2/+0
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2-0/+5
2022-09-01mm/slab_common: move declaration of __ksize() to mm/slab.hHyeonggon Yoo1-1/+0
2022-09-01mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingHyeonggon Yoo1-22/+42
2022-09-01soundwire: intel: cleanup WakeEnable and WakeStatusPierre-Louis Bossart1-3/+7