aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann1-1/+1
2013-03-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+9
2013-03-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+3
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-2/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+1
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro1-1/+1
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan1-2/+4
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds6-127/+62
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-0/+5
2013-03-02kdb: Remove unhandled ssb commandVincent4-39/+2
2013-03-02kdb: Prevent kernel oops with kdb_defcmdJason Wessel1-2/+6
2013-03-02kdb: Remove the ll commandJason Wessel1-65/+0
2013-03-02kdb_main: fix help printJason Wessel1-3/+7
2013-03-02kdb: Fix overlap in buffers with strcpyJason Wessel1-9/+21
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein3-6/+23
2013-03-02kdb: use ARRAY_SIZE where possibleSasha Levin1-2/+2
2013-03-02kdb: A fix for kdb command table expansionJohn Blackwood1-1/+1
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-0/+2
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+77
2013-02-28irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker1-6/+1
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds25-779/+120
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin12-71/+46
2013-02-27kcmp: make it depend on CHECKPOINT_RESTORECyrill Gorcunov1-3/+1
2013-02-27kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold2-610/+1
2013-02-27kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu1-1/+1
2013-02-27kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code blockYuanhan Liu1-1/+2
2013-02-27sysctl: fix null checking in bin_dn_node_address()Xi Wang1-1/+2
2013-02-27posix-timers: convert to idr_alloc()Tejun Heo1-10/+8
2013-02-27events: convert to idr_alloc()Tejun Heo1-7/+3
2013-02-27cgroup: convert to idr_alloc()Tejun Heo1-19/+8
2013-02-27cgroup: don't use idr_remove_all()Tejun Heo1-3/+1
2013-02-27kexec: avoid freeing NULL pointer in image_crash_alloc()Zhang Yanfei1-8/+7
2013-02-27kexec: fix memory leak in function kimage_normal_allocZhang Yanfei1-8/+10
2013-02-27kexec: prevent double free on image allocation failureSasha Levin1-2/+0
2013-02-27kexec: export PG_hwpoison flag into vmcoreinfoMitsuhiro Tanino1-0/+3
2013-02-27kexec: get rid of duplicate check for hole_endZhang Yanfei1-2/+0
2013-02-27kexec: add the values related to buddy system for filtering free pages.Atsushi Kumagai1-0/+4
2013-02-27fork: unshare: remove dead codeAlan Cox1-6/+1
2013-02-27coredump: use a freezable_schedule for the coredump_finish waitMandeep Singh Baines1-2/+2
2013-02-27lockdep: check that no locks held at freeze timeMandeep Singh Baines2-10/+9
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook1-1/+1
2013-02-27kernel/signal.c: fix suboptimal printk usageValdis Kletnieks1-4/+4
2013-02-27signal: allow to send any siginfo to itselfAndrey Vagin1-2/+4
2013-02-27usermodehelper: cleanup/fix __orderly_poweroff() && argv_free()Oleg Nesterov1-8/+2
2013-02-27more file_inode() open-coded instancesAl Viro1-1/+1
2013-02-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds3-380/+120
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds10-47/+22
2013-02-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-52/+141