summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker2013-07-144-9/+9
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-1427-59/+62
* rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker2013-07-144-11/+11
* net: delete __cpuinit usage from all net filesPaul Gortmaker2013-07-142-3/+3
* acpi: delete __cpuinit usage from all acpi filesPaul Gortmaker2013-07-144-13/+11
* hwmon: delete __cpuinit usage from all hwmon filesPaul Gortmaker2013-07-142-25/+22
* cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker2013-07-1410-32/+32
* clocksource+irqchip: delete __cpuinit usage from all related filesPaul Gortmaker2013-07-148-24/+24
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-1471-356/+345
* score: delete __cpuinit usage from all score filesPaul Gortmaker2013-07-141-1/+1
* xtensa: delete __cpuinit usage from all xtensa filesPaul Gortmaker2013-07-141-1/+1
* openrisc: delete __cpuinit usage from all openrisc filesPaul Gortmaker2013-07-141-1/+1
* m32r: delete __cpuinit usage from all m32r filesPaul Gortmaker2013-07-141-1/+1
* hexagon: delete __cpuinit usage from all hexagon filesPaul Gortmaker2013-07-142-3/+3
* frv: delete __cpuinit usage from all frv filesPaul Gortmaker2013-07-141-1/+1
* cris: delete __cpuinit usage from all cris filesPaul Gortmaker2013-07-141-1/+1
* metag: delete __cpuinit usage from all metag filesPaul Gortmaker2013-07-143-16/+14
* tile: delete __cpuinit usage from all tile filesPaul Gortmaker2013-07-145-13/+13
* sh: delete __cpuinit usage from all sh filesPaul Gortmaker2013-07-1414-28/+28
* s390: delete __cpuinit usage from all s390 filesPaul Gortmaker2013-07-147-26/+24
* blackfin: delete __cpuinit usage from all blackfin filesPaul Gortmaker2013-07-146-15/+15
* arm64: delete __cpuinit usage from all usersPaul Gortmaker2013-07-144-10/+10
* sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker2013-07-1415-67/+60
* arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-1470-140/+64
* MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-1461-338/+294
* parisc: delete __cpuinit usage from all usersPaul Gortmaker2013-07-144-14/+16
* alpha: delete __cpuinit usage from all usersPaul Gortmaker2013-07-142-7/+7
* Linux 3.11-rc1Linus Torvalds2013-07-142-1604/+883
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-148-69/+121
|\
| * slub: Check for page NULL before doing the node_match checkSteven Rostedt2013-07-141-1/+1
| * mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2013-07-083-8/+8
| * slob: Check for NULL pointer before calling ctor()Steven Rostedt2013-07-071-1/+1
| * slub: Make cpu partial slab support configurableJoonsoo Kim2013-07-072-6/+32
| * slab: add kmalloc() to kernel API documentationMichael Opdenacker2013-07-072-12/+14
| * slab: fix init_lock_keysChristoph Lameter2013-07-071-1/+1
| * slob: use DIV_ROUND_UP where possibleSasha Levin2013-07-071-1/+1
| * slub: do not put a slab to cpu partial list when cpu_partial is 0Joonsoo Kim2013-07-071-0/+3
| * mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfoWanpeng Li2013-07-071-2/+2
| * mm/slub: Drop unnecessary nr_partialsWanpeng Li2013-07-071-2/+0
| * mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li2013-07-071-1/+9
| * mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2013-07-073-12/+5
| * mm/slab: Fix drain freelist excessivelyWanpeng Li2013-07-071-3/+9
| * slob: Rework #ifdeffery in slab.hChristoph Lameter2013-06-181-11/+28
| * mm, slab: moved kmem_cache_alloc_node comment to correct placeZhouping Liu2013-06-081-12/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-1418-137/+73
|\ \
| * | sunrpc: now we can just set ->s_d_opAl Viro2013-07-141-3/+2
| * | cgroup: we can use simple_lookup() nowAl Viro2013-07-141-10/+1
| * | efivarfs: we can use simple_lookup() nowAl Viro2013-07-141-13/+1
| * | make simple_lookup() usable for filesystems that set ->s_d_opAl Viro2013-07-141-1/+2
| * | configfs: don't open-code d_alloc_name()Al Viro2013-07-141-11/+2