summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-02sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown1-0/+1
2013-07-02svcrpc: store gss mech in svc_credJ. Bruce Fields2-0/+6
2013-07-02svcrpc: introduce init_svc_credJ. Bruce Fields1-0/+7
2013-07-02net: avoid calling sched_clock when LLS is offEliezer Tamir1-2/+15
2013-07-02net: fix LLS debug_smp_processor_id() warningEliezer Tamir1-5/+25
2013-07-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller9-28/+117
2013-07-02net/mlx4_core: Add HW enforcement to VF link stateRony Efraim1-0/+2
2013-07-02net/mlx4_core: Dynamic VST to VST vlan/qos changesJack Morgenstein3-1/+37
2013-07-01Input: tps6507x-ts - convert to polled input device infrastructureDmitry Torokhov1-1/+0
2013-07-01MIPS: BCM63XX: recognize Cable Modem firmware formatFlorian Fainelli2-0/+25
2013-07-01remoteproc/omap: fix a sparse warningSuman Anna1-1/+1
2013-07-01jbd2: invalidate handle if jbd2_journal_restart() failsTheodore Ts'o1-1/+1
2013-07-01ext4: translate flag bits to strings in tracepointsTheodore Ts'o1-39/+96
2013-07-01Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/...Catalin Marinas2-1/+5
2013-07-01Merge remote-tracking branch 'regulator/topic/linar' into regulator-nextMark Brown1-0/+1
2013-07-01Merge remote-tracking branch 'regulator/topic/ab8500' into regulator-nextMark Brown1-4/+0
2013-07-01Merge remote-tracking branch 'regulator/fix/max77693' into regulator-linusMark Brown2-0/+31
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar45-94/+210
2013-07-01pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah1-4/+4
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt16-56/+85
2013-07-01Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devicesFerruh Yigit1-0/+76
2013-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller5-36/+65
2013-07-01mfd: sec: Remove fields not used since regmap conversionMark Brown1-6/+0
2013-07-01mfd: max8998: Add support for Device TreeTomasz Figa2-0/+4
2013-07-01regulator: max8998: Use arrays for specifying voltages in platform dataTomasz Figa1-12/+4
2013-07-01mfd: max8998: Add irq domain supportTomasz Figa2-2/+5
2013-06-30netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flagFlorian Westphal1-0/+2
2013-06-30Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown1-0/+31
2013-06-30Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2-0/+35
2013-06-29Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+4
2013-06-29Merge branch 'devel-stable' into for-nextRussell King1-1/+1
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton1-0/+1
2013-06-29locks: convert fl_link to a hlist_nodeJeff Layton1-1/+1
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-11/+0
2013-06-29locks: comment cleanups and clarificationsJeff Layton1-0/+18
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton1-5/+0
2013-06-29locks: drop the unused filp argument to posix_unblock_lockJeff Layton1-3/+2
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-6/+3
2013-06-29constify rw_verify_area()Al Viro1-1/+0
2013-06-29new helper: fixed_size_llseek()Al Viro1-0/+2
2013-06-29kill find_inode_number()Al Viro1-1/+0
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells1-4/+4
2013-06-29allow the temp files created by open() to be linked toAl Viro1-0/+1
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro3-0/+7
2013-06-29[readdir] constify ->actorAl Viro1-1/+1
2013-06-29[readdir] ->readdir() is goneAl Viro1-1/+0
2013-06-29[readdir] convert ext3Al Viro1-0/+6
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro1-7/+32
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-0/+9
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-0/+4