summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-138-62/+108
|\
| * Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-09-238-62/+108
| |\
| | * rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-09-182-0/+3
| | * rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney2014-09-161-3/+0
| | * torture: Address race in module cleanupDavidlohr Bueso2014-09-161-1/+2
| | * Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney2014-09-164-21/+89
| | |\
| | | * rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney2014-09-072-3/+3
| | | * rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney2014-09-072-8/+10
| | | * rcu: Remove redundant preempt_disable() from rcu_note_voluntary_context_switch()Paul E. McKenney2014-09-071-2/+0
| | | * rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney2014-09-072-1/+4
| | | * rcutorture: Add torture tests for RCU-tasksPaul E. McKenney2014-09-071-0/+1
| | | * rcu: Make TASKS_RCU handle tasks that are almost done exitingPaul E. McKenney2014-09-071-0/+3
| | | * rcu: Add synchronous grace-period waiting for RCU-tasksPaul E. McKenney2014-09-071-0/+2
| | | * rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney2014-09-071-0/+13
| | | * rcu: Add call_rcu_tasks()Paul E. McKenney2014-09-073-11/+57
| | | |
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...Paul E. McKenney2014-09-163-37/+14
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | | | * rcu: Use pr_alert/pr_cont for printing logsJoe Perches2014-09-071-1/+1
| | | |_|/ | | |/| |
| | | | * rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney2014-09-161-0/+8
| | | |/ | | |/|
| | | * rcu: Break more call_rcu() deadlock involving scheduler and perfPaul E. McKenney2014-09-071-0/+3
| | | * rcu: Uninline rcu_read_lock_held()Oleg Nesterov2014-09-071-35/+1
| | | * rcu: Return bool type in rcu_lockdep_current_cpu_online()Pranith Kumar2014-09-071-1/+1
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-133-10/+7
|\ \ \
| * | | don't need that forward declaration of struct nameidata in dcache.h anymoreAl Viro2014-10-121-1/+0
| * | | take dname_external() into fs/dcache.cAl Viro2014-10-121-5/+0
| * | | vfs: move getname() from callers to do_mount()Seunghun Lee2014-10-091-1/+2
| * | | Add copy_to_iter(), copy_from_iter() and iov_iter_zero()Matthew Wilcox2014-10-091-0/+3
| * | | constify file_inode()Al Viro2014-10-091-1/+1
| * | | vfs: Make d_invalidate return voidEric W. Biederman2014-10-091-1/+1
| * | | vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman2014-10-091-1/+0
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-127-13/+76
|\ \ \ \
| * | | | KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin2014-10-062-1/+5
| * | | | Merge commit 'v3.16' into nextJames Morris2014-10-0122-100/+105
| |\ \ \ \
| * | | | | KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells2014-09-161-2/+3
| * | | | | KEYS: Implement binary asymmetric key ID handlingDavid Howells2014-09-161-0/+38
| * | | | | KEYS: Make the key matching functions return boolDavid Howells2014-09-161-4/+6
| * | | | | KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-162-7/+0
| * | | | | KEYS: Remove key_type::def_lookup_typeDavid Howells2014-09-161-3/+0
| * | | | | KEYS: Preparse match dataDavid Howells2014-09-162-4/+31
| * | | | | Provide a binary to hex conversion functionDavid Howells2014-09-161-0/+1
| * | | | | ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-091-2/+2
| * | | | | security: Silence shadow warningMark Rustad2014-09-021-1/+1
* | | | | | Merge tag 'trace-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-10-122-1/+20
|\ \ \ \ \ \
| * | | | | | tracing: generate RCU warnings even when tracepoints are disabledDave Hansen2014-09-101-0/+11
| * | | | | | ftrace: Replace tramp_hash with old_*_hash to save spaceSteven Rostedt (Red Hat)2014-09-101-1/+1
| * | | | | | ftrace: Annotate the ops operation on updateSteven Rostedt (Red Hat)2014-09-101-0/+6
| * | | | | | ftrace: Add helper function ftrace_ops_get_func()Steven Rostedt (Red Hat)2014-09-091-0/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-113-156/+4
|\ \ \ \ \ \ \
| * | | | | | | net/phy: micrel: Add clock support for KSZ8021/KSZ8031Sascha Hauer2014-10-101-0/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-102-156/+3
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: fix wrong arithmetics regarding NFT_REJECT_ICMPX_MAXPablo Neira Ayuso2014-10-071-1/+1