summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-07-051-10/+0
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-261-28/+25
* USB: hub: fix SS max number of portsJohan Hovold2017-06-261-0/+3
* log2: make order_base_2() behave correctly on const input value zeroArd Biesheuvel2017-06-261-1/+12
* arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko2017-06-141-0/+11
* drivers: char: random: add get_random_long()Daniel Cashman2017-06-141-0/+1
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-141-0/+1
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-251-1/+3
* f2fs: sanity check segment countJin Qian2017-05-151-0/+6
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-151-0/+2
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-151-0/+1
* mtd: cfi: reduce stack sizeArnd Bergmann2017-05-151-1/+11
* cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2017-05-081-4/+2
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2017-05-081-0/+1
* perf: Tighten (and fix) the grouping conditionPeter Zijlstra2017-05-081-6/+0
* cred/userns: define current_user_ns() as a functionArnd Bergmann2017-05-082-3/+4
* mtd: avoid stack overflow in MTD CFI codeArnd Bergmann2017-05-081-12/+7
* perf: Avoid horrible stack usagePeter Zijlstra (Intel)2017-04-303-11/+26
* give up on gcc ilog2() constant optimizationsLinus Torvalds2017-04-221-11/+2
* KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2017-04-221-2/+2
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-221-0/+10
* scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech2017-04-221-0/+1
* drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-04-221-1/+4
* uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin2017-04-181-1/+1
* usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault2017-04-181-0/+6
* netlink: remove mmapped netlink supportFlorian Westphal2017-04-182-0/+6
* tracing: Add #undef to fix compile errorRik van Riel2017-04-181-0/+1
* libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann2017-04-181-1/+1
* nlm: Ensure callback code also checks that the files matchTrond Myklebust2017-04-181-1/+2
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2017-04-182-2/+2
* pwm: Unexport children before chip removalDavid Hsu2017-04-181-0/+5
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-04-181-0/+4
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-04-181-4/+3
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2017-02-081-0/+1
* blk: rq_data_dir() should not return a booleanLinus Torvalds2017-02-081-1/+1
* usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda2017-02-081-1/+1
* module: fix types of device tables aliasesAndrey Ryabinin2017-02-081-1/+1
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2017-01-151-2/+2
* net: Use more bit fields in napi_gro_cbTom Herbert2017-01-151-8/+10
* net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani2017-01-151-0/+2
* IB/cma: Fix a race condition in iboe_addr_get_sgid()Bart Van Assche2017-01-151-2/+4
* tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet2016-12-231-0/+2
* can: dev: fix deadlock reported after bus-offSergei Miroshnichenko2016-12-231-1/+2
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-221-0/+1
* fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro2016-10-051-19/+19
* fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-10-051-3/+0
* fsnotify: add a way to stop queueing events on group shutdownJan Kara2016-10-051-0/+3
* asm-generic: make get_user() clear the destination on errorsAl Viro2016-10-051-3/+7
* asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato2016-10-051-4/+6
* genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpersBoris Brezillon2016-10-051-0/+10