summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-043-3/+51
* hrtimer: Annotate lockless access to timer->stateEric Dumazet2020-01-041-4/+10
* libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada2020-01-041-0/+3
* scsi: target: iscsi: Wait for all commands to finish before freeing a sessionBart Van Assche2020-01-041-0/+1
* fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov2020-01-041-1/+1
* net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven2020-01-041-1/+1
* mod_devicetable: fix PHY module formatRussell King2020-01-041-2/+2
* media: cec-funcs.h: add status_req checksHans Verkuil2020-01-041-2/+4
* drm: mst: Fix query_payload ack reply structSean Paul2020-01-041-1/+1
* tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-211-3/+3
* tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-211-1/+9
* tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-212-1/+13
* inet: protect against too small mtu values.Eric Dumazet2019-12-212-0/+10
* quota: Check that quota is not dirty before releaseDmitry Monakhov2019-12-211-0/+10
* appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2019-12-211-1/+1
* jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara2019-12-211-2/+2
* tty: Don't block on IO when ldisc change is pendingDmitry Safonov2019-12-211-0/+7
* mtd: fix mtd_oobavail() incoherent returned valueMiquel Raynal2019-12-211-1/+1
* dma-mapping: fix return type of dma_set_max_seg_size()Niklas Söderlund2019-12-211-2/+1
* ACPI: fix acpi_find_child_device() invocation in acpi_preset_companion()Alexey Dobriyan2019-12-211-1/+1
* math-emu/soft-fp.h: (_FP_ROUND_ZERO) cast 0 to void to fix warningVincent Chen2019-12-211-1/+1
* regulator: Fix return value of _set_load() stubMark Brown2019-12-211-1/+1
* serial: core: Allow processing sysrq at port unlock timeDouglas Anderson2019-12-211-1/+36
* sctp: cache netns in sctp_ep_commonXin Long2019-12-051-0/+3
* net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko2019-12-051-1/+1
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-12-051-1/+1
* lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov2019-12-051-6/+7
* vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang2019-12-051-6/+0
* gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIBKrzysztof Kozlowski2019-12-051-1/+1
* reset: fix reset_control_ops kerneldoc commentRandy Dunlap2019-12-051-1/+1
* KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-281-0/+1
* mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2019-11-281-0/+1
* linux/bitmap.h: fix type of nbits in bitmap_shift_right()Rasmus Villemoes2019-11-281-1/+1
* linux/bitmap.h: handle constant zero-size bitmaps correctlyRasmus Villemoes2019-11-281-1/+6
* mfd: max8997: Enale irq-wakeup unconditionallyMarek Szyprowski2019-11-281-1/+0
* mfd: mc13xxx-core: Fix PMIC shutdown when reading ADC valuesFabio Estevam2019-11-281-0/+1
* IB/mlx4: Avoid implicit enumerated type conversionNathan Chancellor2019-11-251-1/+1
* dmaengine: ep93xx: Return proper enum in ep93xx_dma_chan_directionNathan Chancellor2019-11-251-1/+1
* SUNRPC: Fix priority queue fairnessTrond Myklebust2019-11-251-2/+0
* block: introduce blk_rq_is_passthroughChristoph Hellwig2019-11-251-2/+7
* fbdev: Ditch fb_edid_add_monspecsDaniel Vetter2019-11-251-3/+0
* EDAC: Raise the maximum number of memory controllersJustin Ernst2019-11-251-1/+2
* cpufeature: avoid warning when compiling with clangStefan Agner2019-11-251-1/+1
* libfdt: Ensure INT_MAX is defined in libfdt_env.hRob Herring2019-11-251-0/+1
* llc: avoid blocking in llc_sap_close()Cong Wang2019-11-251-0/+1
* iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macrosEric Auger2019-11-251-2/+4
* kvm: Add helper function for creating VM worker threadsJunaid Shahid2019-11-161-0/+6
* cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2019-11-161-23/+2
* x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-161-0/+2
* kvm: Convert kvm_lock to a mutexJunaid Shahid2019-11-161-1/+1