aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-24Merge tag 'md/3.14' of git://neil.brown.name/mdLinus Torvalds
2014-01-24Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-01-24Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2014-01-24Merge tag 'fbdev-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds
2014-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2014-01-24net/cxgb4: Fix referencing freed adapterGavin Shan
2014-01-24ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng
2014-01-24fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2014-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-249p: update documentationEric Van Hensbergen
2014-01-24rtnetlink: remove IFLA_BOND_SLAVE definitionJiri Pirko
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-23Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-23Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-23Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-23Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-01-23Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-01-23lib/decompress_unlz4.c: always set an error return code on failuresJan Beulich
2014-01-23romfs: fix returm err while getting inode in fill_superRui Xiang
2014-01-23drivers/w1/masters/w1-gpio.c: add strong pullup emulationEvgeny Boger
2014-01-23drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bugMicky Ching
2014-01-23userns: relax the posix_acl_valid() checksAndreas Gruenbacher
2014-01-23arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solu...Cody P Schafer
2014-01-23fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fixAndrew Morton
2014-01-23fs/ext3: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2014-01-23fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2014-01-23fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2014-01-23net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Cody P Schafer
2014-01-23rbtree/test: test rbtree_postorder_for_each_entry_safe()Cody P Schafer
2014-01-23rbtree/test: move rb_node to the middle of the test structCody P Schafer
2014-01-23rapidio: add modular rapidio core build into powerpc and mips branchesAlexandre Bounine
2014-01-23partitions/efi: complete documentation of gpt kernel param purposeDavidlohr Bueso
2014-01-23kdump: add /sys/kernel/vmcoreinfo ABI documentationVivek Goyal
2014-01-23kdump: fix exported size of vmcoreinfo noteVivek Goyal
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook
2014-01-23fs/exec.c: call arch_pick_mmap_layout() only onceRichard Weinberger
2014-01-23exec: avoid propagating PF_NO_SETAFFINITY into userspace childZhang Yi
2014-01-23kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov
2014-01-23kernel/sys.c: k_getrusage() can use while_each_thread()Oleg Nesterov
2014-01-23fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov
2014-01-23exec: kill task_struct->did_execOleg Nesterov