summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rcu: Don't disable CPU hotplug during OOM notifiersPaul E. McKenney2015-07-231-2/+0Star
* scripts: Make checkpatch.pl warn on expedited RCU grace periodsPaul E. McKenney2015-07-231-0/+19
* rcu: Update MAINTAINERS entryLai Jiangshan2015-07-231-3/+3
* rcu: Clarify CONFIG_RCU_EQS_DEBUG help textPaul E. McKenney2015-07-231-1/+1
* rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks()Paul E. McKenney2015-07-231-1/+1
* rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-2316-81/+101
* rcu: Make rcu_is_watching() really notraceAlexei Starovoitov2015-07-231-2/+2
* cpu: Wait for RCU grace periods concurrentlyPaul E. McKenney2015-07-231-5/+5
* rcu: Create a synchronize_rcu_mult()Paul E. McKenney2015-07-233-14/+61
* rcu: Fix obsolete priority-boosting commentPaul E. McKenney2015-07-231-2/+1Star
* rcu: Use WRITE_ONCE in RCU_INIT_POINTERPeter Zijlstra2015-07-231-1/+1
* rcu: Hide RCU_NOCB_CPU behind RCU_EXPERTPaul E. McKenney2015-07-231-0/+1
* rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney2015-07-234-0/+66
* rcu: Change return type to boolNicholas Mc Guire2015-07-151-2/+3
* rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko2015-07-152-38/+51
* rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney2015-07-064-17/+6Star
* Linux 4.2-rc1Linus Torvalds2015-07-051-2/+2
* Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-057-45/+1004
|\
| * intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driverqipeng.zha2015-06-305-0/+864
| * tc1100-wmi: Delete an unnecessary check before the function call "kfree"Markus Elfring2015-06-271-1/+1
| * dell-laptop: Fix allocating & freeing SMI buffer pagePali Rohár2015-06-251-5/+3Star
| * dell-laptop: Show info about WiGig and UWB in debugfsPali Rohár2015-06-221-0/+17
| * dell-laptop: Update information about wireless controlPali Rohár2015-06-221-39/+119
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-0599-553/+784
|\ \
| * | 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-041-0/+8
| * | p9_client_write(): avoid double p9_free_req()Al Viro2015-07-041-0/+1
| * | 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-07-041-1/+2
| * | dax: bdev_direct_access() may sleepMatthew Wilcox2015-07-041-0/+6
| * | block: Add support for DAX reads/writes to block devicesMatthew Wilcox2015-07-042-2/+8
| * | dax: Use copy_from_iter_nocacheMatthew Wilcox2015-07-041-1/+1
| * | dax: Add block size note to documentationMatthew Wilcox2015-07-041-2/+4
| * | fs/file.c: __fget() and dup2() atomicity rulesEric Dumazet2015-07-011-2/+8
| * | fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet2015-07-013-19/+55
| * | fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l...Wang YanQing2015-07-011-1/+1
| * | vfs: avoid creation of inode number 0 in get_next_inoCarlos Maiolino2015-07-011-1/+5
| * | namei: make set_root_rcu() return voidAl Viro2015-06-291-3/+3
| * | make simple_positive() publicAl Viro2015-06-2414-60/+25Star
| * | ufs: use dir_pages instead of ufs_dir_pages()Fabian Frederick2015-06-241-9/+4Star
| * | pagemap.h: move dir_pages() over thereFabian Frederick2015-06-248-38/+6Star
| * | remove the pointless include of lglock.hAl Viro2015-06-241-1/+0Star
| * | fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-2413-13/+13
| * | Merge branch 'fscache-fixes' into for-nextAl Viro2015-06-2411-184/+378
| |\ \
| | * | FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells2015-04-023-11/+12
| | * | FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-026-40/+57
| | * | FS-Cache: Put an aborted initialised op so that it is accounted correctlyDavid Howells2015-04-022-33/+35
| | * | FS-Cache: Fix cancellation of in-progress operationDavid Howells2015-04-021-0/+7
| | * | FS-Cache: Count the number of initialised operationsDavid Howells2015-04-024-2/+7
| | * | FS-Cache: Out of line fscache_operation_init()David Howells2015-04-022-21/+25
| | * | FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooDavid Howells2015-04-023-6/+21
| | * | FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells2015-04-023-9/+6Star