| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc64: Fix niagara2 perf IRQ bits. | David S. Miller | 2009-10-09 | 1 | -1/+1 |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-10-08 | 9 | -132/+280 |
|\ |
|
| * | pata_atp867x: add Power Management support | Bartlomiej Zolnierkiewicz | 2009-10-06 | 1 | -0/+21 |
| * | pata_atp867x: PIO support fixes | Bartlomiej Zolnierkiewicz | 2009-10-06 | 1 | -17/+19 |
| * | pata_atp867x: clarifications in timings calculations and cable detection | John(Jung-Ik) Lee | 2009-10-06 | 1 | -14/+38 |
| * | pata_atp867x: fix it to not claim MWDMA support | Bartlomiej Zolnierkiewicz | 2009-10-06 | 1 | -9/+1 |
| * | libata: fix incorrect link online check during probe | Tejun Heo | 2009-10-06 | 1 | -18/+32 |
| * | ahci: filter FPDMA non-zero offset enable for Aspire 3810T | Tejun Heo | 2009-10-06 | 1 | -0/+47 |
| * | libata: make gtf_filter per-dev | Tejun Heo | 2009-10-06 | 4 | -8/+15 |
| * | libata: implement more acpi filtering options | Tejun Heo | 2009-10-06 | 3 | -4/+20 |
| * | libata: cosmetic updates | Tejun Heo | 2009-10-06 | 3 | -13/+12 |
| * | ahci: display all AHCI 1.3 HBA capability flags (v2) | Robert Hancock | 2009-10-06 | 1 | -20/+66 |
| * | pata_ali: trivial fix of a very frequent spelling mistake | Dirk Hohndel | 2009-10-06 | 1 | -1/+1 |
| * | ahci: disable 64bit DMA by default on SB600s | Tejun Heo | 2009-10-06 | 1 | -40/+20 |
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-10-08 | 14 | -316/+405 |
|\ \ |
|
| * | | futex: fix requeue_pi key imbalance | Darren Hart | 2009-10-07 | 1 | -1/+0 |
| * | | futex: Fix typo in FUTEX_WAIT/WAKE_BITSET_PRIVATE definitions | Anton Blanchard | 2009-10-07 | 1 | -2/+2 |
| * | | rcu: Place root rcu_node structure in separate lockdep class | Paul E. McKenney | 2009-10-07 | 1 | -1/+3 |
| * | | rcu: Make hot-unplugged CPU relinquish its own RCU callbacks | Paul E. McKenney | 2009-10-07 | 4 | -75/+125 |
| * | | rcu: Move rcu_barrier() to rcutree | Paul E. McKenney | 2009-10-07 | 2 | -119/+120 |
| * | | futex: Move exit_pi_state() call to release_mm() | Thomas Gleixner | 2009-10-06 | 2 | -2/+2 |
| * | | futex: Nullify robust lists after cleanup | Peter Zijlstra | 2009-10-06 | 1 | -2/+6 |
| * | | futex: Fix locking imbalance | Thomas Gleixner | 2009-10-05 | 1 | -1/+1 |
| * | | panic: Fix panic message visibility by calling bust_spinlocks(0) before dying | Aaro Koskinen | 2009-10-05 | 1 | -1/+2 |
| * | | rcu: Replace the rcu_barrier enum with pointer to call_rcu*() function | Paul E. McKenney | 2009-10-05 | 1 | -22/+10 |
| * | | rcu: Clean up code based on review feedback from Josh Triplett, part 4 | Paul E. McKenney | 2009-10-05 | 3 | -29/+40 |
| * | | rcu: Clean up code based on review feedback from Josh Triplett, part 3 | Paul E. McKenney | 2009-10-05 | 2 | -12/+12 |
| * | | rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=y | Paul E. McKenney | 2009-10-05 | 2 | -7/+7 |
| * | | rcu: Clean up code to address Ingo's checkpatch feedback | Paul E. McKenney | 2009-09-23 | 6 | -37/+37 |
| * | | rcu: Clean up code based on review feedback from Josh Triplett, part 2 | Paul E. McKenney | 2009-09-23 | 6 | -55/+82 |
| * | | rcu: Clean up code based on review feedback from Josh Triplett | Paul E. McKenney | 2009-09-23 | 4 | -40/+46 |
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-10-08 | 1 | -11/+9 |
|\ \ \ |
|
| * | | | sched: Set correct normal_prio and prio values in sched_fork() | Peter Williams | 2009-10-05 | 1 | -11/+9 |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-10-08 | 8 | -34/+97 |
|\ \ \ \ |
|
| * | | | | x86, pci: Correct spelling in a comment | Marin Mitov | 2009-10-03 | 1 | -1/+1 |
| * | | | | x86: Simplify bound checks in the MTRR code | Arjan van de Ven | 2009-10-02 | 1 | -5/+12 |
| * | | | | x86: EDAC: carve out AMD MCE decoding logic | Borislav Petkov | 2009-10-02 | 3 | -6/+32 |
| * | | | | initcalls: Add early_initcall() for modules | Borislav Petkov | 2009-10-02 | 1 | -0/+1 |
| * | | | | x86: EDAC: MCE: Fix MCE decoding callback logic | Ingo Molnar | 2009-10-02 | 4 | -24/+53 |
* | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-10-08 | 6 | -36/+38 |
|\ \ \ \ \ |
|
| * | | | | | tracing: user local buffer variable for trace branch tracer | Steven Rostedt | 2009-10-07 | 1 | -3/+5 |
| * | | | | | tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.c | Zhenwen Xu | 2009-10-07 | 2 | -4/+6 |
| * | | | | | ftrace: check for failure for all conversions | Steven Rostedt | 2009-10-07 | 1 | -8/+3 |
| * | | | | | tracing: correct module boundaries for ftrace_release | jolsa@redhat.com | 2009-10-07 | 2 | -9/+5 |
| * | | | | | tracing: fix transposed numbers of lock_depth and preempt_count | Steven Rostedt | 2009-10-07 | 1 | -6/+8 |
| * | | | | | trace: Fix missing assignment in trace_ctxwake_* | Hiroshi Shimamoto | 2009-10-06 | 1 | -2/+2 |
| * | | | | | tracing: Use free_percpu instead of kfree | Frederic Weisbecker | 2009-10-05 | 1 | -2/+2 |
| * | | | | | tracing: Check total refcount before releasing bufs in profile_enable failure | Frederic Weisbecker | 2009-10-05 | 1 | -5/+10 |
* | | | | | | Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/... | Linus Torvalds | 2009-10-08 | 6 | -84/+240 |
|\ \ \ \ \ \ |
|
| * | | | | | | mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBA | David Miller | 2009-10-08 | 1 | -22/+26 |