summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* time, Fix setting of hardware clock in NTP codePrarit Bhargava2013-02-082-2/+14
* timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz2013-01-291-1/+1
* timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang2013-01-151-0/+5
* timekeeping: Add persistent_clock_exist flagFeng Tang2013-01-151-5/+11
* posix-timers: Fix clock_adjtime to always return timex data on successMiroslav Lichvar2013-01-151-1/+1
* NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe2013-01-151-4/+12
* time: create __getnstimeofday for WARNless callsKees Cook2013-01-151-5/+24
* Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-11-2113-262/+230
|\
| * time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-135-29/+22
| * time/jiffies: Make clocksource_jiffies staticLars-Peter Clausen2012-11-131-1/+1
| * module: fix out-by-one error in kallsymsRusty Russell2012-10-311-11/+16
| * Merge branch 'akpm' (Andrew's fixes)Linus Torvalds2012-10-251-1/+11
| |\
| | * pidns: limit the nesting depth of pid namespacesAndrew Vagin2012-10-251-1/+11
| * | Makefile: Documentation for external tool should be correctH. Peter Anvin2012-10-251-4/+2
| |/
| * Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-241-31/+10
| |\
| | * Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo2012-10-191-12/+3
| | * Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo2012-10-191-17/+6
| | * cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura2012-10-161-2/+1
| * | Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-241-1/+1
| |\ \
| | * | workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer2012-10-241-1/+1
| | |/
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-242-183/+166
| |\ \
| | * \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-10-211-0/+4
| | |\ \
| | | * | ring-buffer: Check for uninitialized cpu buffer before resizingVaibhav Nagarnaik2012-10-111-0/+4
| | * | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-10-211-183/+162
| | |\ \ \
| | | * | | uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov2012-10-071-14/+14
| | | * | | uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov2012-10-071-0/+8
| | | * | | uprobes: Introduce prepare_uprobe()Oleg Nesterov2012-10-071-19/+41
| | | * | | uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov2012-10-071-0/+9
| | | * | | uprobes: Do not delete uprobe if uprobe_unregister() failsOleg Nesterov2012-10-071-6/+6
| | | * | | uprobes: Don't return success if alloc_uprobe() failsOleg Nesterov2012-10-071-1/+3
| | | * | | uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov2012-09-291-49/+24
| | | * | | uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov2012-09-291-9/+23
| | | * | | uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov2012-09-291-44/+19
| | | * | | uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov2012-09-291-11/+0
| | | * | | uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov2012-09-291-9/+4
| | | * | | uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov2012-09-291-2/+2
| | | * | | uprobes: Change write_opcode() to use FOLL_FORCEOleg Nesterov2012-09-291-1/+1
| | | * | | uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov2012-09-291-0/+2
| | | * | | uprobes: Kill UTASK_BP_HIT stateOleg Nesterov2012-09-291-20/+9
| | | * | | uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()Oleg Nesterov2012-09-291-16/+15
| | | * | | uprobes: Do not setup ->active_uprobe/state prematurelyOleg Nesterov2012-09-291-6/+3
| | | * | | uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() failsOleg Nesterov2012-09-291-1/+4
| * | | | | module_signing: fix printk format warningRandy Dunlap2012-10-221-1/+1
| |/ / / /
* | | | | tick: Correct the comments for tick_sched_timer()Chuansheng Liu2012-11-011-1/+1
* | | | | Merge branch 'nohz/core' of git://github.com/fweisbec/linux-dynticks into tim...Ingo Molnar2012-10-211-63/+48
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tick: Conditionally build nohz specific code in tick handlerFrederic Weisbecker2012-10-151-0/+2
| * | | | tick: Consolidate tick handling for high and low res handlersFrederic Weisbecker2012-10-151-33/+22
| * | | | tick: Consolidate timekeeping handling codeFrederic Weisbecker2012-10-151-30/+24
| | |_|/ | |/| |
* | | | use clamp_t in UNAME26 fixKees Cook2012-10-191-1/+1
* | | | MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells2012-10-193-28/+25
OpenPOWER on IntegriCloud