| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: delete __cpuinit usage from all remaining drivers files | Paul Gortmaker | 2013-07-14 | 4 | -9/+9 |
* | kernel: delete __cpuinit usage from all core kernel files | Paul Gortmaker | 2013-07-14 | 27 | -59/+62 |
* | rcu: delete __cpuinit usage from all rcu files | Paul Gortmaker | 2013-07-14 | 4 | -11/+11 |
* | net: delete __cpuinit usage from all net files | Paul Gortmaker | 2013-07-14 | 2 | -3/+3 |
* | acpi: delete __cpuinit usage from all acpi files | Paul Gortmaker | 2013-07-14 | 4 | -13/+11 |
* | hwmon: delete __cpuinit usage from all hwmon files | Paul Gortmaker | 2013-07-14 | 2 | -25/+22 |
* | cpufreq: delete __cpuinit usage from all cpufreq files | Paul Gortmaker | 2013-07-14 | 10 | -32/+32 |
* | clocksource+irqchip: delete __cpuinit usage from all related files | Paul Gortmaker | 2013-07-14 | 8 | -24/+24 |
* | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 2013-07-14 | 71 | -356/+345 |
* | score: delete __cpuinit usage from all score files | Paul Gortmaker | 2013-07-14 | 1 | -1/+1 |
* | xtensa: delete __cpuinit usage from all xtensa files | Paul Gortmaker | 2013-07-14 | 1 | -1/+1 |
* | openrisc: delete __cpuinit usage from all openrisc files | Paul Gortmaker | 2013-07-14 | 1 | -1/+1 |
* | m32r: delete __cpuinit usage from all m32r files | Paul Gortmaker | 2013-07-14 | 1 | -1/+1 |
* | hexagon: delete __cpuinit usage from all hexagon files | Paul Gortmaker | 2013-07-14 | 2 | -3/+3 |
* | frv: delete __cpuinit usage from all frv files | Paul Gortmaker | 2013-07-14 | 1 | -1/+1 |
* | cris: delete __cpuinit usage from all cris files | Paul Gortmaker | 2013-07-14 | 1 | -1/+1 |
* | metag: delete __cpuinit usage from all metag files | Paul Gortmaker | 2013-07-14 | 3 | -16/+14 |
* | tile: delete __cpuinit usage from all tile files | Paul Gortmaker | 2013-07-14 | 5 | -13/+13 |
* | sh: delete __cpuinit usage from all sh files | Paul Gortmaker | 2013-07-14 | 14 | -28/+28 |
* | s390: delete __cpuinit usage from all s390 files | Paul Gortmaker | 2013-07-14 | 7 | -26/+24 |
* | blackfin: delete __cpuinit usage from all blackfin files | Paul Gortmaker | 2013-07-14 | 6 | -15/+15 |
* | arm64: delete __cpuinit usage from all users | Paul Gortmaker | 2013-07-14 | 4 | -10/+10 |
* | sparc: delete __cpuinit/__CPUINIT usage from all users | Paul Gortmaker | 2013-07-14 | 15 | -67/+60 |
* | arm: delete __cpuinit/__CPUINIT usage from all ARM users | Paul Gortmaker | 2013-07-14 | 70 | -140/+64 |
* | MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code | Paul Gortmaker | 2013-07-14 | 61 | -338/+294 |
* | parisc: delete __cpuinit usage from all users | Paul Gortmaker | 2013-07-14 | 4 | -14/+16 |
* | alpha: delete __cpuinit usage from all users | Paul Gortmaker | 2013-07-14 | 2 | -7/+7 |
* | Linux 3.11-rc1v3.11-rc1 | Linus Torvalds | 2013-07-14 | 2 | -1604/+883 |
* | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-07-14 | 8 | -69/+121 |
|\ |
|
| * | slub: Check for page NULL before doing the node_match check | Steven Rostedt | 2013-07-14 | 1 | -1/+1 |
| * | mm/slab: Give s_next and s_stop slab-specific names | Wanpeng Li | 2013-07-08 | 3 | -8/+8 |
| * | slob: Check for NULL pointer before calling ctor() | Steven Rostedt | 2013-07-07 | 1 | -1/+1 |
| * | slub: Make cpu partial slab support configurable | Joonsoo Kim | 2013-07-07 | 2 | -6/+32 |
| * | slab: add kmalloc() to kernel API documentation | Michael Opdenacker | 2013-07-07 | 2 | -12/+14 |
| * | slab: fix init_lock_keys | Christoph Lameter | 2013-07-07 | 1 | -1/+1 |
| * | slob: use DIV_ROUND_UP where possible | Sasha Levin | 2013-07-07 | 1 | -1/+1 |
| * | slub: do not put a slab to cpu partial list when cpu_partial is 0 | Joonsoo Kim | 2013-07-07 | 1 | -0/+3 |
| * | mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo | Wanpeng Li | 2013-07-07 | 1 | -2/+2 |
| * | mm/slub: Drop unnecessary nr_partials | Wanpeng Li | 2013-07-07 | 1 | -2/+0 |
| * | mm/slab: Fix /proc/slabinfo unwriteable for slab | Wanpeng Li | 2013-07-07 | 1 | -1/+9 |
| * | mm/slab: Sharing s_next and s_stop between slab and slub | Wanpeng Li | 2013-07-07 | 3 | -12/+5 |
| * | mm/slab: Fix drain freelist excessively | Wanpeng Li | 2013-07-07 | 1 | -3/+9 |
| * | slob: Rework #ifdeffery in slab.h | Christoph Lameter | 2013-06-18 | 1 | -11/+28 |
| * | mm, slab: moved kmem_cache_alloc_node comment to correct place | Zhouping Liu | 2013-06-08 | 1 | -12/+11 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-07-14 | 18 | -137/+73 |
|\ \ |
|
| * | | sunrpc: now we can just set ->s_d_op | Al Viro | 2013-07-14 | 1 | -3/+2 |
| * | | cgroup: we can use simple_lookup() now | Al Viro | 2013-07-14 | 1 | -10/+1 |
| * | | efivarfs: we can use simple_lookup() now | Al Viro | 2013-07-14 | 1 | -13/+1 |
| * | | make simple_lookup() usable for filesystems that set ->s_d_op | Al Viro | 2013-07-14 | 1 | -1/+2 |
| * | | configfs: don't open-code d_alloc_name() | Al Viro | 2013-07-14 | 1 | -11/+2 |