aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro2017-11-061-0/+4
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-11-063-6/+10
* Staging: comedi: comedi_fops: Avoid orphaned proc entryCheah Kok Cheong2017-11-061-3/+3
* ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-11-061-5/+14
* lib/lz4: make arrays static const, reduces object code sizeColin Ian King2017-10-211-2/+2
* arm64/configs: Enable BALANCE_ANON_FILE_RECLAIMThierry Strudel2017-10-211-0/+1
* zram: do not use copy_page with non-page aligned addressMinchan Kim2017-10-211-3/+3
* mm: vmscan: support equal reclaim for anon and file pagesLiam Mark2017-10-212-1/+11
* FIQ and sysrq default deauthorizedMark Salyzyn2017-10-211-1/+1
* sdcardfs: fix space leakAndrea Arcangeli2017-10-211-0/+6
* ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2017-10-202-3/+10
* mac80211: use constant time comparison with keysJason A. Donenfeld2017-10-201-1/+2
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-10-201-3/+18
* ANDROID: binder: use 64-bit interface on 32-bit kernels.Martijn Coenen2017-10-201-2/+2
* mtk: driver: vibrator: cleanupMoyster2017-10-206-32/+25
* FROMLIST: f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim2017-10-161-0/+5
* Revert "Fix CVE-2012-6703 (integer overflow in ALSA subsystem)"Moyster2017-10-161-5/+0
* nl80211: check for the required netlink attributes presenceVladis Dronov2017-10-161-0/+3
* fork: make whole stack_canary randomJann Horn2017-10-141-1/+1
* arm64: zero the leading stack canary byteDaniel Micay2017-10-141-0/+3
* gather extra early boot entropy like PaXDaniel Micay2017-10-141-0/+11
* use kernel command-line for early entropyDaniel Micay2017-10-141-0/+1
* BACKPORT: Sanitize 'move_pages()' permission checksMarissa Wall2017-10-141-8/+4
* f2fs: fix potential panic during fstrimChao Yu2017-10-143-5/+5
* FROMLIST: binder: fix use-after-free in binder_transaction()Todd Kjos2017-10-141-27/+66
* defconfig: hardened configMister Oyster2017-10-141-12/+12
* f2fs: Fix merge errorsjollaman9992017-10-043-4/+6
* f2fs: hurry up to issue discard after io interruptionChao Yu2017-10-041-2/+15
* f2fs: fix to show correct discard_granularity in sysfsChao Yu2017-10-041-0/+2
* f2fs: detect dirty inode in evict_inodeChao Yu2017-10-041-0/+3
* f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong2017-10-042-0/+14
* f2fs: speed up gc_urgent mode with SSRJaegeuk Kim2017-10-043-13/+16
* f2fs: better to wait for fstrim completionJaegeuk Kim2017-10-041-1/+6
* f2fs: avoid race in between read xattr & write xattrYunlei He2017-10-043-0/+8
* f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim2017-10-041-58/+51
* f2fs: use generic terms used for encrypted block managementJaegeuk Kim2017-10-045-12/+15
* f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim2017-10-045-10/+14
* Revert "f2fs: add a new function get_ssr_cost"Yunlong Song2017-10-041-10/+1
* f2fs: constify super_operationsArvind Yadav2017-10-041-1/+1
* f2fs: fix to wake up all sleeping flusherChao Yu2017-10-041-2/+21
* f2fs: avoid race in between atomic_read & atomic_incChao Yu2017-10-041-3/+1
* f2fs: remove unneeded parameter of change_cursegChao Yu2017-10-041-10/+8
* f2fs: update i_flags correctlyChao Yu2017-10-041-0/+3
* f2fs: don't check inode's checksum if it was dirtied or writebackedJaegeuk Kim2017-10-042-2/+3
* f2fs: don't need to update inode checksum for recoveryJaegeuk Kim2017-10-041-2/+0
* f2fs: trigger fdatasync for non-atomic_write fileChao Yu2017-10-041-1/+1
* f2fs: fix to avoid race in between aio and gcChao Yu2017-10-041-0/+3
* f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim2017-10-043-7/+27
* f2fs: return error when accessing insane flie offsetJaegeuk Kim2017-10-041-1/+5
* f2fs: trigger normal fsync for non-atomic_write fileChao Yu2017-10-041-1/+1