aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-31cgroup: fix a leak when percpu_ref_init() failsLi Zefan1-1/+3
2013-07-12cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo2-14/+20
2013-07-09cgroup: remove bcache_subsys_id which got added stealthilyTejun Heo1-38/+7
2013-07-09Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds238-1691/+4461
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds3-26/+12
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds15-245/+277
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds36-1739/+2391
2013-07-09Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds43-477/+1180
2013-07-09libceph: fix invalid unsigned->signed conversion for timespec encodingJosh Durgin1-5/+0
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds50-542/+1550
2013-07-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-6/+21
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds26-72/+169
2013-07-09lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter1-2/+4
2013-07-09scsi_debug: fix do_device_access() with wrap around rangeAkinobu Mita1-11/+37
2013-07-09crypto: talitos: use sg_pcopy_to_buffer()Akinobu Mita1-59/+1
2013-07-09lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita2-5/+88
2013-07-09lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()Akinobu Mita1-15/+24
2013-07-09crypto: add lz4 Cryptographic APIChanho Min4-0/+230
2013-07-09lib: add lz4 compressor moduleChanho Min7-2/+1092
2013-07-09arm: add support for LZ4-compressed kernelKyungsik Lee9-5/+28
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee10-2/+243
2013-07-09decompressor: add LZ4 decompressor moduleKyungsik Lee3-0/+471
2013-07-09lib: add weak clz/ctz functionsChanho Min2-1/+59
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt8-145/+107
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt125-166/+282
2013-07-09reboot: arm: prepare reboot_mode for moving to generic kernel codeRobin Holt4-9/+10
2013-07-09reboot: arm: remove unused restart_mode fields from some arm subarchsRobin Holt4-6/+0
2013-07-09reboot: unicore32: prepare reboot_mode for moving to generic kernel codeRobin Holt4-7/+9
2013-07-09reboot: x86: prepare reboot_mode for moving to generic kernel codeRobin Holt2-5/+12
2013-07-09reboot: checkpatch.pl the new kernel/reboot.c fileRobin Holt2-15/+14
2013-07-09reboot: move shutdown/reboot related functions to kernel/reboot.cRobin Holt3-332/+347
2013-07-09reboot: remove -stable friendly PF_THREAD_BOUND defineRobin Holt1-5/+0
2013-07-09partitions/msdos: enumerate also AIX LVM partitionsPhilippe De Muyter1-0/+5
2013-07-09partitions: add aix lvm partition support filesPhilippe De Muyter4-0/+306
2013-07-09partitions/msdos.c: end-of-line whitespace and semicolon cleanupPhilippe De Muyter1-6/+6
2013-07-09mwave: fix info leak in mwave_ioctl()Dan Carpenter1-0/+1
2013-07-09ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu updateManfred Spraul1-11/+21
2013-07-09ipc/sem.c: replace shared sem_otime with per-semaphore valueManfred Spraul2-7/+31
2013-07-09ipc/sem.c: always use only one queue for alter operationsManfred Spraul1-40/+88
2013-07-09ipc/sem: separate wait-for-zero and alter tasks into seperate queuesManfred Spraul2-61/+155
2013-07-09ipc/sem.c: cacheline align the semaphore structuresManfred Spraul1-1/+1
2013-07-09ipc/util.c, ipc_rcu_alloc: cacheline align allocationManfred Spraul1-6/+6
2013-07-09ipc: remove unused functionsDavidlohr Bueso2-26/+0
2013-07-09ipc,msg: shorten critical region in msgrcvDavidlohr Bueso1-26/+32
2013-07-09ipc,msg: shorten critical region in msgsndDavidlohr Bueso1-13/+24
2013-07-09ipc,msg: make msgctl_nolock locklessDavidlohr Bueso1-10/+17
2013-07-09ipc,msg: introduce lockless functions to obtain the ipc objectDavidlohr Bueso1-0/+21
2013-07-09ipc,msg: introduce msgctl_nolockDavidlohr Bueso1-15/+34
2013-07-09ipc,msg: shorten critical region in msgctl_downDavidlohr Bueso1-5/+7
2013-07-09ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso4-39/+56