summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-07-223-55/+6
|\
| * mutex: Make mutex_destroy() an inline functionJean Delvare2011-07-211-1/+1
| * plist: Remove the need to supply locks to plist headsDima Zavin2011-07-082-54/+5
* | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-223-0/+48
|\ \
| * \ Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar2011-07-073-0/+48
| |\ \ | | |/ | |/|
| | *-. Merge branches 'amd/transparent-bridge' and 'core'Joerg Roedel2011-06-213-0/+48
| | |\ \
| | | | * iommu/amd: Move missing parts to drivers/iommuJoerg Roedel2011-06-211-0/+35
| | | | * x86/ia64: intel-iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-211-0/+11
| | | | * iommu-api: Add missing header fileLaura Abbott2011-06-141-0/+2
| | | |/
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-07-226-20/+156
|\ \ \ \
| * \ \ \ Merge branch 'pm-runtime' into for-linusRafael J. Wysocki2011-07-151-0/+6
| |\ \ \ \
| | * | | | PM / Runtime: Add new helper function: pm_runtime_status_suspended()Kevin Hilman2011-07-121-0/+6
| * | | | | Merge branch 'pm-domains' into for-linusRafael J. Wysocki2011-07-154-20/+134
| |\ \ \ \ \
| | * | | | | ARM / shmobile: Use genpd_queue_power_off_work()Rafael J. Wysocki2011-07-141-0/+2
| | * | | | | PM / Domains: Introduce function to power off all unused PM domainsRafael J. Wysocki2011-07-131-0/+3
| | * | | | | PM / Domains: Allow callbacks to execute all runtime PM helpersRafael J. Wysocki2011-07-121-0/+3
| | * | | | | PM / Domains: Do not execute device callbacks under locksRafael J. Wysocki2011-07-121-3/+7
| | * | | | | PM / Domains: Export pm_genpd_poweron() in headerMagnus Damm2011-07-101-0/+5
| | |/ / / /
| | * | | | PM: Rename clock management functionsRafael J. Wysocki2011-07-021-14/+14
| | * | | | PM: Allow the clocks management code to be used during system suspendRafael J. Wysocki2011-07-021-1/+1
| | * | | | PM / Domains: Wakeup devices support for system sleep transitionsRafael J. Wysocki2011-07-021-0/+1
| | * | | | PM / Domains: System-wide transitions support for generic domains (v5)Rafael J. Wysocki2011-07-021-0/+12
| | * | | | PM: Introduce generic "noirq" callback routines for subsystems (v2)Rafael J. Wysocki2011-07-021-0/+6
| | * | | | PM / Domains: Support for generic I/O PM domains (v8)Rafael J. Wysocki2011-07-021-0/+78
| | * | | | PM: subsys_data in struct dev_pm_info need not depend on RM_RUNTIMERafael J. Wysocki2011-07-021-1/+1
| | * | | | PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-023-4/+4
| * | | | | PM / Suspend: Add .suspend_again() callback to suspend_opsMyungJoo Ham2011-07-151-0/+8
| * | | | | PM / OPP: Introduce function to free cpufreq tableNishanth Menon2011-07-151-0/+8
* | | | | | Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-07-221-16/+2
|\ \ \ \ \ \
| * | | | | | workqueue: separate out drain_workqueue() from destroy_workqueue()Tejun Heo2011-05-201-1/+2
| * | | | | | workqueue: remove cancel_rearming_delayed_work[queue]()Amerigo Wang2011-05-201-15/+0
* | | | | | | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-224-433/+121
|\ \ \ \ \ \ \
| * | | | | | | connector: add an event for monitoring process tracersVladimir Zapolskiy2011-07-181-0/+13
| * | | | | | | ptrace: dont send SIGSTOP on auto-attach if PT_SEIZEDOleg Nesterov2011-07-171-1/+5
| * | | | | | | ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov2011-07-171-0/+3
| * | | | | | | ptrace_init_task: initialize child->jobctl explicitlyOleg Nesterov2011-07-171-6/+7
| * | | | | | | ptrace: ptrace_reparented() should check same_thread_group()Oleg Nesterov2011-06-271-1/+1
| * | | | | | | redefine thread_group_leader() as exit_signal >= 0Oleg Nesterov2011-06-271-2/+4
| * | | | | | | kill task_detached()Oleg Nesterov2011-06-271-5/+0
| * | | | | | | make do_notify_parent() __must_check, update the callersOleg Nesterov2011-06-271-1/+1
| * | | | | | | kill tracehook_notify_death()Oleg Nesterov2011-06-271-34/+0
| * | | | | | | make do_notify_parent() return boolOleg Nesterov2011-06-271-2/+2
| * | | | | | | ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo2011-06-222-18/+18
| * | | | | | | ptrace: kill clone/exec tracehooksTejun Heo2011-06-221-121/+0
| * | | | | | | ptrace: kill trivial tracehooksTejun Heo2011-06-221-156/+0
| * | | | | | | ptrace: move SIGTRAP on exec(2) logic to ptrace_event()Tejun Heo2011-06-222-11/+9
| * | | | | | | ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and trac...Tejun Heo2011-06-222-27/+45
| * | | | | | | ptrace: kill task_ptrace()Tejun Heo2011-06-222-19/+8
| * | | | | | | ptrace: implement PTRACE_LISTENTejun Heo2011-06-162-0/+3
| * | | | | | | ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo2011-06-161-1/+3
OpenPOWER on IntegriCloud