aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-02-08time, Fix setting of hardware clock in NTP codePrarit Bhargava
2013-01-29timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz
2013-01-15timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang
2013-01-15timekeeping: Add persistent_clock_exist flagFeng Tang
2013-01-15posix-timers: Fix clock_adjtime to always return timex data on successMiroslav Lichvar
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe
2013-01-15time: create __getnstimeofday for WARNless callsKees Cook
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz
2012-11-13time/jiffies: Make clocksource_jiffies staticLars-Peter Clausen
2012-11-01tick: Correct the comments for tick_sched_timer()Chuansheng Liu
2012-10-31module: fix out-by-one error in kallsymsRusty Russell
2012-10-25Merge branch 'akpm' (Andrew's fixes)Linus Torvalds
2012-10-25Makefile: Documentation for external tool should be correctH. Peter Anvin
2012-10-25pidns: limit the nesting depth of pid namespacesAndrew Vagin
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-10-24workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer
2012-10-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-22module_signing: fix printk format warningRandy Dunlap
2012-10-21Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2012-10-21Merge branch 'nohz/core' of git://github.com/fweisbec/linux-dynticks into tim...Ingo Molnar
2012-10-19use clamp_t in UNAME26 fixKees Cook
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells
2012-10-19Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo
2012-10-19Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov
2012-10-19kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook
2012-10-16printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney
2012-10-16cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura
2012-10-15tick: Conditionally build nohz specific code in tick handlerFrederic Weisbecker
2012-10-15tick: Consolidate tick handling for high and low res handlersFrederic Weisbecker
2012-10-15tick: Consolidate timekeeping handling codeFrederic Weisbecker
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12audit: make audit_inode take struct filenameJeff Layton
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton
2012-10-12audit: allow audit code to satisfy getname requests from its names_listJeff Layton
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-10-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-12kdb,vt_console: Fix missed data due to pager overrunsJason Wessel
2012-10-12kdb: Fix dmesg/bta scroll to quit with 'q'Jason Wessel
2012-10-12kgdb: Add module event hooksJason Wessel