| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: mminit_validate_memmodel_limits(): remove redundant test | Cyrill Gorcunov | 2009-04-01 | 1 | -3/+1 |
* | proc tty: remove struct tty_operations::read_proc | Alexey Dobriyan | 2009-04-01 | 4 | -29/+4 |
* | proc tty: switch xtensa iss console to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -13/+16 |
* | proc tty: switch ia64 simserial to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -25/+24 |
* | proc tty: switch amiserial to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -34/+28 |
* | proc tty: switch ircomm to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -118/+138 |
* | proc tty: switch usb-serial to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -31/+27 |
* | proc tty: switch serial_core to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -40/+36 |
* | proc tty: switch sdio_uart to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -32/+30 |
* | proc tty: switch synclinkmp to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -40/+34 |
* | proc tty: switch synclink_gt to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -40/+34 |
* | proc tty: switch synclink to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -59/+39 |
* | proc tty: switch stallion to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -76/+50 |
* | proc tty: switch synclink_cs to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -39/+34 |
* | proc tty: switch istallion to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -69/+52 |
* | proc tty: switch ip2 to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -40/+34 |
* | proc tty: switch cyclades to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -34/+20 |
* | proc tty: add struct tty_operations::proc_fops | Alexey Dobriyan | 2009-04-01 | 2 | -7/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-03-30 | 18 | -70/+68 |
|\ |
|
| * | wireless: remove duplicated .ndo_set_mac_address | Alexander Beregalov | 2009-03-29 | 4 | -5/+0 |
| * | netfilter: xtables: fix IPv6 dependency in the cluster match | Pablo Neira Ayuso | 2009-03-29 | 1 | -2/+9 |
| * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-03-29 | 1572 | -37942/+97654 |
| |\ |
|
| * | | tg3: Add GRO support. | David S. Miller | 2009-03-29 | 1 | -2/+2 |
| * | | niu: Add GRO support. | David S. Miller | 2009-03-29 | 1 | -5/+7 |
| * | | ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe(). | David S. Miller | 2009-03-29 | 1 | -5/+6 |
| * | | gianfar: Fix use-after-of_node_put() in gfar_of_init(). | David S. Miller | 2009-03-29 | 1 | -1/+1 |
| * | | kernel: remove HIPQUAD() | Harvey Harrison | 2009-03-28 | 1 | -12/+0 |
| * | | netpoll: store local and remote ip in net-endian | Harvey Harrison | 2009-03-28 | 3 | -23/+20 |
| * | | netfilter: fix endian bug in conntrack printks | Harvey Harrison | 2009-03-28 | 1 | -7/+8 |
| * | | dmascc: fix incomplete conversion to network_device_ops | Alexander Beregalov | 2009-03-28 | 1 | -1/+1 |
| * | | gso: Fix support for linear packets | Herbert Xu | 2009-03-28 | 1 | -1/+1 |
| * | | skbuff.h: fix missing kernel-doc | Randy Dunlap | 2009-03-28 | 1 | -0/+1 |
| * | | ni5010: convert to net_device_ops | Alexander Beregalov | 2009-03-28 | 1 | -6/+12 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-03-30 | 15 | -58/+72 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of ssh://master.kernel.org/home/ftp/pub/scm/linux/kerne... | David S. Miller | 2009-03-29 | 14 | -57/+50 |
| |\ \ \ |
|
| | * | | | cpumask: use mm_cpumask() wrapper: sparc | Rusty Russell | 2009-03-16 | 4 | -18/+19 |
| | * | | | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: sparc | Rusty Russell | 2009-03-16 | 1 | -1/+1 |
| | * | | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): sparc | Rusty Russell | 2009-03-16 | 1 | -4/+0 |
| | * | | | cpumask: remove cpu_coregroup_map: sparc | Rusty Russell | 2009-03-16 | 1 | -1/+0 |
| | * | | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: sparc | Rusty Russell | 2009-03-16 | 4 | -17/+13 |
| | * | | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: spa... | Rusty Russell | 2009-03-16 | 3 | -4/+4 |
| | * | | | cpumask: Use accessors code.: sparc64 | Rusty Russell | 2009-03-16 | 2 | -3/+3 |
| | * | | | cpumask: Use accessors code: sparc | Rusty Russell | 2009-03-16 | 3 | -6/+6 |
| | * | | | cpumask: arch_send_call_function_ipi_mask: sparc | Rusty Russell | 2009-03-16 | 2 | -3/+4 |
| | * | | | cpumask: Use smp_call_function_many(): sparc64 | Rusty Russell | 2009-03-16 | 1 | -1/+1 |
| * | | | | sparc64: Fix reset hangs on Niagara systems. | David S. Miller | 2009-03-29 | 1 | -1/+22 |
| | |_|/
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 2009-03-30 | 69 | -129/+48 |
|\ \ \ \ |
|
| * | | | | oprofile: Thou shalt not call __exit functions from __init functions | Russell King | 2009-03-30 | 1 | -1/+1 |
| * | | | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): generic | Rusty Russell | 2009-03-30 | 1 | -7/+0 |
| * | | | | cpumask: remove cpumask_t from core | Rusty Russell | 2009-03-30 | 2 | -2/+2 |