summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-10-19fs: add file_refChristian Brauner1-0/+177
2024-10-19Merge tag 'iio-for-6.13a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman5-15/+75
2024-10-18PCI: Move struct pci_bus_resource into bus.cIlpo Järvinen1-12/+0
2024-10-18PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen1-11/+1
2024-10-18Merge tag 'xfs-6.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+17
2024-10-18Merge tag 'drm-fixes-2024-10-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+1
2024-10-18locking/lockdep: Avoid creating new name string literals in lockdep_set_subcl...Ahmed Ehab1-1/+1
2024-10-18lockdep: Add lockdep_cleanup_dead_cpu()David Woodhouse1-0/+6
2024-10-18Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...Linus Torvalds2-1/+23
2024-10-17Merge tag 'drm-misc-fixes-2024-10-17' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-0/+1
2024-10-17power: supply: hwmon: move interface to private headerThomas Weißschuh1-13/+0
2024-10-17clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGERS flagThéo Lebrun1-5/+10
2024-10-17ASoC: SDCA: add initial modulePierre-Louis Bossart1-0/+3
2024-10-17ASoC/soundwire: remove sdw_slave_extended_idPierre-Louis Bossart3-13/+7
2024-10-17soundwire: sdw_intel: include linux/acpi.hBard Liao1-0/+1
2024-10-17Merge tag 'sound-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2024-10-17Merge branch 'linus' into sched/urgent, to resolve conflictIngo Molnar24-45/+259
2024-10-17mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang1-0/+18
2024-10-17mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on certain builds.Sebastian Andrzej Siewior1-1/+5
2024-10-17usb: typec: Add attribute file showing the USB Modes of the partnerHeikki Krogerus1-0/+5
2024-10-17usb: typec: Add attribute file showing the supported USB modes of the portHeikki Krogerus1-0/+17
2024-10-17power: supply: core: unexport power_supply_property_is_writeable()Thomas Weißschuh1-2/+0
2024-10-16genirq: Unexport nr_irqsBart Van Assche1-1/+0
2024-10-16genirq: Switch to irq_get_nr_irqs()Bart Van Assche1-14/+19
2024-10-16genirq: Introduce irq_get_nr_irqs() and irq_set_nr_irqs()Bart Van Assche1-0/+2
2024-10-16PCI: endpoint: Introduce pci_epc_mem_map()/unmap()Damien Le Moal1-0/+38
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang1-4/+13
2024-10-16fanotify: allow reporting errors on failure to open fdAmir Goldstein1-0/+1
2024-10-16fs: pass offset and result to backing_file end_write() callbackAmir Goldstein1-1/+1
2024-10-16platform/chrome: Update EC feature flagsPavan Holla1-0/+32
2024-10-16mfd: sec-core: Add support for the Samsung s2dos05Dzmitry Sankouski1-0/+1
2024-10-16mfd: max77693: Remove unused max77693_irq_source declarationsDzmitry Sankouski1-11/+0
2024-10-16mfd: palmas: Constify strings with regulator namesKrzysztof Kozlowski1-2/+2
2024-10-16iopoll/regmap/phy/snd: Fix comment referencing outdated timer documentationAnna-Maria Behnsen3-49/+50
2024-10-16timers: Adjust flseep() to reflect realityAnna-Maria Behnsen1-4/+25
2024-10-16timers: Update function descriptions of sleep/delay related functionsAnna-Maria Behnsen1-12/+36
2024-10-16timers: Rename usleep_idle_range() to usleep_range_idle()Anna-Maria Behnsen1-1/+1
2024-10-16ftrace: Rename ftrace_regs_return_value to ftrace_regs_get_return_valueMasami Hiramatsu (Google)1-1/+1
2024-10-16ftrace: Use arch_ftrace_regs() for ftrace_regs_*() macrosMasami Hiramatsu (Google)1-6/+6
2024-10-15power: supply: core: remove {,devm_}power_supply_register_no_ws()Thomas Weißschuh1-8/+0
2024-10-15power: supply: core: add wakeup source inhibit by power_supply_configThomas Weißschuh1-0/+2
2024-10-15power: supply: core: constify power_supply_battery_info::ocv_tableThomas Weißschuh1-3/+3
2024-10-15power: supply: core: constify power_supply_battery_info::resist_tableThomas Weißschuh1-2/+2
2024-10-15tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_sizeGregory Price1-1/+1
2024-10-15Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefsLinus Torvalds1-0/+35
2024-10-15gpu: host1x: Set up device DMA parametersThierry Reding1-0/+1
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt2-25/+43
2024-10-15debugobjects: Prepare for batchingThomas Gleixner1-4/+8
2024-10-15of/address: Constify of_busses[] array and pointersRob Herring (Arm)1-1/+1