| Commit message (Expand) | Author | Age | Files | Lines |
| * | netfilter: xt_comment: drop unneeded unsigned qualifier | Jan Engelhardt | 2011-01-13 | 1 | -1/+1 |
| * | IPVS: netns, svc counters moved in ip_vs_ctl,c | Hans Schillstrom | 2011-01-13 | 1 | -0/+3 |
| * | IPVS: netns, trash handling | Hans Schillstrom | 2011-01-13 | 2 | -2/+5 |
| * | IPVS: netns, defense work timer. | Hans Schillstrom | 2011-01-13 | 2 | -1/+4 |
| * | IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. | Hans Schillstrom | 2011-01-13 | 2 | -18/+46 |
| * | IPVS: netns, connection hash got net as param. | Hans Schillstrom | 2011-01-13 | 2 | -11/+44 |
| * | IPVS: netns, ip_vs_stats and its procfs | Hans Schillstrom | 2011-01-13 | 2 | -3/+52 |
| * | IPVS: netns awareness to ip_vs_sync | Hans Schillstrom | 2011-01-13 | 2 | -9/+21 |
| * | IPVS: netns awareness to ip_vs_est | Hans Schillstrom | 2011-01-13 | 2 | -2/+6 |
| * | IPVS: netns awareness to ip_vs_app | Hans Schillstrom | 2011-01-13 | 2 | -6/+11 |
| * | IPVS: netns, common protocol changes and use of appcnt. | Hans Schillstrom | 2011-01-13 | 1 | -2/+0 |
| * | IPVS: netns, use ip_vs_proto_data as param. | Hans Schillstrom | 2011-01-13 | 1 | -12/+6 |
| * | IPVS: netns preparation for proto_sctp | Hans Schillstrom | 2011-01-13 | 1 | -0/+9 |
| * | IPVS: netns preparation for proto_udp | Hans Schillstrom | 2011-01-13 | 1 | -0/+8 |
| * | IPVS: netns preparation for proto_tcp | Hans Schillstrom | 2011-01-13 | 2 | -1/+9 |
| * | IPVS: netns, prepare protocol | Hans Schillstrom | 2011-01-13 | 2 | -1/+22 |
| * | IPVS: netns awarness to lblc sheduler | Hans Schillstrom | 2011-01-13 | 1 | -0/+4 |
| * | IPVS: netns awarness to lblcr sheduler | Hans Schillstrom | 2011-01-13 | 1 | -0/+5 |
| * | IPVS: netns to services part 1 | Hans Schillstrom | 2011-01-13 | 2 | -5/+67 |
| * | IPVS: netns, add basic init per netns. | Hans Schillstrom | 2011-01-13 | 3 | -0/+38 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Simon Horman | 2011-01-13 | 281 | -3001/+5721 |
| |\ |
|
| | * | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-01-07 | 3 | -5/+380 |
| | |\ |
|
| | | * | Merge branch 'spi' of git://git.linutronix.de/users/bigeasy/soda into spi/next | Grant Likely | 2010-12-29 | 2 | -0/+361 |
| | | |\ |
|
| | | | * | spi/pxa2xx: Add chipselect support for Sodaville | Sebastian Andrzej Siewior | 2010-12-02 | 1 | -0/+2 |
| | | | * | spi/pxa2xx: Consider CE4100's FIFO depth | Sebastian Andrzej Siewior | 2010-12-01 | 1 | -6/+26 |
| | | | * | spi/pxa2xx: Add CE4100 support | Sebastian Andrzej Siewior | 2010-12-01 | 1 | -1/+104 |
| | | | * | arm/pxa2xx: reorgazine SSP and SPI header files | Sebastian Andrzej Siewior | 2010-12-01 | 2 | -0/+236 |
| | | * | | spi/dw_spi: add DMA support | Feng Tang | 2010-12-24 | 1 | -5/+19 |
| | * | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-01-07 | 6 | -22/+222 |
| | |\ \ \ |
|
| | | * \ \ | Merge branch 'this_cpu_ops' into for-2.6.38 | Tejun Heo | 2010-12-18 | 1 | -31/+163 |
| | | |\ \ \ |
|
| | | | * | | | percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg support | Christoph Lameter | 2010-12-18 | 1 | -1/+133 |
| | | | * | | | percpu,x86: relocate this_cpu_add_return() and friends | Tejun Heo | 2010-12-17 | 1 | -30/+30 |
| | | * | | | | highmem: Use this_cpu_xx_return() operations | Christoph Lameter | 2010-12-17 | 1 | -5/+8 |
| | | * | | | | Merge branch 'this_cpu_ops' into for-2.6.38 | Tejun Heo | 2010-12-17 | 19 | -24/+163 |
| | | |\| | | |
|
| | | | * | | | percpu: Generic support for this_cpu_add, sub, dec, inc_return | Christoph Lameter | 2010-12-17 | 1 | -0/+71 |
| | | * | | | | core: Replace __get_cpu_var with __this_cpu_read if not used for an address. | Christoph Lameter | 2010-12-17 | 3 | -14/+8 |
| | | * | | | | kprobes: Use this_cpu_ops | Christoph Lameter | 2010-12-17 | 1 | -2/+2 |
| | * | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-01-07 | 1 | -2/+2 |
| | |\ \ \ \ \ |
|
| | | * | | | | | workqueue: deprecate cancel_rearming_delayed_work[queue]() | Tejun Heo | 2010-12-15 | 1 | -2/+2 |
| | * | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-01-07 | 1 | -1/+1 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | sched: Consolidate the name of root_task_group and init_task_group | Yong Zhang | 2011-01-07 | 1 | -1/+1 |
| | * | | | | | | | Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2011-01-07 | 1 | -13/+47 |
| | |\ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | Paul Mundt | 2011-01-07 | 138 | -1447/+2584 |
| | | |\ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ | Merge branch 'rmobile/urgent' into rmobile-latest | Paul Mundt | 2010-12-21 | 34 | -54/+155 |
| | | |\ \ \ \ \ \ \ \ |
|
| | | | \ \ \ \ \ \ \ \ | |
| | | | \ \ \ \ \ \ \ \ | |
| | | *-. \ \ \ \ \ \ \ \ | Merge branches 'rmobile/ag5' and 'rmobile/mmcif' into rmobile-latest | Paul Mundt | 2010-11-30 | 1 | -14/+12 |
| | | |\ \ \ \ \ \ \ \ \ \ |
|
| | | | | * \ \ \ \ \ \ \ \ | Merge branch 'common/mmcif' into rmobile/mmcif | Paul Mundt | 2010-11-30 | 1 | -14/+12 |
| | | | | |\ \ \ \ \ \ \ \ \ |
|
| | | | | | * | | | | | | | | | sh, mmc: Use defines when setting CE_CLK_CTRL | Simon Horman | 2010-11-29 | 1 | -8/+9 |
| | | | | | * | | | | | | | | | mmc, sh: Correct value for reset | Simon Horman | 2010-11-29 | 1 | -6/+3 |
| | | * | | | | | | | | | | | | Merge branch 'rmobile/mmcif' into rmobile-latest | Paul Mundt | 2010-11-25 | 7 | -47/+58 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / /
| | | |/| | | | | | | | | | |
|
| | | | * | | | | | | | | | | | mmc: sh_mmcif: add DMA support | Guennadi Liakhovetski | 2010-11-25 | 1 | -4/+11 |