summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-16perf/x86/intel/pt: Do validate the size of a kernel address filterAlexander Shishkin1-2/+7
2016-09-16perf/x86/intel/pt: Fix kernel address filter's offset validationAlexander Shishkin1-1/+6
2016-09-16perf/x86/intel/pt: Fix an off-by-one in address filter configurationAlexander Shishkin1-2/+2
2016-09-15perf/x86/intel: Don't disable "intel_bts" around "intel" event batchingAlexander Shishkin1-7/+8
2016-09-15Merge tag 'pci-v4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+14
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds26-170/+179
2016-09-14Merge tag 'for-linus-4.8b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+3
2016-09-14arm/xen: fix SMP guests bootVitaly Kuznetsov1-4/+3
2016-09-14avr32: fix copy_from_user()Al Viro3-4/+13
2016-09-14microblaze: fix __get_user()Al Viro1-1/+1
2016-09-14microblaze: fix copy_from_user()Al Viro1-3/+6
2016-09-14m32r: fix __get_user()Al Viro1-1/+1
2016-09-14blackfin: fix copy_from_user()Al Viro1-4/+5
2016-09-14sparc32: fix copy_from_user()Al Viro1-1/+3
2016-09-14sh: fix copy_from_user()Al Viro1-1/+4
2016-09-14sh64: failing __get_user() should zeroAl Viro1-0/+1
2016-09-14score: fix copy_from_user() and friendsAl Viro1-21/+20
2016-09-14score: fix __get_user/get_userAl Viro1-1/+4
2016-09-14s390: get_user() should zero on failureAl Viro1-4/+4
2016-09-14ppc32: fix copy_from_user()Al Viro1-23/+2
2016-09-14parisc: fix copy_from_user()Al Viro1-2/+4
2016-09-14openrisc: fix copy_from_user()Al Viro1-24/+11
2016-09-14nios2: fix __get_user()Al Viro1-2/+2
2016-09-14nios2: copy_from_user() should zero the tail of destinationAl Viro1-3/+6
2016-09-14mn10300: copy_from_user() should zero on access_ok() failure...Al Viro1-1/+3
2016-09-14mn10300: failing __get_user() and get_user() should zeroAl Viro1-0/+1
2016-09-14mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-09-14ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta1-2/+9
2016-09-14metag: copy_from_user() should zero the destination on access_ok() failureAl Viro1-1/+2
2016-09-14ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro1-14/+11
2016-09-14hexagon: fix strncpy_from_user() error returnAl Viro1-1/+2
2016-09-14frv: fix clear_user()Al Viro1-3/+9
2016-09-14cris: buggered copy_from_user/copy_to_user/clear_userAl Viro1-39/+32
2016-09-14asm-generic: make get_user() clear the destination on errorsAl Viro1-3/+7
2016-09-14PCI: Fix bridge_d3 update on device removalLukas Wunner1-2/+1
2016-09-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-7/+16
2016-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+22
2016-09-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-55/+180
2016-09-13Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+4
2016-09-13Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-120/+283
2016-09-13Merge tag 'md/4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds3-41/+31
2016-09-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+7
2016-09-13Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-14/+14
2016-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-12/+15
2016-09-13Merge tag 'nfs-for-4.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-38/+78
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds92-610/+875
2016-09-12Linux 4.8-rc6Linus Torvalds1-1/+1
2016-09-12Merge branch 'mlx4-fixes'David S. Miller5-59/+50
2016-09-12net/mlx4_en: Fix panic on xmit while port is downMoshe Shemesh1-5/+7
2016-09-12net/mlx4_en: Fixes for DCBXTariq Toukan4-43/+28