summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-07KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook2-4/+4
2018-01-07KAISER: Kernel Address IsolationHugh Dickins4-2/+92
2018-01-07sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-0/+7
2018-01-01crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers1-0/+8
2018-01-01KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li1-2/+5
2018-01-01Bluetooth: hidp: verify l2cap socketsDavid Herrmann1-0/+1
2018-01-01ALSA: seq: Avoid invalid lockdep class warningTakashi Iwai1-1/+2
2018-01-01ALSA: timer: Limit max instances per timerTakashi Iwai1-0/+2
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-3/+3
2018-01-01ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai1-0/+1
2018-01-01scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen2-0/+2
2018-01-01KEYS: prevent creating a different user's keyringsEric Biggers1-0/+2
2018-01-01Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov1-0/+1
2018-01-01spi: uapi: spidev: add missing ioctl headerBaruch Siach1-0/+1
2017-11-26cs5536: add support for IDE controller variantAndrey Korolyov1-0/+1
2017-11-26fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman2-2/+10
2017-11-26signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov1-9/+7
2017-11-11libsas: prevent double completion of scmds from ehDan Williams1-1/+4
2017-11-11mtd: map: Fix compilation warningViresh Kumar1-1/+1
2017-11-11USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman1-0/+1
2017-11-11cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo1-1/+5
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang1-1/+1
2017-11-11dm: fix printk() rate limiting codeBart Van Assche1-29/+12
2017-11-11dm: convert DM printk macros to pr_<level> macrosJoe Perches1-39/+32
2017-11-11ipv6: add rcu grace period before freeing fib6_nodeWei Wang1-1/+29
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2-1/+6
2017-11-11perf: Tighten (and fix) the grouping conditionPeter Zijlstra1-6/+0
2017-11-11net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) supportInbar Karmy1-0/+1
2017-11-11sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-11-11sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko1-0/+4
2017-10-12cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2-4/+12
2017-10-12sched: add macros to define bitops for task atomic flagsZefan Li1-0/+14
2017-10-12IB/core: Add inline function to validate portYuval Shaia1-0/+7
2017-10-12IB/core: Create common start/end port functionsIra Weiny1-0/+27
2017-10-12usb: Fix typo in the definition of Endpoint[out]RequestBenjamin Herrenschmidt1-2/+2
2017-10-12sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra1-0/+17
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+23
2017-09-15net: add kfree_skb_list()Ben Hutchings1-0/+1
2017-09-15tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner1-1/+3
2017-09-15USB: hub: fix SS max number of portsJohan Hovold1-0/+3
2017-09-15xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-10/+0
2017-08-26netfilter: ctnetlink: make it safer when updating ct->statusLiping Zhang1-0/+9
2017-07-18bpf: try harder on clones when writing into skbDaniel Borkmann1-0/+7
2017-07-18usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault1-0/+6
2017-07-18tracing: Add #undef to fix compile errorRik van Riel1-0/+1
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins1-28/+25
2017-06-05crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu1-0/+10
2017-06-05nlm: Ensure callback code also checks that the files matchTrond Myklebust1-1/+2
2017-06-05RDMA/core: Fix incorrect structure packing for booleansJason Gunthorpe1-3/+3
2017-03-16list: introduce list_first_entry_or_nullJiri Pirko1-0/+11