summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook
2022-12-02pktcdvd: remove driver.Greg Kroah-Hartman
2022-12-02seccomp: document the "filter_count" fieldRandy Dunlap
2022-12-02Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEADPaolo Bonzini
2022-12-02KVM: Reference to kvm_userspace_memory_region in doc and commentsJavier Martinez Canillas
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe
2022-12-02regulator: add mt6357 regulatorFabien Parent
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness
2022-12-02console: introduce console_is_registered()John Ogness
2022-12-02console: introduce wrappers to read/write console flagsJohn Ogness
2022-12-02printk: introduce console_list_lockJohn Ogness
2022-12-02printk: Prepare for SRCU console list protectionJohn Ogness
2022-12-02printk: Convert console_drivers list to hlistThomas Gleixner
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu
2022-12-02configfs: remove mentions of committable itemsBartosz Golaszewski
2022-12-02module: add module_elf_check_arch for module-specific checksNicholas Piggin
2022-12-01jump_label: Prevent key->enabled int overflowDmitry Safonov
2022-12-01nvdimm/cxl/pmem: Add support for master passphrase disable security commandDave Jiang
2022-12-01blk-crypto: Add support for SM4-XTS blk crypto modeTianjia Zhang
2022-12-01firmware: arm_ffa: Move comment before the field it is documentingWill Deacon
2022-12-01firmware: arm_ffa: Move constants to header fileWill Deacon
2022-12-01ext4: journal_path mount options should follow linksLukas Czerner
2022-12-01efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel
2022-12-01wifi: ieee80211: Do not open-code qos address offsetsKees Cook
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-30bpf: Fix a compilation failure with clang lto buildYonghong Song
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: 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
2022-11-30s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual
2022-11-30mm/thp: rename pmd_to_page() as pmd_pgtable_page()Anshuman Khandual
2022-11-30mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch
2022-11-30mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch
2022-11-30mm: add bdi_set_min_bytes() functionStefan Roesch
2022-11-30mm: add bdi_get_min_bytes() functionStefan Roesch
2022-11-30mm: add bdi_set_max_bytes() functionStefan Roesch
2022-11-30mm: add bdi_get_max_bytes() functionStefan Roesch