summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-03-21usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich1-0/+3
2018-03-21nospec: Include <asm/barrier.h> dependencyDan Williams1-0/+1
2018-03-21workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+1
2018-03-21udplite: fix partial checksum initializationAlexey Kodanev1-0/+1
2018-03-21nospec: Allow index argument to have const-qualified typeRasmus Villemoes1-2/+1
2018-03-04x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse1-1/+8
2018-03-04vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams1-1/+4
2018-03-04array_index_nospec: Sanitize speculative array de-referencesDan Williams1-0/+72
2018-03-04netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann1-18/+55
2018-03-04mtd: sh_flctl: pass FIFO as physical addressArnd Bergmann1-0/+1
2018-03-04driver-core: use 'dev' argument in dev_dbg_ratelimited stubArnd Bergmann1-2/+5
2018-03-04clk: fix a panic error caused by accessing NULL pointerCai Li1-2/+2
2018-03-04net_sched: red: Avoid illegal valuesNogah Frankel1-0/+11
2018-03-04net_sched: red: Avoid devision by zeroNogah Frankel1-1/+1
2018-03-04Provide a function to create a NUL-terminated string from unterminated dataDavid Howells1-0/+1
2018-03-01crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers1-0/+2
2018-03-01mtd: cfi: convert inline functions to macrosArnd Bergmann1-69/+61
2018-03-01net: tcp: close sock if net namespace is exitingDan Streetman1-0/+10
2018-03-01ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-0/+3
2018-03-01tcp: __tcp_hdrlen() helperCraig Gallek1-1/+6
2018-03-01eventpoll.h: add missing epoll event masksGreg KH1-0/+13
2018-03-01Revert "module: Add retpoline tag to VERMAGIC"Greg Kroah-Hartman1-7/+1
2018-03-01drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla1-0/+1
2018-03-01time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum1-0/+7
2018-03-01module: Add retpoline tag to VERMAGICAndi Kleen1-1/+7
2018-03-01scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke1-1/+0
2018-03-01kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada1-5/+6
2018-03-01EXPORT_SYMBOL() for asmAl Viro1-0/+94
2018-03-01x86/kbuild: enable modversions for symbols exported from asmAdam Borowski1-0/+7
2018-03-01sh_eth: fix SH7757 GEther initializationSergei Shtylyov1-1/+0
2018-03-01KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li1-2/+5
2018-03-01kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+1
2018-03-01fscache: Fix the default for fscache_maybe_release_page()David Howells1-1/+1
2018-03-01ipv4: igmp: guard against silly MTU valuesEric Dumazet1-0/+2
2018-03-01crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior1-0/+1
2018-03-01sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-0/+7
2018-01-17bitops.h: add sign_extend64()Martin Kepplinger1-0/+11
2018-01-17mm: Handle 0 flags in _calc_vm_trans() macroJan Kara1-1/+2
2018-01-17net/mlx4_core: Avoid delays during VF driver device shutdownJack Morgenstein1-0/+1
2018-01-17crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers1-0/+8
2018-01-17lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates1-1/+2
2018-01-17ARM: OMAP2+: gpmc-onenand: propagate error on initialization failureLadislav Michl1-2/+3
2018-01-17drm: extra printk() wrapper macrosDave Gordon1-6/+20
2018-01-17scsi: libsas: align sata_device's rps_resp on a cachelineHuacai Chen1-1/+1
2018-01-17mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlersJan Kara1-3/+1
2018-01-17KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand1-2/+2
2018-01-17give up on gcc ilog2() constant optimizationsLinus Torvalds1-11/+2
2018-01-17uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin1-1/+1
2018-01-17libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2017-12-09bcache: Fix building error on MIPSHuacai Chen1-1/+1