summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-08-25io_uring: simplify big_cqe handlingPavel Begunkov1-10/+6
2023-08-24PCI: Remove unused function declarationsYue Haibing1-1/+0
2023-08-24net: dsa: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski1-1/+1
2023-08-24Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski4-1/+87
2023-08-24PCI/VGA: Fix typosSui Jingfeng1-2/+2
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-08-24SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust2-0/+4
2023-08-24SUNRPC: clean up integer overflow checkDan Carpenter1-3/+1
2023-08-24Merge tag 'icc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman2-3/+19
2023-08-24libceph: add CEPH_OSD_OP_ASSERT_VER supportJeff Layton2-1/+9
2023-08-24PCI/VGA: Replace full MIT license text with SPDX identifierSui Jingfeng1-21/+2
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie24-54/+108
2023-08-24binfmt_elf_fdpic: support 64-bit systemsGreg Ungerer1-1/+13
2023-08-23SUNRPC: kmap() the xdr pages during decodeAnna Schumaker1-0/+2
2023-08-23nvmem: core: Notify when a new layout is registeredMiquel Raynal1-0/+2
2023-08-23nvmem: core: Return NULL when no nvmem layout is foundMiquel Raynal1-1/+1
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner10-18/+33
2023-08-23entry: Remove empty addr_limit_user_check()Mark Rutland1-16/+0
2023-08-23mlx4: Delete custom device management logicPetr Pavlu1-10/+0
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu2-0/+18
2023-08-23mlx4: Move the bond work to the core driverPetr Pavlu2-19/+13
2023-08-23mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu1-1/+0
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu1-2/+6
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu1-1/+1
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu1-3/+0
2023-08-23qed/qede: Remove unused declarationsYue Haibing1-3/+0
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)1-0/+1
2023-08-23clk: mmp: Remove old non-OF clock driversDuje Mihanović1-18/+0
2023-08-22clk: Annotate struct clk_hw_onecell_data with __counted_byKees Cook1-1/+1
2023-08-22cpufreq: Use clamp() helper macro to improve the code readabilityLiao Chang1-11/+3
2023-08-22PM: sleep: Add helpers to allow a device to remain powered-onUlf Hansson1-0/+10
2023-08-22of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeLizhi Hou1-1/+1
2023-08-22of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou1-0/+23
2023-08-22wifi: Fix ieee80211.h kernel-doc issuesJeff Johnson1-58/+177
2023-08-22PM: runtime: Remove unsued extern declaration of pm_runtime_update_max_time_s...YueHaibing1-2/+0
2023-08-22block: sed-opal: keyring support for SED keysGreg Joyce1-0/+3
2023-08-22block: sed-opal: Implement IOC_OPAL_REVERT_LSPGreg Joyce1-0/+1
2023-08-22block: sed-opal: Implement IOC_OPAL_DISCOVERYGreg Joyce1-0/+1
2023-08-22greybus: svc: Remove unused declarationsYue Haibing1-3/+0
2023-08-22Merge tag 'extcon-next-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-12/+0
2023-08-22Merge tag 'coresight-next-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+59
2023-08-22Merge tag 'counter-updates-for-6.6a' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+1
2023-08-22tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()Jiri Slaby (SUSE)1-3/+9
2023-08-22tty: tty_buffer: let tty_prepare_flip_string() return size_tJiri Slaby (SUSE)1-1/+1
2023-08-22tty: tty_buffer: switch insert functions to size_tJiri Slaby (SUSE)1-12/+12
2023-08-22tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()Jiri Slaby (SUSE)1-4/+42
2023-08-22tty: tty_buffer: switch data type to u8Jiri Slaby (SUSE)1-2/+2
2023-08-22usb: typec: tcpci: clear the fault status bitMarco Felsch1-0/+1
2023-08-22usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera1-1/+1
2023-08-22Add cs42l43 PC focused SoundWire CODECMark Brown15-18/+1332