| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: place page->pmd_huge_pte to right union | Kirill A. Shutemov | 2013-11-21 | 1 | -3/+3 |
* | MAINTAINERS: add keyboard driver to Hyper-V file list | Haiyang Zhang | 2013-11-21 | 1 | -0/+1 |
* | x86, mm: do not leak page->ptl for pmd page tables | Kirill A. Shutemov | 2013-11-21 | 2 | -4/+6 |
* | ipc,shm: correct error return value in shmctl (SHM_UNLOCK) | Jesper Nilsson | 2013-11-21 | 1 | -3/+6 |
* | mm, mempolicy: silence gcc warning | David Rientjes | 2013-11-21 | 1 | -1/+1 |
* | block/partitions/efi.c: fix bound check | Antti P Miettinen | 2013-11-21 | 1 | -2/+3 |
* | ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdown | Johan Hovold | 2013-11-21 | 1 | -0/+9 |
* | mm: hugetlbfs: fix hugetlbfs optimization | Andrea Arcangeli | 2013-11-21 | 3 | -60/+106 |
* | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly | Yuanhan Liu | 2013-11-21 | 2 | -6/+6 |
* | ipc,shm: fix shm_file deletion races | Greg Thelen | 2013-11-21 | 1 | -5/+23 |
* | mm: thp: give transparent hugepage code a separate copy_page | Dave Hansen | 2013-11-21 | 3 | -38/+48 |
* | checkpatch: fix "Use of uninitialized value" warnings | Joe Perches | 2013-11-21 | 1 | -0/+1 |
* | configfs: fix race between dentry put and lookup | Junxiao Bi | 2013-11-21 | 1 | -2/+14 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2013-11-20 | 13 | -34/+542 |
|\ |
|
| * | powerpc: Wrong DWARF CFI in the kernel vdso for little-endian / ELFv2 | Ulrich Weigand | 2013-11-21 | 1 | -1/+15 |
| * | powerpc: Add pseries_le_defconfig | Anton Blanchard | 2013-11-21 | 1 | -0/+352 |
| * | powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option. | Anton Blanchard | 2013-11-21 | 1 | -0/+11 |
| * | powerpc: Don't use ELFv2 ABI to build the kernel | Alistair Popple | 2013-11-21 | 1 | -0/+1 |
| * | powerpc: ELF2 binaries signal handling | Rusty Russell | 2013-11-21 | 1 | -9/+16 |
| * | powerpc: ELF2 binaries launched directly. | Rusty Russell | 2013-11-21 | 1 | -15/+35 |
| * | powerpc: Set eflags correctly for ELF ABIv2 core dumps. | Rusty Russell | 2013-11-21 | 1 | -0/+2 |
| * | powerpc: Add TIF_ELF2ABI flag. | Rusty Russell | 2013-11-21 | 2 | -0/+11 |
| * | pseries: Add H_SET_MODE to change exception endianness | Anton Blanchard | 2013-11-21 | 4 | -0/+87 |
| * | powerpc/pseries: Fix endian issues in pseries EEH code | Anton Blanchard | 2013-11-21 | 1 | -9/+12 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat... | Linus Torvalds | 2013-11-20 | 24 | -388/+777 |
|\ \ |
|
| * | | alpha: Prevent a NULL ptr dereference in csum_partial_copy. | Jay Estabrook | 2013-11-16 | 1 | -5/+5 |
| * | | alpha: perf: fix out-of-bounds array access triggered from raw event | Will Deacon | 2013-11-16 | 1 | -2/+13 |
| * | | alpha: Use qemu+cserve provided high-res clock and alarm. | Richard Henderson | 2013-11-16 | 4 | -7/+165 |
| * | | alpha: Switch to GENERIC_CLOCKEVENTS | Richard Henderson | 2013-11-16 | 5 | -109/+53 |
| * | | alpha: Enable the rpcc clocksource for single processor | Richard Henderson | 2013-11-16 | 1 | -30/+37 |
| * | | alpha: Reorganize rtc handling | Richard Henderson | 2013-11-16 | 11 | -223/+337 |
| * | | alpha: Primitive support for CPU power down. | Richard Henderson | 2013-11-16 | 5 | -0/+58 |
| * | | alpha: Allow HZ to be configured | Richard Henderson | 2013-11-16 | 3 | -11/+59 |
| * | | alpha: Notice if we're being run under QEMU | Richard Henderson | 2013-11-16 | 3 | -7/+38 |
| * | | alpha: Eliminate compiler warning from memset macro | Richard Henderson | 2013-11-16 | 4 | -15/+33 |
* | | | Merge branch 'parisc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2013-11-20 | 5 | -55/+41 |
|\ \ \ |
|
| * | | | parisc: size_t is unsigned, so comparison size < 0 doesn't make sense. | Helge Deller | 2013-11-20 | 1 | -1/+1 |
| * | | | parisc: improve SIGBUS/SIGSEGV error reporting | Helge Deller | 2013-11-19 | 1 | -2/+20 |
| * | | | parisc: break out SOCK_NONBLOCK define to own asm header file | Helge Deller | 2013-11-19 | 2 | -8/+14 |
| * | | | parisc: do not inline pa_memcpy() internal functions | Helge Deller | 2013-11-19 | 1 | -2/+2 |
| * | | | Revert "parisc: implement full version of access_ok()" | Helge Deller | 2013-11-19 | 1 | -42/+4 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 2013-11-20 | 35 | -129/+101 |
|\ \ \ \ |
|
| * | | | | avr32: uapi: be sure of "_UAPI" prefix for all guard macros | Chen Gang | 2013-11-20 | 31 | -102/+56 |
| * | | | | avr32: add kprobe_ctlblk memory struct | Eirik Aanonsen | 2013-11-20 | 1 | -0/+14 |
| * | | | | avr32: fix out-of-range jump in large kernels | Andreas Bießmann | 2013-11-20 | 2 | -2/+6 |
| * | | | | avr32: setup crt for early panic() | Andreas Bießmann | 2013-11-20 | 2 | -25/+25 |
* | | | | | Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-11-20 | 20 | -243/+1145 |
|\ \ \ \ \ |
|
| * | | | | | Squashfs: Check stream is not NULL in decompressor_multi.c | Phillip Lougher | 2013-11-20 | 1 | -4/+3 |
| * | | | | | Squashfs: Directly decompress into the page cache for file data | Phillip Lougher | 2013-11-20 | 5 | -1/+336 |
| * | | | | | Squashfs: Restructure squashfs_readpage() | Phillip Lougher | 2013-11-20 | 4 | -71/+118 |