index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
pnp.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-12-13
ceph: fix SEEK_CUR, SEEK_SET regression
Sage Weil
1
-1
/
+2
2011-12-13
linux/log2.h: Fix rounddown_pow_of_two(1)
Linus Torvalds
1
-1
/
+0
2011-12-13
cpu: Export cpu_up()
Paul E. McKenney
1
-0
/
+1
2011-12-12
Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"
Keith Packard
6
-48
/
+35
2011-12-12
crush: fix mapping calculation when force argument doesn't exist
Sage Weil
1
-22
/
+13
2011-12-12
hwmon: (jz4740) Staticise jz4740_hwmon_driver
Axel Lin
1
-1
/
+1
2011-12-12
hwmon: (jz4740) fix signedness bug
Axel Lin
1
-1
/
+1
2011-12-11
ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlier
Arnaud Patard
1
-6
/
+6
2011-12-11
rcu: Apply ACCESS_ONCE() to rcu_boost() return value
Paul E. McKenney
2
-3
/
+4
2011-12-11
Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"
Paul E. McKenney
2
-13
/
+0
2011-12-11
docs: Additional LWN links to RCU API
Kees Cook
1
-0
/
+1
2011-12-11
rcu: Augment rcu_batch_end tracing for idle and callback state
Paul E. McKenney
4
-13
/
+68
2011-12-11
rcu: Add rcutorture tests for srcu_read_lock_raw()
Paul E. McKenney
1
-1
/
+25
2011-12-11
rcu: Make rcutorture test for hotpluggability before offlining CPUs
Paul E. McKenney
1
-2
/
+2
2011-12-11
driver-core/cpu: Expose hotpluggability to the rest of the kernel
Josh Triplett
2
-0
/
+8
2011-12-11
rcu: Remove redundant rcu_cpu_stall_suppress declaration
Paul E. McKenney
1
-2
/
+0
2011-12-11
rcu: Adaptive dyntick-idle preparation
Paul E. McKenney
1
-11
/
+43
2011-12-11
rcu: Keep invoking callbacks if CPU otherwise idle
Paul E. McKenney
3
-1
/
+19
2011-12-11
rcu: Irq nesting is always 0 on rcu_enter_idle_common
Frederic Weisbecker
1
-3
/
+2
2011-12-11
rcu: Don't check irq nesting from rcu idle entry/exit
Frederic Weisbecker
1
-10
/
+8
2011-12-11
rcu: Permit dyntick-idle with callbacks pending
Paul E. McKenney
4
-5
/
+78
2011-12-11
rcu: Document same-context read-side constraints
Paul E. McKenney
2
-0
/
+20
2011-12-11
rcu: Identify dyntick-idle CPUs on first force_quiescent_state() pass
Paul E. McKenney
1
-1
/
+1
2011-12-11
rcu: Remove dynticks false positives and RCU failures
Paul E. McKenney
1
-2
/
+3
2011-12-11
rcu: Reduce latency of rcu_prepare_for_idle()
Paul E. McKenney
1
-5
/
+7
2011-12-11
rcu: Eliminate RCU_FAST_NO_HZ grace-period hang
Paul E. McKenney
4
-82
/
+2
2011-12-11
rcu: Avoid needlessly IPIing CPUs at GP end
Paul E. McKenney
1
-2
/
+14
2011-12-11
rcu: Go dyntick-idle more quickly if CPU has serviced current grace period
Paul E. McKenney
1
-6
/
+18
2011-12-11
rcu: Add tracing for RCU_FAST_NO_HZ
Paul E. McKenney
2
-3
/
+52
2011-12-11
rcu: Update trace_rcu_dyntick() header comment
Paul E. McKenney
1
-2
/
+10
2011-12-11
doc: Add load/store guarantees to Documentation/atomic-ops.txt
Paul E. McKenney
1
-0
/
+87
2011-12-11
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
Frederic Weisbecker
17
-91
/
+76
2011-12-11
rcu: Add rcutorture CPU-hotplug capability
Paul E. McKenney
2
-5
/
+120
2011-12-11
tile: Make tile use the new is_idle_task() API
Paul E. McKenney
1
-2
/
+2
2011-12-11
events: Make events use the new is_idle_task() API
Paul E. McKenney
1
-1
/
+1
2011-12-11
kdb: Make KDB use the new is_idle_task() API
Paul E. McKenney
1
-1
/
+1
2011-12-11
sparc: Make SPARC use the new is_idle_task() API
Paul E. McKenney
1
-1
/
+1
2011-12-11
rcu: Make RCU use the new is_idle_task() API
Paul E. McKenney
2
-4
/
+4
2011-12-11
sched: Add is_idle_task() to handle invalidated uses of idle_cpu()
Paul E. McKenney
1
-0
/
+8
2011-12-11
rcu: Control rcutorture startup from kernel boot parameters
Paul E. McKenney
1
-0
/
+2
2011-12-11
rcu: Add rcutorture system-shutdown capability
Paul E. McKenney
2
-4
/
+69
2011-12-11
rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCU
Paul E. McKenney
1
-5
/
+5
2011-12-11
rcu: Fix idle-task checks
Paul E. McKenney
2
-4
/
+4
2011-12-11
rcu: Allow dyntick-idle mode for CPUs with callbacks
Paul E. McKenney
3
-33
/
+132
2011-12-11
rcu: Add more information to the wrong-idle-task complaint
Paul E. McKenney
2
-4
/
+20
2011-12-11
rcu: Deconfuse dynticks entry-exit tracing
Paul E. McKenney
4
-32
/
+53
2011-12-11
rcu: Add documentation for raw SRCU read-side primitives
Paul E. McKenney
4
-16
/
+29
2011-12-11
rcu: Introduce raw SRCU read-side primitives
Paul E. McKenney
1
-0
/
+43
2011-12-11
powerpc: Tell RCU about idle after hcall tracing
Paul E. McKenney
2
-2
/
+18
2011-12-11
rcu: Fix early call to rcu_idle_enter()
Frederic Weisbecker
1
-1
/
+1
[next]