index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
workqueue: implicit ordered attribute should be overridable
Tejun Heo
2017-11-06
1
-1
/
+3
*
net: ping: do not abuse udp_poll()
Eric Dumazet
2017-11-06
1
-0
/
+1
*
sctp: potential read out of bounds in sctp_ulpevent_type_enabled()
Dan Carpenter
2017-11-06
1
-1
/
+5
*
sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
Xin Long
2017-11-06
1
-2
/
+2
*
sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()
Alexander Potapenko
2017-11-06
1
-0
/
+4
*
wext: handle NULL extra data in iwe_stream_add_point better
Arnd Bergmann
2017-11-06
1
-1
/
+2
*
KEYS: prevent creating a different user's keyrings
Eric Biggers
2017-11-06
1
-0
/
+2
*
target: Avoid mappedlun symlink creation during lun shutdown
Nicholas Bellinger
2017-11-06
1
-0
/
+1
*
tcp: introduce tcp_rto_delta_us() helper for xmit timer fix
Neal Cardwell
2017-11-06
1
-0
/
+10
*
FIQ and sysrq default deauthorized
Mark Salyzyn
2017-10-21
1
-1
/
+1
*
f2fs: add tracepoint for f2fs_gc
Chao Yu
2017-10-04
1
-0
/
+107
*
f2fs: support journalled quota
Chao Yu
2017-10-04
1
-0
/
+17
*
f2fs: fix potential overflow when adjusting GC cycle
Chao Yu
2017-10-04
1
-3
/
+3
*
f2fs: support inode checksum
Chao Yu
2017-10-04
1
-0
/
+1
*
f2fs: support project quota
Chao Yu
2017-10-04
2
-0
/
+4
*
f2fs: enhance on-disk inode structure scalability
Chao Yu
2017-10-04
1
-2
/
+11
*
f2fs: make max inline size changeable
Chao Yu
2017-10-04
1
-22
/
+1
*
CHROMIUM: remove Android's cgroup generic permissions checks
Dmitry Torokhov
2017-09-30
1
-17
/
+0
*
include: linux: Remove unneeded zram_drv.h
alexlartsev19
2017-09-28
1
-108
/
+0
*
lz4k: Remove lz4k module
alexlartsev19
2017-09-26
1
-27
/
+0
*
debugfs: add get/set for atomic types
Seth Jennings
2017-09-26
1
-0
/
+2
*
zram: delete custom lzo/lz4
Sergey Senozhatsky
2017-09-25
1
-15
/
+0
*
zram: switch to crypto compress API
Sergey Senozhatsky
2017-09-25
1
-10
/
+7
*
zram: rename zstrm find-release functions
Sergey Senozhatsky
2017-09-25
1
-2
/
+2
*
zram: user per-cpu compression streams
Sergey Senozhatsky
2017-09-25
1
-11
/
+3
*
mm/zpool: add name argument to create zpool
Ganesh Mahendran
2017-09-25
1
-2
/
+3
*
zbud: add to mm/
Seth Jennings
2017-09-25
1
-0
/
+22
*
zsmalloc: require GFP in zs_malloc()
Sergey Senozhatsky
2017-09-25
1
-2
/
+2
*
zsmalloc: account the number of compacted pages
Sergey Senozhatsky
2017-09-25
1
-2
/
+2
*
zsmalloc/zram: introduce zs_pool_stats api
Sergey Senozhatsky
2017-09-25
1
-0
/
+6
*
zram: pass gfp from zcomp frontend to backend
Minchan Kim
2017-09-25
1
-1
/
+1
*
zram: check comp algorithm availability earlier
Sergey Senozhatsky
2017-09-25
1
-0
/
+1
*
block: zram: Backport from Linux 4.1
Sultan Qasim Khan
2017-09-25
3
-0
/
+19
*
Revert zram updates to merge 4.1 drivers
Mister Oyster
2017-09-25
1
-1
/
+1
*
mm: zsmalloc: backport from Linux 4.1
Sultan Qasim Khan
2017-09-25
1
-2
/
+3
*
mm/zpool: implement common zpool api to zbud/zsmalloc
Dan Streetman
2017-09-25
1
-0
/
+106
*
seq_file: introduce seq_setwidth() and seq_pad()
Tetsuo Handa
2017-09-23
1
-0
/
+15
*
misc: replace __FUNCTION__ by __function__
Moyster
2017-09-23
3
-3
/
+3
*
kernel.h: remove ancient __FUNCTION__ hack
Rasmus Villemoes
2017-09-23
2
-6
/
+3
*
fsync: cleanup
Mister Oyster
2017-09-22
1
-0
/
+6
*
binder: fix redefine of READ/WRITE_ONCE in compiler.h
Mister Oyster
2017-09-16
1
-2
/
+0
*
binder: make FIFO inheritance a per-context option
Tim Murray
2017-09-16
1
-0
/
+1
*
drivers: merged Android Binder from 4.9
Lukas0610
2017-09-16
3
-13
/
+100
*
lib: vsprintf: whitelist stack traces
Dave Weinstein
2017-09-14
1
-1
/
+1
*
usb: gadget: f_fs: Increase EP_ALLOC ioctl number
Jerry Zhang
2017-09-14
1
-1
/
+1
*
usb: gadget: f_fs: Add ioctl for allocating endpoint buffers.
Jerry Zhang
2017-09-14
1
-0
/
+5
*
usb: gadget: f_fs: add ioctl returning ep descriptor
Robert Baldyga
2017-09-14
1
-0
/
+6
*
llists: move llist_reverse_order from raid5 to llist.c
Christoph Hellwig
2017-09-11
1
-0
/
+2
*
mm: Fix incorrect type conversion for size during dma allocation
Maggie White
2017-09-11
1
-2
/
+2
*
sched: Implement smarter wake-affine logic
Michael Wang
2017-09-11
1
-0
/
+3
[next]