summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar2011-11-151-0/+2
|\
| * Merge branch 'perf/core' into oprofile/masterRobert Richter2011-11-086-44/+27
| |\
| * | oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter2011-11-041-0/+2
* | | events: Don't divide events if it has field periodAndrew Vagin2011-11-141-1/+6
* | | perf: Carve out callchain functionalityBorislav Petkov2011-11-144-211/+230
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-11-119-31/+83
|\ \ \
| * | | tracing/latency: Fix header output for latency tracersJiri Olsa2011-11-074-2/+40
| * | | ftrace: Fix hash record accounting bugSteven Rostedt2011-11-071-1/+3
| * | | jump_label: jump_label_inc may return before the code is patchedGleb Natapov2011-11-071-1/+2
| * | | ftrace: Remove force undef config value left for testingSteven Rostedt2011-11-071-1/+0
| * | | lockdep: Show subclass in pretty print of lockdep outputSteven Rostedt2011-11-071-17/+13
| * | | tracing: Add boiler plate for subsystem filterSteven Rostedt2011-11-041-7/+19
| * | | tracing: Restore system filter behaviorLi Zefan2011-11-021-1/+6
| * | | tracing: fix event_subsystem ref countingIlya Dryomov2011-10-311-1/+0
* | | | PM / QoS: Set cpu_dma_pm_qos->nameDominik Brodowski2011-11-071-0/+1
* | | | Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds2011-11-061-16/+21
|\ \ \ \
| * | | | jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge2011-10-251-4/+1
| * | | | jump_label: add arch_jump_label_transform_static() to optimise non-live code ...Jeremy Fitzhardinge2011-10-251-3/+15
| * | | | jump_label: if a key has already been initialized, don't nop it outJeremy Fitzhardinge2011-10-251-12/+8
| * | | | stop_machine: make stop_machine safe and efficient to call earlyJeremy Fitzhardinge2011-10-251-0/+22
* | | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0678-65/+83
|\ \ \ \ \
| * | | | | irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2011-10-311-1/+1
| * | | | | kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-3110-0/+10
| * | | | | kernel: fix up module header handling in rcutiny filesPaul Gortmaker2011-10-312-1/+1
| * | | | | kernel: params.c needs module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
| * | | | | kernel: ksysfs.c is implicitly using stat.hPaul Gortmaker2011-10-311-0/+1
| * | | | | kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker2011-10-311-0/+2
| * | | | | kernel: fix several implicit usasges of kmod.hPaul Gortmaker2011-10-313-0/+3
| * | | | | kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker2011-10-312-0/+2
| * | | | | kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-3161-61/+61
| * | | | | range: fix bogus misuse of module.h to get printk()Paul Gortmaker2011-10-311-1/+1
* | | | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+3
|\ \ \ \ \ \
| * | | | | | writeback: per task dirty rate limitWu Fengguang2011-10-031-0/+3
* | | | | | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-062-4/+9
|\ \ \ \ \ \ \
| * | | | | | | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2011-11-072-0/+7
| * | | | | | | module: Enable dynamic debugging regardless of taintBen Hutchings2011-11-071-4/+2
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-061-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: Allow SD_NODES_PER_DOMAIN to be overriddenAnton Blanchard2011-09-201-2/+0
* | | | | | | | | PM / Freezer: Revert 27920651fe "PM / Freezer: Make fake_signal_wake_up() wak...Tejun Heo2011-11-041-1/+1
* | | | | | | | | PM / QoS: Remove redundant checkGuennadi Liakhovetski2011-11-041-2/+1
* | | | | | | | | PM / Sleep: Fix race between CPU hotplug and freezerSrivatsa S. Bhat2011-11-041-0/+74
* | | | | | | | | Revert "perf: Add PM notifiers to fix CPU hotplug races"Linus Torvalds2011-11-031-95/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | memcg: replace ss->id_lock with a rwlockAndrew Bresticker2011-11-021-9/+9
* | | | | | | | sysctl: add support for poll()Lucas De Marchi2011-11-022-0/+25
* | | | | | | | cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes2011-11-021-3/+6
* | | | | | | | cgroups: don't attach task to subsystem if migration failedBen Blum2011-11-021-6/+9
* | | | | | | | cgroups: more safe tasklist locking in cgroup_attach_procBen Blum2011-11-021-3/+3
* | | | | | | | Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-6/+6
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'dt/gic' into next/dtArnd Bergmann2011-10-3110-30/+564
| |\ \ \ \ \ \ \ \
| | * | | | | | | | irq: support domains with non-zero hwirq baseRob Herring2011-10-311-6/+6
OpenPOWER on IntegriCloud