index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
android
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-01
binder: return errors from buffer copy functions
Todd Kjos
3
-93
/
+126
2019-06-23
Merge 5.2-rc6 into char-misc-next
Greg Kroah-Hartman
1
-2
/
+14
2019-06-22
binder: fix memory leak in error path
Todd Kjos
1
-2
/
+2
2019-06-13
binder: fix possible UAF when freeing buffer
Todd Kjos
1
-2
/
+14
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
5
-50
/
+5
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-07
Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+11
2019-04-25
binder: check for overflow when alloc for security context
Todd Kjos
1
-1
/
+11
2019-04-25
binder: take read mode of mmap_sem in binder_alloc_free_page()
Tyler Hicks
1
-4
/
+4
2019-03-21
binder: fix race between munmap() and direct reclaim
Todd Kjos
1
-10
/
+8
2019-03-21
binder: fix BUG_ON found by selinux-testsuite
Todd Kjos
1
-1
/
+2
2019-02-19
binder: reduce mmap_sem write-side lock
Minchan Kim
1
-2
/
+2
2019-02-15
binder: fix handling of misaligned binder object
Todd Kjos
1
-1
/
+1
2019-02-14
binder: fix sparse issue in binder_alloc_selftest.c
Todd Kjos
1
-2
/
+3
2019-02-12
binder: use userspace pointer as base of buffer space
Todd Kjos
5
-99
/
+118
2019-02-12
binder: remove user_buffer_offset
Todd Kjos
3
-65
/
+13
2019-02-12
binder: remove kernel vm_area for buffer space
Todd Kjos
1
-38
/
+2
2019-02-12
binder: avoid kernel vm_area for buffer fixups
Todd Kjos
1
-49
/
+97
2019-02-12
binder: add function to copy binder object from buffer
Todd Kjos
1
-17
/
+58
2019-02-12
binder: add functions to copy to/from binder buffers
Todd Kjos
4
-45
/
+147
2019-02-12
binder: create userspace-to-binder-buffer copy function
Todd Kjos
3
-7
/
+143
2019-02-11
Merge 5.0-rc6 into char-misc-next
Greg Kroah-Hartman
3
-19
/
+41
2019-02-01
binderfs: remove separate device_initcall()
Christian Brauner
3
-4
/
+16
2019-01-30
binderfs: respect limit on binder control creation
Christian Brauner
1
-1
/
+9
2019-01-30
binder: fix CONFIG_ANDROID_BINDER_DEVICES
Christian Brauner
1
-14
/
+16
2019-01-28
Merge 5.0-rc4 into char-misc-next
Greg Kroah-Hartman
1
-131
/
+151
2019-01-22
binder: create node flag to request sender's security context
Todd Kjos
1
-23
/
+83
2019-01-22
binderfs: switch from d_add() to d_instantiate()
Christian Brauner
1
-1
/
+1
2019-01-22
binderfs: drop lock in binderfs_binder_ctl_create
Christian Brauner
1
-4
/
+0
2019-01-22
binderfs: kill_litter_super() before cleanup
Christian Brauner
1
-1
/
+2
2019-01-22
binderfs: rework binderfs_binder_device_create()
Christian Brauner
1
-20
/
+19
2019-01-22
binderfs: rework binderfs_fill_super()
Christian Brauner
1
-30
/
+11
2019-01-22
binderfs: prevent renaming the control dentry
Christian Brauner
1
-18
/
+10
2019-01-22
binderfs: remove outdated comment
Christian Brauner
1
-4
/
+0
2019-01-18
binderfs: fix error return code in binderfs_fill_super()
Wei Yongjun
1
-0
/
+1
2019-01-12
binderfs: handle !CONFIG_IPC_NS builds
Christian Brauner
1
-0
/
+4
2019-01-11
binderfs: reserve devices for initial mount
Christian Brauner
1
-1
/
+6
2019-01-11
binderfs: rename header to binderfs.h
Christian Brauner
1
-1
/
+1
2019-01-11
binderfs: implement "max" mount option
Christian Brauner
1
-6
/
+98
2019-01-08
binderfs: make each binderfs mount a new instance
Christian Brauner
1
-39
/
+2
2019-01-08
binderfs: remove wrong kern_mount() call
Christian Brauner
1
-10
/
+0
2018-12-19
binder: implement binderfs
Christian Brauner
5
-17
/
+614
2018-12-19
binder: fix use-after-free due to ksys_close() during fdget()
Todd Kjos
1
-2
/
+61
2018-12-06
binder: filter out nodes when showing binder procs
Todd Kjos
1
-0
/
+3
2018-12-06
binder: fix kerneldoc header for struct binder_buffer
Todd Kjos
1
-10
/
+10
2018-12-06
binder: remove BINDER_DEBUG_ENTRY()
Yangtao Li
1
-31
/
+17
2018-12-03
Merge 4.20-rc5 into char-misc-next
Greg Kroah-Hartman
3
-21
/
+19
2018-11-26
binder: fix sparse warnings on locking context
Todd Kjos
2
-1
/
+43
2018-11-26
binder: fix race that allows malicious free of live buffer
Todd Kjos
3
-21
/
+19
2018-10-02
binder: make symbol 'binder_free_buf' static
Wei Yongjun
1
-1
/
+1
[next]