summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov4-11/+11
2023-04-06mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu2-0/+29
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-5/+6
2023-04-06mm: remove FGP_ENTRYChristoph Hellwig1-2/+1
2023-04-06mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig1-0/+1
2023-04-06net: stmmac: add support for platform specific resetShenwei Wang1-0/+1
2023-04-06mm: enable maple tree RCU mode by defaultLiam R. Howlett1-1/+2
2023-04-05Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown1-2/+4
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko1-5/+19
2023-04-05clk: Remove mmask and nmask fields in struct clk_fractional_dividerChristophe JAILLET1-2/+0
2023-04-05nvmem: Add macro to register nvmem layout driversMiquel Raynal1-0/+6
2023-04-05nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki1-0/+2
2023-04-05nvmem: core: provide own priv pointer in post process callbackMichael Walle1-1/+4
2023-04-05nvmem: cell: drop global cell_post_processMichael Walle1-2/+0
2023-04-05nvmem: core: allow to modify a cell before adding itMichael Walle1-0/+5
2023-04-05nvmem: core: add per-cell post processingMichael Walle1-0/+3
2023-04-05nvmem: core: introduce NVMEM layoutsMichael Walle2-0/+58
2023-04-05of: device: Kill of_device_request_module()Miquel Raynal1-6/+0
2023-04-05of: Move the request module helper logic to module.cMiquel Raynal1-0/+6
2023-04-05of: Move of_modalias() to module.cMiquel Raynal1-0/+9
2023-04-05of: Rename of_modalias_node()Miquel Raynal1-1/+2
2023-04-05regmap: Pass irq_drv_data as a parameter for set_type_config()William Breathitt Gray1-2/+4
2023-04-05Merge tag 'trace-v6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)5-36/+111
2023-04-05tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-0/+2
2023-04-05srcu: Add comments for srcu_size_statePingfan Liu1-10/+23
2023-04-05sed-opal: Add command to read locking range parameters.Ondrej Kozina1-0/+1
2023-04-05interconnect: drop unused icc_link_destroy() interfaceJohan Hovold1-6/+0
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo2-1/+8
2023-04-05sched/psi: Rename existing poll members in preparationDomenico Cerasuolo1-18/+18
2023-04-05bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov1-3/+4
2023-04-05bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2-4/+2
2023-04-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+12
2023-04-04PCI: Document pci_bus_for_each_resource()Andy Shevchenko1-0/+20
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg1-0/+14
2023-04-04PCI: Introduce pci_resource_n()Andy Shevchenko1-8/+7
2023-04-04srcu: Move work-scheduling fields from srcu_struct to srcu_usagePaul E. McKenney1-4/+5
2023-04-04srcu: Move srcu_barrier() fields from srcu_struct to srcu_usagePaul E. McKenney1-7/+7
2023-04-04srcu: Move ->sda_is_static from srcu_struct to srcu_usagePaul E. McKenney1-1/+1
2023-04-04srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney1-3/+3
2023-04-04srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney1-12/+13
2023-04-04srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney1-1/+1
2023-04-04srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney1-4/+7
2023-04-04srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney1-1/+1
2023-04-04srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney1-1/+1
2023-04-04srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney1-2/+2
2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney3-13/+25
2023-04-04srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney1-5/+14
2023-04-04srcu: Add whitespace to __SRCU_STRUCT_INIT() & __DEFINE_SRCU()Paul E. McKenney1-14/+14
2023-04-04io_uring/rsrc: add custom limit for node cachingPavel Begunkov1-0/+1