summaryrefslogtreecommitdiffstats
path: root/kernel/locking/rwsem-spinlock.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-23integrity/security: fix digsig.c build error with header fileRandy Dunlap1-0/+1
2018-02-23MIPS: boot: Define __ASSEMBLY__ for its.S buildKees Cook1-0/+1
2018-02-22fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap1-3/+12
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony3-0/+13
2018-02-22kconfig.h: Include compiler types to avoid missed struct attributesKees Cook1-0/+3
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu3-0/+5
2018-02-22KEYS: Use individual pages in big_key for crypto buffersDavid Howells1-23/+87
2018-02-22X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers1-8/+13
2018-02-22X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers1-1/+3
2018-02-22PKCS#7: fix direct verification of SignerInfo signatureEric Biggers1-0/+1
2018-02-22PKCS#7: fix certificate blacklistingEric Biggers1-4/+6
2018-02-22PKCS#7: fix certificate chain verificationEric Biggers1-1/+1
2018-02-22arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon1-0/+10
2018-02-22i2c: designware: Consider SCL GPIO optionalAndy Shevchenko1-1/+1
2018-02-22i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula".Patryk Kocielnik1-2/+2
2018-02-22i2c: bcm2835: Set up the rising/falling edge delaysEric Anholt1-1/+20
2018-02-22seccomp: add a selftest for get_metadataTycho Andersen1-0/+61
2018-02-22ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen1-2/+4
2018-02-22seccomp, ptrace: switch get_metadata types to arch independentTycho Andersen1-2/+2
2018-02-22mm: don't defer struct page initialization for Xen pv guestsJuergen Gross1-0/+4
2018-02-22lib/Kconfig.debug: enable RUNTIME_TESTING_MENUAnders Roxell1-0/+1
2018-02-22vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko1-3/+7
2018-02-22selftests/memfd: add run_fuse_test.sh to TEST_FILESAnders Roxell1-0/+1
2018-02-22bug.h: work around GCC PR82365 in BUG()Arnd Bergmann8-6/+44
2018-02-22mm/swap.c: make functions and their kernel-doc agree (again)Mike Rapoport1-1/+1
2018-02-22mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-docMike Rapoport1-1/+1
2018-02-22ida: do zeroing in ida_pre_get()Rasmus Villemoes2-3/+1
2018-02-22mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying2-0/+10
2018-02-22certs/blacklist_nohashes.c: fix const confusion in certs blacklistAndi Kleen1-1/+1
2018-02-22kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-02-22mm, mlock, vmscan: no more skipping pagevecsShakeel Butt4-95/+54
2018-02-22mm: memcontrol: fix NR_WRITEBACK leak in memcg and system statsJohannes Weiner1-8/+16
2018-02-22Kbuild: always define endianess in kconfig.hArnd Bergmann1-0/+6
2018-02-22include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton2-14/+14
2018-02-22tools: fix cross-compile var clobberingMartin Kelly13-22/+18
2018-02-21RDMA/uverbs: Fix kernel panic while using XRC_TGT QP typeLeon Romanovsky1-0/+3
2018-02-21i2c: i801: Add missing documentation entries for Braswell and Kaby LakeJarkko Nikula3-0/+5
2018-02-21i2c: designware: must wait for enableBen Gardner1-1/+1
2018-02-21drm/tve200: fix kernel-doc documentation comment includeJani Nikula1-1/+1
2018-02-21drm/edid: quirk Sony PlayStation VR headset as non-desktopPhilipp Zabel1-0/+3
2018-02-21drm/edid: quirk Windows Mixed Reality headsets as non-desktopPhilipp Zabel1-0/+10
2018-02-21drm/edid: quirk Oculus Rift headsets as non-desktopPhilipp Zabel1-0/+5
2018-02-20Rename sbi_save to parse_dtb to improve code readabilityMichael Clark2-2/+2
2018-02-20RISC-V: Enable IRQ during exception handlingzongbox@gmail.com1-2/+3
2018-02-20riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE selectUlf Magnusson1-1/+0
2018-02-20riscv: kconfig: Remove RISCV_IRQ_INTC selectUlf Magnusson1-1/+0
2018-02-20riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB selectUlf Magnusson1-1/+0
2018-02-20RDMA/bnxt_re: Avoid system hang during device un-regSelvin Xavier2-5/+4
2018-02-20RDMA/bnxt_re: Fix system crash during load/unloadSelvin Xavier1-0/+5
2018-02-20RDMA/bnxt_re: Synchronize destroy_qp with poll_cqSelvin Xavier4-19/+47