Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | mm/fork: fix overflow in vma length when copying mmap on clone | Siddhesh Poyarekar | 2012-05-30 | 1 | -1/+2 | |
* | | | | | | | | mm: remove swap token code | Rik van Riel | 2012-05-30 | 1 | -9/+0 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-05-25 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Merge branch 'linus' into queue | Marcelo Tosatti | 2012-04-19 | 9 | -37/+37 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | watchdog: add check for suspended vm in softlockup detector | Eric B Munson | 2012-04-08 | 1 | -0/+12 | |
* | | | | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-05-24 | 1 | -18/+88 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | irqdomain: Document size parameter of irq_domain_add_linear() | Mark Brown | 2012-05-19 | 1 | -0/+1 | |
| * | | | | | | | | irqdomain: trivial pr_fmt conversion. | Paul Mundt | 2012-05-19 | 1 | -15/+17 | |
| * | | | | | | | | irqdomain: Make irq_domain_simple_map() static. | Paul Mundt | 2012-05-19 | 1 | -2/+2 | |
| * | | | | | | | | irqdomain: Export remaining public API symbols. | Paul Mundt | 2012-05-19 | 1 | -0/+10 | |
| * | | | | | | | | irqdomain: Support removal of IRQ domains. | Paul Mundt | 2012-05-19 | 1 | -2/+59 | |
* | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-24 | 3 | -15/+55 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'fortglx/3.5/time' of git://git.linaro.org/people/jstultz/linux ... | Thomas Gleixner | 2012-05-22 | 2 | -8/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | timekeeping: Fix a few minor newline issues. | Richard Cochran | 2012-05-22 | 1 | -3/+1 | |
| | * | | | | | | | | | ntp: Fix a stale comment and a few stray newlines. | Richard Cochran | 2012-05-22 | 1 | -4/+2 | |
| | * | | | | | | | | | ntp: Correct TAI offset during leap second | Richard Cochran | 2012-05-22 | 1 | -1/+1 | |
| * | | | | | | | | | | timers: Fixup the Kconfig consolidation fallout | Thomas Gleixner | 2012-05-21 | 1 | -32/+41 | |
| |/ / / / / / / / / | ||||||
| * | | | | | / / / | timers: Provide generic Kconfig switches | Thomas Gleixner | 2012-05-21 | 1 | -0/+35 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-05-24 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | mm: add a low limit to alloc_large_system_hash | Tim Bird | 2012-05-24 | 1 | -1/+2 | |
* | | | | | | | | | | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-05-24 | 11 | -876/+3521 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2012-05-14 | 16 | -355/+506 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | tracing: Provide trace events interface for uprobes | Srikar Dronamraju | 2012-05-07 | 7 | -6/+823 | |
| * | | | | | | | | | | | tracing: Extract out common code for kprobes/uprobes trace events | Srikar Dronamraju | 2012-05-07 | 5 | -871/+1016 | |
| * | | | | | | | | | | | tracing: Modify is_delete, is_return from int to bool | Srikar Dronamraju | 2012-05-07 | 1 | -8/+8 | |
| * | | | | | | | | | | | uprobes/core: Decrement uprobe count before the pages are unmapped | Srikar Dronamraju | 2012-04-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | uprobes/core: Make background page replacement logic account for rss_stat cou... | Srikar Dronamraju | 2012-04-14 | 1 | -0/+5 | |
| * | | | | | | | | | | | Merge branch 'perf/core' into perf/uprobes | Ingo Molnar | 2012-04-14 | 105 | -3080/+4768 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | uprobes/core: Optimize probe hits with the help of a counter | Srikar Dronamraju | 2012-03-31 | 2 | -8/+114 | |
| * | | | | | | | | | | | uprobes/core: Allocate XOL slots for uprobes use | Srikar Dronamraju | 2012-03-31 | 2 | -0/+217 | |
| * | | | | | | | | | | | uprobes/core: Handle breakpoint and singlestep exceptions | Srikar Dronamraju | 2012-03-14 | 3 | -4/+327 | |
| * | | | | | | | | | | | Merge branch 'x86/cleanups' into perf/uprobes | Ingo Molnar | 2012-03-13 | 18 | -46/+171 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'x86/x32' into x86/cleanups | Ingo Molnar | 2012-03-13 | 2 | -9/+61 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | uprobes/core: Rename bkpt to swbp | Srikar Dronamraju | 2012-03-13 | 1 | -17/+17 | |
| * | | | | | | | | | | | | | uprobes/core: Make order of function parameters consistent across functions | Srikar Dronamraju | 2012-03-13 | 1 | -45/+48 | |
| * | | | | | | | | | | | | | uprobes/core: Make macro names consistent | Srikar Dronamraju | 2012-03-13 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | uprobes: Update copyright notices | Ingo Molnar | 2012-02-22 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | uprobes/core: Move insn to arch specific structure | Srikar Dronamraju | 2012-02-22 | 1 | -12/+26 | |
| * | | | | | | | | | | | | | uprobes/core: Remove uprobe_opcode_sz | Srikar Dronamraju | 2012-02-22 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | uprobes: Move to kernel/events/ | Ingo Molnar | 2012-02-22 | 3 | -1/+3 | |
| * | | | | | | | | | | | | | uprobes/core: Clean up, refactor and improve the code | Ingo Molnar | 2012-02-17 | 1 | -92/+127 | |
| * | | | | | | | | | | | | | uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints | Srikar Dronamraju | 2012-02-17 | 2 | -0/+977 | |
* | | | | | | | | | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-05-24 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge remote-tracking branch 'linus/master' into staging/for_v3.5 | Mauro Carvalho Chehab | 2012-05-15 | 13 | -70/+136 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge tag 'v3.4-rc3' into staging/for_v3.5 | Mauro Carvalho Chehab | 2012-04-19 | 62 | -1289/+1014 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | [media] kernel:kfifo: export __kfifo_max_r symbol | Srinivas Kandagatla | 2012-04-11 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-05-24 | 2 | -18/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | new helper: sigsuspend() | Al Viro | 2012-05-22 | 2 | -18/+17 | |
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-05-24 | 14 | -287/+883 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | userns: Silence silly gcc warning. | Eric W. Biederman | 2012-05-19 | 1 | -2/+2 |