Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
[safe/jmp/linux-2.6] / kernel /
2009-12-05 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-12-05 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2009-12-05 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-12-05 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2009-12-05 Linus TorvaldsMerge branch 'core-softlockup-for-linus' of git://git...
2009-12-05 Linus TorvaldsMerge branch 'core-signal-for-linus' of git://git....
2009-12-05 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2009-12-05 Linus TorvaldsMerge branch 'core-printk-for-linus' of git://git....
2009-12-05 Linus TorvaldsMerge branch 'core-locking-for-linus' of git://git...
2009-12-05 Linus TorvaldsMerge branch 'core-ipi-for-linus' of git://git./linux...
2009-12-03 Patrick McHardyipv4 05/05: add sysctl to accept packets with local...
2009-12-03 Frederic Weisbeckermutex: Fix missing conditions to build mutex_spin_on_ow...
2009-12-03 Frederic Weisbeckermutex: Better control mutex adaptive spinning config
2009-12-03 Paul E. McKenneyrcu: Add expedited grace-period support for preemptible RCU
2009-12-03 Paul E. McKenneyrcu: Enable fourth level of TREE_RCU hierarchy
2009-12-03 Paul E. McKenneyrcu: Rename "quiet" functions
2009-12-03 James MorrisMerge branch 'master' into next
2009-12-02 Helge Dellermodules: don't export section names of empty sections...
2009-12-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-12-01 David HowellsSLOW_WORK: Move slow_work's proc file to debugfs
2009-12-01 David HowellsSLOW_WORK: Fix the CONFIG_MODULES=n case
2009-11-27 Anton Blanchardsoftlockup: Fix hung_task_check_count sysctl
2009-11-25 Steven Rostedtring-buffer-benchmark: Add parameters to set produce...
2009-11-24 Serge E. Hallynremove CONFIG_SECURITY_FILE_CAPABILITIES compile option
2009-11-23 Andrew G. MorganSilence the existing API for capability version compati...
2009-11-23 Ingo Molnartracing, function tracer: Clean up strstrip() usage
2009-11-23 Ingo Molnarring-buffer benchmark: Run producer/consumer threads...
2009-11-22 Paul E. McKenneyrcu: Re-arrange code to reduce #ifdef pain
2009-11-22 Paul E. McKenneyrcu: Eliminate unneeded function wrapping
2009-11-22 Paul E. McKenneyrcu: Fix grace-period-stall bug on large systems with...
2009-11-20 Thomas Gleixnergenirq: Fix spurious irq seqfile conversion
2009-11-19 David HowellsSLOW_WORK: Allow a requeueable work item to sleep till...
2009-11-19 David HowellsSLOW_WORK: Allow the work items to be viewed through...
2009-11-19 Jens AxboeSLOW_WORK: Add delayed_slow_work support
2009-11-19 Jens AxboeSLOW_WORK: Add support for cancellation of slow work
2009-11-19 Jens AxboeSLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optional
2009-11-19 David HowellsSLOW_WORK: Wait for outstanding work items belonging...
2009-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-18 Rusty Russellgeneric-ipi: Add smp_call_function_any()
2009-11-18 Alexey Dobriyangenirq: switch /proc/irq/*/spurious to seq_file
2009-11-18 Tejun Heoworkqueue: fix race condition in schedule_on_each_cpu()
2009-11-17 Lai Jiangshantracing: Prevent build warning: 'ftrace_graph_buf'...
2009-11-17 Carsten Emdetracing: Fix trace_marker output
2009-11-17 Steven Rostedtring-buffer: Move access to commit_page up into functio...
2009-11-14 Paul E. McKenneyrcu: Eliminate __rcu_pending() false positives
2009-11-14 Paul E. McKenneyrcu: Further cleanups of use of lastcomp
2009-11-13 Thomas Gleixnerlocking: Reduce ifdefs in kernel/spinlock.c
2009-11-13 Thomas Gleixnerlocking: Make inlining decision Kconfig based
2009-11-13 Paul E. McKenneyrcu: Simplify association of forced quiescent states...
2009-11-13 Paul E. McKenneyrcu: Accelerate callback processing on CPUs not detecti...
2009-11-12 Steven Rostedttracing: do not disable interrupts for trace_clock_local
2009-11-12 Steven Rostedtring-buffer: Add multiple iterations between benchmark...
2009-11-12 David S. Millerclocksource/timecompare: Fix symbol exports to be GPL'd.
2009-11-12 Roel Kluintracing: Fix return value of tracing_stats_read()
2009-11-11 Paul E. McKenneyrcu: Mark init-time-only rcu_bootup_announce() as __init
2009-11-11 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-11-11 Linus TorvaldsMerge branch 'irq-fixes-for-linus' of git://git./linux...
2009-11-10 Paul E. McKenneyrcu: Simplify association of quiescent states with...
2009-11-10 Paul E. McKenneyrcu: Rename dynticks_completed to completed_fqs
2009-11-10 Paul E. McKenneyrcu: Enable synchronize_sched_expedited() fastpath
2009-11-10 Paul E. McKenneyrcu: Remove inline from forward-referenced functions
2009-11-10 Paul E. McKenneyrcu: Fix note_new_gpnum() uses of ->gpnum
2009-11-10 Paul E. McKenneyrcu: Fix synchronization for rcu_process_gp_end() uses...
2009-11-10 Paul E. McKenneyrcu: Prepare for synchronization fixes: clean up for...
2009-11-10 Ingo MolnarMerge branch 'core/urgent' into core/rcu
2009-11-09 Eric Parissecurity: report the module name to security_module_request
2009-11-09 Naohiro Ooiwasignal: Print warning message when dropping signals
2009-11-08 Cyrill Gorcunovsched: Use root_task_group_empty only with FAIR_GROUP_SCHED
2009-11-08 Cyrill Gorcunovirq: Do not attempt to create subdirectories if /proc...
2009-11-08 Randy Dunlapsched: Fix kernel-doc function parameter name
2009-11-07 Yong Zhanggenirq: try_one_irq() must be called with irq disabled
2009-11-05 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2009-11-05 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-11-04 Thomas Gleixnerirq: Remove unused debug_poll_all_shared_irqs()
2009-11-04 Liuweniirq: Fix docbook comments
2009-11-04 Li Zefanftrace: Fix unmatched locking in ftrace_regex_write()
2009-11-04 Lai Jiangshanring-buffer: Synchronize resizing buffer with reader...
2009-11-03 Linus TorvaldsMerge branch 'pm-fixes' of git://git./linux/kernel...
2009-11-03 Ian CampbellCorrect nr_processes() when CPUs have been unplugged
2009-11-03 Jiri SlabyPM / Hibernate: Add newline to load_image() fail path
2009-11-03 Jiri SlabyPM / Hibernate: Fix error handling in save_image()
2009-11-03 Jiri SlabyPM / Hibernate: Fix blkdev refleaks
2009-11-03 Mike Galbraithsched: Fix kthread_bind() by moving the body of kthread...
2009-11-02 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-11-02 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2009-11-02 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-11-02 Ananth N Mavinakay... kprobes: Sanitize struct kretprobe_instance allocations
2009-11-02 Lai Jiangshanrcu: Cleanup: balance rcu_irq_enter()/rcu_irq_exit...
2009-11-02 Paul E. McKenneyrcu: Fix long-grace-period race between forcing and...
2009-11-02 Thomas Gleixneruids: Prevent tear down race
2009-11-02 Rusty Russellsched: Fix boot crash by zalloc()ing most of the cpu...
2009-11-02 Li Zefantracing: Fix to use __always_unused attribute
2009-10-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-10-29 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-param...
2009-10-29 Linus TorvaldsMerge branch 'hwpoison-2.6.32' of git://git./linux...
2009-10-29 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-10-29 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2009-10-29 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2009-10-29 Alexey Dobriyansysctl: fix false positives when PROC_SYSCTL=n
2009-10-29 KOSAKI Motohirocgroup: fix strstrip() misuse
next