summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* x86: fix build warnign with 32-bit PAEArnd Bergmann2018-03-191-1/+1
* nospec: Include <asm/barrier.h> dependencyDan Williams2018-03-191-0/+1
* nospec: Kill array_index_nospec_mask_check()Dan Williams2018-03-191-21/+1
* nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon2018-03-191-15/+21
* x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse2018-03-191-1/+8
* vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams2018-03-191-1/+4
* array_index_nospec: Sanitize speculative array de-referencesDan Williams2018-03-191-0/+72
* module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-03-191-0/+9
* kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada2018-03-191-4/+5
* sysfs/cpu: Add vulnerability folderThomas Gleixner2018-03-191-0/+7
* bitops: Introduce BIT_ULLSrinivas Pandruvada2018-03-191-0/+3
* kconfig: fix IS_ENABLED to not require all options to be definedPaul Gortmaker2018-03-191-4/+18
* Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan2018-03-191-1/+0
* fscache: Fix the default for fscache_maybe_release_page()David Howells2018-03-031-1/+1
* include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerDenys Vlasenko2018-03-031-0/+10
* xfrm: Reinject transport-mode packets through taskletHerbert Xu2018-03-031-0/+1
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-03-031-0/+1
* net_sched: red: Avoid illegal valuesNogah Frankel2018-03-031-0/+11
* USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno2018-03-031-0/+2
* scsi: libsas: align sata_device's rps_resp on a cachelineHuacai Chen2018-03-031-1/+1
* libsas: remove unused ata_task_resp fieldsDan Williams2018-03-031-7/+0
* scsi: dma-mapping: always provide dma_get_cache_alignmentChristoph Hellwig2018-03-032-5/+0
* usb: add helper to extract bits 12:11 of wMaxPacketSizeFelipe Balbi2018-02-131-0/+19
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2018-02-132-5/+5
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2018-02-131-0/+1
* KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook2018-01-072-4/+4
* KAISER: Kernel Address IsolationHugh Dickins2018-01-074-2/+92
* sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2018-01-071-0/+7
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2018-01-011-0/+8
* KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li2018-01-011-2/+5
* Bluetooth: hidp: verify l2cap socketsDavid Herrmann2018-01-011-0/+1
* ALSA: seq: Avoid invalid lockdep class warningTakashi Iwai2018-01-011-1/+2
* ALSA: timer: Limit max instances per timerTakashi Iwai2018-01-011-0/+2
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2018-01-011-3/+3
* ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2018-01-011-0/+1
* scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen2018-01-012-0/+2
* KEYS: prevent creating a different user's keyringsEric Biggers2018-01-011-0/+2
* Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2018-01-011-0/+1
* spi: uapi: spidev: add missing ioctl headerBaruch Siach2018-01-011-0/+1
* cs5536: add support for IDE controller variantAndrey Korolyov2017-11-261-0/+1
* fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman2017-11-262-2/+10
* signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov2017-11-261-9/+7
* libsas: prevent double completion of scmds from ehDan Williams2017-11-111-1/+4
* mtd: map: Fix compilation warningViresh Kumar2017-11-111-1/+1
* USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman2017-11-111-0/+1
* cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo2017-11-111-1/+5
* ipv6: fix sparse warning on rt6i_nodeWei Wang2017-11-111-1/+1
* dm: fix printk() rate limiting codeBart Van Assche2017-11-111-29/+12
* dm: convert DM printk macros to pr_<level> macrosJoe Perches2017-11-111-39/+32
* ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-11-111-1/+29