summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-04-032-54/+15
|\
| * tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)2022-04-021-0/+63
| * ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy2022-04-021-1/+15
* | 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/+116
* | | | | 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-011-0/+1
|\ \ \ \ \ \
| * | | | | | 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/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 '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-1422-68/+154
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | 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-014-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello2022-03-291-0/+2
| * | | | | | | | | | | | | | rtc: remove uie_unsupportedAlexandre Belloni2022-03-231-2/+0
| * | | | | | | | | | | | | | rtc: ds1685: drop no_irqAlexandre Belloni2022-03-231-1/+0
| * | | | | | | | | | | | | | clk: sunxi-ng: Add support for the sun6i RTC clocksSamuel Holland2022-03-231-0/+2
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-312-37/+139
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | netfs: Keep track of the actual remote file sizeDavid Howells2022-03-181-0/+16
| * | | | | | | | | | | | | | netfs: Add a netfs inode contextDavid Howells2022-03-181-11/+70
| * | | | | | | | | | | | | | netfs: Change ->init_request() to return an error codeDavid Howells2022-03-181-1/+1
| * | | | | | | | | | | | | | netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-181-0/+7
| * | | | | | | | | | | | | | netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-181-1/+7
| * | | | | | | | | | | | | | netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-181-1/+1