summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-12-03hpet: Replace one-element array with flexible-array memberKees Cook1-1/+1
2022-12-03panic: Consolidate open-coded panic_on_warn checksKees Cook1-0/+1
2022-12-02pktcdvd: remove driver.Greg Kroah-Hartman1-197/+0
2022-12-02seccomp: document the "filter_count" fieldRandy Dunlap1-0/+1
2022-12-02Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEADPaolo Bonzini2-41/+23
2022-12-02KVM: Reference to kvm_userspace_memory_region in doc and commentsJavier Martinez Canillas1-2/+2
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe18-71/+124
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe1-0/+14
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe1-0/+25
2022-12-02regulator: add mt6357 regulatorFabien Parent1-0/+51
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness1-0/+1
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness1-2/+8
2022-12-02console: introduce console_is_registered()John Ogness1-0/+28
2022-12-02console: introduce wrappers to read/write console flagsJohn Ogness1-0/+45
2022-12-02printk: introduce console_list_lockJohn Ogness1-3/+20
2022-12-02printk: Prepare for SRCU console list protectionJohn Ogness1-1/+27
2022-12-02printk: Convert console_drivers list to hlistThomas Gleixner1-3/+5
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu1-5/+0
2022-12-02configfs: remove mentions of committable itemsBartosz Golaszewski1-3/+0
2022-12-02module: add module_elf_check_arch for module-specific checksNicholas Piggin1-0/+3
2022-12-02jump_label: Prevent key->enabled int overflowDmitry Safonov1-4/+17
2022-12-01nvdimm/cxl/pmem: Add support for master passphrase disable security commandDave Jiang1-0/+2
2022-12-01blk-crypto: Add support for SM4-XTS blk crypto modeTianjia Zhang1-0/+1
2022-12-01firmware: arm_ffa: Move comment before the field it is documentingWill Deacon1-1/+1
2022-12-01firmware: arm_ffa: Move constants to header fileWill Deacon1-0/+83
2022-12-01ext4: journal_path mount options should follow linksLukas Czerner1-0/+1
2022-12-01efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel1-1/+1
2022-12-01wifi: ieee80211: Do not open-code qos address offsetsKees Cook1-6/+22
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-0/+6
2022-12-01Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-6/+3
2022-12-01net: phy: Add link between phy dev and mac devXiaolei Wang1-0/+4
2022-12-01bpf: Fix a compilation failure with clang lto buildYonghong Song1-0/+1
2022-12-01iommufd: Add kernel support for testing iommufdJason Gunthorpe1-0/+3
2022-12-01iommufd: vfio container FD ioctl compatibilityJason Gunthorpe1-0/+7
2022-12-01iommufd: Add kAPI toward external drivers for kernel accessJason Gunthorpe1-1/+42
2022-12-01iommufd: Add kAPI toward external drivers for physical devicesJason Gunthorpe1-0/+9
2022-12-01iommufd: PFN handling for iopt_pagesJason Gunthorpe1-0/+7
2022-12-01kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe1-1/+1
2022-12-01iommufd: File descriptor, context, kconfig and makefilesJason Gunthorpe1-0/+31
2022-12-01linux/init.h: include <linux/build_bug.h> and <linux/stringify.h>Masahiro Yamada1-0/+2
2022-12-01debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita1-2/+17
2022-12-01libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-2/+10
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang1-0/+1
2022-12-01s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual1-1/+1
2022-12-01mm/thp: rename pmd_to_page() as pmd_pgtable_page()Anshuman Khandual1-3/+3
2022-12-01mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_set_min_bytes() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_get_min_bytes() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_set_max_bytes() functionStefan Roesch1-0/+1