summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAge
...
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney2014-09-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Remove redundant preempt_disable() from rcu_note_voluntary_context_switch()Paul E. McKenney2014-09-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney2014-09-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Add torture tests for RCU-tasksPaul E. McKenney2014-09-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Make TASKS_RCU handle tasks that are almost done exitingPaul E. McKenney2014-09-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Add synchronous grace-period waiting for RCU-tasksPaul E. McKenney2014-09-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney2014-09-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Add call_rcu_tasks()Paul E. McKenney2014-09-07
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...Paul E. McKenney2014-09-16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Use pr_alert/pr_cont for printing logsJoe Perches2014-09-07
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney2014-09-16
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Break more call_rcu() deadlock involving scheduler and perfPaul E. McKenney2014-09-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Uninline rcu_read_lock_held()Oleg Nesterov2014-09-07
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rcu: Return bool type in rcu_lockdep_current_cpu_online()Pranith Kumar2014-09-07
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't need that forward declaration of struct nameidata in dcache.h anymoreAl Viro2014-10-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | take dname_external() into fs/dcache.cAl Viro2014-10-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vfs: move getname() from callers to do_mount()Seunghun Lee2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add copy_to_iter(), copy_from_iter() and iov_iter_zero()Matthew Wilcox2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constify file_inode()Al Viro2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vfs: Make d_invalidate return voidEric W. Biederman2014-10-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman2014-10-09
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin2014-10-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'v3.16' into nextJames Morris2014-10-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells2014-09-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KEYS: Implement binary asymmetric key ID handlingDavid Howells2014-09-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KEYS: Make the key matching functions return boolDavid Howells2014-09-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KEYS: Remove key_type::def_lookup_typeDavid Howells2014-09-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KEYS: Preparse match dataDavid Howells2014-09-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a binary to hex conversion functionDavid Howells2014-09-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | security: Silence shadow warningMark Rustad2014-09-02
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'trace-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tracing: generate RCU warnings even when tracepoints are disabledDave Hansen2014-09-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ftrace: Replace tramp_hash with old_*_hash to save spaceSteven Rostedt (Red Hat)2014-09-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ftrace: Annotate the ops operation on updateSteven Rostedt (Red Hat)2014-09-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ftrace: Add helper function ftrace_ops_get_func()Steven Rostedt (Red Hat)2014-09-09
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/phy: micrel: Add clock support for KSZ8021/KSZ8031Sascha Hauer2014-10-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: fix wrong arithmetics regarding NFT_REJECT_ICMPX_MAXPablo Neira Ayuso2014-10-07
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: kill nf_send_reset6() from include/net/netfilter/ipv6/nf_reject.hPablo Neira Ayuso2014-10-07
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cxl: Add documentation for userspace APIsIan Munsie2014-10-08
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cxl: Add userspace header fileIan Munsie2014-10-08
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cxl: Add new header for call backs and structsIan Munsie2014-10-08
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2014-10-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsl_ifc: Fix csor_ext position in fsl_ifc_regsAaron Sierra2014-09-03