aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-29percpu: make alloc_percpu() handle array typesTejun Heo1-2/+2
2009-10-29vmalloc: fix use of non-existent percpu variable in put_cpu_var()Tejun Heo1-2/+2
2009-10-13this_cpu: Use this_cpu_xx in trace_functions_graph.cTejun Heo1-2/+2
2009-10-12this_cpu: Use this_cpu_xx for ftraceChristoph Lameter2-5/+5
2009-10-12this_cpu: Use this_cpu_xx in nmi handlingChristoph Lameter2-8/+8
2009-10-12percpu: fix compile warningsTejun Heo1-2/+3
2009-10-03this_cpu: Use this_cpu operations in RCUChristoph Lameter1-4/+4
2009-10-03this_cpu: Use this_cpu ops for VM statisticsChristoph Lameter1-6/+4
2009-10-03this_cpu: Use this_cpu_ptr in crypto subsystemChristoph Lameter1-1/+1
2009-10-03this_cpu: xfs_icsb_modify_counters does not need "cpu" variableChristoph Lameter1-6/+6
2009-10-03this_cpu: Eliminate get/put_cpuChristoph Lameter2-27/+16
2009-10-03this_cpu: Straight transformationsChristoph Lameter4-7/+5
2009-10-03this_cpu: Use this_cpu ops for network statisticsChristoph Lameter2-8/+3
2009-10-03this_cpu: Use this_cpu operations for NFS statisticsChristoph Lameter1-21/+3
2009-10-03this_cpu: Use this_cpu operations for SNMP statisticsChristoph Lameter1-32/+18
2009-10-03this_cpu: Implement X86 optimized this_cpu operationsChristoph Lameter1-0/+78
2009-10-03this_cpu: Introduce this_cpu_ptr() and generic this_cpu_* operationsChristoph Lameter2-0/+405
2009-10-02percpu: kill legacy percpu allocatorTejun Heo5-357/+0
2009-10-02ia64: convert to dynamic percpu allocatorTejun Heo4-20/+138
2009-10-02ia64: allocate percpu area for cpu0 like percpu areas for other cpusTejun Heo3-30/+57
2009-10-02ia64: initialize cpu maps earlyTejun Heo2-24/+20
2009-10-02ia64: don't alias VMALLOC_END to vmalloc_endTejun Heo5-9/+8
2009-10-01spi-imx: strip down chipselect function to only drive the chipselectUwe Kleine-König1-33/+17
2009-10-01spi-imx: initialize complete config structUwe Kleine-König1-0/+1
2009-10-01spi-imx: no need to assert bits_per_word being initializedUwe Kleine-König1-3/+0
2009-10-01spi-imx: setup mode_bits we can handleSascha Hauer1-0/+1
2009-10-01spi-imx: fix initial chipselect settingsSascha Hauer1-1/+6
2009-10-01spi-imx: update state correctlySascha Hauer1-0/+7
2009-10-01spi-imx: rename source file to spi_imx.cUwe Kleine-König2-169/+169
2009-10-01afs: remove cache.hChristoph Hellwig2-13/+1
2009-10-01sscanf(): fix %*s%nAndy Spencer1-1/+1
2009-10-01serial: add parameter to force skipping the test for the TXEN bugChuck Ebbert1-1/+6
2009-10-01serial167: fix read buffer overflowRoel Kluin1-5/+2
2009-10-01cyclades: fix read buffer overflowRoel Kluin1-1/+1
2009-10-01icom: convert space to tabsBreno Leitao1-28/+26
2009-10-01serial_txx9: use container_of() instead of direct castAtsushi Nemoto1-17/+22
2009-10-01s3cmci: add better support for no card detect or write protect availableBen Dooks2-21/+27
2009-10-01s3cmci: make SDIO IRQ hardware IRQ support build-time configurableBen Dooks2-2/+14
2009-10-01s3cmci: DMA fixesBen Dooks2-18/+47
2009-10-01s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks3-8/+66
2009-10-01s3cmci: add SDIO IRQ supportBen Dooks2-10/+156
2009-10-01s3cmci: add debugfs support for examining driver and hardware stateBen Dooks2-0/+132
2009-10-01s3cmci: fix direct write to interrupt maskBen Dooks1-3/+3
2009-10-01s3cmci: change to use dev_pm_opsBen Dooks1-11/+18
2009-10-01s3cmci: change GPIO to gpiolib from S3C24XX specific callsBen Dooks1-18/+69
2009-10-01s3cmci: update probe to use new platform id listBen Dooks1-47/+24
2009-10-01s3cmci: use resource_size() instead of local macroBen Dooks1-6/+4
2009-10-01memcg: reduce check for softlimit excessKAMEZAWA Hiroyuki1-16/+15
2009-10-01memcg: some modification to softlimit under hierarchical memory reclaim.KAMEZAWA Hiroyuki3-83/+54
2009-10-01cgroup: catch bad css refcnt at css_putKAMEZAWA Hiroyuki1-1/+4