aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-08-12Merge tag 'spi-acpi-lookup-dummy' of https://git.kernel.org/pub/scm/linux/ker...Takashi Iwai1-1/+18
2024-08-11mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()Wei Yang1-0/+1
2024-08-11net: mii: constify advertising maskRussell King (Oracle)1-3/+4
2024-08-11context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into CT_NESTING_IRQ_NONIDLEValentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into ct_nmi_nesti...Valentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting()Valentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting i...Valentin Schneider1-3/+3
2024-08-11context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into ct_nesting_cpu()Valentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting()Valentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into ...Valentin Schneider1-3/+3
2024-08-10Merge tag 'i2c-for-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-08-10iio: trigger: allow devices to suspend/resume theirs associated triggerDenis Benato1-0/+17
2024-08-10iio: add child nodes support in iio backend frameworkOlivier Moysan1-0/+3
2024-08-10iio: add enable and disable services to iio backend frameworkOlivier Moysan1-0/+2
2024-08-10iio: add read scale and offset services to iio backend frameworkOlivier Moysan1-1/+23
2024-08-10Revert "lib/mpi: Introduce ec implementation to MPI library"Herbert Xu1-105/+0
2024-08-09Merge tag 'irq-domain-24-08-09' into irq/coreThomas Gleixner1-0/+8
2024-08-09irqdomain: Allow giving name suffix for domainMatti Vaittinen1-0/+3
2024-08-09irqdomain: Simplify simple and legacy domain creationMatti Vaittinen1-0/+5
2024-08-09PCI: Deprecate pcim_iomap_regions() in favor of pcim_iomap_region()Philipp Stanner1-0/+2
2024-08-09PCI: Make pcim_request_region() a public functionPhilipp Stanner1-0/+1
2024-08-09Merge tag 'bitmap-6.11-rc' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2024-08-09Merge tag 'probes-fixes-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2024-08-09Merge tag 'i2c-host-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang8-53/+106
2024-08-09Merge patch series "nsfs: iterate through mount namespaces"Christian Brauner2-0/+6
2024-08-09file: add fput() cleanup helperChristian Brauner1-0/+2
2024-08-09fs: add put_mnt_ns() cleanup helperChristian Brauner1-0/+4
2024-08-08net: sungem_phy: Constify struct mii_phy_defChristophe JAILLET1-1/+1
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-12/+12
2024-08-08Merge tag 'net-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-5/+5
2024-08-08cpumask: Fix crash on updating CPU enabled maskGavin Shan1-1/+1
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter3-23/+21
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-5/+5
2024-08-08genirq: Remove irq_chip_regs:: PolarityJiri Slaby (SUSE)1-2/+0
2024-08-08genirq: Remove unused irq_chip_generic:: {type,polarity}_cacheJiri Slaby (SUSE)1-4/+0
2024-08-08net/mlx5: Add IFC related stuff for data directYishai Hadas1-5/+46
2024-08-07ring-buffer: Remove unused function ring_buffer_nr_pages()Jianhui Zhou1-1/+0
2024-08-07tracing: Use refcount for trace_event_file reference counterSteven Rostedt1-1/+1
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef2-6/+6
2024-08-07sched/rt, dl: Convert functions to return boolQais Yousef2-15/+9
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef4-4/+32
2024-08-07serial: remove quot_frac from serial8250_do_set_divisor()Jiri Slaby (SUSE)1-1/+1
2024-08-07usb: gadget: Increase max configuration interface to 32Akash Kumar1-1/+1
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_TRANSMIT register fieldsAndré Draszik1-4/+2
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_MSG_HDR_INFO_REVAndré Draszik1-2/+1
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_RP_VALAndré Draszik1-2/+1
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]André Draszik1-6/+3
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_CC_STATUS_CC[12]André Draszik1-5/+3
2024-08-07usb: typec: tcpci: fix a comment typoAndré Draszik1-1/+1
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)1-1/+1