summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-09-02mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani2-3/+3
2017-09-02mm: cma: constify and use correct signness in mm/cma.cSasha Levin1-6/+6
2017-09-02mm: cma: split cma-reserved in dmesg logPintu Kumar1-0/+1
2017-09-02lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz1-5/+31
2017-08-24pids: make task_tgid_nr_ns() safeOleg Nesterov2-24/+30
2017-08-11workqueue: implicit ordered attribute should be overridableTejun Heo1-1/+3
2017-08-11signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles1-0/+10
2017-08-11mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDERMichal Hocko1-2/+2
2017-08-11pstore: Allow prz to control need for lockingJoel Fernandes1-1/+9
2017-08-11dentry name snapshotsAl Viro2-31/+7
2017-08-11string: provide strscpy()Chris Metcalf1-0/+3
2017-08-11net: phy: Do not perform software reset for Generic PHYFlorian Fainelli1-0/+4
2017-08-11pstore: Make spinlock per zone instead of globalJoel Fernandes1-0/+1
2017-07-27vfio: New external user group/file matchAlex Williamson1-0/+2
2017-07-27stddef.h: move offsetofend inside #ifndef/#endif guard, neatenJoe Perches1-4/+4
2017-07-27include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerDenys Vlasenko2-13/+9
2017-07-15usb: Fix typo in the definition of Endpoint[out]RequestBenjamin Herrenschmidt1-2/+2
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins1-28/+25
2017-06-26log2: make order_base_2() behave correctly on const input value zeroArd Biesheuvel1-1/+12
2017-06-14arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko1-0/+11
2017-06-14drivers: char: random: add get_random_long()Daniel Cashman1-0/+1
2017-05-25tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner1-1/+3
2017-05-15f2fs: sanity check segment countJin Qian1-0/+6
2017-05-15mtd: cfi: reduce stack sizeArnd Bergmann1-1/+11
2017-05-08cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell1-4/+2
2017-05-08posix_acl: Clear SGID bit when setting file permissionsJan Kara1-0/+1
2017-05-08perf: Tighten (and fix) the grouping conditionPeter Zijlstra1-6/+0
2017-05-08cred/userns: define current_user_ns() as a functionArnd Bergmann2-3/+4
2017-05-08mtd: avoid stack overflow in MTD CFI codeArnd Bergmann1-12/+7
2017-04-30perf: Avoid horrible stack usagePeter Zijlstra (Intel)2-8/+22
2017-04-22give up on gcc ilog2() constant optimizationsLinus Torvalds1-11/+2
2017-04-22KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand1-2/+2
2017-04-18usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault1-0/+6
2017-04-18libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2017-04-18nlm: Ensure callback code also checks that the files matchTrond Myklebust1-1/+2
2017-04-18ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+2
2017-04-18pwm: Unexport children before chip removalDavid Hsu1-0/+5
2017-04-18can: Fix kernel panic at security_sock_rcv_skbEric Dumazet1-4/+3
2017-02-08net:Add sysctl_max_skb_fragsHans Westgaard Ry1-0/+1
2017-02-08blk: rq_data_dir() should not return a booleanLinus Torvalds1-1/+1
2017-02-08usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda1-1/+1
2017-02-08module: fix types of device tables aliasesAndrey Ryabinin1-1/+1
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-2/+2
2017-01-15net: Use more bit fields in napi_gro_cbTom Herbert1-8/+10
2016-12-23can: dev: fix deadlock reported after bus-offSergei Miroshnichenko1-1/+2
2016-10-22mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-0/+1
2016-10-05fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro1-19/+19
2016-10-05fanotify: fix list corruption in fanotify_get_response()Jan Kara1-3/+0
2016-10-05fsnotify: add a way to stop queueing events on group shutdownJan Kara1-0/+3
2016-10-05genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpersBoris Brezillon1-0/+10