summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov2012-09-291-44/+19
| | | * | | uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov2012-09-291-11/+0
| | | * | | uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov2012-09-291-9/+4
| | | * | | uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov2012-09-291-2/+2
| | | * | | uprobes: Change write_opcode() to use FOLL_FORCEOleg Nesterov2012-09-291-1/+1
| | | * | | uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov2012-09-291-0/+2
| | | * | | uprobes: Kill UTASK_BP_HIT stateOleg Nesterov2012-09-291-20/+9
| | | * | | uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()Oleg Nesterov2012-09-291-16/+15
| | | * | | uprobes: Do not setup ->active_uprobe/state prematurelyOleg Nesterov2012-09-291-6/+3
| | | * | | uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() failsOleg Nesterov2012-09-291-1/+4
| * | | | | module_signing: fix printk format warningRandy Dunlap2012-10-221-1/+1
| |/ / / /
| * | | | use clamp_t in UNAME26 fixKees Cook2012-10-191-1/+1
| * | | | MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells2012-10-193-28/+25
| * | | | pidns: remove recursion from free_pid_ns()Cyrill Gorcunov2012-10-191-7/+14
| * | | | kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook2012-10-191-5/+7
| * | | | printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney2012-10-161-1/+0
| | |_|/ | |/| |
* | | | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo2012-11-051-195/+61
|\ \ \ \
| * | | | cgroup: make ->pre_destroy() return voidTejun Heo2012-11-051-1/+1
| * | | | cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo2012-11-051-51/+0
| * | | | cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()Tejun Heo2012-11-051-46/+19
| * | | | cgroup: use cgroup_lock_live_group(parent) in cgroup_create()Tejun Heo2012-11-051-3/+13
| * | | | cgroup: kill CSS_REMOVEDTejun Heo2012-11-051-19/+12
| * | | | cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo2012-11-051-95/+36
* | | | | freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov2012-10-264-37/+10
* | | | | cgroup_freezer: don't use cgroup_lock_live_group()Tejun Heo2012-10-201-56/+10
* | | | | cgroup_freezer: prepare update_if_frozen() for locking changeTejun Heo2012-10-201-26/+17
* | | | | cgroup_freezer: allow moving tasks in and out of a frozen cgroupTejun Heo2012-10-201-20/+31
* | | | | cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZE...Tejun Heo2012-10-161-4/+12
* | | | | cgroup_freezer: make it official that writes to freezer.state don't failTejun Heo2012-10-161-32/+11
* | | | | cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo2012-10-163-49/+35
| |/ / / |/| | |
* | | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-145-27/+578
|\ \ \ \
| * | | | MODSIGN: Make mrproper should remove generated files.Rusty Russell2012-10-101-1/+0
| * | | | MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certsDavid Howells2012-10-101-0/+1
| * | | | MODSIGN: Use the same digest for the autogen key sig as for the module sigDavid Howells2012-10-101-1/+21
| * | | | MODSIGN: Implement module signature checkingDavid Howells2012-10-101-1/+221
| * | | | MODSIGN: Provide module signing public keys to the kernelDavid Howells2012-10-103-2/+124
| * | | | MODSIGN: Automatically generate module signing keys if missingDavid Howells2012-10-101-0/+49
| * | | | MODSIGN: Add FIPS policyDavid Howells2012-10-101-0/+4
| * | | | module: signature checking hookRusty Russell2012-10-104-1/+129
| * | | | module: wait when loading a module which is currently initializing.Rusty Russell2012-09-281-2/+26
| * | | | module: fix symbol waiting when module fails before initRusty Russell2012-09-281-4/+4
| * | | | Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-20/+0
| * | | | module: taint kernel when lve module is loadedMatthew Garrett2012-09-281-0/+4
* | | | | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-134-5/+50
|\ \ \ \ \
| * | | | | kdb,vt_console: Fix missed data due to pager overrunsJason Wessel2012-10-121-5/+28
| * | | | | kdb: Fix dmesg/bta scroll to quit with 'q'Jason Wessel2012-10-122-0/+4
| * | | | | kgdb: Add module event hooksJason Wessel2012-10-121-0/+18
| | |/ / / | |/| | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-131-9/+12
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra2012-10-051-3/+6
| * | | | perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2012-10-051-6/+6
OpenPOWER on IntegriCloud