| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-07-26 | 13 | -163/+1547 |
|\ |
|
| * | x86, olpc-xo15-sci: Enable EC wakeup capability | Daniel Drake | 2011-07-24 | 1 | -1/+1 |
| * | x86, olpc: Fix dependency on POWER_SUPPLY | Daniel Drake | 2011-07-24 | 1 | -2/+4 |
| * | x86, olpc: Add XO-1.5 SCI driver | Daniel Drake | 2011-07-06 | 4 | -0/+187 |
| * | x86, olpc: Add XO-1 RTC driver | Daniel Drake | 2011-07-06 | 5 | -0/+99 |
| * | x86, olpc-xo1-sci: Propagate power supply/battery events | Daniel Drake | 2011-07-06 | 2 | -1/+40 |
| * | x86, olpc-xo1-sci: Add lid switch functionality | Daniel Drake | 2011-07-06 | 3 | -1/+208 |
| * | x86, olpc-xo1-sci: Add GPE handler and ebook switch functionality | Daniel Drake | 2011-07-06 | 4 | -3/+209 |
| * | x86, olpc: EC SCI wakeup mask functionality | Daniel Drake | 2011-07-06 | 2 | -6/+111 |
| * | x86, olpc: Add XO-1 SCI driver and power button control | Daniel Drake | 2011-07-06 | 4 | -0/+209 |
| * | x86, olpc: Add XO-1 suspend/resume support | Daniel Drake | 2011-07-06 | 6 | -6/+234 |
| * | x86, olpc: Rename olpc-xo1 to olpc-xo1-pm | Daniel Drake | 2011-07-06 | 3 | -32/+20 |
| * | x86, olpc: Move CS5536-related constants to cs5535.h | Daniel Drake | 2011-07-06 | 2 | -18/+29 |
| * | x86, olpc: Add missing elements to device tree | Daniel Drake | 2011-07-06 | 1 | -0/+103 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2011-07-26 | 6 | -274/+286 |
|\ \ |
|
| * | | cifs: Cleanup: check return codes of crypto api calls | Shirish Pargaonkar | 2011-07-25 | 3 | -23/+103 |
| * | | CIFS: Fix oops while mounting with prefixpath | Pavel Shilovsky | 2011-07-25 | 1 | -1/+1 |
| * | | [CIFS] Redundant null check after dereference | Steve French | 2011-07-25 | 1 | -5/+0 |
| * | | cifs: use cifs_dirent in cifs_save_resume_key | Christoph Hellwig | 2011-07-25 | 2 | -58/+10 |
| * | | cifs: use cifs_dirent to replace cifs_get_name_from_search_buf | Christoph Hellwig | 2011-07-25 | 1 | -86/+23 |
| * | | cifs: introduce cifs_dirent | Christoph Hellwig | 2011-07-25 | 1 | -69/+125 |
| * | | cifs: cleanup cifs_filldir | Christoph Hellwig | 2011-07-25 | 1 | -44/+36 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2011-07-26 | 2 | -149/+963 |
|\ \ \ |
|
| * | | | ktest: Fix bug when ADD_CONFIG is set but MIN_CONFIG is not | Steven Rostedt | 2011-07-15 | 1 | -12/+7 |
| * | | | ktest: Keep fonud configs separate from default configs | Steven Rostedt | 2011-07-15 | 1 | -4/+8 |
| * | | | ktest: Add prompt to use OUTPUT_MIN_CONFIG | Steven Rostedt | 2011-07-15 | 2 | -14/+59 |
| * | | | ktest: Use Kconfig dependencies to shorten time to make min_config | Steven Rostedt | 2011-07-15 | 2 | -22/+273 |
| * | | | ktest: Add test type make_min_config | Steven Rostedt | 2011-07-15 | 2 | -4/+301 |
| * | | | ktest: Require one TEST_START in config file | Steven Rostedt | 2011-06-14 | 1 | -0/+11 |
| * | | | ktest: Add helper function to avoid duplicate code | Steven Rostedt | 2011-06-14 | 1 | -26/+20 |
| * | | | ktest: Add IGNORE_WARNINGS to ignore warnings in some patches | Steven Rostedt | 2011-06-14 | 2 | -2/+20 |
| * | | | ktest: Fix tar extracting of modules to target | Steven Rostedt | 2011-06-14 | 1 | -1/+1 |
| * | | | ktest: Have the testing tmp dir include machine name | Steven Rostedt | 2011-06-14 | 2 | -3/+3 |
| * | | | ktest: Add POST/PRE_BUILD options | Steven Rostedt | 2011-06-14 | 2 | -3/+60 |
| * | | | ktest: Allow initrd processing without modules defined | Steven Rostedt | 2011-06-13 | 1 | -6/+12 |
| * | | | ktest: Have LOG_FILE evaluate options as well | Steven Rostedt | 2011-06-13 | 1 | -58/+68 |
| * | | | ktest: Have wait on stdio honor bug timeout | Steven Rostedt | 2011-06-13 | 1 | -1/+10 |
| * | | | ktest: Implement our own force min config | Steven Rostedt | 2011-06-13 | 1 | -13/+61 |
| * | | | ktest: Add TEST_NAME option | Steven Rostedt | 2011-06-13 | 2 | -2/+22 |
| * | | | ktest: Add CONFIG_BISECT_GOOD option | Steven Rostedt | 2011-06-13 | 2 | -7/+18 |
| * | | | ktest: Add detection of triple faults | Steven Rostedt | 2011-06-13 | 2 | -0/+30 |
| * | | | ktest: Notify reason to break out of monitoring boot | Steven Rostedt | 2011-06-13 | 1 | -2/+10 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg... | Linus Torvalds | 2011-07-26 | 15 | -286/+747 |
|\ \ \ \ |
|
| * | | | | mm: properly reflect task dirty limits in dirty_exceeded logic | Jan Kara | 2011-07-24 | 1 | -6/+20 |
| * | | | | writeback: don't busy retry writeback on new/freeing inodes | Wu Fengguang | 2011-07-24 | 1 | -1/+1 |
| * | | | | writeback: scale IO chunk size up to half device bandwidth | Wu Fengguang | 2011-07-09 | 2 | -13/+21 |
| * | | | | writeback: trace global_dirty_state | Wu Fengguang | 2011-07-09 | 2 | -0/+47 |
| * | | | | writeback: introduce max-pause and pass-good dirty limits | Wu Fengguang | 2011-07-09 | 2 | -0/+54 |
| * | | | | writeback: introduce smoothed global dirty limit | Wu Fengguang | 2011-07-09 | 3 | -3/+79 |
| * | | | | writeback: consolidate variable names in balance_dirty_pages() | Wu Fengguang | 2011-07-09 | 1 | -10/+11 |