summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'slab/next' into slab/for-linusPekka Enberg2013-05-079-915/+781Star
|\
| * mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter2013-05-061-9/+15
| * slab: Return NULL for oversized allocationsChristoph Lameter2013-05-062-0/+9
| * mm: slab: Verify the nodeid passed to ____cache_alloc_nodeAaron Tomlin2013-05-011-0/+1
| * slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter2013-04-051-3/+9
| * slub: Do not dereference NULL pointer in node_matchChristoph Lameter2013-04-051-1/+1
| * slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim2013-04-021-1/+1
| * slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim2013-04-021-8/+9
| * slub: correctly bootstrap boot cachesGlauber Costa2013-02-281-0/+6
| * mm/sl[au]b: correct allocation type check in kmalloc_slab()Joonsoo Kim2013-02-061-1/+1
| * slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sectionsChristoph Lameter2013-02-061-14/+15
| * slab: Handle ARCH_DMA_MINALIGN correctlyChristoph Lameter2013-02-061-14/+18
| * slab: Common definition for kmem_cache_nodeChristoph Lameter2013-02-013-28/+32
| * slab: Rename list3/l3 to nodeChristoph Lameter2013-02-012-259/+259
| * slab: Common Kmalloc cache determinationChristoph Lameter2013-02-015-173/+124Star
| * stat: Use size_t for sizes instead of unsignedChristoph Lameter2013-02-011-1/+1
| * slab: Common function to create the kmalloc arrayChristoph Lameter2013-02-014-99/+64Star
| * slab: Common definition for the array of kmalloc cachesChristoph Lameter2013-02-016-24/+13Star
| * slab: Common constants for kmalloc boundariesChristoph Lameter2013-02-013-37/+38
| * slab: Rename nodelists to nodeChristoph Lameter2013-02-012-69/+68Star
| * slab: Common name for the per node structuresChristoph Lameter2013-02-012-45/+44Star
| * slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter2013-02-013-173/+88Star
| * slab: Common kmalloc slab index determinationChristoph Lameter2013-02-012-113/+122
| * slab: Move kmalloc related function defsChristoph Lameter2013-02-011-9/+9
| * slab: Use proper formatting specs for unsigned size_tChristoph Lameter2013-02-011-1/+1
* | Linux 3.9Linus Torvalds2013-04-291-1/+1
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-04-271-7/+11
|\ \
| * \ Merge tag 'omap-for-v3.9-rc6/fixes-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2013-04-271-7/+11
| |\ \
| | * | ARM: OMAP4: hwmod data: make 'ocp2scp_usb_phy_phy_48m" as the main clockKishon Vijay Abraham I2013-04-101-7/+11
* | | | vm: add no-mmu vm_iomap_memory() stubLinus Torvalds2013-04-271-0/+10
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-271-0/+2
|\ \ \ \
| * | | | events: Protect access via task_subsys_state_check()Paul E. McKenney2013-04-211-0/+2
* | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-262-2/+2
|\ \ \ \ \
| * | | | | [media] cx25821: do not expose broken video output streamsHans Verkuil2013-04-151-1/+1
| * | | | | [media] mb86a20s: Fix estimate_rate settingMauro Carvalho Chehab2013-04-041-1/+1
* | | | | | Merge branch 'fixes-3.9-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-268-40/+67
|\ \ \ \ \ \
| * | | | | | parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updatesJohn David Anglin2013-04-252-26/+26
| * | | | | | parisc: disable -mlong-calls compiler option for kernel modulesHelge Deller2013-04-251-2/+4
| * | | | | | parisc: uaccess: fix compiler warnings caused by __put_user castingWill Deacon2013-04-251-10/+4Star
| * | | | | | parisc: Change kunmap macro to static inline functionJohn David Anglin2013-04-251-1/+4
| * | | | | | parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.John David Anglin2013-04-253-1/+29
* | | | | | | efivars: only check for duplicates on the registered listMatt Fleming2013-04-261-5/+7
* | | | | | | TTY: fix atime/mtime regressionJiri Slaby2013-04-261-2/+16
* | | | | | | aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang2013-04-261-1/+1
* | | | | | | Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2013-04-251-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | efi: Check EFI revision in setup_efi_varsJosh Boyer2013-04-241-1/+1
| * | | | | | x86, efi: Fix a build warningBorislav Petkov2013-04-241-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-04-251-1/+2
|\ \ \ \ \ \ \
| * | | | | | | sparc64: Fix missing put_cpu_var() in tlb_batch_add_one() when not batching.David S. Miller2013-04-251-1/+2
* | | | | | | | Merge tag 'gpio-v3.9-lastminute' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-251-1/+6
|\ \ \ \ \ \ \ \