summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: mvebu: Add MBus to Armada 370/XP device treeEzequiel Garcia2013-08-069-16/+23
* ARM: mvebu: Use the preprocessor on Armada 370/XP device tree filesEzequiel Garcia2013-08-0610-10/+10
* ARM: mvebu: Initialize MBus using the DT bindingEzequiel Garcia2013-08-061-33/+1
* ARM: mvebu: Remove the harcoded BootROM window allocationEzequiel Garcia2013-08-061-1/+24
* bus: mvebu-mbus: Factorize Armada 370/XP data structuresThomas Petazzoni2013-08-061-11/+3
* bus: mvebu-mbus: Update main descriptionThomas Petazzoni2013-08-061-7/+3
* bus: mvebu-mbus: Remove name -> target, attribute mapping tablesThomas Petazzoni2013-08-061-143/+7
* bus: mvebu-mbus: Remove the no longer used name-based APIThomas Petazzoni2013-08-062-43/+0
* PCI: mvebu: Check valid base address before port setupEzequiel Garcia2013-08-061-0/+2
* PCI: mvebu: Adapt to the new device tree layoutThomas Petazzoni2013-08-061-29/+84
* bus: mvebu-mbus: Add new API for the PCIe memory and IO apertureEzequiel Garcia2013-08-062-0/+53
* bus: mvebu-mbus: Add static window allocation to the DT bindingEzequiel Garcia2013-08-061-1/+126
* bus: mvebu-mbus: Introduce device tree bindingEzequiel Garcia2013-08-062-0/+50
* bus: mvebu-mbus: Factor out initialization detailsEzequiel Garcia2013-08-061-17/+30
* ARM: dove: Move to ID based window creationThomas Petazzoni2013-08-061-23/+45
* ARM: orion5x: Move to ID based window creationThomas Petazzoni2013-08-0622-70/+137
* ARM: mv78xx0: Move to ID based window creationThomas Petazzoni2013-08-061-12/+11
* ARM: kirkwood: Move to ID based MBus window creationThomas Petazzoni2013-08-062-20/+38
* bus: mvebu-mbus: Add new API for window creationThomas Petazzoni2013-08-062-8/+31
* memory: mvebu-devbus: Remove address decoding window workaroundEzequiel Garcia2013-08-061-62/+2
* Linux 3.11-rc1v3.11-rc1Linus Torvalds2013-07-152-1604/+883
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-158-69/+121
|\
| * slub: Check for page NULL before doing the node_match checkSteven Rostedt2013-07-151-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
| * | __rpc_lookup_create_exclusive: pass string instead of qstrAl Viro2013-07-141-25/+9
| * | rpc_create_*_dir: don't bother with qstrAl Viro2013-07-144-33/+23
| * | llist: llist_add() can use llist_add_batch()Oleg Nesterov2013-07-131-10/+4
| * | llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2013-07-132-22/+12
| * | fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2013-07-132-15/+12
| * | fs/file_table.c:fput(): add commentAndrew Morton2013-07-131-0/+6
| * | Safer ABI for O_TMPFILEAl Viro2013-07-136-8/+12