summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-158-5/+89
|\
| * x86/mce: Avoid using object after free in genpoolTony Luck2016-04-131-2/+2
| * lguest, x86/entry/32: Fix handling of guest syscalls using interrupt gatesRusty Russell2016-04-013-2/+11
| * x86/build: Build compressed x86 kernels as PIEH.J. Lu2016-03-293-1/+49
| * x86/mm/pkeys: Add missing DocumentationDave Hansen2016-03-291-0/+27
* | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-04-153-143/+17
|\ \
| * | mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Ingo Molnar2016-04-073-143/+17
* | | Merge tag 'dm-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2016-04-152-25/+43
|\ \ \
| * | | dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macrosMike Snitzer2016-04-141-24/+40
| * | | dm: fix dm_target_io leak if clone_bio() returns an errorMikulas Patocka2016-04-111-1/+3
* | | | Merge tag 'pwm/for-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-151-1/+1
|\ \ \ \
| * | | | pwm: fsl-ftm: Use flat regmap cacheStefan Agner2016-04-141-1/+1
* | | | | Merge tag 'sound-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-04-156-7/+45
|\ \ \ \ \
| * | | | | ALSA: hda - Fix inconsistent monitor_present state until repollTakashi Iwai2016-04-131-7/+4
| * | | | | ALSA: hda - Fix regression of monitor_present flag in eld proc fileHyungwon Hwang2016-04-131-0/+2
| * | | | | ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB DockKailang Yang2016-04-121-0/+14
| * | | | | ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460sSven Eckelmann2016-04-111-1/+9
| * | | | | ALSA: sscape: Use correct format identifier for size_tWilliam Breathitt Gray2016-04-111-1/+1
| * | | | | ALSA: usb-audio: Add a quirk for Plantronics BT300Dennis Kadioglu2016-04-061-0/+1
| * | | | | ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320Takashi Iwai2016-04-041-0/+1
| * | | | | ALSA: hda - Bind with i915 only when Intel graphics is presentTakashi Iwai2016-04-041-0/+15
| | |_|/ / | |/| | |
* | | | | Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds2016-04-153-11/+13
|\ \ \ \ \
| * | | | | mailbox: Stop using ENOSYS for anything other than unimplemented syscallsLee Jones2016-04-121-2/+2
| * | | | | mailbox: mailbox-test: Prevent memory leakLee Jones2016-04-121-3/+6
| * | | | | mailbox: mailbox-test: Use more consistent format for calling copy_from_user()Lee Jones2016-04-121-4/+3
| * | | | | mailbox: xgene-slimpro: Fix wrong test for devm_kzallocAxel Lin2016-04-081-2/+2
* | | | | | Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-04-155-29/+61
|\ \ \ \ \ \
| * | | | | | ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2016-04-132-0/+8
| * | | | | | fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2016-04-123-23/+38
| * | | | | | f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim2016-04-121-3/+7
| * | | | | | fscrypto: use dget_parent() in fscrypt_d_revalidate()Jaegeuk Kim2016-04-121-3/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-04-153-3/+9
|\ \ \ \ \ \
| * | | | | | hwrng: bcm63xx - fix device tree compilationÁlvaro Fernández Rojas2016-04-051-0/+1
| * | | | | | sunrpc: Fix skcipher/shash conversionHerbert Xu2016-04-042-3/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-04-152-2/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris2016-04-132-2/+4
| |\ \ \ \ \ \
| | * | | | | | ASN.1: fix open failure check on headernameColin Ian King2016-04-061-1/+1
| | * | | | | | assoc_array: don't call compare_object() on a nodeJerome Marchand2016-04-061-1/+3
* | | | | | | | /proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds2016-04-141-2/+11
* | | | | | | | pci-sysfs: use proper file capability helper functionLinus Torvalds2016-04-141-1/+1
* | | | | | | | Make file credentials available to the seqfile interfacesLinus Torvalds2016-04-142-12/+8
* | | | | | | | Revert "x86: remove the kernel code/data/bss resources from /proc/iomem"Linus Torvalds2016-04-141-0/+37
* | | | | | | | Merge tag 'sh-fixes-4.6-rc1' of git://git.libc.org/linux-shLinus Torvalds2016-04-134-10/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | sh: fix function signature of cpu_coregroup_mask to match pointer typeRich Felker2016-03-302-3/+3
| * | | | | | | | sh: fix smp-shx3 build regression from removal of arch localtimerRich Felker2016-03-302-7/+0
| * | | | | | | | Merge tag 'v4.6-rc1'Rich Felker2016-03-299344-241673/+501822
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2016-04-131-7/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | m68k/gpio: remove arch specific sysfs bus deviceGreg Ungerer2016-04-111-7/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-04-1320-85/+89
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'mvebu-fixes-4.6-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2016-04-122-2/+2
| |\ \ \ \ \ \ \ \ \