summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner2012-03-241-3/+8
* kernel-time: fix s/then/than/ spelling errorsJim Cromie2012-03-232-8/+8
* time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-231-5/+1
* time: Avoid scary backtraces when warning of > 11% adjJohn Stultz2012-03-231-4/+6
* alarmtimer: Make sure we initialize the rtctimerJohn Stultz2012-03-231-1/+4
* ntp: Fix leap-second hrtimer livelockJohn Stultz2012-03-222-101/+47
* time: Remove bogus commentsThomas Gleixner2012-03-151-6/+0
* time: Fix change_clocksource lockingJohn Stultz2012-03-151-0/+7
* ntp: Fix integer overflow when setting timeSasha Levin2012-03-151-1/+1
* Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-02-152-174/+247
|\
| * time: Move common updates to a functionThomas Gleixner2012-01-261-22/+17
| * time: Reorder so the hot data is togetherThomas Gleixner2012-01-261-2/+2
| * time: Remove most of xtime_lock usage in timekeeping.cJohn Stultz2012-01-261-29/+15
| * ntp: Add ntp_lock to replace xtime_lockingJohn Stultz2012-01-261-19/+44
| * ntp: Access tick_length variable via ntp_tick_length()John Stultz2012-01-262-4/+11
| * ntp: Cleanup timex.hJohn Stultz2012-01-261-1/+12
| * time: Add timekeeper lockJohn Stultz2012-01-261-44/+82
| * time: Cleanup global variables and move them to the topJohn Stultz2012-01-261-12/+12
| * time: Move raw_time into timekeeper structureJohn Stultz2012-01-261-13/+10
| * time: Move xtime into timekeeeper structureJohn Stultz2012-01-261-44/+47
| * time: Move wall_to_monotonic into the timekeeper structureJohn Stultz2012-01-261-32/+37
| * time: Move total_sleep_time into the timekeeper structureJohn Stultz2012-01-261-9/+15
* | timer: Fix bad idle check on irq entryFrederic Weisbecker2012-02-151-1/+1
* | nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker2012-02-151-5/+6
* | nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko2012-02-151-5/+1
* | clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha2012-02-151-0/+4
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-02-131-1/+2
|\ \
| * | module: make module param bint handle nul valueDave Young2012-02-141-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-02-112-3/+9
|\ \ \
| * | | relay: prevent integer overflow in relay_open()Dan Carpenter2012-02-101-2/+8
| * | | block: strip out locking optimization in put_io_context()Tejun Heo2012-02-071-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-02-101-5/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | perf: Fix double start/stop in x86_pmu_start()Stephane Eranian2012-02-071-5/+14
* | | | Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-02-043-6/+31
|\ \ \ \
| * | | | PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat2012-02-042-4/+27
| * | | | PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat2012-02-011-2/+4
* | | | | kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu2012-02-031-1/+5
| |/ / / |/| | |
* | | | Fix race in process_vm_rw_coreChristopher Yeoh2012-02-021-0/+20
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds2012-02-026-56/+124
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| | | * | | | sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min2012-01-271-0/+5
| | | * | | | sched: Fix ancient race in do_exit()Yasunori Goto2012-01-271-0/+16
| | | * | | | sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugSuresh Siddha2012-01-261-5/+29
| | | * | | | sched/s390: Fix compile error in sched/core.cChristian Borntraeger2012-01-261-0/+1
| | | * | | | sched: Fix rq->nr_uninterruptible update racePeter Zijlstra2012-01-261-12/+6
| | | |/ / /
| | * | | | perf: Fix broken interrupt rate throttlingStephane Eranian2012-01-271-38/+66
| * | | | | bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-261-1/+1
* | | | | | PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2012-01-292-0/+28
| |/ / / / |/| | | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-262-3/+1
|\ \ \ \ \
| * | | | | perf: Call perf_cgroup_event_time() directlyNamhyung Kim2012-01-211-1/+1
| * | | | | perf: Don't call release_callchain_buffers() if allocation failsNamhyung Kim2012-01-211-2/+0
OpenPOWER on IntegriCloud