Show patches with: Archived = No       |   39927 patches
« 1 2 ... 386 387 388399 400 »
Patch Series S/W/F Date Submitter Delegate State
pinctrl/u300: drop unused variable --- 2012-06-19 Linus Walleij Accepted
pinctrl/coh901: use clk_prepare_enable() --- 2012-06-19 Linus Walleij New
pinctrl/u300: delete pointless debug print --- 2012-06-19 Linus Walleij Accepted
[7/7] pstore/ram_core: Get rid of prz->ecc enable/disable flag --- 2012-06-19 Anton Vorontsov Superseded
[6/7] pstore/ram: Make ECC size configurable --- 2012-06-19 Anton Vorontsov New
[5/7] pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_poly --- 2012-06-19 Anton Vorontsov Superseded
[4/7] pstore/ram_core: Better ECC size checking --- 2012-06-19 Anton Vorontsov Accepted
[3/7] pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size) --- 2012-06-19 Anton Vorontsov Accepted
[2/7] pstore/ram: Fix error handling during przs allocation --- 2012-06-19 Anton Vorontsov Accepted
[1/7] pstore/ram: Probe as early as possible --- 2012-06-19 Anton Vorontsov Accepted
pinctrl: select the proper symbol --- 2012-06-18 Linus Walleij Accepted
[tip/core/rcu,15/15] rcu: RCU_SAVE_DYNTICK code no longer ever dead --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,14/15] rcu: Use for_each_rcu_flavor() in TREE_RCU tracing --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,13/15] rcu: Introduce for_each_rcu_flavor() and use it --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,12/15] rcu: Remove unneeded __rcu_process_callbacks() argument --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,11/15] rcu: Add rcu_barrier() statistics to debugfs tracing --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,10/15] rcu: Add tracing for _rcu_barrier() --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,09/15] rcu: Increasing rcu_barrier() concurrency --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,08/15] rcu: Move rcu_barrier_mutex to rcu_state structure --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,07/15] rcu: Move rcu_barrier_completion to rcu_state structure --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,06/15] rcu: Move rcu_barrier_cpu_count to rcu_state structure --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,05/15] rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structures --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,04/15] rcu: Place pointer to call_rcu() in rcu_data structure --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,03/15] rcu: Prevent excessive line length in RCU_STATE_INITIALIZER() --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,02/15] rcu: Size rcu_node tree from nr_cpu_ids rather than NR_CPUS --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,01/15] rcu: Control RCU_FANOUT_LEAF from boot-time parameter --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,14/14] rcu: Fix rcu_is_cpu_idle() #ifdef in TINY_RCU --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,13/14] rcu: Split RCU core processing out of __call_rcu() --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,12/14] rcu: Prevent __call_rcu() from invoking RCU core on offline CPUs --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,11/14] rcu: Make __call_rcu() handle invocation from idle --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,10/14] rcu: Remove function versions of __kfree_rcu and __is_kfree_rcu_offset --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,09/14] rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,08/14] rcu: Remove return value from rcu_assign_pointer() --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,07/14] key: Remove extraneous parentheses from rcu_assign_keypointer() --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,06/14] rcu: Remove return value from RCU_INIT_POINTER() --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,05/14] rcu: Use new INIT_RCU_POINTER for gcc-style initializations --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,04/14] rcu: Add a gcc-style structure initializer for RCU pointers --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,03/14] rcu: Add ACCESS_ONCE() to ->qlen accesses --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,02/14] rcu: Consolidate duplicate callback-list initialization --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,01/14] rcu: Fix detection of abruptly-ending stall --- 2012-06-15 Paul E. McKenney Superseded
[tip/core/rcu,6/6] rcu: Make rcutorture fakewriters invoke rcu_barrier() --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,5/6] rcu: Fix diagnostic-printk typo in rcutorture --- 2012-06-15 Paul E. McKenney Accepted
[tip/core/rcu,4/6] rcu: Fix bug in rcu_barrier() torture test --- 2012-06-15 Paul E. McKenney New
[tip/core/rcu,3/6] rcu: Test srcu_barrier() from rcutorture test suite --- 2012-06-15 Paul E. McKenney Accepted
[tip/core/rcu,2/6] rcu: Rationalize ordering of torture_ops list --- 2012-06-15 Paul E. McKenney Accepted
[tip/core/rcu,1/6] rcu: Update documentation to cover call_srcu() and srcu_barrier(). --- 2012-06-15 Paul E. McKenney New
[6/6] pstore/ram: Add ftrace messages handling --- 2012-06-15 Anton Vorontsov New
[5/6] pstore/ram: Convert to write_buf callback --- 2012-06-15 Anton Vorontsov Superseded
[4/6] tracing/function: Introduce persistent trace option --- 2012-06-15 Anton Vorontsov New
[3/6] pstore: Add persistent function tracing --- 2012-06-15 Anton Vorontsov New
[2/6] pstore: Introduce write_buf backend callback --- 2012-06-15 Anton Vorontsov Superseded
[1/6] tracing: Fix initialization failure path in tracing_set_tracer() --- 2012-06-15 Anton Vorontsov Superseded
pinctrl/nomadik: document Alt-C glitch --- 2012-06-15 Linus Walleij Accepted
printk: Ensure oops printing if console is locked --- 2012-06-13 Aurelien Gerault New
printk: Ensure oops printing if console is locked --- 2012-06-13 Aurelien Gerault New
[09/15] ARM: etm: Power down etm(s) when tracing is not enabled --- 2012-06-13 John Stultz Changes Requested
[08/15] ARM: etm: Support multiple ETMs/PTMs. --- 2012-06-13 John Stultz Changes Requested
[07/15] ARM: etm: Return the entire trace buffer if it is empty after reset --- 2012-06-13 John Stultz Changes Requested
[06/15] ARM: etm: Add some missing locks and error checks --- 2012-06-13 John Stultz Changes Requested
[05/15] ARM: etm: Configure data tracing --- 2012-06-13 John Stultz Changes Requested
[04/15] ARM: etm: Allow range selection --- 2012-06-13 John Stultz Changes Requested
[03/15] ARM: etm: Don't try to clear the buffer full status after reading the buffer --- 2012-06-13 John Stultz Changes Requested
[02/15] ARM: etm: Don't limit tracing to only non-secure code. --- 2012-06-13 John Stultz Changes Requested
[01/15] ARM: etm: Don't require clock control --- 2012-06-13 John Stultz Changes Requested
[6/6,RFC,HACK] mm: Change memory management of anonymous pages on swapless systems --- 2012-06-13 John Stultz Superseded
[5/6,RFC,HACK] tmpfs: Purge volatile ranges on writepage instead of using shrinker --- 2012-06-13 John Stultz Superseded
[4/6,RFC] ashmem: Convert ashmem to use volatile ranges --- 2012-06-13 John Stultz Superseded
[3/6,RFC] tmpfs: Add FALLOC_FL_MARK_VOLATILE/UNMARK_VOLATILE handlers --- 2012-06-13 John Stultz Superseded
[2/6,RFC] Add volatile range management code --- 2012-06-13 John Stultz Superseded
[1/6,RFC] Interval tree implementation --- 2012-06-13 John Stultz Superseded
mfd: ab3100-core: use devm allocation --- 2012-06-12 Linus Walleij Accepted
dma: coh901318: use devm allocation --- 2012-06-12 Linus Walleij Accepted
perf report: fix event name reporting --- 2012-06-12 Arnaldo Carvalho de Melo Accepted
pinctrl: nomadik: fix up typo --- 2012-06-12 Linus Walleij Accepted
perf sched replay: fix event lookup --- 2012-06-09 Dmitry Antipov New
perf report: fix event name reporting --- 2012-06-08 Dmitry Antipov New
[rcu,8/8] rcu: Fix qlen_lazy breakage --- 2012-06-08 Paul E. McKenney Accepted
[rcu,7/8] rcu: Round FAST_NO_HZ lazy timeout to nearest second --- 2012-06-08 Paul E. McKenney New
[rcu,6/8] rcu: The rcu_needs_cpu() function is not a quiescent state --- 2012-06-08 Paul E. McKenney Accepted
[rcu,5/8] rcu: Dump only the current CPU's buffers for idle-entry/exit warnings --- 2012-06-08 Paul E. McKenney Accepted
[rcu,4/8] rcu: Precompute RCU_FAST_NO_HZ timer offsets --- 2012-06-08 Paul E. McKenney Accepted
[rcu,3/8] rcu: Move RCU_FAST_NO_HZ per-CPU variables to rcu_dynticks structure --- 2012-06-08 Paul E. McKenney Accepted
[rcu,2/8] rcu: Update RCU_FAST_NO_HZ tracing for lazy callbacks --- 2012-06-08 Paul E. McKenney Accepted
[rcu,1/8] rcu: RCU_FAST_NO_HZ detection of callback adoption --- 2012-06-08 Paul E. McKenney Accepted
[0/5] Some vmevent fixes... --- 2012-06-07 Minchan Kim New
[1/1] PM: devfreq: Add missing static storage class specifier in devfreq.c file --- 2012-06-06 Sachin Kamat Accepted
[v3] mfd/ab8500: print switch off cause --- 2012-06-05 Linus Walleij New
[1/1] DMA: PL330: Add missing static storage class specifier --- 2012-06-04 Sachin Kamat Accepted
[1/1] mfd: max8997: Add missing static storage class specifier --- 2012-06-04 Sachin Kamat Accepted
[RESEND,v2] mfd/ab8500: print switch off cause --- 2012-06-04 Linus Walleij New
mtip32xx: Remove version.h header file inclusion --- 2012-06-03 Sachin Kamat Accepted
[3/3,RFC] tmpfs: Add FALLOC_FL_MARK_VOLATILE/UNMARK_VOLATILE handlers --- 2012-06-01 John Stultz Superseded
[2/3,RFC] Add volatile range management code --- 2012-06-01 John Stultz Superseded
[1/3,RFC] Interval tree implementation --- 2012-06-01 John Stultz Superseded
[3/3,RFC] tmpfs: Add FALLOC_FL_MARK_VOLATILE/UNMARK_VOLATILE handlers --- 2012-06-01 John Stultz Superseded
[2/3,RFC] Add volatile range management code --- 2012-06-01 John Stultz Superseded
[1/3,RFC] Interval tree implementation --- 2012-06-01 John Stultz Superseded
[5/5] vmevent: Rename one-shot mode to edge trigger mode --- 2012-06-01 Anton Vorontsov New
[4/5] vmevent: Hide meaningful names from the user-visible header --- 2012-06-01 Anton Vorontsov New
[3/5] vmevent: Refresh vmstats before sampling --- 2012-06-01 Anton Vorontsov New
« 1 2 ... 386 387 388399 400 »