aboutsummaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Anyka GPL kernel dumplinux-2.6.32.9-akAnyka1-0/+15
2010-01-28timers, init: Limit the number of per cpu calibration bootup messagesMike Travis1-9/+15
2009-12-02param: don't complain about unused module parameters.Rusty Russell1-8/+3
2009-12-01sysfs: fix SYSFS_DEPRECATED_V2 promptRandy Dunlap1-1/+1
2009-12-01SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells1-4/+4
2009-11-19SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells1-0/+10
2009-11-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2009-11-02perf_events: Fix some typo in the perf events config descriptionThadeu Lima de Souza Cascardo1-2/+2
2009-10-27powerpc: Minor cleanup to init/KconfigKumar Gala1-1/+1
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2009-10-06perf_event: Provide vmalloc() based mmap() backingPeter Zijlstra1-0/+18
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-5/+0
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-24cpumask: remove unused cpu_mask_allRusty Russell1-5/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-8/+0
2009-09-23rcu: Clean up code based on review feedback from Josh Triplett, part 2Paul E. McKenney1-1/+0
2009-09-23Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+2
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds1-14/+31
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2009-09-21perf: Tidy up after the big renameIngo Molnar1-10/+27
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-4/+4
2009-09-20kernel hacking: move STRIP_ASM_SYMS from GeneralRandy Dunlap1-8/+0
2009-09-19Merge branch 'linus' into sfi-releaseLen Brown3-58/+20
2009-09-18tracing: Remove markersChristoph Hellwig1-7/+0
2009-09-18rcu: Kconfig help needs to say that TREE_PREEMPT_RCU scales downPaul E. McKenney1-1/+2
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-1/+3
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2-1/+3
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-24/+0
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2009-09-04rcu: Move end of special early-boot RCU operation earlierPaul E. McKenney1-1/+1
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar1-4/+5
2009-08-28SFI: add platform-independent core supportFeng Tang1-0/+2
2009-08-27init: Move sched_clock_init after late_time_initThomas Gleixner1-1/+1
2009-08-25Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+4
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney1-19/+1
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney1-6/+16
2009-08-21tracing: Fix too large stack usage in do_one_initcall()Ingo Molnar1-3/+4
2009-08-15Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar2-7/+12
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2-3/+12
2009-08-14init: set nr_cpu_ids before setup_per_cpu_areas()Tejun Heo1-1/+1
2009-08-04perf_counter: Set the CONFIG_PERF_COUNTERS default to y if CONFIG_PROFILING=yIngo Molnar1-0/+1
2009-08-02tracing, perf_counter: Add help text to CONFIG_EVENT_PROFILEPeter Zijlstra1-1/+9
2009-07-13perf_counter: Fix the tracepoint channel to perfcountersChris Wilson1-1/+1
2009-07-04Merge branch 'master' into for-nextTejun Heo1-6/+1
2009-06-24rcu: Remove Classic RCUPaul E. McKenney1-10/+2
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo1-24/+0
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown1-5/+1
2009-06-22mm/init: cpu_hotplug_init() must be initialized before SLABLinus Torvalds1-1/+0
2009-06-18mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt1-0/+4
2009-06-18kernel: constructor supportPeter Oberparleiter2-0/+17
2009-06-16mm: Move pgtable_cache_init() earlierBenjamin Herrenschmidt1-1/+1
2009-06-16Merge branch 'akpm'Linus Torvalds1-1/+5
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie1-1/+5
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2-1/+3
2009-06-15driver core: set default SYSFS_DEPRECATED=nKay Sievers1-3/+3
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum2-8/+16
2009-06-15fs: fix do_mount_root() false positive kmemcheck warningVegard Nossum1-1/+2
2009-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...Linus Torvalds1-8/+8
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum1-0/+1
2009-06-12ACPI: move declaration acpi_early_init() to acpi.hLen Brown1-5/+1
2009-06-12Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+2
2009-06-12perf_counter: Start documenting HAVE_PERF_COUNTERS requirementsMike Frysinger1-0/+2
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg1-0/+1
2009-06-12memcg: fix page_cgroup fatal error in FLATMEMKAMEZAWA Hiroyuki1-0/+5
2009-06-11Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-1/+2
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-1/+3
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+34
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris1-1/+2
2009-06-11init: introduce mm_init()Pekka Enberg1-6/+11
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg1-1/+1
2009-06-11slab: setup allocators earlier in the boot sequencePekka Enberg1-14/+22
2009-06-11kmemleak: Add the base supportCatalin Marinas1-1/+3
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar2-2/+2
2009-06-11perf_counter: Turn off by defaultIngo Molnar1-1/+0
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2009-06-09menu: fix embedded menu presentationRandy Dunlap1-8/+8
2009-06-01Merge branch 'linus' into perfcounters/coreIngo Molnar1-2/+1
2009-05-24Use a format for linux_bannerAlex Riesen1-2/+1
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar1-9/+4
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar1-9/+4
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar2-2/+10
2009-05-06initramfs: clean up messages related to initramfs unpackingEric Piel1-9/+4
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar3-2/+18
2009-04-16Driver Core: early platform driverMagnus Damm1-1/+6
2009-04-14Merge branch 'core/urgent' into core/rcuIngo Molnar6-20/+56
2009-04-13initramfs: fix initramfs to work with hardlinked initRandy Robertson1-1/+2
2009-04-13init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=nNikanth Karthikesan1-0/+2
2009-04-14Merge branch 'linus' into tracing/coreIngo Molnar1-0/+8
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei1-1/+1
2009-04-11kbuild: make it possible for the linker to discard local symbols from vmlinuxDavid Howells1-0/+8
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar1-2/+8
2009-04-07namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn1-0/+6
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn1-2/+2
2009-04-07Merge branch 'linus' into perfcounters/coreIngo Molnar1-1/+3
2009-04-06Make CONFIG_SLOW_WORK an automatic rather than manual config optionDavid Howells1-1/+3
2009-04-06perf_counter: hook up the tracepoint eventsPeter Zijlstra1-0/+5
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar7-263/+248
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+4
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+4
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds1-0/+12
2009-04-03RCU: make treercu be defaultPaul E. McKenney1-1/+1
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2-3/+3
2009-04-03Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells1-0/+12
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2009-04-02cpusets: allow cpusets to be configured/built on non-SMP systemsPaul Menage1-1/+1
2009-04-02memcg: remove redundant message at swaponKAMEZAWA Hiroyuki1-0/+2
2009-04-02initramfs: prevent initramfs printk message being split by messages from othe...Simon Kitching1-3/+4
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2-3/+4
2009-04-01init/main.c: fix sparse warnings: context imbalanceHannes Eder1-0/+1
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown2-1/+3
2009-03-31md: move LEVEL_* definition from md_k.h to md_u.hNeilBrown1-2/+0
2009-03-30trivial: fix where cgroup documentation is not correctly referred toThadeu Lima de Souza Cascardo1-1/+1
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-3/+3
2009-03-30cpumask: use set_cpu_active in init/main.cRusty Russell1-2/+1
2009-03-30cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell1-1/+1
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30Linus Torvalds1-15/+56
2009-03-28fastboot: remove duplicate unpack_to_rootfs()Li, Shaohua1-15/+56
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar4-222/+157
2009-03-25init,cpuset: fix initialize orderLai Jiangshan1-2/+1
2009-03-13Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar1-15/+15
2009-03-13Merge branch 'core/locking' into tracing/ftraceIngo Molnar1-15/+15
2009-03-10menu: fix embedded menu snafuRandy Dunlap1-15/+15
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar4-222/+157
2009-03-05Merge branch 'x86/urgent' into x86/coreIngo Molnar1-1/+2
2009-03-05Merge commit 'v2.6.29-rc7' into sched/coreIngo Molnar1-1/+2
2009-03-04Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar1-1/+2
2009-03-04Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar1-1/+2
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar3-216/+144
2009-03-02Revert "menu: fix embedded menu snafu"Linus Torvalds1-16/+12
2009-03-02menu: fix embedded menu snafuRandy Dunlap1-12/+16
2009-02-26Merge branches 'sched/cleanups', 'sched/urgent' and 'linus' into sched/coreIngo Molnar2-6/+12
2009-02-26Merge branch 'x86/core' into perfcounters/coreIngo Molnar2-6/+12
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney1-1/+2
2009-02-24Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc6' into tracing/coreIngo Molnar2-6/+12
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar2-6/+12
2009-02-21Consolidate driver_probe_done() loops into one placeArjan van de Ven2-6/+12
2009-02-20tracing/markers: make markers select tracepointsFrederic Weisbecker1-1/+1
2009-02-13Merge branch 'x86/core' into perfcounters/coreIngo Molnar1-6/+6
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar1-94/+100
2009-02-08Merge branches 'sched/rt' and 'sched/urgent' into sched/coreIngo Molnar1-128/+132
2009-02-05smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Ingo Molnar1-6/+6
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar1-94/+100
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar1-94/+100
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-7/+0
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+8
2009-01-26net: Move config NET_NS to from net/Kconfig to init/KconfigMatt Helsley1-0/+8
2009-01-23Merge branch 'core/percpu' into perfcounters/coreIngo Molnar1-0/+7
2009-01-22Merge branch 'core/debugobjects' into core/urgentThomas Gleixner1-33/+32
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar1-33/+32
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar1-33/+32
2009-01-18Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc2' into tracing/coreIngo Molnar1-33/+32
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar6-122/+154
2009-01-16sched: make plist a library facilityPeter Zijlstra1-1/+0
2009-01-15cgroups: consolidate cgroup documentsLi Zefan1-5/+4
2009-01-15cgroups: clean up KconfigLi Zefan1-28/+28
2009-01-15rcu: move Kconfig menuMike Travis1-87/+92
2009-01-14Revert "kbuild: strip generated symbols from *.ko"Sam Ravnborg1-7/+0
2009-01-14init: make initrd/initramfs decompression failure a KERN_EMERG eventH. Peter Anvin2-5/+9
2009-01-12bzip2/lzma: comprehensible error messages for missing decompressorH. Peter Anvin2-2/+15
2009-01-11Merge commit 'v2.6.29-rc1' into tracing/urgentIngo Molnar6-89/+141
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar6-116/+239
2009-01-10bzip2/lzma: make flush_buffer() unconditionalIngo Molnar1-2/+0
2009-01-10Merge branch 'linus' into x86/setup-lzmaIngo Molnar6-95/+141
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds1-0/+14
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds1-0/+1
2009-01-08bzip2/lzma: centralize format detectionH. Peter Anvin2-63/+14
2009-01-08memcg: mem+swap controller KconfigKAMEZAWA Hiroyuki1-0/+17
2009-01-08memcg: fix a typo in KconfigLi Zefan1-1/+1
2009-01-08cgroups: make cgroup config a submenuKAMEZAWA Hiroyuki1-56/+67
2009-01-08NOMMU: Support XIP on initramfsDavid Howells1-0/+1
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds2-1/+6
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven2-1/+6
2009-01-07bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIPAlain Knaff1-1/+6
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-17/+27
2009-01-06init/main.c: mark late_time_init as __initdataJan Beulich1-1/+1
2009-01-06autodetect_raid: add missing __init markingMike Frysinger1-1/+1
2009-01-06Remove remaining unwinder codeAlexey Dobriyan1-3/+0
2009-01-06do_mounts: add device info to mount messageMarton Balint1-2/+2
2009-01-06init: properly placing noinline keywordRakib Mullick1-2/+2
2009-01-06shmem: unify regular and tiny shmemMatt Mackall1-4/+0
2009-01-06sysfs: clarify SYSFS_DEPRECATED help textKay Sievers1-17/+27
2009-01-06trivial: add missing printk loglevel in start_kernelRon Lee1-1/+2
2009-01-06Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar2-33/+13
2009-01-05Squashfs: initrd supportPhillip Lougher1-0/+14
2009-01-04bzip2/lzma: make config machinery an arch configurableH. Peter Anvin1-21/+31
2009-01-04bzip2/lzma: use a table to search for initramfs compression formatsH. Peter Anvin1-47/+35
2009-01-04bzip2/lzma: config and initramfs support for bzip2/lzma decompressionAlain Knaff3-198/+157
2009-01-05remove CONFIG_KMODJohannes Berg1-6/+0
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+4
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2009-01-02kbuild: Remove gcc 4.1.0 quirk from init/main.cIngo Molnar1-9/+0
2009-01-01cpumask: Use find_last_bit()Rusty Russell1-6/+1
2009-01-01cpumask: Use accessors code in coreRusty Russell1-3/+3
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+0
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2-3/+94
2008-12-31Merge branch 'linus' into stackprotectorIngo Molnar5-38/+233