summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: piix4: Add support for AMD ML and CZ SMBus changesShane Huang2014-01-243-6/+25
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-23231-2187/+3339
|\
| * lib/decompress_unlz4.c: always set an error return code on failuresJan Beulich2014-01-231-0/+1
| * romfs: fix returm err while getting inode in fill_superRui Xiang2014-01-231-4/+2
| * drivers/w1/masters/w1-gpio.c: add strong pullup emulationEvgeny Boger2014-01-233-12/+23
| * drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bugMicky Ching2014-01-231-10/+20
| * userns: relax the posix_acl_valid() checksAndreas Gruenbacher2014-01-231-10/+0
| * arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solu...Cody P Schafer2014-01-231-14/+4
| * fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fixAndrew Morton2014-01-231-4/+4
| * fs/ext3: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-231-31/+5
| * fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-232-49/+5
| * fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-232-59/+9
| * fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer2014-01-236-114/+17
| * net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Cody P Schafer2014-01-231-23/+4
| * rbtree/test: test rbtree_postorder_for_each_entry_safe()Cody P Schafer2014-01-231-0/+11
| * rbtree/test: move rb_node to the middle of the test structCody P Schafer2014-01-231-1/+1
| * rapidio: add modular rapidio core build into powerpc and mips branchesAlexandre Bounine2014-01-232-3/+3
| * partitions/efi: complete documentation of gpt kernel param purposeDavidlohr Bueso2014-01-231-1/+3
| * kdump: add /sys/kernel/vmcoreinfo ABI documentationVivek Goyal2014-01-231-0/+14
| * kdump: fix exported size of vmcoreinfo noteVivek Goyal2014-01-231-1/+1
| * kexec: add sysctl to disable kexec_loadKees Cook2014-01-234-2/+30
| * fs/exec.c: call arch_pick_mmap_layout() only onceRichard Weinberger2014-01-231-1/+0
| * exec: avoid propagating PF_NO_SETAFFINITY into userspace childZhang Yi2014-01-231-2/+2
| * kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov2014-01-231-4/+3
| * kernel/sys.c: k_getrusage() can use while_each_thread()Oleg Nesterov2014-01-231-2/+1
| * fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov2014-01-231-2/+1
| * exec: kill task_struct->did_execOleg Nesterov2014-01-234-6/+2
| * exec: move the final allow_write_access/fput into free_bprm()Oleg Nesterov2014-01-231-15/+5
| * exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logicOleg Nesterov2014-01-231-21/+8
| * exec:check_unsafe_exec: use while_each_thread() rather than next_thread()Oleg Nesterov2014-01-231-1/+2
| * kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn2014-01-231-3/+0
| * kernel/fork.c: fix coding style issuesDaeseok Youn2014-01-231-2/+2
| * kernel/fork.c: make dup_mm() staticDaeSeok Youn2014-01-232-3/+1
| * fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-2316-16/+16
| * fs/proc_namespace.c: simplify testing nsp and nsp->mnt_nsAxel Lin2014-01-231-6/+1
| * fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware e...Dave Jones2014-01-231-0/+1
| * proc: set attributes of pde using accessor functionsRui Xiang2014-01-232-4/+3
| * proc: fix ->f_pos overflows in first_tid()Oleg Nesterov2014-01-231-5/+9
| * proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov2014-01-231-28/+24
| * proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov2014-01-231-10/+10
| * proc: fix the potential use-after-free in first_tid()Oleg Nesterov2014-01-231-0/+3
| * proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov2014-01-232-13/+4
| * coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov2014-01-234-29/+17
| * coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov2014-01-232-18/+7
| * coredump: set_dumpable: fix the theoretical race with itselfOleg Nesterov2014-01-231-34/+15
| * Documentation/cpu-hotplug.txt: fix a typo in example codeSangjung Woo2014-01-231-1/+1
| * Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham2014-01-2311-40/+40
| * Documentation/filesystems/00-INDEX: updatesFabian Frederick2014-01-231-13/+45
| * Documentation/blockdev/ramdisk.txt: updatesFabian Frederick2014-01-231-6/+15
| * Documentation/filesystems/sysfs.txt: fix device_attribute declarationAndre Richter2014-01-231-3/+3
OpenPOWER on IntegriCloud