summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-2613-194/+279
|\
| * rtmutex: Add missing rcu_read_unlock() in debug_rt_mutex_print_deadlock()Thomas Gleixner2011-10-051-1/+3
| * lockdep: Comment all warningsPeter Zijlstra2011-09-181-9/+147
| * locking, latencytop: Annotate latency_lock as rawThomas Gleixner2011-09-131-7/+7
| * locking, timer_stats: Annotate table_lock as rawThomas Gleixner2011-09-131-3/+3
| * locking, semaphores: Annotate inner lock as rawThomas Gleixner2011-09-131-14/+14
| * locking, sched: Annotate thread_group_cputimer as rawThomas Gleixner2011-09-132-12/+12
| * locking, printk: Annotate logbuf_lock as rawThomas Gleixner2011-09-131-23/+23
| * locking, tracing: Annotate tracing locks as rawThomas Gleixner2011-09-133-34/+34
| * locking, sched, cgroups: Annotate release_list_lock as rawThomas Gleixner2011-09-131-9/+9
| * locking, kprobes: Annotate the hash locks and kretprobe.lock as rawThomas Gleixner2011-09-131-17/+17
| * rtmutex: Cleanup the debug codeThomas Gleixner2011-09-121-65/+10
* | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-10-262-8/+17
|\ \
| * | params: make dashes and underscores in parameter names truly equalMichal Schmidt2011-10-261-7/+14
| * | kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina2011-10-261-1/+3
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-2515-339/+1015
|\ \ \
| * | | PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver2011-10-164-178/+645
| * | | PM / Hibernate: Do not initialize static and extern variables to 0Barry Song2011-10-161-5/+5
| * | | PM / Freezer: Make fake_signal_wake_up() wake TASK_KILLABLE tasks tooJeff Layton2011-10-161-1/+1
| * | | PM / Hibernate: Add resumedelay kernel param in addition to resumewaitBarry Song2011-10-161-0/+14
| * | | PM / Hibernate: Add resumewait param to support MMC-like devices as resume fileBarry Song2011-10-161-0/+16
| * | | PM / Hibernate: Fix typo in a kerneldoc commentBarry Song2011-10-161-1/+1
| * | | PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki2011-10-163-15/+30
| * | | PM / VT: Cleanup #if defined uglyness and fix compile errorH Hartley Sweeten2011-10-162-4/+2
| * | | PM / Suspend: Off by one in pm_suspend()Dan Carpenter2011-10-161-1/+1
| * | | PM / Hibernate: Include storage keys in hibernation image on s390Martin Schwidefsky2011-10-162-0/+21
| * | | PM: Fix build issue in main.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki2011-10-161-2/+2
| * | | PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu2011-10-162-3/+116
| * | | Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki2011-10-073-134/+143
| |\ \ \
| | * | | PM QoS: Add global notification mechanism for device constraintsJean Pihet2011-08-251-1/+1
| | * | | PM QoS: Generalize and export constraints management codeJean Pihet2011-08-251-56/+67
| | * | | PM QoS: Reorganize data structsJean Pihet2011-08-251-44/+41
| | * | | PM QoS: Code reorganizationJean Pihet2011-08-251-22/+23
| | * | | PM QoS: Minor clean-upsJean Pihet2011-08-251-44/+44
| | * | | PM QoS: Move and rename the implementation filesJean Pihet2011-08-253-3/+3
| * | | | Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-072-0/+23
| |\ \ \ \
| | * | | | PM / Tracing: build rpm-traces.c only if CONFIG_PM_RUNTIME is setMing Lei2011-09-291-0/+2
| | * | | | PM / Runtime: Introduce trace points for tracing rpm_* functionsMing Lei2011-09-272-0/+21
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-252-1/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-242-4/+5
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-076-44/+27
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin2011-10-031-1/+1
| * | | | | | connector: add comm change event report to proc connectorVladimir Zapolskiy2011-09-281-0/+1
* | | | | | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-251-8/+16
|\ \ \ \ \ \ \
| * | | | | | | user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn2011-09-291-8/+16
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-253-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | treewide: Correct spelling of successfully in commentsJoe Perches2011-09-271-1/+1
| * | | | | | | | Merge branch 'master' into for-nextJiri Kosina2011-09-1550-223/+647
| |\ \ \ \ \ \ \ \
| * | | | | | | | | futex: Fix spelling in a source code commentBart Van Assche2011-09-151-1/+1
| * | | | | | | | | futex: uninitialized warning correctionsVitaliy Ivanov2011-09-151-4/+4
OpenPOWER on IntegriCloud