summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-core: add debugfs_prefix member to snd_soc_component_driverHeiner Kallweit2022-04-051-0/+4
* Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-04-0311-68/+29
|\
| * tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)2022-04-021-0/+0
| * ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy2022-04-021-1/+15
| * tracing/user_events: Remove eBPF interfacesBeau Belgrave2022-04-021-53/+0
| * tracing: Rename the staging files for trace_eventsSteven Rostedt (Google)2022-04-029-14/+14
* | Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-031-3/+0
|\ \
| * | Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner2022-03-311-3/+0
* | | Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-04-032-131/+1
|\ \ \
| * | | PCI: Remove the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-03-302-131/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-022-23/+48
|\ \ \ \
| * | | | KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse2022-04-022-10/+5
| * | | | KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson2022-04-022-10/+16
| * | | | KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson2022-04-021-7/+31
* | | | | tracing: mark user_events as BROKENSteven Rostedt (Google)2022-04-021-0/+0
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-0/+1
|\ \ \ \ \
| * | | | | seq_file: fix NULL pointer arithmetic warningMaĆ­ra Canal2022-02-011-0/+1
* | | | | | Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-012-2/+3
|\ \ \ \ \ \
| * | | | | | loop: fix ioctl calls using compat_loop_infoCarlos Llamas2022-03-301-2/+2
| * | | | | | nvme: allow duplicate NSIDs for private namespacesSungup Moon2022-03-291-0/+1
* | | | | | | Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-012-2/+5
|\ \ \ \ \ \ \
| * | | | | | | block: avoid calling blkg_free() in atomic contextMing Lei2022-03-221-1/+4
| * | | | | | | lib/sbitmap: allocate sb->map via kvzalloc_nodeMing Lei2022-03-211-1/+1
* | | | | | | | Merge tag 'for-5.18/io_uring-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-011-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring: remove IORING_CQE_F_MSGJens Axboe2022-03-241-2/+0
* | | | | | | | | Merge tag 'for-5.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-04-011-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka2022-04-011-0/+2
* | | | | | | | | | Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-04-014-33/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | filemap: Remove AOP_FLAG_CONT_EXPANDMatthew Wilcox (Oracle)2022-04-011-1/+0
| * | | | | | | | | | fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-011-1/+1
| * | | | | | | | | | fs, net: Move read_descriptor_t to net.hMatthew Wilcox (Oracle)2022-04-012-19/+19
| * | | | | | | | | | fs: Remove read_actor_tMatthew Wilcox (Oracle)2022-04-011-3/+0
| * | | | | | | | | | fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-012-7/+1
| * | | | | | | | | | readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)2022-04-011-2/+0
* | | | | | | | | | | Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2022-04-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | XArray: Include bitmap.h from xarray.hMatthew Wilcox (Oracle)2022-02-031-0/+1
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-04-011-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEPAndrey Konovalov2022-04-011-3/+1
* | | | | | | | | | | | | Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai2022-03-301-0/+1
* | | | | | | | | | | | | | Merge tag 'gpio-fixes-for-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-011-5/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | gpio: Properly document parent data unionJoey Gouly2022-03-311-5/+8
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-04-012-0/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Input: extract ChromeOS vivaldi physmap show functionStephen Boyd2022-03-141-0/+27
| * | | | | | | | | | | | | | | Merge tag 'v5.17-rc8' into nextDmitry Torokhov2022-03-1450-122/+261
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Input: add input_copy_abs() functionHans de Goede2022-02-281-0/+2
* | | | | | | | | | | | | | | | | Merge tag 'rtc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-04-016-4/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello2022-03-291-0/+2
| * | | | | | | | | | | | | | | | rtc: remove uie_unsupportedAlexandre Belloni2022-03-231-2/+0
| * | | | | | | | | | | | | | | | rtc: add new RTC_FEATURE_ALARM_WAKEUP_ONLY featureAlexandre Belloni2022-03-231-1/+2