Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | sparc32,sun4d: rename sbus_tid to board_to_cpu in irq support | Sam Ravnborg | 2011-04-19 | 1 | -5/+9 | |
* | | | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2011-05-22 | 8 | -534/+535 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | md: allow resync_start to be set while an array is active. | NeilBrown | 2011-05-11 | 3 | -3/+4 | |
| * | | | | | | md/raid10: reformat some loops with less indenting. | NeilBrown | 2011-05-11 | 1 | -108/+120 | |
| * | | | | | | md/raid10: remove unused variable. | NeilBrown | 2011-05-11 | 1 | -3/+0 | |
| * | | | | | | md/raid10: make more use of 'slot' in raid10d. | NeilBrown | 2011-05-11 | 1 | -4/+5 | |
| * | | | | | | md/raid10: some tidying up in fix_read_error | NeilBrown | 2011-05-11 | 1 | -40/+34 | |
| * | | | | | | md/raid1: improve handling of pages allocated for write-behind. | NeilBrown | 2011-05-11 | 2 | -30/+29 | |
| * | | | | | | md/raid1: try fix_sync_read_error before process_checks. | NeilBrown | 2011-05-11 | 1 | -14/+5 | |
| * | | | | | | md/raid1: tidy up new functions: process_checks and fix_sync_read_error. | NeilBrown | 2011-05-11 | 1 | -89/+95 | |
| * | | | | | | md/raid1: split out two sub-functions from sync_request_write | NeilBrown | 2011-05-11 | 1 | -173/+192 | |
| * | | | | | | md: make error_handler functions more uniform and correct. | NeilBrown | 2011-05-11 | 2 | -38/+40 | |
| * | | | | | | md/multipath: discard ->working_disks in favour of ->degraded | NeilBrown | 2011-05-11 | 2 | -12/+11 | |
| * | | | | | | md/raid1: clean up read_balance. | NeilBrown | 2011-05-11 | 1 | -49/+34 | |
| * | | | | | | md: simplify raid10 read_balance | NeilBrown | 2011-05-11 | 1 | -66/+44 | |
| * | | | | | | md/bitmap: fix saving of events_cleared and other state. | NeilBrown | 2011-05-11 | 1 | -4/+6 | |
| * | | | | | | md: reject a re-add request that cannot be honoured. | NeilBrown | 2011-05-11 | 1 | -0/+10 | |
| * | | | | | | md: Fix race when creating a new md device. | NeilBrown | 2011-05-11 | 1 | -3/+8 | |
* | | | | | | | wireless: fix fatal kernel-doc error + warning in mac80211.h | Randy Dunlap | 2011-05-22 | 1 | -1/+2 | |
* | | | | | | | x86: setup_smep needs to be __cpuinit | Linus Torvalds | 2011-05-22 | 1 | -2/+2 | |
* | | | | | | | Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h" | Linus Torvalds | 2011-05-22 | 2 | -8/+7 | |
* | | | | | | | Add appropriate <linux/prefetch.h> include for prefetch users | Paul Gortmaker | 2011-05-22 | 38 | -0/+38 | |
* | | | | | | | Give up on pushing CC_OPTIMIZE_FOR_SIZE | Linus Torvalds | 2011-05-22 | 1 | -1/+0 | |
* | | | | | | | Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 2011-05-22 | 19 | -706/+723 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | viafb: Automatic OLPC XO-1.5 configuration | Daniel Drake | 2011-05-11 | 1 | -9/+30 | |
| * | | | | | | | viafb: remove unused CEA mode | Florian Tobias Schandinat | 2011-04-26 | 3 | -34/+0 | |
| * | | | | | | | viafb: try to map less memory in case of failure | Florian Tobias Schandinat | 2011-04-25 | 1 | -1/+8 | |
| * | | | | | | | viafb: use write combining for video ram | Florian Tobias Schandinat | 2011-04-24 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'viafb-pll' into viafb-next | Florian Tobias Schandinat | 2011-04-24 | 8 | -408/+588 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | viafb: add X server compatibility mode | Florian Tobias Schandinat | 2011-04-23 | 2 | -0/+18 | |
| | * | | | | | | | viafb: delete clock and PLL initialization | Florian Tobias Schandinat | 2011-04-01 | 1 | -6/+2 | |
| | * | | | | | | | viafb: add engine clock support | Florian Tobias Schandinat | 2011-03-26 | 3 | -0/+55 | |
| | * | | | | | | | viafb: add VIA slapping capability | Florian Tobias Schandinat | 2011-03-24 | 2 | -6/+43 | |
| | * | | | | | | | viafb: split clock and PLL code to an extra file | Florian Tobias Schandinat | 2011-03-24 | 5 | -281/+368 | |
| | * | | | | | | | viafb: add primary/secondary clock on/off switches | Florian Tobias Schandinat | 2011-03-24 | 1 | -1/+37 | |
| | * | | | | | | | viafb: add clock source selection and PLL power management support | Florian Tobias Schandinat | 2011-03-23 | 1 | -0/+88 | |
| | * | | | | | | | viafb: prepare for PLL separation | Florian Tobias Schandinat | 2011-03-23 | 1 | -43/+84 | |
| | * | | | | | | | viafb: call viafb_get_clk_value only in viafb_set_vclock | Florian Tobias Schandinat | 2011-03-23 | 3 | -21/+19 | |
| | * | | | | | | | viafb: allow some pll calculations | Florian Tobias Schandinat | 2011-03-23 | 2 | -282/+106 | |
| * | | | | | | | | Merge branch 'viafb-cleanup' into viafb-next | Florian Tobias Schandinat | 2011-04-24 | 13 | -251/+84 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | viafb: replace custom return values | Florian Tobias Schandinat | 2011-03-27 | 5 | -33/+17 | |
| | * | | | | | | | | viafb: some small cleanup for global variables | Florian Tobias Schandinat | 2011-03-27 | 5 | -18/+7 | |
| | * | | | | | | | | viafb: gather common good, old VGA initialization in one place | Florian Tobias Schandinat | 2011-03-26 | 2 | -31/+37 | |
| | * | | | | | | | | viafb: remove unused max_hres/vres | Florian Tobias Schandinat | 2011-03-23 | 2 | -137/+3 | |
| | * | | | | | | | | viafb: kill crt_setting_information | Florian Tobias Schandinat | 2011-03-21 | 4 | -26/+15 | |
| | * | | | | | | | | viafb: no need to write CRTC values twice | Florian Tobias Schandinat | 2011-03-21 | 1 | -3/+0 | |
| | * | | | | | | | | viafb: move initialization code | Florian Tobias Schandinat | 2011-03-21 | 1 | -5/+7 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'viafb-olpc' into viafb-next | Florian Tobias Schandinat | 2011-04-24 | 3 | -2/+8 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | viafb: reduce OLPC refresh a bit | Florian Tobias Schandinat | 2011-04-23 | 3 | -2/+3 | |
| | * | | | | | | | | viafb: fix OLPC XO 1.5 device connection | Florian Tobias Schandinat | 2011-04-23 | 1 | -0/+5 | |
| |/ / / / / / / / |