summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-03-03fscache: Fix the default for fscache_maybe_release_page()David Howells
2018-03-03include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerDenys Vlasenko
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu
2018-03-03kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2018-03-03net_sched: red: Avoid illegal valuesNogah Frankel
2018-03-03USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno
2018-03-03scsi: libsas: align sata_device's rps_resp on a cachelineHuacai Chen
2018-03-03libsas: remove unused ata_task_resp fieldsDan Williams
2018-03-03scsi: dma-mapping: always provide dma_get_cache_alignmentChristoph Hellwig
2018-02-13usb: add helper to extract bits 12:11 of wMaxPacketSizeFelipe Balbi
2018-02-13sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe
2018-02-13blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long
2018-01-07KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook
2018-01-07KAISER: Kernel Address IsolationHugh Dickins
2018-01-07sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
2018-01-01crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2018-01-01KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li
2018-01-01Bluetooth: hidp: verify l2cap socketsDavid Herrmann
2018-01-01ALSA: seq: Avoid invalid lockdep class warningTakashi Iwai
2018-01-01ALSA: timer: Limit max instances per timerTakashi Iwai
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2018-01-01ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai
2018-01-01scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen
2018-01-01KEYS: prevent creating a different user's keyringsEric Biggers
2018-01-01Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov
2018-01-01spi: uapi: spidev: add missing ioctl headerBaruch Siach
2017-11-26cs5536: add support for IDE controller variantAndrey Korolyov
2017-11-26fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman
2017-11-26signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov
2017-11-11libsas: prevent double completion of scmds from ehDan Williams
2017-11-11mtd: map: Fix compilation warningViresh Kumar
2017-11-11USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman
2017-11-11cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-11-11dm: fix printk() rate limiting codeBart Van Assche
2017-11-11dm: convert DM printk macros to pr_<level> macrosJoe Perches
2017-11-11ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2017-11-11perf: Tighten (and fix) the grouping conditionPeter Zijlstra
2017-11-11net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) supportInbar Karmy
2017-11-11sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long
2017-11-11sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko
2017-10-12cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2017-10-12sched: add macros to define bitops for task atomic flagsZefan Li
2017-10-12IB/core: Add inline function to validate portYuval Shaia
2017-10-12IB/core: Create common start/end port functionsIra Weiny
2017-10-12usb: Fix typo in the definition of Endpoint[out]RequestBenjamin Herrenschmidt
2017-10-12sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2017-09-15net: add kfree_skb_list()Ben Hutchings