summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-06-05sched: Unconditionally use full-fat wait_task_inactive()Peter Zijlstra1-5/+2
2023-06-05block: mark early_lookup_bdev as __initChristoph Hellwig1-1/+1
2023-06-05dm: remove dm_get_dev_tChristoph Hellwig1-2/+0
2023-06-05block: move more code to early-lookup.cChristoph Hellwig1-1/+0
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig2-1/+5
2023-06-05init: handle ubi/mtd root mounting like all other root typesChristoph Hellwig1-0/+1
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig1-8/+0
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig1-1/+1
2023-06-05fs: add a method to shut down the file systemChristoph Hellwig1-0/+1
2023-06-05block: add a mark_dead holder operationChristoph Hellwig1-0/+1
2023-06-05block: introduce holder opsChristoph Hellwig2-3/+10
2023-06-05Merge tag 'qcom-driver-fixes-for-6.4' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann1-6/+0
2023-06-05ALSA: usb-audio: Use __le16 for 16bit USB descriptor fieldsTakashi Iwai1-3/+3
2023-06-05coresight: Fix CTI module refcount leak by making it a helper deviceJames Clark1-27/+2
2023-06-05coresight: Enable and disable helper devices adjacent to the pathJames Clark1-1/+10
2023-06-05coresight: Make refcount a property of the connectionJames Clark1-5/+9
2023-06-05coresight: Store in-connections as well as out-connectionsJames Clark1-0/+26
2023-06-05coresight: Store pointers to connections rather than an array of themJames Clark1-2/+3
2023-06-05coresight: Dynamically add connectionsJames Clark1-1/+7
2023-06-05coresight: Rename connection members to make the direction explicitJames Clark1-9/+9
2023-06-05coresight: Rename nr_outports to nr_outconnsJames Clark1-5/+5
2023-06-05coresight: Change name of pdata->connsJames Clark1-2/+2
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark1-3/+10
2023-06-05drivers/perf: apple_m1: Force 63bit counters for M2 CPUsMarc Zyngier1-0/+2
2023-06-05iopoll: Do not use timekeeping in read_poll_timeout_atomic()Geert Uytterhoeven1-5/+17
2023-06-05iopoll: Call cpu_relax() in busy loopsGeert Uytterhoeven1-0/+2
2023-06-05NFSD: Ensure that xdr_write_pages updates rq_next_pageChuck Lever1-0/+21
2023-06-05fs.h: Optimize file struct to prevent false sharingchenzhiyin1-5/+11
2023-06-05highmem: Rename put_and_unmap_page() to unmap_and_put_page()Fabio M. De Francesco1-1/+1
2023-06-05x86/amd_nb: Add MI200 PCI IDsYazen Ghannam1-0/+1
2023-06-05net: pcs: xpcs: remove xpcs_create() from public viewRussell King (Oracle)1-2/+0
2023-06-05net: pcs: Drop the TSE PCS driverMaxime Chevallier1-17/+0
2023-06-05net: mdio: Introduce a regmap-based mdio driverMaxime Chevallier1-0/+26
2023-06-05locking/atomic: scripts: generate kerneldoc commentsMark Rutland3-3/+5541
2023-06-05locking/atomic: scripts: simplify raw_atomic*() definitionsMark Rutland3-985/+881
2023-06-05locking/atomic: scripts: simplify raw_atomic_long*() definitionsMark Rutland1-515/+340
2023-06-05locking/atomic: scripts: restructure fallback ifdefferyMark Rutland3-2638/+1664
2023-06-05locking/atomic: scripts: build raw_atomic_long*() directlyMark Rutland3-853/+343
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland4-5/+5
2023-06-05locking/atomic: scripts: add trivial raw_atomic*_<op>()Mark Rutland3-300/+1941
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-1/+157
2023-06-05locking/atomic: remove fallback commentsMark Rutland1-165/+1
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra2-54/+1
2023-06-05slub: Replace cmpxchg_double()Peter Zijlstra1-3/+9
2023-06-05x86,intel_iommu: Replace cmpxchg_double()Peter Zijlstra1-59/+66
2023-06-05percpu: Add {raw,this}_cpu_try_cmpxchg()Peter Zijlstra1-0/+19
2023-06-05instrumentation: Wire up cmpxchg128()Peter Zijlstra2-2/+179
2023-06-05types: Introduce [us]128Peter Zijlstra1-0/+5
2023-06-05Merge 6.4-rc5 into tty-nextGreg Kroah-Hartman23-57/+108
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman14-38/+44