summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* PM / Freezer: Remove references to TIF_FREEZE in commentsMarcos Paulo de Souza2012-03-043-9/+7
* PM / Hibernate: Enable usermodehelpers in hibernate() error pathSrivatsa S. Bhat2012-03-041-3/+4
* PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-02-171-3/+4
* PM / Sleep: Drop suspend_stats_update()Rafael J. Wysocki2012-02-171-6/+12
* PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki2012-02-173-8/+4
* PM / Sleep: Unify kerneldoc comments in kernel/power/suspend.cRafael J. Wysocki2012-02-171-29/+27
* PM / Sleep: Remove unnecessary label from suspend_freeze_processes()Rafael J. Wysocki2012-02-131-4/+1
* PM / Sleep: Do not check wakeup too often in try_to_freeze_tasks()Rafael J. Wysocki2012-02-131-7/+9
* PM / Hibernate: Refactor and simplify freezer_test_doneSrivatsa S. Bhat2012-02-092-9/+7
* PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test pathSrivatsa S. Bhat2012-02-092-8/+6
* PM / Suspend: Avoid code duplication in suspend statistics updateMarcos Paulo de Souza2012-02-092-10/+2
* Merge commit 'pm-fixes-for-3.3-rc3' into pm-sleepRafael J. Wysocki2012-02-093-6/+31
|\
| * PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat2012-02-042-4/+27
| * PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat2012-02-011-2/+4
* | PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-294-20/+24
|/
* PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2012-01-292-0/+28
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-262-3/+1
|\
| * perf: Call perf_cgroup_event_time() directlyNamhyung Kim2012-01-211-1/+1
| * perf: Don't call release_callchain_buffers() if allocation failsNamhyung Kim2012-01-211-2/+0
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-261-4/+4
|\ \
| * \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-01-171-4/+4
| |\ \
| | * | rcu: Add missing __cpuinit annotation in rcutorture codeHeiko Carstens2012-01-161-2/+2
| | * | rcu: Make rcutorture bool parameters really bool (core code)Rusty Russell2012-01-161-2/+2
| | * | Merge branch 'rcu/fixes-for-v3.2' into rcu/urgentPaul E. McKenney2012-01-1617-243/+933
| | |\ \
* | | \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-241-0/+25
|\ \ \ \ \
| * | | | | net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa2012-01-221-0/+25
* | | | | | Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-231-1/+2
|\ \ \ \ \ \
| * | | | | | PM / Hibernate: Correct additional pages number calculationNamhyung Kim2012-01-191-1/+2
| |/ / / / /
* | | | | | Merge branch 'kernel-doc' from Randy DunlapLinus Torvalds2012-01-232-4/+4
|\ \ \ \ \ \
| * | | | | | kernel-doc: fix kernel-doc warnings in schedRandy Dunlap2012-01-231-2/+1
| * | | | | | kernel-doc: fix new warnings in auditsc.cRandy Dunlap2012-01-231-2/+3
| | |_|_|_|/ | |/| | | |
* | | | | | kprobes: initialize before using a hlistAnanth N Mavinakayanahalli2012-01-231-1/+1
|/ / / / /
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-191-3/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| | * | | | tracepoints/module: Fix disabling tracepoints with taint CRAP or OOTSteven Rostedt2012-01-161-3/+4
| | | |/ / | | |/| |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-177-295/+474
|\ \ \ \ \
| * | | | | audit: no leading space in audit_log_d_path prefixKees Cook2012-01-172-4/+4
| * | | | | audit: fix signedness bug in audit_log_execve_info()Xi Wang2012-01-171-2/+2
| * | | | | audit: comparison on interprocess fieldsPeter Moody2012-01-171-0/+39
| * | | | | audit: implement all object interfield comparisonsPeter Moody2012-01-171-0/+29
| * | | | | audit: allow interfield comparison between gid and ogidEric Paris2012-01-171-0/+6
| * | | | | audit: complex interfield comparison helperEric Paris2012-01-171-11/+39
| * | | | | audit: allow interfield comparison in audit rulesEric Paris2012-01-172-2/+33
| * | | | | audit: do not call audit_getname on errorEric Paris2012-01-171-3/+0
| * | | | | audit: only allow tasks to set their loginuid if it is -1Eric Paris2012-01-171-1/+10
| * | | | | audit: remove task argument to audit_set_loginuidEric Paris2012-01-171-3/+3
| * | | | | audit: allow audit matching on inode gidEric Paris2012-01-172-0/+13
| * | | | | audit: allow matching on obj_uidEric Paris2012-01-172-0/+13
| * | | | | audit: remove audit_finish_fork as it can't be calledEric Paris2012-01-172-22/+0
| * | | | | audit: reject entry,always rulesEric Paris2012-01-171-2/+4
| * | | | | audit: inline audit_free to simplify the look of generic codeEric Paris2012-01-172-3/+2
OpenPOWER on IntegriCloud