summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2012-07-02rcu: Split RCU core processing out of __call_rcu()Paul E. McKenney
2012-07-02rcu: Prevent __call_rcu() from invoking RCU core on offline CPUsPaul E. McKenney
2012-07-02rcu: Make __call_rcu() handle invocation from idlePaul E. McKenney
2012-07-02rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementationsPaul E. McKenney
2012-07-02rcu: Add ACCESS_ONCE() to ->qlen accessesPaul E. McKenney
2012-07-02rcu: Consolidate duplicate callback-list initializationPaul E. McKenney
2012-07-02rcu: Fix detection of abruptly-ending stallPaul E. McKenney
2012-07-02rcu: Make rcutorture fakewriters invoke rcu_barrier()Paul E. McKenney
2012-07-02rcu: Fix diagnostic-printk typo in rcutorturePaul E. McKenney
2012-07-02rcu: Fix bug in rcu_barrier() torture testPaul E. McKenney
2012-07-02rcu: Test srcu_barrier() from rcutorture test suitePaul E. McKenney
2012-07-02rcu: Rationalize ordering of torture_ops listPaul E. McKenney
2012-07-02rcu: RCU_SAVE_DYNTICK code no longer ever deadPaul E. McKenney
2012-07-02rcu: Use for_each_rcu_flavor() in TREE_RCU tracingPaul E. McKenney
2012-07-02rcu: Introduce for_each_rcu_flavor() and use itPaul E. McKenney
2012-07-02rcu: Remove unneeded __rcu_process_callbacks() argumentPaul E. McKenney
2012-07-02rcu: Add rcu_barrier() statistics to debugfs tracingPaul E. McKenney
2012-07-02rcu: Add tracing for _rcu_barrier()Paul E. McKenney
2012-07-02rcu: Increase rcu_barrier() concurrencyPaul E. McKenney
2012-07-02rcu: Remove needless initializationPaul E. McKenney
2012-07-02rcu: Move rcu_barrier_mutex to rcu_state structurePaul E. McKenney
2012-07-02rcu: Move rcu_barrier_completion to rcu_state structurePaul E. McKenney
2012-07-02rcu: Move rcu_barrier_cpu_count to rcu_state structurePaul E. McKenney
2012-07-02rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structuresPaul E. McKenney
2012-07-02rcu: Place pointer to call_rcu() in rcu_data structurePaul E. McKenney
2012-07-02rcu: Prevent excessive line length in RCU_STATE_INITIALIZER()Paul E. McKenney
2012-07-02rcu: Size rcu_node tree from nr_cpu_ids rather than NR_CPUSPaul E. McKenney
2012-07-02rcu: Four-level hierarchy is no longer experimentalPaul E. McKenney
2012-07-02rcu: Control RCU_FANOUT_LEAF from boot-time parameterPaul E. McKenney
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney
2012-07-01PM / Hibernate: Print hibernation/thaw progress indicator one line at a time.Bojan Smojver
2012-07-01PM / Sleep: Separate printing suspend times from initcall_debugRafael J. Wysocki
2012-07-01PM / Sleep: add knob for printing device resume timesSameer Nanda
2012-07-01ftrace: Disable function tracing during suspend/resume and hibernation, againSrivatsa S. Bhat
2012-07-01PM / Hibernate: Enable suspend to both for in-kernel hibernation.Bojan Smojver
2012-06-30printk.c: fix kernel-doc warningsRandy Dunlap
2012-06-30Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-29printk: Optimize if statement logic where newline existsSteven Rostedt
2012-06-29ring-buffer: Fix accounting of entries when removing pagesVaibhav Nagarnaik
2012-06-29ring-buffer: Fix crash due to uninitialized new_pages list headVaibhav Nagarnaik
2012-06-29printk: flush continuation lines immediately to consoleKay Sievers
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-28ring-buffer: Fix uninitialized read_stampSteven Rostedt
2012-06-28tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt
2012-06-28tracing/selftest: Add a WARN_ON() if a tracer test failsSteven Rostedt
2012-06-26audit: netlink: Move away from NLMSG_NEW().David S. Miller
2012-06-26syslog: fill buffer with more than a single message for SYSLOG_ACTION_READJan Beulich
2012-06-26Revert "printk: return -EINVAL if the message len is bigger than the buf size"Greg Kroah-Hartman
2012-06-25rcu: Stop rcu_do_batch() from multiplexing the "count" variablePaul E. McKenney