aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* UPSTREAM: tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-11-271-2/+14
* UPSTREAM: tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-11-271-0/+3
* UPSTREAM: perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-11-271-23/+7
* f2fs: remove unneeded memory footprint accountingChao Yu2018-05-231-1/+0
* f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-05-231-6/+6
* f2fs: queue rapid GC on system_power_efficient_wqPark Ju Hyung2018-05-231-8/+19
* f2fs: don't trigger rapid GC repeatedlyPark Ju Hyung2018-05-231-3/+16
* f2fs: make gc_no_gc_sleep_time much more conservativePark Ju Hyung2018-05-231-1/+1
* f2fs: rapidly GC all invalid blocks when screen goes off & plugged inPark Ju Hyung2018-05-234-8/+151
* f2fs: set ioprio of GC kthread to idlePark Ju Hyung2018-05-231-0/+2
* mediatek: touchpanel: disable some configsfire8552018-05-162-10/+10
* Revert "usb: gadget: f_fs: Increase EP_ALLOC ioctl number"fire8552018-05-161-1/+1
* Fix make cleanfire8552018-05-161-4/+0
* ANDROID: usb: gadget: function: Fix Coding StyleAnson Jacob2018-05-163-10/+10
* ANDROID: usb: gadget: function: Fix commenting styleAnson Jacob2018-05-161-7/+8
* ANDROID: usb: gadget: function: cleanup: Add blank line after declarationAnson Jacob2018-05-163-0/+6
* usb: gadget: cleanup: removing duplicate bulk out ep allocAnson Jacob2018-05-161-9/+0
* usb: gadget: add audio dependencies to USB_G_ANDROIDGreg Hackmann2018-05-161-0/+3
* USB: gadget: android: Integrate f_midi USB MIDI gadget driver part deuxMark Salyzyn2018-05-161-7/+7
* USB: gadget: android: Integrate f_midi USB MIDI gadget driverMike Lockwood2018-05-162-14/+90
* USB: gadget: f_audio_source: Rename symbols to avoid conflicts with f_midiMike Lockwood2018-05-161-45/+45
* USB: gadget: midi: Fix deadlock unbinding driver while it is in useMike Lockwood2018-05-161-1/+1
* usb: gadget: check for accessory device before disconnecting HIDsAmit Pundir2018-05-161-0/+4
* usb: gadget: android: Save/restore ep0 completion functionJack Pham2018-05-161-0/+7
* meizu: drivers: touchscreen: cleanup windows ^MMoyster2018-05-166-329/+329
* fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara2018-05-161-1/+2
* BACKPORT: futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman2018-05-161-7/+91
* UPSTREAM: scsi: sg: don't return bogus Sg_requestsJohannes Thumshirn2018-05-161-2/+3
* ALSA: usb-audio: Fix races at disconnection and PCM closingTakashi Iwai2018-05-163-6/+25
* msm: usbaudio: Add check for NULL before dereferencingMayank Rana2018-05-161-3/+15
* ANDROID: sound: rawmidi: Hold lock around reallocDaniel Rosenberg2018-05-162-7/+42
* ANDROID: qtaguid: Fix the UAF probelm with tag_ref_treeChenbo Feng2018-05-161-9/+11
* iovec: make sure the caller actually wants anything in memcpy_fromiovecendPaul Lawrence2018-05-161-0/+4
* staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic2018-05-161-0/+2
* mediatek: mmc-host: disable debug procfire8552018-05-161-1/+1
* enable protected_{symlinks,hardlinks} by defaultDaniel Micay2018-05-161-2/+2
* randomize lower bits of the argument blockDaniel Micay2018-05-161-0/+3
* arm64: move ET_DYN base lower in the address spaceDaniel Micay2018-05-161-2/+2
* arm64: determine stack entropy based on mmap entropyDaniel Micay2018-05-161-3/+3
* arm64: properly account for stack rnd in mmap baseDaniel Micay2018-05-161-1/+4
* add vmalloc alloc_size attributesDaniel Micay2018-05-161-10/+11
* add kmalloc alloc_size attributesDaniel Micay2018-05-161-3/+3
* panic on !PageSlab && !PageCompound in ksizeDaniel Micay2018-05-161-1/+1
* panic on kmem_cache_free with the wrong cacheDaniel Micay2018-05-161-4/+2
* always perform cache_from_obj sanity checksDaniel Micay2018-05-161-10/+0
* real slab_equal_or_root check for !MEMCG_KMEMDaniel Micay2018-05-161-1/+1
* add missing cache_from_obj !PageSlab checkDaniel Micay2018-05-161-0/+1
* add slub free list XOR encryptionDaniel Micay2018-05-162-4/+17
* add slub sanitizationDaniel Micay2018-05-161-0/+7
* add page sanitization / verificationDaniel Micay2018-05-162-2/+32