summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-05Merge branch '20230208091340.124641-1-konrad.dybcio@linaro.org' into HEADBjorn Andersson3-0/+103
2023-04-05Merge branch '20230316-topic-qcm_dispcc_reset-v1-1-dd3708853014@linaro.org' i...Bjorn Andersson1-0/+4
2023-04-05dt-bindings: clock: dispcc-qcm2290: Add MDSS_CORE resetKonrad Dybcio1-0/+4
2023-04-05net: qrtr: correct types of trace event parametersSimon Horman1-15/+18
2023-04-05raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima1-2/+2
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-04asm-generic: avoid __generic_cmpxchg_local warningsArnd Bergmann3-11/+11
2023-04-04asm-generic/io.h: suppress endianness warnings for relaxed accessorsVladimir Oltean1-6/+6
2023-04-04asm-generic/io.h: suppress endianness warnings for readq() and writeq()Vladimir Oltean1-2/+2
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
2023-04-04io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov1-0/+1
2023-04-04io_uring/rsrc: don't offload node freePavel Begunkov1-3/+0
2023-04-04io_uring/rsrc: kill rsrc_ref_lockPavel Begunkov1-1/+1
2023-04-04io_uring/rsrc: keep cached refs per nodePavel Begunkov1-1/+0
2023-04-04virtio-blk: fix to match virtio specDmitry Fomichev1-9/+9
2023-04-04Merge branch 'iommufd/for-rc' into for-nextJason Gunthorpe48-73/+259
2023-04-04Merge tag 'renesas-drivers-for-v6.4-tag1' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-1/+0
2023-04-04gpu: host1x: Make host1x_client_unregister() return voidUwe Kleine-König1-1/+1
2023-04-04ASoC: SOF: Add flag and state which will be used for DSP-less modePeter Ujfalusi1-0/+5
2023-04-04mtd: spi-nor: Stop exporting spi_nor_restore()Tudor Ambarus1-6/+0
2023-04-03tty: make tty_class a static const structureGreg Kroah-Hartman1-1/+1
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman1-2/+2
2023-04-03driver core: class: mark the struct class in struct class_interface constantGreg Kroah-Hartman1-1/+1
2023-04-03driver core: class: make class_register() take a const *Greg Kroah-Hartman1-1/+1
2023-04-03driver core: class: mark class_release() as taking a const *Greg Kroah-Hartman1-1/+1
2023-04-03Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2-287/+0
2023-04-03mtd: spinand: add support for ESMT F50x1G41LBChuanhong Guo1-0/+1
2023-04-03tracing: Error if a trace event has an array for a __field()Steven Rostedt (Google)1-4/+17
2023-04-03ftrace: Mark get_lock_parent_ip() __always_inlineJohn Keeping1-1/+1
2023-04-03io_uring: rename trace_io_uring_submit_sqe() tracepointJens Axboe1-9/+6
2023-04-03io_uring: encapsulate task_work statePavel Begunkov1-1/+6
2023-04-03io_uring: kill unused notif declarationsPavel Begunkov1-13/+0