aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-04-0411-75/+153
|\
| * perf: Always build the powerpc perf_arch_fetch_caller_regs versionFrederic Weisbecker2010-04-031-2/+0
| * perf: Always build the stub perf_arch_fetch_caller_regs versionFrederic Weisbecker2010-04-031-2/+1
| * perf, probe-finder: Build fix on DebianBorislav Petkov2010-04-021-5/+5
| * perf/scripts: Tuple was set from long in both branches in python_process_event()Tom Zanussi2010-04-021-5/+12
| * perf: Fix 'perf sched record' deadlockMike Galbraith2010-04-021-3/+12
| * perf, x86: Fix callgraphs of 32-bit processes on 64-bit kernelsTorok Edwin2010-04-022-5/+44
| * perf, x86: Fix AMD hotplug & constraint initializationPeter Zijlstra2010-04-022-36/+52
| * x86: Move notify_cpu_starting() callback to a later stagePeter Zijlstra2010-04-021-2/+2
| * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-04-025-15/+25
| |\
| | * x86,kgdb: Always initialize the hw breakpoint attributeJason Wessel2010-04-011-1/+1
| | * perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker2010-04-013-12/+15
| | * perf: Correctly align perf event tracing bufferFrederic Weisbecker2010-04-011-2/+9
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-04-042-5/+1
|\ \ \
| * | | sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov2010-04-021-1/+1
| * | | sched: Fix proc_sched_set_task()Mike Galbraith2010-04-021-4/+0
| |/ /
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-04-042-5/+7
|\ \ \
| * | | ring-buffer: Add missing unlockJulia Lawall2010-03-291-3/+5
| * | | tracing: Fix lockdep warning in global_clock()Li Zefan2010-03-291-2/+2
| | |/ | |/|
* | | proc: pagemap: Hold mmap_sem during page walkKAMEZAWA Hiroyuki2010-04-041-49/+38
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-04-0213-47/+137
|\ \ \
| * | | ARM: 5965/1: Fix soft lockup in at91 udc driverHarro Haan2010-03-291-0/+9
| * | | ARM: 6006/1: ARM: Use the correct NOP size in memmove for Thumb-2 kernel buildsCatalin Marinas2010-03-291-2/+2
| * | | ARM: 6005/1: arm: kprobes: fix register corruption with jprobesMika Westerberg2010-03-291-1/+9
| * | | ARM: 6003/1: removing compilation warning from pl061.hviresh kumar2010-03-291-0/+2
| * | | ARM: 6001/1: removing compilation warning comming from clkdev.hviresh kumar2010-03-291-0/+1
| * | | ARM: 6000/1: removing compilation warning comming from <asm/irq.h>viresh kumar2010-03-291-0/+1
| * | | ARM: 5999/1: Including device.h and resource.h header files in linux/amba/bus.hviresh kumar2010-03-291-0/+3
| * | | ARM: 5997/1: ARM: Correct the VFPv3 detectionCatalin Marinas2010-03-281-1/+1
| * | | ARM: 5996/1: ARM: Change the mandatory barriers implementation (4/4)Catalin Marinas2010-03-252-6/+16
| * | | ARM: 5995/1: ARM: Add L2x0 outer_sync() support (3/4)Catalin Marinas2010-03-252-0/+11
| * | | ARM: 5994/1: ARM: Add outer_cache_fns.sync function pointer (2/4)Catalin Marinas2010-03-252-0/+20
| * | | ARM: 5993/1: ARM: Move the outer_cache definitions into a separate file (1/4)Catalin Marinas2010-03-252-37/+62
* | | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-04-023-2/+61
|\ \ \ \
| * | | | powerpc/5200: in lpbfifo, flag DMA irqs as enabled after requesting themRoman Fietze2010-03-261-0/+2
| * | | | powerpc/fsl: add device tree binding for QE firmwareTimur Tabi2010-03-261-0/+54
| * | | | of/flattree: Fix unhandled OF_DT_NOP tag when unflattening the device treeJason Gunthorpe2010-03-261-2/+5
* | | | | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-04-021-6/+4
|\ \ \ \ \
| * | | | | reiserfs: Fix locking BUG during mount failureJeff Mahoney2010-03-301-6/+4
* | | | | | PCI quirk: RS780/RS880: disable MSI behind the PCI bridgeClemens Ladisch2010-04-021-33/+3
* | | | | | Merge branch 'kgdb-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2010-04-022-102/+109
|\ \ \ \ \ \
| * | | | | | kgdb: Turn off tracing while in the debuggerJason Wessel2010-04-021-0/+8
| * | | | | | kgdb: use atomic_inc and atomic_dec instead of atomic_setJason Wessel2010-04-021-8/+7
| * | | | | | kgdb: eliminate kgdb_wait(), all cpus enter the same wayJason Wessel2010-04-021-83/+82
| * | | | | | kgdbts,sh: Add in breakpoint pc offset for superhJason Wessel2010-04-021-0/+6
| * | | | | | kgdb: have ebin2mem call probe_kernel_write onceJason Wessel2010-04-021-14/+9
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-04-023-8/+13
|\ \ \ \ \ \
| * | | | | | Freezer: Fix buggy resume test for tasks frozen with cgroup freezerMatt Helsley2010-03-263-6/+12
| * | | | | | Freezer: Only show the state of tasks refusing to freezeXiaotian Feng2010-03-261-2/+1
* | | | | | | tty: release_one_tty() forgets to put pidsOleg Nesterov2010-04-021-0/+2