summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | rcu: Add random PROVE_RCU_DELAY to grace-period initializationPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Fix day-zero grace-period initialization/cleanup racePaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Make rcutree module parameters visible in sysfsPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Control grace-period duration from sysfsPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Prevent force_quiescent_state() memory contentionPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Adjust debugfs tracing for kthread-based quiescent-state forcingPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Allow RCU quiescent-state forcing to be preemptedPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Move quiescent-state forcing into kthreadPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Segregate rcu_state fields to improve cache localityDimitri Sivanich2012-09-23
* | | | | | | | | | | | | rcu: Provide OOM handler to motivate lazy RCU callbacksPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Prevent offline CPUs from executing RCU core codePaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Break up rcu_gp_kthread() into subfunctionsPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Allow RCU grace-period cleanup to be preemptedPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Move RCU grace-period cleanup into kthreadPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Allow RCU grace-period initialization to be preemptedPaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Prevent initialization-time quiescent-state racePaul E. McKenney2012-09-23
* | | | | | | | | | | | | rcu: Move RCU grace-period initialization into a kthreadPaul E. McKenney2012-09-23
|/ / / / / / / / / / / /
* | / / / / / / / / / / rcu: Fix day-one dyntick-idle stall-warning bugPaul E. McKenney2012-09-23
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-09-01
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-23
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-08-21
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2012-08-17
| | |/ / / / / / / / /
| * | | | | | | | | | uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov2012-08-21
* | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-08-23
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz2012-08-22
| * | | | | | | | | | time: Avoid potential shift overflow with large shift valuesJohn Stultz2012-08-22
| * | | | | | | | | | time: Fix casting issue in timekeeping_forward_nowAndreas Schwab2012-08-22
| * | | | | | | | | | time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz2012-08-22
| * | | | | | | | | | time: Improve sanity checking of timekeeping inputsJohn Stultz2012-08-15
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2012-08-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | audit: clean up refcounting in audit-treeMiklos Szeredi2012-08-15
| * | | | | | | | | | audit: fix refcounting in audit-treeMiklos Szeredi2012-08-15
| * | | | | | | | | | audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi2012-08-15
| |/ / / / / / / / /
* | / / / / / / / / task_work: add a scheduling point in task_work_run()Eric Dumazet2012-08-21
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-20
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | sched: Fix migration thread runtime bogosityMike Galbraith2012-08-13
| * | | | | | | | sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith2012-08-13
| * | | | | | | | sched,cgroup: Fix up task_groups listMike Galbraith2012-08-13
| * | | | | | | | sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka2012-08-13
| * | | | | | | | sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra2012-08-13
* | | | | | | | | Merge branch 'alpha' (alpha architecture patches)Linus Torvalds2012-08-19
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | alpha: take a bunch of syscalls into osf_sys.cAl Viro2012-08-19
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-08-12
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki2012-08-08
| |/ / / / / / /
* | | | | | | | printk: Fix calculation of length used to discard recordsJeff Mahoney2012-08-12
* | | | | | | | time: Fix adjustment cleanup bug in timekeeping_adjust()Ingo Molnar2012-08-05
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-03
|\ \ \ \ \ \ \
| * | | | | | | futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()Darren Hart2012-07-24
| * | | | | | | futex: Fix bug in WARN_ON for NULL q.pi_stateDarren Hart2012-07-24
| * | | | | | | futex: Test for pi_mutex on fault in futex_wait_requeue_pi()Darren Hart2012-07-24