Age | Commit message (Expand) | Author | Files | Lines |
2014-01-29 | Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and '... | Rafael J. Wysocki | 1 | -1/+1 |
2014-01-28 | ACPICA: Remove bool usage from ACPICA. | Lv Zheng | 1 | -1/+1 |
2014-01-25 | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 23 | -86/+285 |
2014-01-24 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 30 | -139/+221 |
2014-01-24 | Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq... | Linus Torvalds | 21 | -2/+2558 |
2014-01-24 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -38/+4 |
2014-01-24 | Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -1/+20 |
2014-01-24 | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 7 | -251/+78 |
2014-01-24 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 6 | -3/+465 |
2014-01-24 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 10 | -40/+586 |
2014-01-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 4 | -0/+551 |
2014-01-24 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 7 | -23/+41 |
2014-01-24 | drivers/w1/masters/w1-gpio.c: add strong pullup emulation | Evgeny Boger | 1 | -0/+1 |
2014-01-24 | kexec: add sysctl to disable kexec_load | Kees Cook | 1 | -0/+1 |
2014-01-24 | exec: kill task_struct->did_exec | Oleg Nesterov | 1 | -1/+0 |
2014-01-24 | kernel/fork.c: make dup_mm() static | DaeSeok Youn | 1 | -2/+0 |
2014-01-24 | proc: cleanup/simplify get_task_state/task_state_array | Oleg Nesterov | 1 | -1/+1 |
2014-01-24 | coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h | Oleg Nesterov | 1 | -4/+17 |
2014-01-24 | coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELY | Oleg Nesterov | 1 | -3/+1 |
2014-01-24 | fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m... | Axel Lin | 1 | -7/+0 |
2014-01-24 | printk/cache: mark printk_once test variable __read_mostly | Joe Perches | 2 | -11/+12 |
2014-01-24 | lib/parser.c: add match_wildcard() function | Du, Changbin | 1 | -0/+1 |
2014-01-24 | uapi: convert u64 to __u64 in exported headers | Mike Frysinger | 2 | -2/+2 |
2014-01-24 | include/uapi/linux/dn.h: pull in ioctl.h header | Mike Frysinger | 1 | -0/+1 |
2014-01-24 | include/uapi/linux/ppp-ioctl.h: pull in ppp_defs.h | Mike Frysinger | 1 | -0/+1 |
2014-01-24 | include/linux/of.h: make for_each_child_of_node() reference its args when CON... | David Howells | 1 | -1/+6 |
2014-01-24 | remove extra definitions of U32_MAX | Alex Elder | 1 | -19/+0 |
2014-01-24 | kernel.h: define u8, s8, u32, etc. limits | Alex Elder | 1 | -0/+13 |
2014-01-24 | conditionally define U32_MAX | Alex Elder | 1 | -0/+2 |
2014-01-24 | add generic fixmap.h | Mark Salter | 1 | -0/+97 |
2014-01-24 | asm/types.h: Remove include/asm-generic/int-l64.h | Geert Uytterhoeven | 2 | -51/+1 |
2014-01-24 | include/linux/genalloc.h: spinlock_t needs spinlock_types.h | Shawn Guo | 1 | -0/+2 |
2014-01-24 | numa: add a sysctl for numa_balancing | Andi Kleen | 1 | -0/+4 |
2014-01-24 | mm: free memblock.memory in free_all_bootmem | Philipp Hachtmann | 1 | -0/+1 |
2014-01-24 | memcg, slab: RCU protect memcg_params for root caches | Vladimir Davydov | 1 | -2/+7 |
2014-01-24 | memcg, slab: clean up memcg cache initialization/destruction | Vladimir Davydov | 1 | -5/+4 |
2014-01-24 | memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path | Vladimir Davydov | 1 | -5/+9 |
2014-01-24 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 8 | -29/+39 |
2014-01-24 | mm: print more details for bad_page() | Dave Hansen | 1 | -1/+3 |
2014-01-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -0/+2 |
2014-01-23 | Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2 | -25/+89 |
2014-01-23 | Merge tag 'omap-for-v3.14/dt-signed' of git://git.kernel.org/pub/scm/linux/ke... | Olof Johansson | 1 | -0/+20 |
2014-01-23 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -32/+33 |
2014-01-23 | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 7 | -9/+135 |
2014-01-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -20/+16 |
2014-01-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 6 | -11/+9 |
2014-01-23 | Merge tag 'dm-3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+17 |
2014-01-23 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 6 | -20/+228 |
2014-01-23 | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -271/+149 |
2014-01-23 | Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 3 | -10/+160 |