summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mfd: 88pm80x: Double shifting bug in suspend/resumeDan Carpenter2016-10-161-2/+2
* Using BUG_ON() as an assert() is _never_ acceptableLinus Torvalds2016-10-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-024-13/+7
|\
| * sctp: remove prsctp_param from sctp_chunkXin Long2016-09-301-7/+0
| * sctp: move sent_count to the memory hole in sctp_chunkXin Long2016-09-301-3/+3
| * ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-252-2/+2
| * Merge tag 'linux-can-fixes-for-4.8-20160922' of git://git.kernel.org/pub/scm/...David S. Miller2016-09-231-1/+2
| |\
| | * can: dev: fix deadlock reported after bus-offSergei Miroshnichenko2016-09-221-1/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-10-011-4/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley2016-09-271-4/+1
| |\ \ \
| | * | | scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche2016-09-261-4/+1
* | | | | include/linux/property.h: fix typo/compile errorJohn Youn2016-09-301-1/+1
* | | | | mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2016-09-301-0/+2
* | | | | dma-mapping.h: preserve unmap info for CONFIG_DMA_API_DEBUGAndrey Smirnov2016-09-281-1/+1
* | | | | fault_in_multipages_readable() throws set-but-unused errorDave Chinner2016-09-251-0/+1
| |_|/ / |/| | |
* | | | Merge tag 'media/v4.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-09-223-5/+80
|\ \ \ \
| * | | | [media] cec-funcs.h: add missing vendor-specific messagesHans Verkuil2016-08-221-0/+69
| * | | | [media] cec: add CEC_LOG_ADDRS_FL_ALLOW_UNREG_FALLBACK flagHans Verkuil2016-08-221-1/+4
| * | | | [media] cec-funcs.h: add reply argument for Record On/OffHans Verkuil2016-08-221-1/+4
| * | | | [media] cec-funcs.h: fix typo: && should be &Hans Verkuil2016-08-221-2/+2
| * | | | [media] cec: rename cec_devnode fhs_lock to just lockHans Verkuil2016-08-221-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-09-224-2/+28
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-221-1/+3
| |\ \ \ \
| | * | | | vti6: fix input pathNicolas Dichtel2016-09-211-1/+3
| * | | | | sctp: fix SSN comparisionMarcelo Ricardo Leitner2016-09-171-1/+1
| * | | | | net: avoid sk_forward_alloc overflowsEric Dumazet2016-09-171-0/+10
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-09-131-0/+14
| |\ \ \ \ \
| | * | | | | netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng2016-09-131-0/+14
* | | | | | | fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro2016-09-201-19/+19
* | | | | | | fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-09-191-3/+0
* | | | | | | fsnotify: add a way to stop queueing events on group shutdownJan Kara2016-09-191-0/+3
* | | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-181-0/+2
|\ \ \ \ \ \ \
| * | | | | | | cpu/hotplug: Include linux/types.h in linux/cpuhotplug.hPaul Burton2016-09-141-0/+2
* | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-181-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpersBoris Brezillon2016-09-131-0/+10
| |/ / / / / / /
* | | | | | | | fix iov_iter_fault_in_readable()Al Viro2016-09-171-1/+1
* | | | | | | | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-7/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | asm-generic: make get_user() clear the destination on errorsAl Viro2016-09-131-3/+7
| * | | | | | | | asm-generic: make copy_from_user() zero the destination properlyAl Viro2016-09-091-4/+6
* | | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-09-131-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | locking/barriers: Don't use sizeof(void) in lockless_dereference()Johannes Berg2016-09-051-3/+4
* | | | | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-131-6/+21
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | efi/libstub: Introduce ExitBootServices helperJeffrey Hugo2016-09-051-0/+10
| * | | | | | | | | efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo2016-09-051-5/+10
| * | | | | | | | | efi: Make for_each_efi_memory_desc_in_map() cope with running on XenJan Beulich2016-09-051-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-09-127-4/+24
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | net/mlx5e: Move an_disable_cap bit to a new positionBodong Wang2016-09-081-2/+3
| * | | | | | | net: Don't delete routes in different VRFsMark Tomlinson2016-09-061-1/+2
| | |_|/ / / / | |/| | | | |
| * | | | | | af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds2016-09-041-1/+1
| * | | | | | bonding: Fix bonding crashMahesh Bandewar2016-09-041-0/+1