aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2010-01-11lib: add support for LZO-compressed kernelsGravatar Albin Tonnerre 1-4/+14
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+6
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildGravatar Linus Torvalds 2-8/+4
2009-12-16sched: Mark boot-cpu active before smp_init()Gravatar Peter Zijlstra 1-6/+1
2009-12-15initramfs: add missing decompressor error checkGravatar Phillip Lougher 1-4/+6
2009-12-15init/main.c: fix symbol shadows noiseGravatar H Hartley Sweeten 1-9/+9
2009-12-15nommu: fix malloc performance by adding uninitialized flagGravatar Jie Zhang 1-0/+22
2009-12-12kbuild: move utsrelease.h to include/generatedGravatar Sam Ravnborg 1-1/+1
2009-12-12kbuild: move compile.h to include/generatedGravatar Sam Ravnborg 2-7/+3
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-9/+15
2009-12-08sysfs: deprecated features are to help old tools not to confuse themGravatar Uwe Kleine-König 1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Gravatar Linus Torvalds 1-0/+1
2009-12-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+9
2009-12-05Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2009-12-02param: don't complain about unused module parameters.Gravatar Rusty Russell 1-8/+3
2009-12-01sysfs: fix SYSFS_DEPRECATED_V2 promptGravatar Randy Dunlap 1-1/+1
2009-12-01SLOW_WORK: Move slow_work's proc file to debugfsGravatar David Howells 1-4/+4
2009-11-26timers, init: Limit the number of per cpu calibration bootup messagesGravatar Mike Travis 1-9/+15
2009-11-19SLOW_WORK: Allow the work items to be viewed through a /proc fileGravatar David Howells 1-0/+10
2009-11-17Merge commit 'v2.6.32-rc7'Gravatar Eric W. Biederman 1-2/+2
2009-11-13locking: Make inlining decision Kconfig basedGravatar Thomas Gleixner 1-0/+1
2009-11-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2009-11-11sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sysGravatar Eric W. Biederman 1-0/+1
2009-11-02perf_events: Fix some typo in the perf events config descriptionGravatar Thadeu Lima de Souza Cascardo 1-2/+2
2009-10-27powerpc: Minor cleanup to init/KconfigGravatar Kumar Gala 1-1/+1
2009-10-26rcu: "Tiny RCU", The Bloatwatch EditionGravatar Paul E. McKenney 1-0/+9
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2009-10-06perf_event: Provide vmalloc() based mmap() backingGravatar Peter Zijlstra 1-0/+18
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 1-5/+0
2009-09-23headers: utsname.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-09-24cpumask: remove unused cpu_mask_allGravatar Rusty Russell 1-5/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextGravatar Linus Torvalds 1-8/+0
2009-09-23rcu: Clean up code based on review feedback from Josh Triplett, part 2Gravatar Paul E. McKenney 1-1/+0
2009-09-23Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-0/+2
2009-09-22mm: replace various uses of num_physpages by totalram_pagesGravatar Jan Beulich 1-2/+2
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-14/+31
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2009-09-21perf: Tidy up after the big renameGravatar Ingo Molnar 1-10/+27
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsGravatar Ingo Molnar 1-4/+4
2009-09-20kernel hacking: move STRIP_ASM_SYMS from GeneralGravatar Randy Dunlap 1-8/+0
2009-09-19Merge branch 'linus' into sfi-releaseGravatar Len Brown 3-58/+20
2009-09-18tracing: Remove markersGravatar Christoph Hellwig 1-7/+0
2009-09-18rcu: Kconfig help needs to say that TREE_PREEMPT_RCU scales downGravatar Paul E. McKenney 1-1/+2
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 2-1/+3
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devGravatar Kay Sievers 2-1/+3
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-24/+0
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2009-09-04rcu: Move end of special early-boot RCU operation earlierGravatar Paul E. McKenney 1-1/+1
2009-09-04Merge branch 'linus' into core/rcuGravatar Ingo Molnar 1-4/+5