| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-07-22 | 14 | -155/+166 |
|\ \ \ \ |
|
| * | | | | tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open() | Oleg Nesterov | 2013-07-19 | 1 | -2/+0 |
| * | | | | tracing: Kill trace_array->waiter | Oleg Nesterov | 2013-07-19 | 1 | -1/+0 |
| * | | | | tracing: Do not (ab)use trace_seq in event_id_read() | Oleg Nesterov | 2013-07-18 | 1 | -13/+4 |
| * | | | | tracing: Simplify the iteration logic in f_start/f_next | Oleg Nesterov | 2013-07-18 | 1 | -38/+22 |
| * | | | | tracing: Add ref_data to function and fgraph tracer structs | Steven Rostedt (Red Hat) | 2013-07-18 | 3 | -2/+11 |
| * | | | | tracing: Miscellaneous fixes for trace_array ref counting | Alexander Z Lam | 2013-07-18 | 2 | -8/+37 |
| * | | | | tracing: Fix error handling to ensure instances can always be removed | Alexander Z Lam | 2013-07-18 | 1 | -1/+3 |
| * | | | | tracing/kprobe: Wait for disabling all running kprobe handlers | Masami Hiramatsu | 2013-07-18 | 1 | -6/+17 |
| * | | | | tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() | Oleg Nesterov | 2013-07-18 | 5 | -24/+4 |
| * | | | | tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty | Oleg Nesterov | 2013-07-18 | 1 | -4/+8 |
| * | | | | tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e... | Oleg Nesterov | 2013-07-18 | 1 | -2/+4 |
| * | | | | tracing: Typo fix on ring buffer comments | zhangwei(Jovi) | 2013-07-18 | 1 | -7/+9 |
| * | | | | tracing: Use trace_seq_puts()/trace_seq_putc() where possible | zhangwei(Jovi) | 2013-07-18 | 6 | -45/+45 |
| * | | | | tracing: Use correct config guard CONFIG_STACK_TRACER | zhangwei(Jovi) | 2013-07-15 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2013-07-22 | 1 | -6/+12 |
|\ \ \ \ |
|
| * | | | | Thermal: Fix lockup of cpu_down() | Steven Rostedt | 2013-07-22 | 1 | -1/+0 |
| * | | | | Thermal: x86_pkg_temp: Limit number of pkg temp zones | Srinivas Pandruvada | 2013-07-16 | 1 | -0/+5 |
| * | | | | Thermal: x86_pkg_temp: fix krealloc() misuse in in pkg_temp_thermal_device_add() | Wei Yongjun | 2013-07-15 | 1 | -3/+5 |
| * | | | | Thermal: x86 package temp thermal crash | Srinivas Pandruvada | 2013-07-15 | 1 | -2/+2 |
* | | | | | Merge tag 'gpio-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-22 | 2 | -15/+71 |
|\ \ \ \ \ |
|
| * | | | | | drivers: gpio: msm: Fix the error condition for reading ngpio | Rohit Vaswani | 2013-07-20 | 1 | -1/+1 |
| * | | | | | gpio/omap: fix build error when OF_GPIO is not defined. | Javier Martinez Canillas | 2013-07-20 | 1 | -2/+14 |
| * | | | | | gpio/omap: auto request GPIO as input if used as IRQ via DT | Javier Martinez Canillas | 2013-07-20 | 1 | -0/+18 |
| * | | | | | gpio/omap: don't create an IRQ mapping for every GPIO on DT | Javier Martinez Canillas | 2013-07-20 | 1 | -14/+40 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-07-22 | 47 | -1550/+3183 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'bcache-for-3.11' of git://evilpiepirate.org/~kent/linux-bcache ... | Jens Axboe | 2013-07-16 | 8 | -31/+61 |
| |\ \ \ \ \ |
|
| | * | | | | | bcache: Allocation kthread fixes | Kent Overstreet | 2013-07-12 | 3 | -18/+15 |
| | * | | | | | bcache: Fix GC_SECTORS_USED() calculation | Kent Overstreet | 2013-07-12 | 1 | -1/+3 |
| | * | | | | | bcache: Journal replay fix | Kent Overstreet | 2013-07-12 | 1 | -1/+6 |
| | * | | | | | bcache: Shutdown fix | Kent Overstreet | 2013-07-12 | 1 | -7/+11 |
| | * | | | | | bcache: Fix a sysfs splat on shutdown | Kent Overstreet | 2013-07-12 | 2 | -1/+11 |
| | * | | | | | bcache: Advertise that flushes are supported | Kent Overstreet | 2013-07-12 | 2 | -1/+9 |
| | * | | | | | bcache: check for allocation failures | Dan Carpenter | 2013-07-12 | 1 | -0/+2 |
| | * | | | | | bcache: Fix a dumb race | Kent Overstreet | 2013-07-12 | 1 | -2/+4 |
| * | | | | | | Merge branch 'bcache-for-3.11' of git://evilpiepirate.org/~kent/linux-bcache ... | Jens Axboe | 2013-07-02 | 23 | -907/+1119 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | bcache: Use standard utility code | Kent Overstreet | 2013-07-01 | 8 | -144/+51 |
| | * | | | | | bcache: Update email address | Kent Overstreet | 2013-07-01 | 1 | -1/+1 |
| | * | | | | | bcache: Delete fuzz tester | Kent Overstreet | 2013-07-01 | 3 | -152/+2 |
| | * | | | | | bcache: Document shrinker reserve better | Kent Overstreet | 2013-07-01 | 1 | -0/+7 |
| | * | | | | | bcache: FUA fixes | Kent Overstreet | 2013-07-01 | 3 | -5/+35 |
| | * | | | | | bcache: Refresh usage docs | Gabriel de Perthuis | 2013-06-26 | 1 | -13/+24 |
| | * | | | | | bcache: Send label uevents | Gabriel de Perthuis | 2013-06-26 | 2 | -1/+17 |
| | * | | | | | bcache: Send a uevent with a cached device's UUID | Gabriel de Perthuis | 2013-06-26 | 1 | -3/+9 |
| | * | | | | | doc: Fix typo in documentation/bcache.txt | Masanari Iida | 2013-06-26 | 1 | -5/+5 |
| | * | | | | | bcache: Write out full stripes | Kent Overstreet | 2013-06-26 | 9 | -37/+121 |
| | * | | | | | bcache: Track dirty data by stripe | Kent Overstreet | 2013-06-26 | 7 | -26/+105 |
| | * | | | | | bcache: Initialize sectors_dirty when attaching | Kent Overstreet | 2013-06-26 | 4 | -29/+39 |
| | * | | | | | bcache: Improve lazy sorting | Kent Overstreet | 2013-06-26 | 3 | -17/+26 |
| | * | | | | | bcache: Rip out pkey()/pbtree() | Kent Overstreet | 2013-06-26 | 8 | -45/+90 |