summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-30libnvdimm, e820: skip module loading when no type-12Dan Williams1-0/+12
2015-11-30sata_sil: disable trimMikulas Patocka1-0/+3
2015-11-30mn10300: Select CONFIG_HAVE_UID16 to fix build failureGuenter Roeck1-3/+1
2015-11-30AHCI: Fix softreset failed issue of Port MultiplierXiangliang Yu1-0/+9
2015-11-30i2c: davinci: Increase module clock frequencyAlexander Sverdlin1-2/+9
2015-11-30i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede1-9/+18
2015-11-30cgroup: pids: kill pids_fork(), simplify pids_can_fork() and pids_cancel_fork()Oleg Nesterov1-31/+10
2015-11-30cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov2-25/+5
2015-11-30cgroup: make css_set pin its css's to avoid use-afer-freeTejun Heo1-4/+10
2015-11-30i2c: rk3x: populate correct variable for sda_falling_timeWolfram Sang1-1/+1
2015-11-30gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacksGrygorii Strashko1-2/+0
2015-11-30Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/med...Mark Brown4-16/+43
2015-11-30Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-0/+1
2015-11-30drivers: net: xgene: fix possible use after freeEric Dumazet1-1/+1
2015-11-30packet: Allow packets with only a header (but no payload)Martin Blumenstingl2-3/+4
2015-11-30Linux 4.4-rc3v4.4-rc3Linus Torvalds1-1/+1
2015-11-30Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds27-993/+1093
2015-11-30Merge tag 'rtc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds2-36/+9
2015-11-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-5/+9
2015-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds7-8/+13
2015-11-30Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-2/+4
2015-11-30block: Always check queue limits for cloned requestsHannes Reinecke2-15/+7
2015-11-30lightnvm: missing nvm_lock acquireWenwei Tao1-33/+42
2015-11-30lightnvm: unconverted ppa returned in get_bb_tblMatias Bjørling3-4/+5
2015-11-30lightnvm: refactor and change vendor id for qemuMatias Bjørling1-2/+9
2015-11-30lightnvm: do device max sectors boundary check firstWenwei Tao1-4/+6
2015-11-30lightnvm: fix ioctl memory leaksSudip Mukherjee1-2/+7
2015-11-30lightnvm: free memory when gennvm register failsWenwei Tao1-5/+10
2015-11-30lightnvm: Simplify config when disabledKeith Busch3-14/+16
2015-11-30gpiolib: fix oops, if gpio name is NULLVladimir Zapolskiy1-1/+1
2015-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds11-64/+53
2015-11-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds8-152/+316
2015-11-29target/stat: print full t10_wwn.model bufferDavid Disseldorp1-1/+1
2015-11-29target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt1-2/+2
2015-11-29qla2xxx: Fix regression introduced by target configFS changesHimanshu Madhani1-1/+1
2015-11-29kref: Remove kref_put_spinlock_irqsave()Bart Van Assche1-33/+0
2015-11-29target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2-7/+12
2015-11-29target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger3-11/+18
2015-11-29iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2-1/+13
2015-11-29iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt1-5/+5
2015-11-29target/user: Do not set unused fields in tcmu_opsAndy Grover1-2/+0
2015-11-29target/user: Fix time calc in expired cmd processingAndy Grover1-1/+1
2015-11-29ARM: 8454/1: OF implies OF_FLATTREEArnd Bergmann1-2/+2
2015-11-29Merge tag 'pci-v4.4-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-14/+26
2015-11-28Merge tag 'nfs-for-4.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds12-75/+87
2015-11-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds6-8/+11
2015-11-28Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-66/+219
2015-11-28Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds4-4/+12
2015-11-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds50-254/+280
2015-11-28Merge tag 'pm+acpi-4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-8/+10