summaryrefslogtreecommitdiffstats
path: root/block (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-14sparc64: use embedding percpu first chunk allocatorTejun Heo2-110/+21
2009-08-14percpu: kill lpage first chunk allocatorTejun Heo4-281/+6
2009-08-14x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMATejun Heo2-131/+28
2009-08-14percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo3-31/+93
2009-08-14percpu: use group information to allocate vmap areas sparselyTejun Heo1-9/+26
2009-08-14vmalloc: implement pcpu_get_vm_areas()Tejun Heo2-0/+299
2009-08-14vmalloc: separate out insert_vmalloc_vm()Tejun Heo1-21/+24
2009-08-14percpu: add chunk->base_addrTejun Heo1-14/+11
2009-08-14percpu: add pcpu_unit_offsets[]Tejun Heo4-90/+84
2009-08-14percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo4-244/+389
2009-08-14percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upwardTejun Heo2-173/+180
2009-08-14percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo3-5/+6
2009-08-14percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()Tejun Heo2-21/+20
2009-08-14percpu: drop @static_size from first chunk allocatorsTejun Heo3-45/+36
2009-08-14percpu: generalize first chunk allocator selectionTejun Heo4-23/+56
2009-08-14percpu: build first chunk allocators selectivelyTejun Heo3-30/+26
2009-08-14percpu: rename 4k first chunk allocator to pageTejun Heo4-24/+28
2009-08-14percpu: improve boot messagesTejun Heo1-6/+7
2009-08-14percpu: fix pcpu_reclaim() lockingTejun Heo1-1/+2
2009-08-14percpu: use the right flag for get_vm_area()Amerigo Wang1-1/+1
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo3-24/+27
2009-08-14init: set nr_cpu_ids before setup_per_cpu_areas()Tejun Heo1-1/+1
2009-08-14Linux 2.6.31-rc6v2.6.31-rc6Linus Torvalds1-1/+1
2009-08-13genirq: prevent wakeup of freed irq threadLinus Torvalds1-10/+7
2009-08-13Make sock_sendpage() use kernel_sendpage()Linus Torvalds1-1/+1
2009-08-13perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra1-2/+2
2009-08-13perf_counter: Fix an ipi-deadlockPeter Zijlstra1-1/+5
2009-08-13perf: Rework/fix the whole read vs group stuffPeter Zijlstra2-83/+238
2009-08-13perf_counter: Fix swcounter context invariancePeter Zijlstra1-26/+18
2009-08-13perf report: Don't show unresolved DSOs and symbols when -S/-d is usedArnaldo Carvalho de Melo1-2/+3
2009-08-13perf tools: Add a general option to enable raw sample recordsFrederic Weisbecker1-0/+5
2009-08-13perf tools: Add a per tracepoint counter attribute to get raw sampleFrederic Weisbecker2-1/+11
2009-08-13perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar2-1/+11
2009-08-13perf list: Fix large list output by using the pagerArnaldo Carvalho de Melo1-1/+2
2009-08-13sh: fix i2c init order on ap325rxa V2Magnus Damm1-1/+1
2009-08-13sh: fix i2c init order on Migo-R V2Magnus Damm1-1/+1
2009-08-13sh: convert processor device setup functions to arch_initcall()Magnus Damm24-24/+24
2009-08-13md: allow upper limit for resync/reshape to be set when array is read-onlyNeilBrown1-0/+1
2009-08-13md/raid5: Properly remove excess drives after shrinking a raid5/6NeilBrown1-2/+9
2009-08-13md/raid5: make sure a reshape restarts at the correct address.NeilBrown1-1/+1
2009-08-13md/raid5: allow new reshape modes to be restarted in the middle.NeilBrown1-1/+20
2009-08-13md: never advance 'events' counter by more than 1.NeilBrown1-8/+5
2009-08-12Remove double removal of blktrace directoryAlan D. Brunelle1-11/+1
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust4-21/+16
2009-08-12perf_counter, x86: Fix/improve apic fallbackIngo Molnar2-5/+31
2009-08-12perf record: Add missing -C option support for specifying profile cpuJens Axboe1-3/+14
2009-08-12perf tools: Fix dso__new handle() to handle deleted DSOsArnaldo Carvalho de Melo1-0/+2
2009-08-12perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...Arnaldo Carvalho de Melo3-26/+42
2009-08-12perf report: Show the tid too in -DArnaldo Carvalho de Melo1-3/+4
2009-08-12perf record: Fix .tid and .pid fill-in when synthesizing eventsArnaldo Carvalho de Melo1-33/+38