summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-01-10Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+53
2015-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+2
2015-01-10f2fs: fix missing cold bit during recoveryJaegeuk Kim1-0/+2
2015-01-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+11
2015-01-10serial: s3c: add missing register definitionsRobert Baldyga1-0/+28
2015-01-10serial: omap_8250: Fix RTS handlingPeter Hurley2-0/+2
2015-01-09USB: ehci-platform: Support ehci reset after resume quirkWu Liang feng1-0/+3
2015-01-09usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior1-0/+1
2015-01-09ses: Add power_status to SES device slotSong Liu1-0/+6
2015-01-09ses: add reliable slot attributeDan Williams1-0/+1
2015-01-09ses: add enclosure logical idDan Williams1-0/+1
2015-01-09ses: close potential registration raceDan Williams1-2/+3
2015-01-09regulator: pfuze100-regulator: add pfuze3000 supportRobin Gong1-0/+14
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski2-5/+23
2015-01-09rhashtable: avoid unnecessary wakeup for worker queueYing Xue1-1/+1
2015-01-09rhashtable: involve rhashtable_lookup_insert routineYing Xue1-0/+1
2015-01-09vfs: renumber FMODE_NONOTIFY and add to uniqueness checkDavid Drysdale1-1/+1
2015-01-09mm: protect set_page_dirty() from ongoing truncationJohannes Weiner1-1/+0
2015-01-09mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov1-0/+10
2015-01-09Merge tag 'pm+acpi-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2015-01-08regulator: Allow parsing custom properties when using simplified DT parsingKrzysztof Kozlowski1-0/+13
2015-01-08regulator: s2mps11: Fix wrong calculation of register offsetJonghwa Lee1-0/+2
2015-01-08libceph: fix sparse endianness warningsIlya Dryomov1-2/+2
2015-01-08blk-mq: Allow requests to never expireKeith Busch1-0/+2
2015-01-08blk-mq: Add helper to abort requeued requestsJens Axboe1-0/+1
2015-01-08blk-mq: Let drivers cancel requeue_workKeith Busch1-0/+1
2015-01-08blk-mq: Export if requests were startedKeith Busch1-0/+1
2015-01-08libata: Whitelist SSDs that are known to properly return zeroes after TRIMMartin K. Petersen1-0/+1
2015-01-08crypto: aead - add check for presence of auth tagStephan Mueller1-0/+3
2015-01-08efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov1-1/+1
2015-01-08mtd: implement common reboot notifier boilerplateBrian Norris1-0/+1
2015-01-07mtd: spi-nor: Add quad I/O support for Micron SPI NORBean Huo 霍斌斌 (beanhuo)1-0/+7
2015-01-07time: settimeofday: Validate the values of tv from userSasha Levin1-0/+13
2015-01-07blk-mq: get rid of ->cmd_size in the hardware queueJens Axboe1-2/+1
2015-01-07Merge tag 'v3.19-rc3' into spi-sh-msiofMark Brown9-45/+37
2015-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-21/+3
2015-01-07workqueue.h: remove loops of single statement macrosValentin Rothberg1-6/+2
2015-01-07Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video'Rafael J. Wysocki9-47/+35
2015-01-07ethtool: Extend ethtool plugin module eeprom API to phylibEd Swierk1-0/+9
2015-01-07mm: propagate error from stack expansion even for guard pageLinus Torvalds1-1/+1
2015-01-06brcmfmac: Add support for bcm43340/1 wireless chipsetsArend van Spriel1-2/+4
2015-01-06rcu: Combine DEFINE_SRCU() and DEFINE_STATIC_SRCU()Paul E. McKenney1-6/+4
2015-01-06rcu: Expand SRCU ->completed to 64 bitsPaul E. McKenney1-2/+2
2015-01-06rculist: Fix sparse warningYing Xue1-8/+8
2015-01-06rcupdate: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar1-5/+5
2015-01-06compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()Paul E. McKenney1-1/+1
2015-01-06cgroup: add dummy css_put() for !CONFIG_CGROUPSTejun Heo1-0/+4
2015-01-06cgroup: reorder SUBSYS(blkio) in cgroup_subsys.hTejun Heo1-4/+4
2015-01-06percpu_ref: implement percpu_ref_is_dying()Tejun Heo1-0/+14
2015-01-06percpu_ref: remove unnecessary ACCESS_ONCE() in percpu_ref_tryget_live()Tejun Heo1-3/+17