summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* c/r: prctl: add ability to set new mm_struct::exe_fileCyrill Gorcunov2012-06-011-0/+56
* c/r: prctl: extend PR_SET_MM to set up more mm_struct entriesCyrill Gorcunov2012-06-011-51/+83
* syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2012-06-013-0/+202
* sysctl: make kernel.ns_last_pid control dependent on CHECKPOINT_RESTORECyrill Gorcunov2012-06-011-1/+5
* pidns: make killed children autoreapEric W. Biederman2012-06-011-1/+6
* pidns: use task_active_pid_ns in do_notify_parentEric W. Biederman2012-06-011-6/+5Star
* kernel/cpu.c: document clear_tasks_mm_cpumask()Anton Vorontsov2012-06-011-0/+18
* cpu: introduce clear_tasks_mm_cpumask() helperAnton Vorontsov2012-06-011-0/+26
* fork: call complete_vfork_done() after clearing child_tid and flushing rss-co...Konstantin Khlebnikov2012-06-011-3/+7
* stack usage: add pid to warning printk in check_stack_usageTim Bird2012-06-011-3/+3
* cred: remove task_is_dead() from __task_cred() validationOleg Nesterov2012-06-011-1/+1
* kmod.c: fix kernel-doc warningRandy Dunlap2012-06-011-1/+1
* kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh2012-06-011-3/+22
* kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh2012-06-011-11/+8Star
* kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh2012-06-011-2/+1Star
* 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
* 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
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |