summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-1426-170/+179
|\
| * avr32: fix copy_from_user()Al Viro2016-09-133-4/+13
| * microblaze: fix __get_user()Al Viro2016-09-131-1/+1
| * microblaze: fix copy_from_user()Al Viro2016-09-131-3/+6
| * m32r: fix __get_user()Al Viro2016-09-131-1/+1
| * blackfin: fix copy_from_user()Al Viro2016-09-131-4/+5
| * sparc32: fix copy_from_user()Al Viro2016-09-131-1/+3
| * sh: fix copy_from_user()Al Viro2016-09-131-1/+4
| * sh64: failing __get_user() should zeroAl Viro2016-09-131-0/+1
| * score: fix copy_from_user() and friendsAl Viro2016-09-131-21/+20
| * score: fix __get_user/get_userAl Viro2016-09-131-1/+4
| * s390: get_user() should zero on failureAl Viro2016-09-131-4/+4
| * ppc32: fix copy_from_user()Al Viro2016-09-131-23/+2
| * parisc: fix copy_from_user()Al Viro2016-09-131-2/+4
| * openrisc: fix copy_from_user()Al Viro2016-09-131-24/+11
| * nios2: fix __get_user()Al Viro2016-09-131-2/+2
| * nios2: copy_from_user() should zero the tail of destinationAl Viro2016-09-131-3/+6
| * mn10300: copy_from_user() should zero on access_ok() failure...Al Viro2016-09-131-1/+3
| * mn10300: failing __get_user() and get_user() should zeroAl Viro2016-09-131-0/+1
| * mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2016-09-131-0/+3
| * ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta2016-09-131-2/+9
| * metag: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-09-131-1/+2
| * ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-09-131-14/+11
| * hexagon: fix strncpy_from_user() error returnAl Viro2016-09-131-1/+2
| * frv: fix clear_user()Al Viro2016-09-131-3/+9
| * cris: buggered copy_from_user/copy_to_user/clear_userAl Viro2016-09-131-39/+32
| * 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-101-4/+6
| * alpha: fix copy_from_user()Al Viro2016-09-101-11/+8
* | Merge tag 'for-linus-4.8b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-09-141-4/+3
|\ \
| * | arm/xen: fix SMP guests bootVitaly Kuznetsov2016-09-141-4/+3
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-133-7/+16
|\ \ \
| * | | x86/apic: Fix num_processors value in case of failureDou Liyang2016-09-081-1/+3
| * | | tools/lguest: Don't bork the terminal in case of wrong argsDaniel Baluta2016-09-081-3/+3
| * | | x86/microcode/AMD: Fix load of builtin microcode with randomized memoryBorislav Petkov2016-09-051-3/+10
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-09-131-0/+22
|\ \ \ \
| * | | | sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-09-051-0/+22
| |/ / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-09-136-55/+180
|\ \ \ \
| * | | | perf/x86/intel: Fix PEBSv3 record drainPeter Zijlstra2016-09-101-8/+11
| * | | | perf/x86/intel/bts: Kill a silly warningAlexander Shishkin2016-09-101-2/+0
| * | | | perf/x86/intel/bts: Fix BTS PMI detectionAlexander Shishkin2016-09-101-4/+15
| * | | | perf/x86/intel/bts: Fix confused ordering of PMU callbacksAlexander Shishkin2016-09-101-24/+80
| * | | | perf/core: Fix aux_mmap_count vs aux_refcount orderAlexander Shishkin2016-09-101-4/+11
| * | | | perf/core: Fix a race between mmap_close() and set_output() of AUX eventsAlexander Shishkin2016-09-101-6/+25
| * | | | perf/x86/amd/uncore: Prevent use after freeSebastian Andrzej Siewior2016-09-101-4/+18
| * | | | perf/x86/intel/cqm: Check cqm/mbm enabled state in event initJiri Olsa2016-09-061-0/+9
| * | | | perf/core: Remove WARN from perf_event_read()Peter Zijlstra2016-09-051-4/+12
| |/ / /
* | | | 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-136-120/+283
|\ \ \ \