aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27kcmp: make it depend on CHECKPOINT_RESTORECyrill Gorcunov
2013-02-27kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold
2013-02-27kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu
2013-02-27kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code blockYuanhan Liu
2013-02-27sysctl: fix null checking in bin_dn_node_address()Xi Wang
2013-02-27posix-timers: convert to idr_alloc()Tejun Heo
2013-02-27events: convert to idr_alloc()Tejun Heo
2013-02-27cgroup: convert to idr_alloc()Tejun Heo
2013-02-27cgroup: don't use idr_remove_all()Tejun Heo
2013-02-27kexec: avoid freeing NULL pointer in image_crash_alloc()Zhang Yanfei
2013-02-27kexec: fix memory leak in function kimage_normal_allocZhang Yanfei
2013-02-27kexec: prevent double free on image allocation failureSasha Levin
2013-02-27kexec: export PG_hwpoison flag into vmcoreinfoMitsuhiro Tanino
2013-02-27kexec: get rid of duplicate check for hole_endZhang Yanfei
2013-02-27kexec: add the values related to buddy system for filtering free pages.Atsushi Kumagai
2013-02-27fork: unshare: remove dead codeAlan Cox
2013-02-27coredump: use a freezable_schedule for the coredump_finish waitMandeep Singh Baines
2013-02-27lockdep: check that no locks held at freeze timeMandeep Singh Baines
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook
2013-02-27kernel/signal.c: fix suboptimal printk usageValdis Kletnieks
2013-02-27signal: allow to send any siginfo to itselfAndrey Vagin
2013-02-27usermodehelper: cleanup/fix __orderly_poweroff() && argv_free()Oleg Nesterov
2013-02-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-02-26export kernel_write(), convert open-coded instancesAl Viro
2013-02-26switch vfs_getattr() to struct pathAl Viro
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-02-24cputime: Use local_clock() for full dynticks cputime accountingFrederic Weisbecker
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo
2013-02-23sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen
2013-02-22new helper: file_inode(file)Al Viro
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-22sched: Fix /proc/sched_debug failure on very very large systemsNathan Zimmer
2013-02-22sched: Fix /proc/sched_stat failure on very very large systemsNathan Zimmer
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-02-21kernel/nsproxy.c: remove duplicate task_cred_xxx for user_nsYuanhan Liu