summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-10-17mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on certain builds.Sebastian Andrzej Siewior
2024-10-17usb: typec: Add attribute file showing the USB Modes of the partnerHeikki Krogerus
2024-10-17usb: typec: Add attribute file showing the supported USB modes of the portHeikki Krogerus
2024-10-16power: supply: core: unexport power_supply_property_is_writeable()Thomas Weißschuh
2024-10-16genirq: Unexport nr_irqsBart Van Assche
2024-10-16genirq: Switch to irq_get_nr_irqs()Bart Van Assche
2024-10-16genirq: Introduce irq_get_nr_irqs() and irq_set_nr_irqs()Bart Van Assche
2024-10-16PCI: endpoint: Introduce pci_epc_mem_map()/unmap()Damien Le Moal
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang
2024-10-16fanotify: allow reporting errors on failure to open fdAmir Goldstein
2024-10-16fs: pass offset and result to backing_file end_write() callbackAmir Goldstein
2024-10-16platform/chrome: Update EC feature flagsPavan Holla
2024-10-16mfd: sec-core: Add support for the Samsung s2dos05Dzmitry Sankouski
2024-10-16mfd: max77693: Remove unused max77693_irq_source declarationsDzmitry Sankouski
2024-10-16mfd: palmas: Constify strings with regulator namesKrzysztof Kozlowski
2024-10-16iopoll/regmap/phy/snd: Fix comment referencing outdated timer documentationAnna-Maria Behnsen
2024-10-16timers: Adjust flseep() to reflect realityAnna-Maria Behnsen
2024-10-16timers: Update function descriptions of sleep/delay related functionsAnna-Maria Behnsen
2024-10-16timers: Rename usleep_idle_range() to usleep_range_idle()Anna-Maria Behnsen
2024-10-15ftrace: Rename ftrace_regs_return_value to ftrace_regs_get_return_valueMasami Hiramatsu (Google)
2024-10-15ftrace: Use arch_ftrace_regs() for ftrace_regs_*() macrosMasami Hiramatsu (Google)
2024-10-15power: supply: core: remove {,devm_}power_supply_register_no_ws()Thomas Weißschuh
2024-10-15power: supply: core: add wakeup source inhibit by power_supply_configThomas Weißschuh
2024-10-15power: supply: core: constify power_supply_battery_info::ocv_tableThomas Weißschuh
2024-10-15power: supply: core: constify power_supply_battery_info::resist_tableThomas Weißschuh
2024-10-15tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_sizeGregory Price
2024-10-15Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-10-15gpu: host1x: Set up device DMA parametersThierry Reding
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt
2024-10-15debugobjects: Prepare for batchingThomas Gleixner
2024-10-15of/address: Constify of_busses[] array and pointersRob Herring (Arm)
2024-10-15of: Constify struct property pointersRob Herring (Arm)
2024-10-15of: Constify struct device_node function argumentsRob Herring (Arm)
2024-10-15PCI: Constify pci_register_io_range() fwnode_handleRob Herring (Arm)
2024-10-15iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig
2024-10-15iomap: factor out a iomap_last_written_block helperChristoph Hellwig
2024-10-15net: phy: support 'active-high' property for PHY LEDsDaniel Golle
2024-10-15iommu: Remove iommu_present()Lu Baolu
2024-10-15ALSA/hda: intel-sdw-acpi: add support for sdw-manager-list property readPierre-Louis Bossart
2024-10-14bpf: Add kmem_cache iteratorNamhyung Kim
2024-10-14net: napi: Add napi_configJoe Damato
2024-10-14net: napi: Make gro_flush_timeout per-NAPIJoe Damato
2024-10-14net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato
2024-10-14net: add TIME_WAIT logic to sk_to_full_sk()Eric Dumazet
2024-10-14logic_pio: Constify fwnode_handleRob Herring (Arm)
2024-10-14dmaengine: acpi: Clean up headersAndy Shevchenko
2024-10-14dmaengine: acpi: Drop unused devm_acpi_dma_controller_free()Andy Shevchenko
2024-10-14Merge patch series "ovl: file descriptors based layer setup"Christian Brauner
2024-10-14fs: add helper to use mount option as path or fdChristian Brauner
2024-10-14sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers