summaryrefslogtreecommitdiffstats
path: root/Documentation/pnp.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-13ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil1-1/+2
2011-12-13linux/log2.h: Fix rounddown_pow_of_two(1)Linus Torvalds1-1/+0
2011-12-13cpu: Export cpu_up()Paul E. McKenney1-0/+1
2011-12-12Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard6-48/+35
2011-12-12crush: fix mapping calculation when force argument doesn't existSage Weil1-22/+13
2011-12-12hwmon: (jz4740) Staticise jz4740_hwmon_driverAxel Lin1-1/+1
2011-12-12hwmon: (jz4740) fix signedness bugAxel Lin1-1/+1
2011-12-11ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlierArnaud Patard1-6/+6
2011-12-11rcu: Apply ACCESS_ONCE() to rcu_boost() return valuePaul E. McKenney2-3/+4
2011-12-11Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"Paul E. McKenney2-13/+0
2011-12-11docs: Additional LWN links to RCU APIKees Cook1-0/+1
2011-12-11rcu: Augment rcu_batch_end tracing for idle and callback statePaul E. McKenney4-13/+68
2011-12-11rcu: Add rcutorture tests for srcu_read_lock_raw()Paul E. McKenney1-1/+25
2011-12-11rcu: Make rcutorture test for hotpluggability before offlining CPUsPaul E. McKenney1-2/+2
2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett2-0/+8
2011-12-11rcu: Remove redundant rcu_cpu_stall_suppress declarationPaul E. McKenney1-2/+0
2011-12-11rcu: Adaptive dyntick-idle preparationPaul E. McKenney1-11/+43
2011-12-11rcu: Keep invoking callbacks if CPU otherwise idlePaul E. McKenney3-1/+19
2011-12-11rcu: Irq nesting is always 0 on rcu_enter_idle_commonFrederic Weisbecker1-3/+2
2011-12-11rcu: Don't check irq nesting from rcu idle entry/exitFrederic Weisbecker1-10/+8
2011-12-11rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney4-5/+78
2011-12-11rcu: Document same-context read-side constraintsPaul E. McKenney2-0/+20
2011-12-11rcu: Identify dyntick-idle CPUs on first force_quiescent_state() passPaul E. McKenney1-1/+1
2011-12-11rcu: Remove dynticks false positives and RCU failuresPaul E. McKenney1-2/+3
2011-12-11rcu: Reduce latency of rcu_prepare_for_idle()Paul E. McKenney1-5/+7
2011-12-11rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney4-82/+2
2011-12-11rcu: Avoid needlessly IPIing CPUs at GP endPaul E. McKenney1-2/+14
2011-12-11rcu: Go dyntick-idle more quickly if CPU has serviced current grace periodPaul E. McKenney1-6/+18
2011-12-11rcu: Add tracing for RCU_FAST_NO_HZPaul E. McKenney2-3/+52
2011-12-11rcu: Update trace_rcu_dyntick() header commentPaul E. McKenney1-2/+10
2011-12-11doc: Add load/store guarantees to Documentation/atomic-ops.txtPaul E. McKenney1-0/+87
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker17-91/+76
2011-12-11rcu: Add rcutorture CPU-hotplug capabilityPaul E. McKenney2-5/+120
2011-12-11tile: Make tile use the new is_idle_task() APIPaul E. McKenney1-2/+2
2011-12-11events: Make events use the new is_idle_task() APIPaul E. McKenney1-1/+1
2011-12-11kdb: Make KDB use the new is_idle_task() APIPaul E. McKenney1-1/+1
2011-12-11sparc: Make SPARC use the new is_idle_task() APIPaul E. McKenney1-1/+1
2011-12-11rcu: Make RCU use the new is_idle_task() APIPaul E. McKenney2-4/+4
2011-12-11sched: Add is_idle_task() to handle invalidated uses of idle_cpu()Paul E. McKenney1-0/+8
2011-12-11rcu: Control rcutorture startup from kernel boot parametersPaul E. McKenney1-0/+2
2011-12-11rcu: Add rcutorture system-shutdown capabilityPaul E. McKenney2-4/+69
2011-12-11rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCUPaul E. McKenney1-5/+5
2011-12-11rcu: Fix idle-task checksPaul E. McKenney2-4/+4
2011-12-11rcu: Allow dyntick-idle mode for CPUs with callbacksPaul E. McKenney3-33/+132
2011-12-11rcu: Add more information to the wrong-idle-task complaintPaul E. McKenney2-4/+20
2011-12-11rcu: Deconfuse dynticks entry-exit tracingPaul E. McKenney4-32/+53
2011-12-11rcu: Add documentation for raw SRCU read-side primitivesPaul E. McKenney4-16/+29
2011-12-11rcu: Introduce raw SRCU read-side primitivesPaul E. McKenney1-0/+43
2011-12-11powerpc: Tell RCU about idle after hcall tracingPaul E. McKenney2-2/+18
2011-12-11rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker1-1/+1