aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Backport mac80211 from 3.4 kernelWolfgang Wiedmeyer2017-01-217-107/+850
* Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_kernel_samsu...Wolfgang Wiedmeyer2016-12-1317-111/+234
|\
| * perf: protect group_leader from races that cause ctx double-freeJohn Dias2016-12-131-0/+6
| * BACKPORT: lockdep: Silence warning if CONFIG_LOCKDEP isn't setPaul Bolle2016-12-131-1/+1
| * BACKPORT: perf: Introduce perf_pmu_migrate_context()Yan, Zheng2016-12-131-0/+2
| * mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-221-0/+1
| * tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet2016-10-191-0/+2
| * mm: add a field to store names for private anonymous memoryColin Cross2016-08-233-1/+19
| * power: max17042_battery: Set type to UNKNOWNZhao Wei Liew2016-08-171-0/+1
| * staging: android: lowmemorykiller: implement task's adj rbtreeHong-Mei Li2016-06-131-0/+10
| * kernel: avoid adding non-thread-group task to LMK rbtreeHong-Mei Li2016-06-131-4/+6
| * mm: implement WasActive page flag (for improving cleancache)Dan Magenheimer2016-06-121-0/+10
| * mm: Need page_swap_info() helper method from upstreamD. Andrei Măceș2016-06-121-0/+1
| * mm: swap: don't delay swap free for fast swap devicesVinayak Menon2016-06-122-3/+19
| * zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2016-06-121-1/+1
| * lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2016-06-121-4/+4
| * lib: add lz4 compressor moduleChanho Min2016-06-121-0/+36
| * lib: add support for LZ4-compressed kernelKyungsik Lee2016-06-121-0/+10
| * decompressor: add LZ4 decompressor moduleKyungsik Lee2016-06-121-0/+51
| * zsmalloc: add copyrightMinchan Kim2016-06-121-0/+1
| * zsmalloc: move it under mmMinchan Kim2016-06-121-0/+50
| * mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer2016-06-121-3/+3
| * Revert "Add ZRAM_FOR_ANDROID"Andreas Blaesius2016-06-121-6/+0
| * Revert "smdk4412 : modem_if KK driver from N5100ZTCNL4"Roberto Gibellini2016-05-271-157/+87
| * smdk4412 : modem_if KK driver from N5100ZTCNL4RGIB2016-05-251-87/+157
| * remove pmemSimon Shields2016-05-201-93/+0
| * pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-05-032-0/+5
| * Input: add infrastructure for selecting clockid for event time stampsJohn Stultz2016-03-161-0/+2
| * net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2016-03-151-1/+2
| * mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov2016-03-151-3/+2
| * mnt: Only change user settable mount flags in remountEric W. Biederman2016-03-151-1/+3
| * include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov2016-03-101-2/+2
| * ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2016-02-221-5/+6
| * netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin2016-02-221-2/+2
| * net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-02-201-0/+1
| * block: separate priority boosting from REQ_METAChristoph Hellwig2016-02-161-2/+4
* | kernel: add support for gcc 5Sasha Levin2016-12-091-0/+66
* | Input: add infrastructure for selecting clockid for event time stampsJohn Stultz2016-03-181-0/+2
* | net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2016-03-181-1/+2
* | mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov2016-03-181-3/+2
* | mnt: Only change user settable mount flags in remountEric W. Biederman2016-03-181-1/+3
* | include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov2016-03-181-2/+2
* | ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2016-03-181-5/+6
* | netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin2016-03-181-2/+2
* | net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-03-181-0/+1
* | block: separate priority boosting from REQ_METAChristoph Hellwig2016-03-181-2/+4
|/
* f2fs: support 3.0arter972016-02-134-4/+49
* fs: import f2fs from git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2...arter972016-02-133-0/+1222
* cputime: Clean up cputime_to_usecs and usecs_to_cputime macrosMichal Hocko2015-12-021-2/+2
* hashtable: introduce a small and naive hashtableSasha Levin2015-12-021-0/+192