projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
GitHub/LineageOS/android_kernel_samsung_universal7580.git
Author
Commit
2019-02-26
Martijn Coenen
FROMLIST: binder: protect transaction_stack with inner...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: protect proc->threads with inner_lock
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: protect proc->nodes with inner lock
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: add spinlock to protect binder_node
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: add spinlocks to protect todo lists
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: use inner lock to sync work dq and...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: introduce locking helper functions
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: use node->tmp_refs to ensure node...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: refactor binder ref inc/dec for threa...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: make sure accesses to proc/thread...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: make sure target_node has strong ref
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: guarantee txn complete / errors deliv...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: refactor binder_pop_transaction
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: use atomic for transaction_log index
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: protect against two threads freeing...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: remove dead code in binder_get_ref_fo...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: don't modify thread->looper from...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: avoid race conditions when enqueuing txn
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: refactor queue management in binder_t...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: add log information for binder transa...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: make binder_last_id an atomic
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Badhri Jagan...
FROMLIST: binder: change binder_stats to atomics
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: add protection for non-perf cases
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: remove binder_debug_no_lock mechanism
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: move binder_alloc to separate file
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: separate out binder_alloc functions
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: remove unneeded cleanup code
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Todd Kjos
FROMLIST: binder: separate binder allocator structure...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Danny Wood
Revert "android: binder: move global binder state into...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Danny Wood
Revert "CHROMIUM: android: binder: Fix potential schedu...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Danny Wood
Revert "android: binder: use copy_from_user_preempt_dis...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Danny Wood
Revert "android: binder: Disable preemption while holdi...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Danny Wood
Revert "binder: blacklist %p kptr_restrict"
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Danny Wood
Revert "binder: NULL pointer reference"
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Danny Wood
Revert "binder: prevent kptr leak by using %pK format...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Linus Torvalds
kernel: make READ_ONCE() valid on const arguments
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Christian Borntraeger
kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-26
Christian Borntraeger
kernel: Provide READ_ONCE and ASSIGN_ONCE
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-22
zhangshuxiao
staging: android: ashmem: lseek failed due to no FMODE_...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-22
Greg Hackmann
staging: android: ion: fix ION_IOC_{MAP,SHARE} use...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-22
Shawn Lin
staging: ion: fix corruption of ion_import_dma_buf
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-22
Heesub Shin
staging: ion: fixup invalid kfree() calls on heap destroy
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-22
Tair Rzayev
staging: android: ion: ion_chunk_heap.c: Fix checkpatch...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-22
Heesub Shin
staging: ion: optimize struct ion_system_heap
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-22
Rohit kumar
UPSTREAM staging: ion: Fix error handling in ion_buffer...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-19
Vijayavardhan...
USB: gadget: mtp: Add module parameters for Tx transfer...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-19
Pavankumar...
USB: gadget: Add module parameter for Rx transfer length
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-19
Danny Wood
usb: gadget: mtp: Switch to 16k buffers to reduce possi...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
Krzysztof Opasiak
usb: gadget: f_hid: fix: Prevent accessing released...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
Jerry Zhang
usb: gadget: f_fs: Guard epfile->error
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
Anson Jacob
usb: gadget: f_accessory: Fix for UsbAccessory clean...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
FrozenCow
usb: gadget: mass_storage: added sysfs entry for cdrom...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
Amit Pundir
usb: gadget: fix NULL ptr derefer while symlinking...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
Robert Baldyga
UPSTREAM: usb: gadget: f_fs: add "no_disconnect" mode
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
Michal Nazarewicz
usb: gadget: f_fs: Add flags to descriptors block
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
Mayank Rana
USB: f_fs: Add memory barrier before atomic operations
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
Saket Saurabh
usb: gadget: f_fs: Allow only one adb daemon perform...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
Peter Zijlstra
arch: Mass conversion of smp_mb__*()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
Peter Zijlstra
arch,arm64: Convert smp_mb__*()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-15
Peter Zijlstra
arch: Prepare for smp_mb__{before,after}_atomic()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-12
Jiebing Li
usb/gadget: fix NULL pointer issue in mtp_read()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-12
Jiebing Li
usb/gadget: fix MTP enumeration issue under super speed...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-12
Jack Pham
usb: dwc3: gadget: Iterate only over valid endpoints
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-12
David Cohen
usb: dwc3: set gadget's quirk ep_out_align_size
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-02-12
David Cohen
usb: gadget: add quirk_ep_out_aligned_size field to...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Willy Tarreau
Linux 3.10.108
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Willy Tarreau
x86/apic: fix build breakage caused by incomplete backp...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Stefan Mätje
can: esd_usb2: Fix can_dlc value for received RTR,...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Dan Carpenter
scsi: scsi_dh_emc: return success in clariion_std_inquiry()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Andrew Gabbasov
usb: gadget: composite: Fix use-after-free in usb_compo...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Haozhong Zhang
KVM: nVMX: fix guest CR4 loading when emulating L2...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Arnd Bergmann
IB/qib: fix false-postive maybe-uninitialized warning
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Pan Bian
team: fix memory leaks
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Feras Daoud
IB/ipoib: rtnl_unlock can not come after free_netdev
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
satoru takeuchi
btrfs: prevent to set invalid default subvolid
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Bo Yan
tracing: Erase irqsoff trace with empty write
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Baohong Liu
tracing: Apply trace_clock changes to instance max...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Dan Carpenter
scsi: qla2xxx: Fix an integer overflow in sysfs code
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Stephan Mueller
crypto: AF_ALG - remove SGL terminator indicator when...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Sabrina Dubroca
ip6_gre: fix endianness errors in ip6gre_err
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Eric Dumazet
ipv6: fix typo in fib6_net_exit()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Sabrina Dubroca
ipv6: fix memory leak with multiple tables during netns...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Arnd Bergmann
qlge: avoid memcpy buffer overflow
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
James Morse
ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SC...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Takashi Iwai
ALSA: core: Fix unexpected error at replacing user TLV
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Arnd Bergmann
staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Tejun Heo
workqueue: implicit ordered attribute should be overridable
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Mahesh Bandewar
ipv4: initialize fib_trie prior to register_netdev_noti...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Leon Romanovsky
net/mlx4: Remove BUG_ON from ICM allocation routine
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Jin Yao
perf annotate: Fix broken arrow at row 0 connecting...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Jan Kara
udf: Fix deadlock between writeback and udf_setsize()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Arnd Bergmann
ir-core: fix gcc-7 warning on bool arithmetic
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Horia Geantă
crypto: caam - fix signals handling
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Helge Deller
mm: fix overflow check in expand_upwards()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Srinivas Dasari
cfg80211: Check if PMKID attribute is of expected size
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Srinivas Dasari
cfg80211: Validate frequencies nested in NL80211_ATTR_S...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
WANG Cong
ipv6: avoid unregistering inet6_dev for loopback
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Dan Carpenter
KEYS: Fix an error code in request_master_key()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Radim Krčmář
KVM: x86: zero base3 of unusable segments
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2019-01-29
Dan Carpenter
cpufreq: s3c2416: double free on driver init error...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
next