summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | kernel/cpu_pm.c: fix various typosNicolas Pitre2012-06-011-8/+8
| * | | | | | kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printksAndrew Morton2012-06-011-6/+8
| * | | | | | sethostname/setdomainname: notify userspace when there is a change in uts_ker...Sasikantha babu2012-06-011-2/+2
| * | | | | | kernel/resource.c: correct the comment of allocate_resource()Wei Yang2012-06-011-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-301-0/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-241-0/+5
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | ring-buffer: Check for valid buffer before changing sizeSteven Rostedt2012-05-231-0/+5
* | | | | | | Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-301-3/+2Star
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe2012-05-0131-208/+315
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo2012-04-01106-3197/+5181
| |\ \ \ \ \ \ \
| * | | | | | | | block: ioc_task_link() can't failTejun Heo2012-03-061-3/+2Star
* | | | | | | | | vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd2012-05-301-8/+24
* | | | | | | | | rescounters: add res_counter_uncharge_until()Frederic Weisbecker2012-05-301-2/+8
* | | | | | | | | kernel: cgroup: push rcu read locking from css_is_ancestor() to callsiteJohannes Weiner2012-05-301-10/+10
* | | | | | | | | mm/fork: fix overflow in vma length when copying mmap on cloneSiddhesh Poyarekar2012-05-301-1/+2
* | | | | | | | | mm: remove swap token codeRik van Riel2012-05-301-9/+0Star
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-251-0/+12
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Merge branch 'linus' into queueMarcelo Tosatti2012-04-199-37/+37
| |\ \ \ \ \ \ \
| * | | | | | | | watchdog: add check for suspended vm in softlockup detectorEric B Munson2012-04-081-0/+12
* | | | | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-18/+88
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | irqdomain: Document size parameter of irq_domain_add_linear()Mark Brown2012-05-191-0/+1
| * | | | | | | | | irqdomain: trivial pr_fmt conversion.Paul Mundt2012-05-191-15/+17
| * | | | | | | | | irqdomain: Make irq_domain_simple_map() static.Paul Mundt2012-05-191-2/+2
| * | | | | | | | | irqdomain: Export remaining public API symbols.Paul Mundt2012-05-191-0/+10
| * | | | | | | | | irqdomain: Support removal of IRQ domains.Paul Mundt2012-05-191-2/+59
* | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-243-15/+55
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'fortglx/3.5/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-05-222-8/+4Star
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | timekeeping: Fix a few minor newline issues.Richard Cochran2012-05-221-3/+1Star
| | * | | | | | | | | | ntp: Fix a stale comment and a few stray newlines.Richard Cochran2012-05-221-4/+2Star
| | * | | | | | | | | | ntp: Correct TAI offset during leap secondRichard Cochran2012-05-221-1/+1
| * | | | | | | | | | | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-32/+41
| |/ / / / / / / / / /
| * | | | | | / / / / timers: Provide generic Kconfig switchesThomas Gleixner2012-05-211-0/+35
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-241-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mm: add a low limit to alloc_large_system_hashTim Bird2012-05-241-1/+2
* | | | | | | | | | | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-2411-876/+3521
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-05-1416-355/+506
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tracing: Provide trace events interface for uprobesSrikar Dronamraju2012-05-077-6/+823
| * | | | | | | | | | | | tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju2012-05-075-871/+1016
| * | | | | | | | | | | | tracing: Modify is_delete, is_return from int to boolSrikar Dronamraju2012-05-071-8/+8
| * | | | | | | | | | | | uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju2012-04-141-2/+2
| * | | | | | | | | | | | uprobes/core: Make background page replacement logic account for rss_stat cou...Srikar Dronamraju2012-04-141-0/+5
| * | | | | | | | | | | | Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-14105-3080/+4768
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju2012-03-312-8/+114
| * | | | | | | | | | | | uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju2012-03-312-0/+217
| * | | | | | | | | | | | uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-143-4/+327
| * | | | | | | | | | | | Merge branch 'x86/cleanups' into perf/uprobesIngo Molnar2012-03-1318-46/+171
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/x32' into x86/cleanupsIngo Molnar2012-03-132-9/+61
| | |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | uprobes/core: Rename bkpt to swbpSrikar Dronamraju2012-03-131-17/+17
| * | | | | | | | | | | | | | uprobes/core: Make order of function parameters consistent across functionsSrikar Dronamraju2012-03-131-45/+48
| * | | | | | | | | | | | | | uprobes/core: Make macro names consistentSrikar Dronamraju2012-03-131-9/+9