drm/radeon/kms/pm: Disable voltage adjust on RS780/RS880
[safe/jmp/linux-2.6] / kernel /
2010-06-05 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2010-06-05 Rusty Russellmodule: fix bne2 "gave up waiting for init of module...
2010-06-05 Rusty Russellmodule: verify_export_symbols under the lock
2010-06-05 Linus Torvaldsmodule: move find_module check to end
2010-06-05 Rusty Russellmodule: make locking more fine-grained.
2010-06-05 Rusty Russellmodule: Make module sysfs functions private.
2010-06-05 Rusty Russellmodule: move sysfs exposure to end of load_module
2010-06-05 Rusty Russellmodule: fix kdb's illicit use of struct module_use.
2010-06-05 Linus Torvaldsmodule: Make the 'usage' lists be two-way
2010-06-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-06-04 Akinobu Mitakernel/: fix BUG_ON checks for cpu notifier callbacks...
2010-06-04 Greg Thelencgroups: alloc_css_id() increments hierarchy depth
2010-06-04 Oleg Nesterovsys_personality: change sys_personality() to accept...
2010-06-03 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-06-03 Linus TorvaldsMerge branch 'perf-fixes-for-linus-2' of git://git...
2010-06-03 Peter Zijlstraperf: Fix crash in swevents
2010-06-03 Jens Axboepipe: change /proc/sys/fs/pipe-max-pages to byte sized...
2010-06-01 Daniel J Bluemanfix cpu_chain section mismatch...
2010-06-01 Linus TorvaldsMerge branch 'for-35' of git://repo.or.cz/linux-kbuild
2010-06-01 Peter Zijlstrasched: Fix wake_affine() vs RT tasks
2010-05-31 Rusty Russellmodule: fix reference to mod->percpu after freeing...
2010-05-31 Randy Dunlapblktrace: Fix new kernel-doc warnings
2010-05-31 Frederic Weisbeckerperf_events: Fix unincremented buffer base on partial...
2010-05-31 Stephane Eranianperf_events: Fix event scheduling issues introduced...
2010-05-31 Peter Zijlstraperf_events, trace: Fix perf_trace_destroy(), mutex...
2010-05-31 Peter Zijlstraperf_events, trace: Fix probe unregister race
2010-05-31 Peter Zijlstraperf_events: Fix races in group composition
2010-05-31 Peter Zijlstraperf_events: Fix races and clean up perf_event and...
2010-05-31 Amit K. Arorasched: Make sure timers have migrated before killing...
2010-05-30 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2010-05-30 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-05-30 Rafael J. WysockiCPU: Avoid using unititialized error variable in disabl...
2010-05-30 Linus TorvaldsRevert "cpusets: randomize node rotor used in cpuset_me...
2010-05-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-29 Sage Weilsched: add wait_for_completion_killable_timeout
2010-05-28 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2010-05-28 Al ViroFix racy use of anon_inode_getfd() in perf_event.c
2010-05-27 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-05-27 Andrey Vaginposix_timer: Fix error path in timer_create
2010-05-27 Linus TorvaldsAvoid warning when CPU hotplug isn't enabled
2010-05-27 Lee Schermerhornnuma: in-kernel profiling: use cpu_to_mem() for per...
2010-05-27 Anton Blanchardpanic: call console_verbose() in panic
2010-05-27 Oleg Nesterovpids: fix fork_idle() to setup ->pids correctly
2010-05-27 Hedi Berrichepids: increase pid_max based on num_possible_cpus
2010-05-27 Lai Jiangshancpuhotplug: do not need cpu_hotplug_begin() when CONFIG...
2010-05-27 Akinobu Mitakernel/: convert cpu notifier to return encapsulate...
2010-05-27 Akinobu Mitacpu-hotplug: return better errno on cpu hotplug failure
2010-05-27 Akinobu Mitacpu-hotplug: introduce cpu_notify(), __cpu_notify(...
2010-05-27 Oleg Nesterovproc: turn signal_struct->count into "int nr_threads"
2010-05-27 Oleg Nesterovproc_sched_show_task(): use get_nr_threads()
2010-05-27 Oleg Nesterovcheck_unshare_flags: kill the bogus CLONE_SIGHAND/sig...
2010-05-27 Oleg Nesterovexit: move taskstats_tgid_free() from __exit_signal...
2010-05-27 Oleg Nesterovkill the obsolete thread_group_cputime_free() helper
2010-05-27 Oleg Nesterovexit: __exit_signal: use thread_group_leader() consistently
2010-05-27 Oleg Nesterovsignals: kill the awful task_rq_unlock_wait() hack
2010-05-27 Oleg Nesterovsignals: clear signal->tty when the last thread exits
2010-05-27 Oleg Nesterovsignals: make task_struct->signal immutable/refcountable
2010-05-27 Oleg Nesterovfork/exit: move tty_kref_put() outside of __cleanup_sig...
2010-05-27 Oleg Nesterovposix-cpu-timers: avoid "task->signal != NULL" checks
2010-05-27 Oleg Nesterovexit: avoid sig->count in __exit_signal() to detect...
2010-05-27 Oleg Nesterovexit: avoid sig->count in de_thread/__exit_signal synch...
2010-05-27 Oleg Nesterovexit: change zap_other_threads() to count sub-threads
2010-05-27 Oleg Nesterovexit: exit_notify() can trust signal->notify_count < 0
2010-05-27 Oleg Nesterovcall_usermodehelper: UMH_WAIT_EXEC ignores kernel_threa...
2010-05-27 Oleg Nesterovcall_usermodehelper: simplify/fix UMH_NO_WAIT case
2010-05-27 Oleg Nesterovwait_for_helper: SIGCHLD from user-space can lead to...
2010-05-27 Oleg Nesterovcall_usermodehelper: no need to unblock signals
2010-05-27 Oleg Nesterovumh: creds: kill subprocess_info->cred logic
2010-05-27 Oleg Nesterovumh: creds: convert call_usermodehelper_keys() to use...
2010-05-27 Neil Hormanexec: replace call_usermodehelper_pipe with use of...
2010-05-27 Neil Hormankmod: add init function to usermodehelper
2010-05-27 Oleg Nesterovsignals: check_kill_permission(): don't check creds...
2010-05-27 Oleg Nesterovptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm
2010-05-27 Mike Frysingerptrace: unify FDPIC implementations
2010-05-27 Jack Steinercpusets: randomize node rotor used in cpuset_mem_spread...
2010-05-27 Jack Steinercpusets: new round-robin rotor for SLAB allocations
2010-05-27 Kirill A. Shutemovcgroups: make cftype.unregister_event() void-returning
2010-05-26 Stanislaw Gruszkahrtimer: Avoid double seqlock
2010-05-26 Thomas Gleixnertimers: Move local variable into else section
2010-05-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-05-25 Linus TorvaldsRevert "module: drop the lock while waiting for module...
2010-05-25 J. R. Okajimaproc_dointvec: write a single value
2010-05-25 Thomas Gleixnertimers: Fix slack calculation really
2010-05-25 Steven Rostedtring-buffer: Move zeroing out excess in page to ring...
2010-05-25 Steven Rostedtring-buffer: Reset "real_end" when page is filled
2010-05-25 Andy Shevchenkosysctl: don't use own implementation of hex_to_bin()
2010-05-25 Wenji Huangmodule: remove duplicate declaration of __ksymtab_gpl_f...
2010-05-25 Haicheng Limem-hotplug: fix potential race while building zonelist...
2010-05-25 Haicheng Limem-hotplug: avoid multiple zones sharing same boot...
2010-05-25 minskey guocpu/mem hotplug: enable CPUs online before local memory...
2010-05-25 Mel Gormanmm: compaction: add a tunable that decides when memory...
2010-05-25 Mel Gormanmm: compaction: add /proc trigger for memory compaction
2010-05-25 Miao Xiecpuset,mm: fix no node to alloc memory when changing...
2010-05-25 Miao Xiemempolicy: restructure rebinding-mempolicy functions
2010-05-25 Peter Zijlstraperf, trace: Fix !x86 build bug
2010-05-24 Jeff Chuatimers: Fix slack calculation for expired timers
2010-05-24 Thomas Gleixnertimekeeping: Fix timezone update
2010-05-22 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2010-05-22 Linus TorvaldsMerge git://git.infradead.org/iommu-2.6
2010-05-22 Linus TorvaldsMerge branch 'modules' of git://git./linux/kernel/git...
next