summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-11-30spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)
2023-11-30spi: introduce SPI_TRANS_FAIL_IO for error reportingNam Cao
2023-11-29tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2023-11-29xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev
2023-11-29cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq updateWyes Karny
2023-11-29ptrace: Convert ptrace_attach() to use lock guardsPeter Zijlstra
2023-11-29fbdev: Remove default file-I/O implementationsThomas Zimmermann
2023-11-29fbdev: Warn on incorrect framebuffer accessThomas Zimmermann
2023-11-29fbdev: Move default fb_mmap code into helper functionThomas Zimmermann
2023-11-28driver core: make device_is_dependent() staticGreg Kroah-Hartman
2023-11-28tty: make tty const in tty_get_baud_rate()Jiri Slaby (SUSE)
2023-11-28block: warn once for each partition in bio_check_ro()Yu Kuai
2023-11-28block: move .bd_inode into 1st cacheline of block_deviceMing Lei
2023-11-28EDAC/mc: Add support for HBM3 memory typeMuralidhara M K
2023-11-28io_uring/kbuf: defer release of mapped buffer ringsJens Axboe
2023-11-28net: page_pool: record pools per netdevJakub Kicinski
2023-11-28platform/x86: asus-wmi: disable USB0 hub on ROG Ally before suspendLuke D. Jones
2023-11-28mnt_idmapping: decouple from namespacesChristian Brauner
2023-11-28mnt_idmapping: remove check_fsmapping()Christian Brauner
2023-11-28eventfd: make eventfd_signal{_mask}() voidChristian Brauner
2023-11-28eventfd: simplify eventfd_signal_mask()Christian Brauner
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-11-28Merge v6.7-rc3 into drm-nextDaniel Vetter
2023-11-28OPP: Call dev_pm_opp_set_opp() for required OPPsViresh Kumar
2023-11-28OPP: Level zero is validViresh Kumar
2023-11-27Merge tag 'wireless-next-2023-11-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-11-27net: phy: add possible interfacesRussell King (Oracle)
2023-11-27dma-buf: fix check in dma_resv_add_fenceChristian König
2023-11-27block: move a few definitions out of CONFIG_BLK_DEV_ZONEDChristoph Hellwig
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg
2023-11-27Merge branch 'iommu/fixes' into coreJoerg Roedel
2023-11-27iommu: Allow passing custom allocators to pgtable driversBoris Brezillon
2023-11-27iommu: Retire bus opsRobin Murphy
2023-11-27iommu: Validate that devices match domainsRobin Murphy
2023-11-27iommu: Avoid more races around device probeRobin Murphy
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman
2023-11-27locking/lockdep: Slightly reorder 'struct lock_class' to save some memoryChristophe JAILLET
2023-11-25Merge tag 'usb-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-11-25dcache: remove unnecessary NULL check in dget_dlock()Vegard Nossum
2023-11-25kill DCACHE_MAY_FREEAl Viro
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro
2023-11-25get rid of DCACHE_GENOCIDEAl Viro
2023-11-25d_genocide(): move the extern into fs/internal.hAl Viro
2023-11-25kill d_instantate_anon(), fold __d_instantiate_anon() into remaining callerAl Viro
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-11-25tty: move locking docs out of Returns for functions in tty.hJiri Slaby (SUSE)
2023-11-25tty: fix tty_operations types in documentationJiri Slaby (SUSE)
2023-11-25serial: core: Move tty and serdev to be children of serial core port deviceTony Lindgren