safe/jmp/linux-2.6
2009-05-06 Ingo MolnarMerge branch 'core/locking' into perfcounters/core
2009-05-05 Peter Zijlstraperf_counter: tools: update the tools to support proces...
2009-05-05 Peter Zijlstraperf_counter: inheritable sample counters
2009-05-05 Peter Zijlstraperf_counter: fix the output lock
2009-05-05 Peter Zijlstraperf_counter: provide an mlock threshold
2009-05-05 Peter Zijlstraperf_counter: add ioctl(PERF_COUNTER_IOC_RESET)
2009-05-05 Peter Zijlstraperf_counter: uncouple data_head updates from wakeups
2009-05-04 Ingo Molnarperf_counter: fix fixed-purpose counter support on...
2009-05-04 Ingo Molnarperf_counter: convert perf_resource_mutex to a spinlock
2009-05-04 Ingo Molnarperf_counter: initialize the per-cpu context earlier
2009-05-04 Peter Zijlstraperf_counter: x86: fixup nmi_watchdog vs perf_counter...
2009-05-04 Ingo Molnarperf_counter: round-robin per-CPU counters too
2009-05-03 Mike Galbraithperf_counter tools: fix build error
2009-05-01 Thomas Gleixnerperfcounter tools: get the syscall number from arch...
2009-05-01 Thomas Gleixnerperfcounter tools: fix pointer mismatch
2009-05-01 Thomas Gleixnerperfcounter tools: make rdclock an inline function
2009-05-01 Thomas Gleixnerperfcounter tools: move common defines ... to local...
2009-05-01 Thomas Gleixnerperf_counter tools: remove build generated files
2009-05-01 Ingo Molnarperf_counter tools: fix x86 syscall numbers
2009-05-01 Peter Zijlstraperf_counter: documentation update
2009-05-01 Peter Zijlstraperf_counter: tool: handle 0-length data files
2009-05-01 Peter Zijlstraperf_counter: fix nmi-watchdog interaction
2009-05-01 Peter Zijlstraperf_counter: fix race in perf_output_*
2009-04-30 Thomas GleixnerMerge branch 'core/signal' into perfcounters/core
2009-04-30 Thomas Gleixnerx86: hookup sys_rt_tgsigqueueinfo
2009-04-30 Thomas Gleixnersignals: implement sys_rt_tgsigqueueinfo
2009-04-30 Thomas Gleixnersignals: split do_tkill
2009-04-30 Ingo Molnarperf_counter tools: fix infinite loop in perf-report...
2009-04-30 Ingo Molnarperf_counter tools: perf stat: make -l default-on
2009-04-30 Ingo Molnarperf_counter tools: add perf-report to the Makefile
2009-04-30 Andrew Mortonmutex: add atomic_dec_and_mutex_lock(), fix
2009-04-30 Paul Mackerrasperf_counter: update copyright notice
2009-04-30 Linus TorvaldsLinux 2.6.30-rc4 v2.6.30-rc4
2009-04-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-30 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-04-29 Luis Henriqueslocking, rtmutex.c: Documentation cleanup
2009-04-29 Robert Richterperf_counter, x86: rename bitmasks to ->used_mask and...
2009-04-29 Devin HeitmuellerV4L/DVB (11652): au0828: fix kernel oops regression...
2009-04-29 Christopher... V4L/DVB (11626): cx23885: Two fixes for DViCO FusionHDT...
2009-04-29 Sascha HauerV4L/DVB (11612): mx3_camera: Fix compilation with CONFIG_PM
2009-04-29 Dean AndersonV4L/DVB (11570): patch: s2255drv: fix race condition...
2009-04-29 Jean DelvareV4L/DVB (11568): cx18: Fix the handling of i2c bus...
2009-04-29 Guennadi LiakhovetskiV4L/DVB (11561a): move media after i2c
2009-04-29 Dan CarpenterV4L/DVB (11516): drivers/media/video/saa5246a.c: fix...
2009-04-29 Dan CarpenterV4L/DVB (11515): drivers/media/video/saa5249.c: fix...
2009-04-29 Mauro Carvalho... V4L/DVB (11494a): cx231xx Kconfig fixes
2009-04-29 Andy WallsV4L/DVB (11494): cx18: Send correct input routing value...
2009-04-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-04-29 Eric Parismutex: add atomic_dec_and_mutex_lock()
2009-04-29 Paul Mackerrasperf_counter: powerpc: allow use of limited-function...
2009-04-29 Ingo Molnarperf_counter: add/update copyrights
2009-04-29 Robert Richterperf_counter: update 'perf top' documentation
2009-04-29 Robert Richterperf_counter, x86: remove unused function argument...
2009-04-29 Robert Richterperf_counter, x86: remove vendor check in fixed_mode_idx()
2009-04-29 Robert Richterperf_counter, x86: introduce max_period variable
2009-04-29 Robert Richterperf_counter, x86: return raw count with x86_perf_count...
2009-04-29 Robert Richterperf_counter, x86: implement the interrupt handler...
2009-04-29 Robert Richterperf_counter, x86: change and remove pmu initialization...
2009-04-29 Robert Richterperf_counter, x86: rework counter disable functions
2009-04-29 Robert Richterperf_counter, x86: rework counter enable functions
2009-04-29 Robert Richterperf_counter, x86: consistent use of type int for count...
2009-04-29 Robert Richterperf_counter, x86: generic use of cpuc->active
2009-04-29 Robert Richterperf_counter, x86: rename cpuc->active_mask
2009-04-29 Robert Richterperf_counter, x86: make x86_pmu_read() static inline
2009-04-29 Robert Richterperf_counter, x86: make pmu version generic
2009-04-29 Robert Richterperf_counter, x86: move counter parameters to struct...
2009-04-29 Robert Richterperf_counter, x86: make x86_pmu data a static struct
2009-04-29 Robert Richterperf_counter, x86: modify initialization of struct...
2009-04-29 Robert Richterperf_counter, x86: rename intel only functions
2009-04-29 Robert Richterperf_counter, x86: rename __hw_perf_counter_set_period...
2009-04-29 Robert Richterperf_counter, x86: remove ack_status() from struct...
2009-04-29 Robert Richterperf_counter, x86: remove get_status() from struct...
2009-04-29 Robert Richterperf_counter, x86: make interrupt handler model specific
2009-04-29 Robert Richterperf_counter, x86: rename struct pmc_x86_ops into struc...
2009-04-29 Robert Richterperfcounters: rename struct hw_perf_counter_ops into...
2009-04-29 Robert Richterperf_counter, x86: protect per-cpu variables with compi...
2009-04-29 Robert Richterperf_counter, x86: rework pmc_amd_save_disable_all...
2009-04-29 Robert Richterperf_counter, x86: add default path to cpu detection
2009-04-29 Robert Richterperf_counter, x86: declare perf_max_counters only for...
2009-04-29 Robert Richterperf_counter, x86: remove X86_FEATURE_ARCH_PERFMON...
2009-04-29 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-04-29 Thadeu Lima... e100: do not go D3 in shutdown unless system is powerin...
2009-04-29 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-04-29 Stephen Hemmingernetfilter: revised locking for x_tables
2009-04-29 Linus TorvaldsMerge branch 'drm-intel-next' of git://git./linux/kerne...
2009-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-28 Geert Uytterhoevenm68k: arch/m68k/kernel/sun3-head.S needs <linux/init.h>
2009-04-28 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-04-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-28 Roland DreierMerge branches 'cxgb3', 'ipoib', 'mthca', 'mlx4' and...
2009-04-28 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2009-04-28 Tim Abbottpowerpc: Revert switch to TEXT_TEXT in linker script
2009-04-28 FUJITA Tomonoribio: fix memcpy corruption in bio_copy_user_iov()
2009-04-28 Tejun Heohd: fix locking
2009-04-28 Bartlomiej... mg_disk: fix CONFIG_LBD=y warning
2009-04-28 Tejun Heomg_disk: fix locking
2009-04-28 Mark Brownregulator: Fix default constraints for fixed voltage...
2009-04-28 Philipp Zabelregulator/bq24022: fix bug in is_enabled function
2009-04-28 Mike Rapoportregulator/virtual: fix strings compare predicates
2009-04-28 Paul Walmsleyregulator core: fix double-free in regulator_register...
next