aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-03-22timekeeping: Calc stuff onceGravatar Thomas Gleixner 1-3/+4
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIGravatar John Stultz 3-2/+38
2013-03-22timekeeping: Add CLOCK_TAI clockidGravatar John Stultz 2-0/+40
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpGravatar John Stultz 2-8/+54
2013-03-15timekeeping: utilize the suspend-nonstop clocksource to count suspended timeGravatar Feng Tang 1-7/+51
2013-03-15timekeeping: Use inject_offset in warp_clockGravatar John Stultz 1-3/+3
2013-03-15timekeeping: Avoid adjust kernel time once hwclock kept in UTC timeGravatar Dong Zhu 1-5/+6
2013-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-13/+38
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Gravatar Arnd Bergmann 1-1/+1
2013-03-07tracing: Do not return EINVAL in snapshot when not allocatedGravatar Steven Rostedt (Red Hat) 1-2/+0
2013-03-07tracing: Add help of snapshot feature when snapshot is emptyGravatar Steven Rostedt (Red Hat) 1-1/+24
2013-03-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+9
2013-03-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+3
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-03-02fix compat_sys_rt_sigprocmask()Gravatar Al Viro 1-1/+1
2013-03-02trace/ring_buffer: handle 64bit aligned structsGravatar James Hogan 1-2/+4
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Gravatar Linus Torvalds 6-127/+62
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2013-03-02kdb: Remove unhandled ssb commandGravatar Vincent 4-39/+2
2013-03-02kdb: Prevent kernel oops with kdb_defcmdGravatar Jason Wessel 1-2/+6
2013-03-02kdb: Remove the ll commandGravatar Jason Wessel 1-65/+0
2013-03-02kdb_main: fix help printGravatar Jason Wessel 1-3/+7
2013-03-02kdb: Fix overlap in buffers with strcpyGravatar Jason Wessel 1-9/+21
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbGravatar Matt Klein 3-6/+23
2013-03-02kdb: use ARRAY_SIZE where possibleGravatar Sasha Levin 1-2/+2
2013-03-02kdb: A fix for kdb command table expansionGravatar John Blackwood 1-1/+1
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Gravatar Linus Torvalds 1-0/+2
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-8/+77
2013-02-28irq: Don't re-enable interrupts at the end of irq_exitGravatar Frederic Weisbecker 1-6/+1
2013-02-27Merge branch 'akpm' (final batch from Andrew)Gravatar Linus Torvalds 25-779/+120
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 12-71/+46
2013-02-27kcmp: make it depend on CHECKPOINT_RESTOREGravatar Cyrill Gorcunov 1-3/+1
2013-02-27kfifo: move kfifo.c from kernel/ to lib/Gravatar Stefani Seibold 2-610/+1
2013-02-27kernel/utsname.c: fix wrong comment about clone_uts_ns()Gravatar Yuanhan Liu 1-1/+1
2013-02-27kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code blockGravatar Yuanhan Liu 1-1/+2
2013-02-27sysctl: fix null checking in bin_dn_node_address()Gravatar Xi Wang 1-1/+2
2013-02-27posix-timers: convert to idr_alloc()Gravatar Tejun Heo 1-10/+8
2013-02-27events: convert to idr_alloc()Gravatar Tejun Heo 1-7/+3
2013-02-27cgroup: convert to idr_alloc()Gravatar Tejun Heo 1-19/+8
2013-02-27cgroup: don't use idr_remove_all()Gravatar Tejun Heo 1-3/+1
2013-02-27kexec: avoid freeing NULL pointer in image_crash_alloc()Gravatar Zhang Yanfei 1-8/+7
2013-02-27kexec: fix memory leak in function kimage_normal_allocGravatar Zhang Yanfei 1-8/+10
2013-02-27kexec: prevent double free on image allocation failureGravatar Sasha Levin 1-2/+0
2013-02-27kexec: export PG_hwpoison flag into vmcoreinfoGravatar Mitsuhiro Tanino 1-0/+3
2013-02-27kexec: get rid of duplicate check for hole_endGravatar Zhang Yanfei 1-2/+0
2013-02-27kexec: add the values related to buddy system for filtering free pages.Gravatar Atsushi Kumagai 1-0/+4
2013-02-27fork: unshare: remove dead codeGravatar Alan Cox 1-6/+1
2013-02-27coredump: use a freezable_schedule for the coredump_finish waitGravatar Mandeep Singh Baines 1-2/+2