aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds8-261/+326
2012-01-08audit: always follow va_copy() with va_end()Jesper Juhl1-2/+3
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-4/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds14-370/+339
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-58/+37
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+3
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-58/+57
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro8-25/+24
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-5/+7
2012-01-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman4-58/+57
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds27-2463/+2687
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-306/+476
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds17-243/+933
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+4
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-01-06Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-16/+37
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+56
2012-01-05cgroup: fix to allow mounting a hierarchy by nameLi Zefan1-3/+3
2012-01-05Merge branch 'devel-stable' into for-linusRussell King1-5/+7
2012-01-05Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki1-0/+64
2012-01-05PM / Hibernate: Implement compat_ioctl for /dev/snapshotBen Hutchings1-0/+64
2012-01-04ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov2-3/+12
2012-01-04ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-1/+8
2012-01-04cgroup: move assignement out of condition in cgroup_attach_proc()Dan Carpenter1-2/+5
2012-01-03auditsc: propage umode_tAl Viro1-2/+2
2012-01-03switch kern_ipc_perm to umode_tAl Viro1-5/+5
2012-01-03switch mq_open() to umode_tAl Viro1-3/+3
2012-01-03sysctl: use umode_t for table permissionsAl Viro1-1/+1
2012-01-03cgroup: propagate mode_tAl Viro1-7/+7
2012-01-03switch debugfs to umode_tAl Viro4-4/+4
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2012-01-03get rid of timer in kern/acct.cAl Viro1-30/+10
2012-01-03hung_task: fix false positive during vforkMandeep Singh Baines1-4/+10
2012-01-02misc latin1 to utf8 conversionsAl Viro2-2/+2
2011-12-31futex: Fix uninterruptible loop due to gate_areaHugh Dickins1-8/+20
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2011-12-28irq: check domain hwirq range for DT translateRob Herring1-0/+3
2011-12-27cgroup: Remove task_lock() from cgroup_post_fork()Frederic Weisbecker1-3/+12
2011-12-27cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()Kirill A. Shutemov1-0/+2
2011-12-27cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as staticKirill A. Shutemov1-2/+2
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki13-366/+273
2011-12-25Merge branch 'pm-misc' into pm-for-linusRafael J. Wysocki2-6/+4
2011-12-23ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OFJamie Iles1-5/+7
2011-12-23sched/tracing: Add a new tracepoint for sleeptimeArun Sharma2-2/+1
2011-12-23sched: Disable scheduler warnings during oopsesDave Jones1-0/+3
2011-12-22cgroup: only need to check oldcgrp==newgrp onceMandeep Singh Baines1-16/+6