aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* UPSTREAM: android: binder: use VM_ALLOC to get vm areaGanesh Mahendran2018-11-291-1/+1
* UPSTREAM: android: binder: Use true and false for boolean valuesGustavo A. R. Silva2018-11-291-3/+3
* UPSTREAM: android: binder: Use octal permissionsHarsh Shandilya2018-11-291-8/+8
* UPSTREAM: android: binder: Prefer __func__ to using hardcoded function nameElad Wexler2018-11-291-2/+2
* UPSTREAM: ANDROID: binder: make binder_alloc_new_buf_locked static and indent...Xiongwei Song2018-11-291-5/+6
* UPSTREAM: ANDROID: binder: prevent transactions into own process.Martijn Coenen2018-11-291-0/+8
* UPSTREAM: ANDROID: binder: remove WARN() for redundant txn errorTodd Kjos2018-11-291-2/+8
* UPSTREAM: ANDROID: binder: synchronize_rcu() when using POLLFREE.Martijn Coenen2018-11-291-0/+9
* UPSTREAM: ANDROID: binder: remove waitqueue when thread exits.Martijn Coenen2018-11-291-0/+12
* wmt:fix an invalid condition checkdanielhk2018-11-271-1/+1
* Input: gtco - fix potential out-of-bound accessDmitry Torokhov2018-11-271-7/+10
* Security Patch: WLAN Gen2: Security Vulnerability Issue 72312071David Chu2018-11-272-2/+10
* Security Patch: fix ioctl vulnerability for WMT_IOCTL_SET_PATCH_INFODavid Chu2018-11-271-4/+5
* netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal2018-11-271-1/+12
* usb: replace %p with %pKManu Gautam2018-11-27104-620/+620
* lib: vsprintf: default kptr_restrict to the maximum valueDave Weinstein2018-11-271-1/+1
* ANDROID: sdcardfs: Change current->fs under lockDaniel Rosenberg2018-11-271-2/+13
* ANDROID: sdcardfs: Don't use OVERRIDE_CRED macroDaniel Rosenberg2018-11-274-191/+66
* ANDROID: Revert "net: increase fragment memory usage limits"Greg Hackmann2018-11-272-17/+9
* 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