aboutsummaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* bonding: Fix bonding crashMahesh Bandewar2017-04-111-0/+1
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-04-111-1/+5
* stddef.h: move offsetofend inside #ifndef/#endif guard, neatenJoe Perches2017-04-111-4/+4
* include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerDenys Vlasenko2017-04-112-13/+9
* drivers/vfio: Rework offsetofend()Gavin Shan2017-04-111-3/+2
* perf: Tighten (and fix) the grouping conditionPeter Zijlstra2017-04-111-6/+0
* Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov2017-04-112-11/+19
* fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro2017-04-111-19/+19
* time: Remove CONFIG_TIMER_STATSKees Cook2017-04-112-59/+0
* kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2017-04-112-0/+49
* random.h: declare erandom functionimoseyon2017-04-111-0/+2
* lib: introduce upper case hex ascii helpersAndre Naujoks2017-04-111-0/+11
* zlib: clean up some dead codeSergey Senozhatsky2017-04-111-118/+0
* lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin2017-04-111-4/+4
* lib: crc32: Add some additional __pure annotationsGeorge Spelvin2017-04-111-3/+3
* lib: crc32: Greatly shrink CRC combining codeGeorge Spelvin2017-04-111-2/+12
* lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann2017-04-111-0/+40
* random: Add get_random_long fucntionJoe Maples2017-04-111-0/+1
* random: Backport driver from 4.1.31Joe Maples2017-04-111-2/+16
* net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti2017-04-111-1/+1
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2017-04-111-4/+0
* UPSTREAM: lz4: fix wrong compress buffer size for 64-bitsBongkyu Kim2017-04-111-2/+2
* lz4: add lz4 module.Kyungsik Lee2017-04-112-0/+97
* KSM: mediatek: implement Adaptive KSMAnmin Hsu2016-12-251-0/+8
* net: dhcpv6: remove MTK_DHCPV6C_WIFI featureYingjoe Chen2016-12-191-2/+0
* ipv6: add complete rcu protection around np->optEric Dumazet2016-12-111-1/+1
* fix buildDerTeufel2016-12-111-0/+68
* zram: make compression algorithm selection possibleSergey Senozhatsky2016-12-111-0/+1
* zram: add multi stream functionalitySergey Senozhatsky2016-12-111-1/+1
* zram: use zcomp compressing backendsSergey Senozhatsky2016-12-111-4/+4
* zram: drop not used table `count' memberSergey Senozhatsky2016-12-111-1/+0
* zram: use atomic64_t for all zram statsSergey Senozhatsky2016-12-111-3/+3
* zram: remove good and bad compress statsSergey Senozhatsky2016-12-111-2/+0
* CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat2016-12-111-0/+47
* zram: drop `init_done' struct zram memberSergey Senozhatsky2016-12-111-1/+0
* zram: remove zram->lock in read path and change it with mutexMinchan Kim2016-12-111-3/+1
* zram: remove workqueue for freeing removed pending slotMinchan Kim2016-12-111-10/+0
* zram: introduce zram->tb_lockMinchan Kim2016-12-111-1/+2
* zram: use atomic operation for statMinchan Kim2016-12-111-10/+6
* zram: add copyrightMinchan Kim2016-12-111-0/+1
* zram: remove old private project commentMinchan Kim2016-12-111-1/+0
* zsmalloc: add copyrightMinchan Kim2016-12-111-0/+1
* zram: promote zram from stagingMinchan Kim2016-12-111-0/+126
* zsmalloc: move it under mmMinchan Kim2016-12-111-0/+50
* UPSTREAM: capabilities: ambient capabilitiesAndy Lutomirski2016-11-181-0/+8
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2016-11-171-1/+2
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-11-071-0/+1
* PCI: Add Netronome NFP4000 PF device IDSimon Horman2016-11-071-0/+1
* PCI: Add Netronome vendor and device IDsJason S. McMullan2016-11-071-0/+6
* proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2016-09-281-2/+2