summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* percpu: make percpu symbols in ia64 uniqueTejun Heo2009-10-298-16/+17
* percpu: make percpu symbols in powerpc uniqueTejun Heo2009-10-296-15/+15
* percpu: make percpu symbols in x86 uniqueTejun Heo2009-10-295-80/+79Star
* percpu: make percpu symbols in xen uniqueTejun Heo2009-10-294-107/+111
* percpu: make percpu symbols in cpufreq uniqueTejun Heo2009-10-293-28/+28
* percpu: make percpu symbols in oprofile uniqueTejun Heo2009-10-293-14/+13Star
* percpu: make percpu symbols in tracer uniqueTejun Heo2009-10-292-27/+28
* percpu: make percpu symbols under kernel/ and mm/ uniqueTejun Heo2009-10-297-56/+57
* percpu: remove some sparse warningsTejun Heo2009-10-294-37/+39
* percpu: make alloc_percpu() handle array typesTejun Heo2009-10-291-2/+2
* vmalloc: fix use of non-existent percpu variable in put_cpu_var()Tejun Heo2009-10-291-2/+2
* this_cpu: Use this_cpu_xx in trace_functions_graph.cTejun Heo2009-10-131-2/+2
* this_cpu: Use this_cpu_xx for ftraceChristoph Lameter2009-10-122-5/+5
* this_cpu: Use this_cpu_xx in nmi handlingChristoph Lameter2009-10-122-8/+8
* Merge branch 'for-linus' into for-nextTejun Heo2009-10-121-2/+3
|\
| * percpu: fix compile warningsTejun Heo2009-10-121-2/+3
* | this_cpu: Use this_cpu operations in RCUChristoph Lameter2009-10-031-4/+4
* | this_cpu: Use this_cpu ops for VM statisticsChristoph Lameter2009-10-031-6/+4Star
* | this_cpu: Use this_cpu_ptr in crypto subsystemChristoph Lameter2009-10-031-1/+1
* | this_cpu: xfs_icsb_modify_counters does not need "cpu" variableChristoph Lameter2009-10-031-6/+6
* | this_cpu: Eliminate get/put_cpuChristoph Lameter2009-10-032-27/+16Star
* | this_cpu: Straight transformationsChristoph Lameter2009-10-034-7/+5Star
* | this_cpu: Use this_cpu ops for network statisticsChristoph Lameter2009-10-032-8/+3Star
* | this_cpu: Use this_cpu operations for NFS statisticsChristoph Lameter2009-10-031-21/+3Star
* | this_cpu: Use this_cpu operations for SNMP statisticsChristoph Lameter2009-10-031-32/+18Star
* | this_cpu: Implement X86 optimized this_cpu operationsChristoph Lameter2009-10-031-0/+78
* | this_cpu: Introduce this_cpu_ptr() and generic this_cpu_* operationsChristoph Lameter2009-10-032-0/+405
* | percpu: kill legacy percpu allocatorTejun Heo2009-10-025-357/+0Star
* | ia64: convert to dynamic percpu allocatorTejun Heo2009-10-024-20/+138
* | ia64: allocate percpu area for cpu0 like percpu areas for other cpusTejun Heo2009-10-023-30/+57
* | ia64: initialize cpu maps earlyTejun Heo2009-10-022-24/+20Star
* | ia64: don't alias VMALLOC_END to vmalloc_endTejun Heo2009-10-025-9/+8Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2009-10-0216-245/+745
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-10-011-0/+11
| |\ \
| | * | Btrfs: fix data space leak fixJosef Bacik2009-10-011-0/+11
| * | | Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig2009-10-014-102/+10Star
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-10-0114-146/+727
| |\| |
| | * | Btrfs: take i_mutex before generic_write_checksChris Mason2009-10-011-8/+17
| | * | Btrfs: fix arguments to btrfs_wait_on_page_writeback_rangeChristoph Hellwig2009-10-011-1/+3
| | * | Btrfs: fix deadlock with free space handling and user transactionsSage Weil2009-09-301-1/+1
| | * | Btrfs: fix error cases for ioctl transactionsSage Weil2009-09-301-19/+22
| | * | Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball2009-09-293-5/+5
| | * | Btrfs: introduce missing kfreeJulia Lawall2009-09-291-1/+3
| | * | Btrfs: Fix setting umask when POSIX ACLs are not enabledChris Ball2009-09-291-0/+2
| | * | Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-2810-115/+678
* | | | spi-imx: strip down chipselect function to only drive the chipselectUwe Kleine-König2009-10-021-33/+17Star
* | | | spi-imx: initialize complete config structUwe Kleine-König2009-10-021-0/+1
* | | | spi-imx: no need to assert bits_per_word being initializedUwe Kleine-König2009-10-021-3/+0Star
* | | | spi-imx: setup mode_bits we can handleSascha Hauer2009-10-021-0/+1
* | | | spi-imx: fix initial chipselect settingsSascha Hauer2009-10-021-1/+6