summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-03-25timekeeping: __timekeeping_set_tai_offset can be staticFengguang Wu
2013-03-22timekeeping: Split timekeeper_lock into lock and seqcountThomas Gleixner
2013-03-22timekeeping: Move lock out of timekeeper structThomas Gleixner
2013-03-22timekeeping: Make jiffies_lock internalThomas Gleixner
2013-03-22timekeeping: Calc stuff onceThomas Gleixner
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz
2013-03-22timekeeping: Add CLOCK_TAI clockidJohn Stultz
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz
2013-03-15timekeeping: utilize the suspend-nonstop clocksource to count suspended timeFeng Tang
2013-03-15timekeeping: Use inject_offset in warp_clockJohn Stultz
2013-03-15timekeeping: Avoid adjust kernel time once hwclock kept in UTC timeDong Zhu
2013-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann
2013-03-07tracing: Do not return EINVAL in snapshot when not allocatedSteven Rostedt (Red Hat)
2013-03-07tracing: Add help of snapshot feature when snapshot is emptySteven Rostedt (Red Hat)
2013-03-06Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-03-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-03fix compat_sys_rt_sigprocmask()Al Viro
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-03-02kdb: Remove unhandled ssb commandVincent
2013-03-02kdb: Prevent kernel oops with kdb_defcmdJason Wessel
2013-03-02kdb: Remove the ll commandJason Wessel
2013-03-02kdb_main: fix help printJason Wessel
2013-03-02kdb: Fix overlap in buffers with strcpyJason Wessel
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein
2013-03-02kdb: use ARRAY_SIZE where possibleSasha Levin
2013-03-02kdb: A fix for kdb command table expansionJohn Blackwood
2013-03-01Merge 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-28irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker
2013-02-28Merge branch 'akpm' (final batch from Andrew)Linus Torvalds
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-28kcmp: make it depend on CHECKPOINT_RESTORECyrill Gorcunov
2013-02-28kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold
2013-02-28kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu
2013-02-28kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code blockYuanhan Liu
2013-02-28sysctl: fix null checking in bin_dn_node_address()Xi Wang
2013-02-28posix-timers: convert to idr_alloc()Tejun Heo
2013-02-28events: convert to idr_alloc()Tejun Heo
2013-02-28cgroup: convert to idr_alloc()Tejun Heo
2013-02-28cgroup: don't use idr_remove_all()Tejun Heo
2013-02-28kexec: avoid freeing NULL pointer in image_crash_alloc()Zhang Yanfei
2013-02-28kexec: fix memory leak in function kimage_normal_allocZhang Yanfei
2013-02-28kexec: prevent double free on image allocation failureSasha Levin
2013-02-28kexec: export PG_hwpoison flag into vmcoreinfoMitsuhiro Tanino