| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARM / shmobile: Use genpd_queue_power_off_work() | Rafael J. Wysocki | 2011-07-14 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Domains: Introduce function to power off all unused PM domains | Rafael J. Wysocki | 2011-07-13 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Domains: Allow callbacks to execute all runtime PM helpers | Rafael J. Wysocki | 2011-07-12 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Domains: Do not execute device callbacks under locks | Rafael J. Wysocki | 2011-07-12 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Domains: Export pm_genpd_poweron() in header | Magnus Damm | 2011-07-10 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PM: Rename clock management functions | Rafael J. Wysocki | 2011-07-02 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PM: Allow the clocks management code to be used during system suspend | Rafael J. Wysocki | 2011-07-02 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Domains: Wakeup devices support for system sleep transitions | Rafael J. Wysocki | 2011-07-02 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Domains: System-wide transitions support for generic domains (v5) | Rafael J. Wysocki | 2011-07-02 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PM: Introduce generic "noirq" callback routines for subsystems (v2) | Rafael J. Wysocki | 2011-07-02 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Domains: Support for generic I/O PM domains (v8) | Rafael J. Wysocki | 2011-07-02 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PM: subsys_data in struct dev_pm_info need not depend on RM_RUNTIME | Rafael J. Wysocki | 2011-07-02 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain | Rafael J. Wysocki | 2011-07-02 | |
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / Suspend: Add .suspend_again() callback to suspend_ops | MyungJoo Ham | 2011-07-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PM / OPP: Introduce function to free cpufreq table | Nishanth Menon | 2011-07-15 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-07-22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | workqueue: separate out drain_workqueue() from destroy_workqueue() | Tejun Heo | 2011-05-20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | workqueue: remove cancel_rearming_delayed_work[queue]() | Amerigo Wang | 2011-05-20 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc | Linus Torvalds | 2011-07-22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | connector: add an event for monitoring process tracers | Vladimir Zapolskiy | 2011-07-18 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: dont send SIGSTOP on auto-attach if PT_SEIZED | Oleg Nesterov | 2011-07-17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task() | Oleg Nesterov | 2011-07-17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace_init_task: initialize child->jobctl explicitly | Oleg Nesterov | 2011-07-17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: ptrace_reparented() should check same_thread_group() | Oleg Nesterov | 2011-06-27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | redefine thread_group_leader() as exit_signal >= 0 | Oleg Nesterov | 2011-06-27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | kill task_detached() | Oleg Nesterov | 2011-06-27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | make do_notify_parent() __must_check, update the callers | Oleg Nesterov | 2011-06-27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | kill tracehook_notify_death() | Oleg Nesterov | 2011-06-27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | make do_notify_parent() return bool | Oleg Nesterov | 2011-06-27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: s/tracehook_tracer_task()/ptrace_parent()/ | Tejun Heo | 2011-06-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: kill clone/exec tracehooks | Tejun Heo | 2011-06-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: kill trivial tracehooks | Tejun Heo | 2011-06-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: move SIGTRAP on exec(2) logic to ptrace_event() | Tejun Heo | 2011-06-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and trac... | Tejun Heo | 2011-06-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: kill task_ptrace() | Tejun Heo | 2011-06-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: implement PTRACE_LISTEN | Tejun Heo | 2011-06-16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: implement TRAP_NOTIFY and use it for group stop events | Tejun Heo | 2011-06-16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: implement PTRACE_INTERRUPT | Tejun Heo | 2011-06-16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: implement PTRACE_SEIZE | Tejun Heo | 2011-06-16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap | Tejun Heo | 2011-06-16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | signal: remove three noop tracehooks | Tejun Heo | 2011-06-04 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | job control: introduce task_set_jobctl_pending() | Tejun Heo | 2011-06-04 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending() | Tejun Heo | 2011-06-04 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments | Tejun Heo | 2011-06-04 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | job control: rename signal->group_stop and flags to jobctl and update them | Tejun Heo | 2011-06-04 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'roccat', 'upstream' and 'wiimote' into for-linus | Jiri Kosina | 2011-07-22 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | / / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | HID: yurex: recognize GeneralKeys wireless presenter as generic HID | Tomoki Sekiyama | 2011-06-07 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p... | Linus Torvalds | 2011-07-22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | pci/of: Consolidate pci_bus_to_OF_node() | Benjamin Herrenschmidt | 2011-06-08 | |
