aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+3
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-0/+2
2010-09-22jump label: Base patch for jump labelJason Baron1-1/+1
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-5/+4
2010-08-27x86: Remove not used early_res codeYinghai Lu1-1/+0
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney1-0/+1
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-2/+3
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+0
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar1-1/+1
2010-07-28Audit: split audit watch KconfigEric Paris1-2/+3
2010-07-23slow-work: kill itTejun Heo1-2/+0
2010-05-20Move kernel/kgdb.c to kernel/debug/debug_core.cJason Wessel1-1/+1
2010-05-12lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus1-2/+1
2010-05-12Merge commit 'v2.6.34-rc7' into perf/nmiFrederic Weisbecker1-1/+6
2010-05-08cpu_stop: add dummy implementation for UPTejun Heo1-1/+1
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA1-0/+3
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2010-02-16core: Move early_res from arch/x86 to kernel/Yinghai Lu1-0/+1
2010-02-10x86: Move range related operation to one fileYinghai Lu1-1/+1
2010-02-08nmi_watchdog: Config option to enable new nmi_watchdogDon Zickus1-0/+1
2010-01-06padata: Generic parallelization/serialization interfaceSteffen Klassert1-0/+1
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-1/+1
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2009-12-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2009-12-03Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity1-0/+1
2009-12-01SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells1-1/+1
2009-11-23perf events: Do not generate function trace entries in perf codeIngo Molnar1-0/+1
2009-11-19SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells1-0/+1
2009-11-06sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman1-1/+1
2009-10-26rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney1-0/+1
2009-10-25x86: Fix user return notifier buildAvi Kivity1-0/+1
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker1-4/+1
2009-09-24cgroups: move the cgroup debug subsys into cgroup.c to access internal statePaul Menage1-1/+0
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-09-18tracing: Remove markersChristoph Hellwig1-1/+0
2009-09-15driver-core: move dma-coherent.c from kernel to driver/baseMing Lei1-1/+0
2009-09-15Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar1-4/+2
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-1/+1
2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar1-1/+3
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney1-2/+0
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney1-0/+1
2009-08-18kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not setSteven Rostedt1-1/+1
2009-08-15Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar1-1/+2
2009-06-28Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2009-06-25ring-buffer: Make it generally availablePaul Mundt1-0/+1
2009-06-24audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALLEric Paris1-2/+2
2009-06-24rcu: Remove Classic RCUPaul E. McKenney1-1/+0
2009-06-23audit: seperate audit inode watches into a subfileEric Paris1-1/+1
2009-06-18gcov: add gcov profiling infrastructurePeter Oberparleiter1-0/+1
2009-06-17Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar1-0/+2
2009-06-16groups: move code to kernel/groups.cAlexey Dobriyan1-0/+1
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-0/+1
2009-06-02hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad1-0/+1
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar1-0/+1
2009-04-14tracing: make the trace clocks available generallyIngo Molnar1-0/+1
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar1-0/+1
2009-04-07Merge branch 'linus' into core/softlockupIngo Molnar1-0/+2
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar1-0/+1
2009-04-03Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells1-0/+1
2009-02-26Merge branch 'x86/core' into perfcounters/coreIngo Molnar1-0/+1
2009-02-18pm: fix build for CONFIG_PM unsetRafael J. Wysocki1-0/+1
2009-02-12Merge branch 'linus' into core/softlockupIngo Molnar1-3/+2
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar1-3/+2
2009-01-18Merge branch 'core/percpu' into perfcounters/coreIngo Molnar1-1/+5
2009-01-16softlockup: decouple hung tasks check from softlockup detectionMandeep Singh Baines1-0/+1
2009-01-14kernel/up.c: omit it if SMP=y, USE_GENERIC_SMP_HELPERS=nAndrew Morton1-3/+2
2009-01-11smp_call_function_single(): be slightly less stupidAndrew Morton1-1/+5
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar1-4/+5
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven1-1/+2
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2008-12-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-3/+2
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+1
2008-12-18"Tree RCU": scalable classic RCU implementationPaul E. McKenney1-3/+3
2008-12-08performance counters: core codeThomas Gleixner1-0/+1
2008-11-19Merge branch 'linus' into sched/coreIngo Molnar1-2/+0
2008-11-18Merge branch 'master' into nextJames Morris1-3/+1
2008-11-17Remove -mno-spe flags as they dont belongKumar Gala1-3/+1
2008-11-14CRED: Detach the credentials from task_structDavid Howells1-1/+1
2008-11-11sched: rename SCHED_NO_NO_OMIT_FRAME_POINTER => SCHED_OMIT_FRAME_POINTERIngo Molnar1-1/+1
2008-11-03sched, ftrace: trace sched.cPeter Zijlstra1-1/+0
2008-10-22Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar1-2/+2
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt1-2/+2
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley1-0/+1
2008-10-20container freezer: make refrigerator always availableMatt Helsley1-0/+1
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers1-0/+1
2008-07-29Merge branch 'linus' into core/generic-dma-coherentIngo Molnar1-1/+4
2008-07-25build kernel/profile.o only when requestedAdrian Bunk1-1/+2
2008-07-18Merge branch 'linus' into core/generic-dma-coherentIngo Molnar1-2/+17
2008-07-18Revert parts of "ftrace: do not trace scheduler functions"Ingo Molnar1-0/+2
2008-07-17ftrace: do not trace scheduler functionsIngo Molnar1-2/+1
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-0/+1
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-0/+14
2008-07-11ftrace: trace scheduleSteven Rostedt1-1/+1
2008-06-30generic: per-device coherent dma allocatorDmitry Baryshkov1-0/+1
2008-06-26Add generic helpers for arch IPI function callsJens Axboe1-0/+1
2008-06-06sched: Move cpu masks from kernel/sched.c into kernel/cpu.cMax Krasnyansky1-2/+2
2008-06-06sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins1-0/+1
2008-05-23ftrace: use the new kbuild CFLAGS_REMOVE for kernel directorySteven Rostedt1-5/+9
2008-05-23ftrace: use Makefile to remove tracing from lockdepSteven Rostedt1-0/+8
2008-05-23ftrace: latency tracer infrastructureSteven Rostedt1-0/+1
2008-05-23ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo1-0/+1
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra1-1/+1
2008-04-29sysctl: allow embedded targets to disable sysctl_check.cHolger Schurig1-1/+1
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds1-0/+1
2008-04-17kgdb: coreJason Wessel1-0/+1
2008-04-17Generic semaphore implementationMatthew Wilcox1-1/+1
2008-02-08avoid overflows in kernel/time.cH. Peter Anvin1-0/+8
2008-02-08namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov1-0/+1
2008-02-08namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov1-2/+3
2008-02-08namespaces: move the UTS namespace under UTS_NS optionPavel Emelyanov1-1/+2
2008-02-07Memory controller: resource countersPavel Emelianov1-0/+1
2008-02-05latency.c: use QoS infrastructureMark Gross1-1/+1
2008-02-05pm qos infrastructure and interfaceMark Gross1-1/+1
2008-02-02kobject: Always build in kernel/ksysfs.o.Paul Mundt1-2/+1
2008-01-30x86: add a simple backtrace test moduleArjan van de Ven1-0/+1
2008-01-30x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli1-0/+1
2008-01-25sched: latencytop supportArjan van de Ven1-0/+1
2008-01-25Preempt-RCU: implementationPaul E. McKenney1-1/+6
2008-01-25Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cPaul E. McKenney1-1/+1
2007-11-14revert "Task Control Groups: example CPU accounting subsystem"Andrew Morton1-1/+0
2007-10-21[PATCH] audit: watching subtreesAl Viro1-0/+1
2007-10-19sysctl: Don't compile sysctl_check when !CONFIG_SYSCTLEric W. Biederman1-1/+2
2007-10-19Linux Kernel MarkersMathieu Desnoyers1-0/+1
2007-10-19cgroups: implement namespace tracking subsystemSerge E. Hallyn1-0/+1
2007-10-19Task Control Groups: simple task cgroup debug info subsystemPaul Menage1-0/+1
2007-10-19Task Control Groups: example CPU accounting subsystemPaul Menage1-0/+1
2007-10-19Task Control Groups: basic task cgroup frameworkPaul Menage1-0/+1
2007-10-19Add kernel/notifier.cAlexey Dobriyan1-2/+2
2007-10-18sysctl: Error on bad sysctl tablesEric W. Biederman1-1/+1
2007-07-16user namespace: add the frameworkCedric Le Goater1-1/+1
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater1-2/+2
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+1
2007-02-14[PATCH] sysctl: move utsname sysctls to their own fileEric W. Biederman1-0/+1
2006-12-15Remove stack unwinder for nowLinus Torvalds1-1/+0
2006-10-04[PATCH] srcu-3: RCU variant permitting read-side blockingPaul E. McKenney1-1/+1
2006-10-02[PATCH] namespaces: utsname: implement utsname namespacesSerge E. Hallyn1-0/+1
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-1/+1
2006-10-01[PATCH] csa: basic accounting over taskstatsJay Lan1-1/+1
2006-10-01[PATCH] maximum latency tracking infrastructureArjan van de Ven1-1/+1
2006-07-14[PATCH] per-task-delay-accounting: taskstats interfaceShailabh Nagar1-0/+1
2006-07-14[PATCH] per-task-delay-accounting: setupShailabh Nagar1-0/+1
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar1-0/+1
2006-07-03[PATCH] lockdep: prove rwsem locking correctnessIngo Molnar1-1/+1
2006-07-03[PATCH] lockdep: procfsIngo Molnar1-0/+3
2006-07-03[PATCH] lockdep: coreIngo Molnar1-0/+1
2006-07-03[PATCH] lockdep: stacktrace subsystem, coreIngo Molnar1-0/+1
2006-06-27[PATCH] pi-futex: rt mutex testerThomas Gleixner1-0/+1
2006-06-27[PATCH] pi-futex: rt mutex debugIngo Molnar1-0/+1
2006-06-27[PATCH] pi-futex: rt mutex coreIngo Molnar1-0/+1
2006-06-26Merge branch 'x86-64'Linus Torvalds1-0/+1
2006-06-26[PATCH] x86_64: reliable stack trace supportJan Beulich1-0/+1
2006-06-26[PATCH] Time: Use clocksource infrastructure for update_wall_timejohn stultz1-0/+1
2006-05-08Finally remove the obnoxious inter_module_xxx()David Woodhouse1-1/+0
2006-03-27[PATCH] lightweight robust futexes: compatIngo Molnar1-0/+3
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2006-03-23[PATCH] relay: migrate from relayfs to a generic relay APIJens Axboe1-0/+1
2006-03-20[PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALLDavid Woodhouse1-1/+1
2006-01-16[PATCH] build kernel/intermodule.c only when requiredAdrian Bunk1-1/+2
2006-01-10[PATCH] hrtimer: hrtimer core codeThomas Gleixner1-1/+2
2006-01-10[PATCH] kdump: read previous kernel's memoryVivek Goyal1-1/+0
2006-01-09[PATCH] mutex subsystem, debugging codeIngo Molnar1-0/+1
2006-01-09[PATCH] mutex subsystem, coreIngo Molnar1-1/+1
2005-10-30[PATCH] RCU torture-testing kernel modulePaul E. McKenney1-0/+1
2005-10-30[PATCH] Remove redundant configs.oBrian Gerst1-1/+0
2005-09-10[PATCH] spinlock consolidationIngo Molnar1-0/+1
2005-09-07[PATCH] detect soft lockupsIngo Molnar1-0/+1
2005-06-25[PATCH] kdump: Routines for copying dump pagesVivek Goyal1-0/+1
2005-06-25[PATCH] kexec: add kexec syscallsEric W. Biederman1-0/+1
2005-05-05[PATCH] ppc64: remove hidden -fno-omit-frame-pointer for schedule.cAnton Blanchard1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+53