summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov2012-09-131-6/+16
* task_work: Make task_work_add() locklessOleg Nesterov2012-09-131-47/+48
* 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
|\ \
| * | 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 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
* | | 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
| * | | | time: Clean up stray newlinesJohn Stultz2012-07-311-10/+0
| * | | | time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz2012-07-312-2/+2
| * | | | Merge branch 'linus' into timers/urgentIngo Molnar2012-07-3125-890/+958
| |\ \ \ \
| * | | | | time: Fix casting issue in tk_set_xtime and tk_xtime_addJohn Stultz2012-07-241-2/+2
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-033-23/+20
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'Michael Wang2012-07-311-15/+14
| * | | | | sched: Fix minor code style issuesYing Xue2012-07-261-5/+5
| * | | | | sched: Use task_rq_unlock() in __sched_setscheduler()Namhyung Kim2012-07-261-3/+1
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-037-10/+46
|\ \ \ \ \ \
| * | | | | | perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-317-10/+46
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-031-1/+14
|\ \ \ \ \ \ \
| * | | | | | | genirq: Allow irq chips to mark themself oneshot safeThomas Gleixner2012-07-251-1/+14
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'for_linux-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-08-033-25/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |