| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2014-01-31 | 29 | -231/+154 |
|\ |
|
| * | memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path | Vladimir Davydov | 2014-01-31 | 1 | -4/+3 |
| * | Documentation/filesystems/vfs.txt: update file_operations documentation | Richard Yao | 2014-01-31 | 1 | -10/+2 |
| * | mm, oom: base root bonus on current usage | David Rientjes | 2014-01-31 | 2 | -3/+3 |
| * | mm: don't lose the SOFT_DIRTY flag on mprotect | Andrey Vagin | 2014-01-31 | 1 | -1/+2 |
| * | mm/slub.c: fix page->_count corruption (again) | Dave Hansen | 2014-01-31 | 1 | -2/+17 |
| * | mm/mempolicy.c: fix mempolicy printing in numa_maps | David Rientjes | 2014-01-31 | 1 | -1/+1 |
| * | zram: remove zram->lock in read path and change it with mutex | Minchan Kim | 2014-01-31 | 2 | -12/+9 |
| * | zram: remove workqueue for freeing removed pending slot | Minchan Kim | 2014-01-31 | 2 | -58/+6 |
| * | zram: introduce zram->tb_lock | Minchan Kim | 2014-01-31 | 2 | -6/+23 |
| * | zram: use atomic operation for stat | Minchan Kim | 2014-01-31 | 2 | -20/+16 |
| * | zram: remove unnecessary free | Minchan Kim | 2014-01-31 | 1 | -8/+0 |
| * | zram: delay pending free request in read path | Minchan Kim | 2014-01-31 | 1 | -1/+0 |
| * | zram: fix race between reset and flushing pending work | Minchan Kim | 2014-01-31 | 1 | -2/+2 |
| * | zsmalloc: add maintainers | Minchan Kim | 2014-01-31 | 1 | -0/+8 |
| * | zram: add zram maintainers | Minchan Kim | 2014-01-31 | 1 | -0/+8 |
| * | zsmalloc: add copyright | Minchan Kim | 2014-01-31 | 2 | -0/+2 |
| * | zram: add copyright | Minchan Kim | 2014-01-31 | 2 | -0/+2 |
| * | zram: remove old private project comment | Minchan Kim | 2014-01-31 | 4 | -9/+0 |
| * | zram: promote zram from staging | Minchan Kim | 2014-01-31 | 9 | -3/+3 |
| * | zsmalloc: move it under mm | Minchan Kim | 2014-01-31 | 9 | -34/+28 |
| * | kernel/smp.c: remove cpumask_ipi | Roman Gushchin | 2014-01-31 | 1 | -16/+1 |
| * | kernel: use lockless list for smp_call_function_single | Christoph Hellwig | 2014-01-31 | 3 | -43/+19 |
| * | drivers/net/phy/mdio_bus.c: call put_device on device_register() failure | Levente Kurusa | 2014-01-31 | 1 | -0/+1 |
| * | drivers/video/backlight/lcd.c: call put_device if device_register fails | Levente Kurusa | 2014-01-31 | 1 | -1/+1 |
| * | memblock, bootmem: restore goal for alloc_low | Yinghai Lu | 2014-01-31 | 1 | -2/+2 |
* | | x86, x32: Correct invalid use of user timespec in the kernel | PaX Team | 2014-01-31 | 1 | -7/+2 |
* | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-01-31 | 10 | -34/+37 |
|\ \ |
|
| * | | x86, asmlinkage, xen: Fix type of NMI | Andi Kleen | 2014-01-30 | 1 | -2/+2 |
| * | | x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visible | Andi Kleen | 2014-01-30 | 2 | -2/+2 |
| * | | x86: Use inline assembler instead of global register variable to get sp | Andi Kleen | 2014-01-30 | 1 | -3/+5 |
| * | | x86, asmlinkage, paravirt: Make paravirt thunks global | Andi Kleen | 2014-01-30 | 4 | -17/+17 |
| * | | x86, asmlinkage, paravirt: Don't rely on local assembler labels | Andi Kleen | 2014-01-30 | 1 | -4/+5 |
| * | | x86, asmlinkage, lguest: Fix C functions used by inline assembler | Andi Kleen | 2014-01-30 | 1 | -6/+6 |
* | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-01-31 | 8 | -43/+91 |
|\ \ \ |
|
| * | | | x86, build: Build 16-bit code with -m16 where possible | David Woodhouse | 2014-01-30 | 1 | -4/+12 |
| * | | | x86, boot: Fix word-size assumptions in has_eflag() inline asm | David Woodhouse | 2014-01-30 | 1 | -5/+20 |
| * | | | Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/build | H. Peter Anvin | 2014-01-29 | 1223 | -13655/+31193 |
| |\ \ \ |
|
| * | | | | x86, boot: Use __attribute__((used)) to ensure videocard structs are emitted | David Woodhouse | 2014-01-22 | 1 | -1/+1 |
| * | | | | x86: Remove duplication of 16-bit CFLAGS | David Woodhouse | 2014-01-22 | 3 | -29/+17 |
| * | | | | x86, relocs: Add manual debug mode | Michael Davidson | 2014-01-22 | 3 | -8/+45 |
* | | | | | Merge tag 'late-dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-01-31 | 8 | -12/+310 |
|\ \ \ \ \ |
|
| * | | | | | ARM: moxart: move fixed rate clock child node to board level dts | Jonas Jensen | 2014-01-24 | 2 | -6/+8 |
| * | | | | | Merge tag 'bcm-for-3.14-dt' of git://github.com/broadcom/bcm11351 into next/dt | Kevin Hilman | 2014-01-22 | 752 | -3809/+7552 |
| |\ \ \ \ \ |
|
| | * | | | | | clk: bcm281xx: define kona clock binding | Alex Elder | 2013-12-31 | 1 | -0/+93 |
| | * | | | | | ARM: dts: add usb udc support to bcm281xx | Matt Porter | 2013-12-23 | 3 | -0/+32 |
| | * | | | | | ARM: dts: Specify clocks for timer on bcm11351 | Tim Kryger | 2013-12-23 | 1 | -1/+1 |
| | * | | | | | Documentation: dt: kona-timer: Add clocks property | Tim Kryger | 2013-12-23 | 1 | -1/+6 |
| | * | | | | | ARM: dts: Specify clocks for SDHCIs on bcm11351 | Tim Kryger | 2013-12-23 | 1 | -0/+4 |
| | * | | | | | Documentation: dt: kona-sdhci: Add clocks property | Tim Kryger | 2013-12-23 | 1 | -0/+4 |