summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-12-01firmware: arm_ffa: Move constants to header fileWill Deacon
2022-12-01ext4: split ext4_journal_start trace for debugchangfengnan
2022-12-01ext4: journal_path mount options should follow linksLukas Czerner
2022-12-01uapi: Add missing _UAPI prefix to <asm-generic/types.h> include guardGeert Uytterhoeven
2022-12-01efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel
2022-12-01blk-iocost: Trace vtime_base_rate instead of vtime_rateKemeng Shi
2022-12-01wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells
2022-12-01rxrpc: Remove decl for rxrpc_kernel_call_is_complete()David Howells
2022-12-01rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells
2022-12-01wifi: cfg80211: Correct example of ieee80211_iface_limitPhilipp Hortmann
2022-12-01wifi: ieee80211: Do not open-code qos address offsetsKees Cook
2022-12-01inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn
2022-11-30Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-11-30net: phy: Add link between phy dev and mac devXiaolei Wang
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol
2022-11-30devlink: support directly reading from region memoryJacob Keller
2022-12-01scsi: sd: Convert SCSI errors to PR errorsMike Christie
2022-12-01scsi: core: Rename status_byte to sg_status_byteMike Christie
2022-12-01block: Add error codes for common PR failuresMike Christie
2022-11-30bpf: Fix a compilation failure with clang lto buildYonghong Song
2022-11-30cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang
2022-11-30iommufd: Add kernel support for testing iommufdJason Gunthorpe
2022-11-30iommufd: vfio container FD ioctl compatibilityJason Gunthorpe
2022-11-30iommufd: Add kAPI toward external drivers for kernel accessJason Gunthorpe
2022-11-30iommufd: Add kAPI toward external drivers for physical devicesJason Gunthorpe
2022-11-30iommufd: IOCTLs for the io_pagetableJason Gunthorpe
2022-11-30iommufd: PFN handling for iopt_pagesJason Gunthorpe
2022-11-30kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe
2022-11-30iommufd: File descriptor, context, kconfig and makefilesJason Gunthorpe
2022-11-30linux/init.h: include <linux/build_bug.h> and <linux/stringify.h>Masahiro Yamada
2022-11-30debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita
2022-11-30libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang