summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-081-0/+1
|\
| * Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity2009-12-031-0/+1
| |\
| | * x86: Fix user return notifier buildAvi Kivity2009-10-251-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-1/+1
|\ \ \
| * | | sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman2009-11-061-1/+1
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-051-0/+2
|\ \ \
| * | | perf events: Do not generate function trace entries in perf codeIngo Molnar2009-11-231-0/+1
| * | | Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-181-4/+1
| |\ \ \ | | |/ /
| * | | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-09-151-4/+2
| |\ \ \
| * \ \ \ Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-071-1/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-171-0/+2
| |\ \ \ \ \
| * | | | | | hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad2009-06-021-0/+1
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-051-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney2009-10-261-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells2009-12-011-1/+1
* | | | | | SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells2009-11-191-0/+1
|/ / / / /
* | | | | cgroups: move the cgroup debug subsys into cgroup.c to access internal statePaul Menage2009-09-241-1/+0
* | | | | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-1/+1
|\ \ \ \ \
| * | | | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-1/+1
* | | | | | tracing: Remove markersChristoph Hellwig2009-09-181-1/+0
|/ / / / /
* | | | | driver-core: move dma-coherent.c from kernel to driver/baseMing Lei2009-09-151-1/+0
| |_|_|/ |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2009-09-141-1/+1
|\ \ \ \
| * | | | kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not setSteven Rostedt2009-08-181-1/+1
| | |_|/ | |/| |
* | | | rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-231-2/+0
* | | | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-231-0/+1
* | | | Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar2009-08-151-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-06-281-0/+1
| |\ \ \
| | * | | ring-buffer: Make it generally availablePaul Mundt2009-06-251-0/+1
| * | | | audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALLEric Paris2009-06-241-2/+2
| * | | | audit: seperate audit inode watches into a subfileEric Paris2009-06-231-1/+1
| |/ / /
* | | | rcu: Remove Classic RCUPaul E. McKenney2009-06-241-1/+0
|/ / /
* | | gcov: add gcov profiling infrastructurePeter Oberparleiter2009-06-181-0/+1
| |/ |/|
* | groups: move code to kernel/groups.cAlexey Dobriyan2009-06-161-0/+1
* | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-0/+1
|\ \ | |/
| * Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-241-0/+1
| |\
| * | tracing: make the trace clocks available generallyIngo Molnar2009-04-141-0/+1
* | | Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-081-0/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'linus' into core/softlockupIngo Molnar2009-04-071-0/+2
| |\ \ | | |/
| * | Merge branch 'linus' into core/softlockupIngo Molnar2009-02-121-3/+2
| |\ \
| * | | softlockup: decouple hung tasks check from softlockup detectionMandeep Singh Baines2009-01-161-0/+1
* | | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells2009-04-031-0/+1
* | | | Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-261-0/+1
|\ \ \ \ | |/ / /
| * | | pm: fix build for CONFIG_PM unsetRafael J. Wysocki2009-02-181-0/+1
| | |/ | |/|
* | | Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-211-3/+2
|\ \ \ | |/ /
| * | kernel/up.c: omit it if SMP=y, USE_GENERIC_SMP_HELPERS=nAndrew Morton2009-01-141-3/+2
| |/
* | Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-181-1/+5
|\ \ | |/
| * smp_call_function_single(): be slightly less stupidAndrew Morton2009-01-111-1/+5
* | Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-111-4/+5
|\ \ | |/
| * async: Asynchronous function calls to speed up kernel bootArjan van de Ven2009-01-071-1/+2
OpenPOWER on IntegriCloud