summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-21ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson
2013-11-21mm, mempolicy: silence gcc warningDavid Rientjes
2013-11-21block/partitions/efi.c: fix bound checkAntti P Miettinen
2013-11-21ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdownJohan Hovold
2013-11-21mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli
2013-11-21kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu
2013-11-21ipc,shm: fix shm_file deletion racesGreg Thelen
2013-11-21mm: thp: give transparent hugepage code a separate copy_pageDave Hansen
2013-11-21checkpatch: fix "Use of uninitialized value" warningsJoe Perches
2013-11-21configfs: fix race between dentry put and lookupJunxiao Bi
2013-11-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2013-11-20Merge branch 'parisc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2013-11-20Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-11-20Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-20Wrong page freed on preallocate_pmds() failure exitAl Viro
2013-11-21powerpc: Wrong DWARF CFI in the kernel vdso for little-endian / ELFv2Ulrich Weigand
2013-11-21powerpc: Add pseries_le_defconfigAnton Blanchard
2013-11-21powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option.Anton Blanchard
2013-11-21powerpc: Don't use ELFv2 ABI to build the kernelAlistair Popple
2013-11-21powerpc: ELF2 binaries signal handlingRusty Russell
2013-11-21powerpc: ELF2 binaries launched directly.Rusty Russell
2013-11-21powerpc: Set eflags correctly for ELF ABIv2 core dumps.Rusty Russell
2013-11-21powerpc: Add TIF_ELF2ABI flag.Rusty Russell
2013-11-21pseries: Add H_SET_MODE to change exception endiannessAnton Blanchard
2013-11-21powerpc/pseries: Fix endian issues in pseries EEH codeAnton Blanchard
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-11-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-11-20Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds
2013-11-20avr32: uapi: be sure of "_UAPI" prefix for all guard macrosChen Gang
2013-11-20avr32: add kprobe_ctlblk memory structEirik Aanonsen
2013-11-20avr32: fix out-of-range jump in large kernelsAndreas Bießmann
2013-11-20avr32: setup crt for early panic()Andreas Bießmann
2013-11-20Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher
2013-11-20Squashfs: Directly decompress into the page cache for file dataPhillip Lougher
2013-11-20Squashfs: Restructure squashfs_readpage()Phillip Lougher
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher
2013-11-20Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher
2013-11-20squashfs: Enhance parallel I/OMinchan Kim
2013-11-20Squashfs: Refactor decompressor interface and codePhillip Lougher
2013-11-19blk-mq: add blktrace insert event traceJens Axboe
2013-11-19virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li
2013-11-19aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2013-11-19Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-20parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.Helge Deller