aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-27Merge tag 'timers-v5.10' of https://git.linaro.org/people/daniel.lezcano/linu...Thomas Gleixner1-29/+0
2020-09-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+2
2020-09-26Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour1-4/+7
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour2-4/+9
2020-09-26mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik1-0/+10
2020-09-25efi: Add definition of EFI_MEMORY_CPU_CRYPTO and ability to report itArd Biesheuvel1-0/+1
2020-09-25compat.h: fix a spelling error in <linux/compat.h>Christoph Hellwig1-1/+1
2020-09-25genirq: Add stub for set_handle_irq() when !GENERIC_IRQ_MULTI_HANDLERZhen Lei1-0/+6
2020-09-25block: remove unused BLK_QC_T_EAGAIN flagJeffle Xu1-2/+1
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov3-1/+30
2020-09-25Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye1-0/+5
2020-09-25fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye1-0/+8
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang1-0/+15
2020-09-25X.509: support OSCCA certificate parseTianjia Zhang1-0/+6
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang1-0/+25
2020-09-25lib/mpi: Introduce ec implementation to MPI libraryTianjia Zhang1-0/+105
2020-09-25lib/mpi: Extend the MPI libraryTianjia Zhang1-0/+87
2020-09-25crypto: sm3 - export crypto_sm3_final functionTianjia Zhang1-0/+2
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova2-0/+2
2020-09-24tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha1-0/+1
2020-09-24net: mscc: ocelot: fix fields offset in SG_CONFIG_REG_3Xiaoliang Yang1-4/+4
2020-09-24net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski1-0/+6
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang1-2/+0
2020-09-24timers: Mask invalid flags in do_init_timer()Qianli Zhao1-0/+1
2020-09-24debugobjects: Allow debug_obj_descr to be constStephen Boyd1-16/+16
2020-09-24Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-16/+4
2020-09-24platform/x86: pcengines-apuv2: Fix typo on define of AMD_FCH_GPIO_REG_GPIO55_...Ed Wildgoose1-1/+1
2020-09-24clocksource/drivers/sp804: Remove unused sp804_timer_disable() and timer-sp804.hZhen Lei1-29/+0
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers2-7/+7
2020-09-23fscrypt: don't call no-key names "ciphertext names"Eric Biggers1-8/+7
2020-09-22fs: remove compat_sys_mountChristoph Hellwig2-7/+1
2020-09-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds11-9/+21
2020-09-22x86/entry: Fix typo in comments for syscall_enter_from_user_mode()Kees Cook1-1/+1
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+5
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers1-4/+1
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers1-27/+13
2020-09-22fscrypt: move fscrypt_prepare_symlink() out-of-lineEric Biggers1-48/+15
2020-09-22fscrypt: make "#define fscrypt_policy" user-onlyEric Biggers1-3/+3
2020-09-22fscrypt: remove fscrypt_inherit_context()Eric Biggers1-9/+0
2020-09-22fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-0/+17
2020-09-21bpf: Prevent .BTF section eliminationTony Ambardar1-1/+1
2020-09-21dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara1-9/+8
2020-09-20Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2020-09-20Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+20
2020-09-20net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski1-3/+5
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2020-09-20dm: Call proper helper to determine dax supportJan Kara1-2/+20
2020-09-19stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser1-1/+1