summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-06ip: Move checksum convert defines to inetTom Herbert1-15/+1
2015-01-06NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_clientTrond Myklebust1-0/+3
2015-01-06ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()Hanjun Guo1-2/+2
2015-01-05list_nulls: fix missing headerYing Xue1-0/+3
2015-01-05rhashtable: fix missing headerYing Xue1-0/+1
2015-01-03rhashtable: Supports for nulls markerThomas Graf2-11/+49
2015-01-03rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf1-11/+26
2015-01-03spinlock: Add spin_lock_bh_nested()Thomas Graf3-0/+11
2015-01-03nft_hash: Remove rhashtable_remove_pprev()Thomas Graf1-2/+0
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf1-57/+116
2015-01-03rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf1-4/+1
2015-01-03blk-mq: export blk_mq_freeze_queue()Jens Axboe1-0/+1
2015-01-03Merge tag 'v3.19-rc2' into for-3.20/coreJens Axboe5-8/+84
2015-01-03timecounter: provide a macro to initialize the cyclecounter mask field.Richard Cochran1-1/+4