summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells2-3/+20
2023-12-28netfs: Limit subrequest by size or number of segmentsDavid Howells2-0/+2
2023-12-28netfs: Add func to calculate pagecount/size-limited span of an iteratorDavid Howells1-0/+2
2023-12-28netfs: Provide tools to create a buffer in an xarrayDavid Howells1-0/+4
2023-12-28netfs: Add support for DIO bufferingDavid Howells1-0/+3
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+8
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet3-10/+16
2023-12-27preempt.h: Kill dependency on list.hKent Overstreet1-2/+4
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet3-124/+133
2023-12-27Merge tag 'v6.7-rc7' into gpio/for-nextBartosz Golaszewski58-211/+315
2023-12-27net: macsec: introduce mdo_insert_tx_tagRadu Pirea (NXP OSS)1-0/+10
2023-12-27net: macsec: documentation for macsec_context and macsec_opsRadu Pirea (NXP OSS)1-0/+39
2023-12-27net: macsec: move sci_to_cpu to macsec headerRadu Pirea (NXP OSS)1-0/+5
2023-12-27net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)1-0/+1
2023-12-27OPP: The level field is always of unsigned int typeViresh Kumar1-2/+2
2023-12-27PCI: Remove unused 'node' member from struct pci_driverMathias Krause1-2/+0
2023-12-27net/sched: act_mirred: Allow mirred to blockVictor Nogueira2-0/+2
2023-12-27net/sched: cls_api: Expose tc block to the datapathVictor Nogueira1-0/+2
2023-12-27net/sched: Introduce tc block netdev tracking infraVictor Nogueira1-0/+2
2023-12-26net: remove SOCK_DEBUG macroDenis Kirjanov1-13/+0
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu2-2/+0
2023-12-26net/smc: support extended GID in SMC-D lgr netlink attributeWen Gu2-0/+4
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu1-5/+10
2023-12-26block: reject invalid operation in submit_bio_noacctChristoph Hellwig1-4/+4
2023-12-26block: renumber QUEUE_FLAG_HW_WCChristoph Hellwig1-1/+1
2023-12-26iio: linux/iio.h: fix Excess kernel-doc description warningRandy Dunlap1-6/+0
2023-12-24lsm: new security_file_ioctl_compat() hookAlfred Piccioni2-0/+11
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells1-4/+14
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells1-0/+47
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2-4/+14
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells1-0/+3
2023-12-24netfs: Implement unbuffered/DIO vs buffered I/O lockingDavid Howells1-0/+10
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells1-2/+4
2023-12-24afs: Don't use folio->private to record partial modificationDavid Howells1-12/+4
2023-12-24netfs: Add a ->free_subrequest() opDavid Howells1-0/+1
2023-12-24netfs: Allow the netfs to make the io (sub)request alloc largerDavid Howells1-0/+2
2023-12-24netfs: Add a procfile to list in-progress requestsDavid Howells1-1/+5
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells4-44/+5
2023-12-24netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells1-1/+0
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells2-6/+1
2023-12-24afs: Automatically generate trace tag enumsDavid Howells1-206/+27
2023-12-24netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells0-0/+0
2023-12-24afs: Remove whitespace before most ')' from the trace headerDavid Howells1-121/+121
2023-12-23Merge tag 'char-misc-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+2
2023-12-23sched/fair: Simplify util_estVincent Guittot1-37/+12
2023-12-23arm64/amu: Use capacity_ref_freq() to set AMU ratioVincent Guittot1-0/+1
2023-12-23cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()Vincent Guittot1-0/+2
2023-12-23energy_model: Use a fixed reference frequencyVincent Guittot1-3/+3
2023-12-23cpufreq: Use the fixed and coherent frequency for scaling capacityVincent Guittot1-0/+1
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot2-0/+15