aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched: Add time unit suffix to sched sysctl knobsNamhyung Kim2012-09-041-3/+3
* sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim2012-09-041-13/+22
* sched: Remove AFFINE_WAKEUPS feature flagNamhyung Kim2012-09-041-8/+0
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-0411-53/+69
|\
| * sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap2012-09-041-2/+0
| * sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-044-6/+6
| * sched: Add missing call to calc_load_exit_idle()Charles Wang2012-09-041-0/+1
| * sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-041-21/+10
| * time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-09-011-5/+5
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-232-2/+6
| |\
| | * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-08-211-0/+4
| | |\
| | | * tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2012-08-171-0/+4
| | * | uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov2012-08-211-2/+2
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-08-231-5/+32
| |\ \ \
| | * | | time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz2012-08-221-0/+4
| | * | | time: Avoid potential shift overflow with large shift valuesJohn Stultz2012-08-221-2/+2
| | * | | time: Fix casting issue in timekeeping_forward_nowAndreas Schwab2012-08-221-1/+1
| | * | | time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz2012-08-221-0/+1
| | * | | time: Improve sanity checking of timekeeping inputsJohn Stultz2012-08-151-2/+24
| | | |/ | | |/|
| * | | Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2012-08-211-7/+12
| |\ \ \
| | * | | audit: clean up refcounting in audit-treeMiklos Szeredi2012-08-151-3/+9
| | * | | audit: fix refcounting in audit-treeMiklos Szeredi2012-08-151-3/+2
| | * | | audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi2012-08-151-3/+3
| | |/ /
| * | | task_work: add a scheduling point in task_work_run()Eric Dumazet2012-08-211-0/+1
| | |/ | |/|
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-205-19/+70
| |\ \
| * \ \ Merge branch 'alpha' (alpha architecture patches)Linus Torvalds2012-08-191-9/+0
| |\ \ \ | | |_|/ | |/| |
| | * | alpha: take a bunch of syscalls into osf_sys.cAl Viro2012-08-191-9/+0
* | | | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-201-0/+1
* | | | sched: Move cputime code to its own fileFrederic Weisbecker2012-08-204-556/+570
* | | | sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi2012-08-132-32/+3
* | | | sched: using dst_rq instead of this_rq during load balanceMichael Wang2012-08-131-5/+4
* | | | sched: Document schedule() entry pointsPekka Enberg2012-08-131-0/+34
* | | | sched: Fix __sched_period commentBorislav Petkov2012-08-131-1/+1
* | | | Merge branch 'sched/urgent' into sched/coreThomas Gleixner2012-08-135-19/+70
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | sched: Fix migration thread runtime bogosityMike Galbraith2012-08-131-1/+21
| * | sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith2012-08-131-0/+13
| * | sched,cgroup: Fix up task_groups listMike Galbraith2012-08-132-1/+2
| * | sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka2012-08-131-14/+20
| * | sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra2012-08-132-3/+14
* | | Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-08-122-22/+2
|\ \ \
| * | | Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki2012-08-082-22/+2
| | |/ | |/|
* | | printk: Fix calculation of length used to discard recordsJeff Mahoney2012-08-121-0/+2
* | | time: Fix adjustment cleanup bug in timekeeping_adjust()Ingo Molnar2012-08-051-14/+17
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-031-7/+10
|\ \ \
| * | | futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()Darren Hart2012-07-241-5/+8
| * | | futex: Fix bug in WARN_ON for NULL q.pi_stateDarren Hart2012-07-241-1/+1
| * | | futex: Test for pi_mutex on fault in futex_wait_requeue_pi()Darren Hart2012-07-241-1/+1
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-08-033-173/+207
|\ \ \ \
| * | | | time: Remove all direct references to timekeeperJohn Stultz2012-07-311-128/+154
| * | | | time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updatesJohn Stultz2012-07-311-36/+54