aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony
2018-02-22kconfig.h: Include compiler types to avoid missed struct attributesKees Cook
2018-02-22NFS: make struct nlmclnt_fl_close_lock_ops staticColin Ian King
2018-02-22nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu
2018-02-22KEYS: Use individual pages in big_key for crypto buffersDavid Howells
2018-02-22X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers
2018-02-22X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers
2018-02-22PKCS#7: fix direct verification of SignerInfo signatureEric Biggers
2018-02-22PKCS#7: fix certificate blacklistingEric Biggers
2018-02-22PKCS#7: fix certificate chain verificationEric Biggers
2018-02-22selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian
2018-02-22arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon
2018-02-22i2c: designware: Consider SCL GPIO optionalAndy Shevchenko
2018-02-22i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula".Patryk Kocielnik
2018-02-22i2c: bcm2835: Set up the rising/falling edge delaysEric Anholt
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar
2018-02-22powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord
2018-02-22powerpc/pseries: Revert support for ibm,drc-info devtree propertyMichael Bringmann
2018-02-22powerpc/pseries: Fix duplicate firmware feature for DRC_INFOMichael Ellerman
2018-02-21seccomp: add a selftest for get_metadataTycho Andersen
2018-02-21ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen
2018-02-21seccomp, ptrace: switch get_metadata types to arch independentTycho Andersen
2018-02-22selftests/bpf: update gitignore with test_libbpf_openAnders Roxell
2018-02-22selftests/bpf: tcpbpf_kern: use in6_* macros from glibcAnders Roxell
2018-02-22bpf: clean up unused-variable warningArnd Bergmann
2018-02-21mm: don't defer struct page initialization for Xen pv guestsJuergen Gross
2018-02-21lib/Kconfig.debug: enable RUNTIME_TESTING_MENUAnders Roxell
2018-02-21vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko
2018-02-21selftests/memfd: add run_fuse_test.sh to TEST_FILESAnders Roxell
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2018-02-21mm/swap.c: make functions and their kernel-doc agree (again)Mike Rapoport
2018-02-21mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-docMike Rapoport
2018-02-21ida: do zeroing in ida_pre_get()Rasmus Villemoes
2018-02-21mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying
2018-02-21certs/blacklist_nohashes.c: fix const confusion in certs blacklistAndi Kleen
2018-02-21kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt
2018-02-21mm: memcontrol: fix NR_WRITEBACK leak in memcg and system statsJohannes Weiner
2018-02-21Kbuild: always define endianess in kconfig.hArnd Bergmann
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton
2018-02-21tools: fix cross-compile var clobberingMartin Kelly
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-02-21NFSv4: Fix broken cast in nfs4_callback_recallany()Trond Myklebust
2018-02-21amd-xgbe: Restore PCI interrupt enablement setting on resumeTom Lendacky
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-02-21Merge branch 'virtio_net-XDP-fixes'David S. Miller
2018-02-21virtio_net: fix ndo_xdp_xmit crash towards dev not ready for XDPJesper Dangaard Brouer
2018-02-21virtio_net: fix memory leak in XDP_REDIRECTJesper Dangaard Brouer