summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'icc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman2023-04-191-17/+0
|\
| * interconnect: drop unused icc_link_destroy() interfaceJohan Hovold2023-04-051-6/+0
| * interconnect: drop racy registration APIJohan Hovold2023-03-201-11/+0
* | Merge tag 'mhi-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman2023-04-191-7/+0
|\ \
| * | bus: mhi: host: Remove mhi_poll() APIManivannan Sadhasivam2023-03-071-7/+0
* | | iio: adc: palmas: remove adc_wakeupX_dataPatrik Dahlström2023-04-131-8/+0
* | | Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-04-122-7/+207
|\ \ \
| * | | iio: light: Add gain-time-scale helpersMatti Vaittinen2023-04-101-0/+206
| * | | iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-111-1/+1
| * | | iio: Improve the kernel-doc of iio_trigger_pollMehdi Djait2023-03-111-6/+0
| |/ /
* | | Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman2023-04-1036-68/+186
|\ \ \
| * \ \ Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-091-2/+6
| |\ \ \
| | * | | cxl/pci: Fix CDAT retrieval on big endianLukas Wunner2023-03-211-2/+6
| | | |/ | | |/|
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-04-081-1/+0
| |\ \ \
| | * | | scsi: Revert "scsi: ufs: core: Initialize devfreq synchronously"Adrien Thierry2023-04-021-1/+0
| * | | | Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-081-1/+2
| |\ \ \ \
| | * | | | mm: enable maple tree RCU mode by defaultLiam R. Howlett2023-04-051-1/+2
| * | | | | Merge tag 'acpi-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-04-071-2/+13
| |\ \ \ \ \
| | * | | | | ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()Hans de Goede2023-04-051-2/+13
| * | | | | | Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-04-062-2/+3
| |\ \ \ \ \ \
| | * | | | | | raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-041-2/+2
| | * | | | | | net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong2023-03-311-0/+1
| * | | | | | | Merge tag 'asm-generic-fixes-6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-064-19/+19
| |\ \ \ \ \ \ \
| | * | | | | | | asm-generic: avoid __generic_cmpxchg_local warningsArnd Bergmann2023-04-043-11/+11
| | * | | | | | | asm-generic/io.h: suppress endianness warnings for relaxed accessorsVladimir Oltean2023-04-041-6/+6
| | * | | | | | | asm-generic/io.h: suppress endianness warnings for readq() and writeq()Vladimir Oltean2023-04-041-2/+2
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge tag 'trace-v6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-052-5/+18
| |\ \ \ \ \ \ \
| | * | | | | | | tracing: Error if a trace event has an array for a __field()Steven Rostedt (Google)2023-04-031-4/+17
| | * | | | | | | ftrace: Mark get_lock_parent_ip() __always_inlineJohn Keeping2023-04-031-1/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-04-042-1/+12
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Merge tag 'kvm-s390-master-6.3-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2023-03-3135-45/+185
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingDmytro Maluka2023-03-271-0/+10
| | * | | | | | KVM: irqfd: Make resampler_list an RCU listDmytro Maluka2023-03-272-1/+2
| * | | | | | | Merge tag 'iommu-fixes-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-011-1/+0
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | iommu/vt-d: Fix an IOMMU perfmon warning when CPU hotplugKan Liang2023-03-311-1/+0
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-302-3/+4
| |\ \ \ \ \ \
| | * | | | | | net: phy: constify fwnode_get_phy_node() fwnode argumentRussell King (Oracle)2023-03-271-1/+1
| | * | | | | | net: sfp: make sfp_bus_find_fwnode() take a const fwnodeRussell King (Oracle)2023-03-271-2/+3
| * | | | | | | Merge tag 'drm-fixes-2023-03-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-03-301-7/+0
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Daniel Vetter2023-03-301-7/+0
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | Revert "drm/scheduler: track GPU active time per entity"Lucas Stach2023-03-301-7/+0
| | | | |_|_|/ / | | | |/| | | |
| * | | | | | | Merge tag 'f2fs-fix-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-03-291-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | f2fs: Fix f2fs_truncate_partial_nodes ftrace eventDouglas Raillard2023-03-101-1/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'urgent-rcu.2023.03.28a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-03-281-1/+1
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | rcu: Fix rcu_torture_read ftrace eventDouglas Raillard2023-03-221-1/+1
| | |/ / / / /
| * | | | | | Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-03-262-0/+3
| |\ \ \ \ \ \
| | * | | | | | entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf2023-03-212-0/+3
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-253-6/+54
| |\ \ \ \ \ \
| | * | | | | | pcpcntr: remove percpu_counter_sum_all()Dave Chinner2023-03-191-6/+0
| | * | | | | | cpumask: introduce for_each_cpu_orDave Chinner2023-03-192-0/+54
| | | |/ / / / | | |/| | | |