Age | Commit message (Expand) | Author | Files | Lines |
2007-10-16 | [MIPS] Alchemy: Get rid of au1xxx_irq_map_t. | Ralf Baechle | 1 | -3/+3 |
2007-10-16 | [MIPS] Alchemy: Get rid of au_ffz(). | Ralf Baechle | 1 | -7/+0 |
2007-10-16 | [MIPS] Alchemy: Get rid of au_ffs(). | Ralf Baechle | 1 | -10/+0 |
2007-10-16 | [MIPS] Lasat: Fix build by conversion to irq_cpu.c. | Ralf Baechle | 1 | -1/+4 |
2007-10-16 | [MIPS] Lasat: Add #ifndef ... #endif include warpper to lasatint.h. | Ralf Baechle | 1 | -0/+4 |
2007-10-16 | [MIPS] IP22: Fix warning. | Ralf Baechle | 1 | -2/+2 |
2007-10-16 | [MIPS] MSP71XX: Add workarounds file. | Ralf Baechle | 1 | -0/+28 |
2007-10-16 | [MIPS] IP32: Fix build by conversion to irq_cpu.c. | Ralf Baechle | 1 | -70/+88 |
2007-10-15 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 48 | -76/+2642 |
2007-10-15 | Merge branch 'locks' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -4/+18 |
2007-10-15 | Merge branch 'release' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ae... | Linus Torvalds | 1 | -0/+1 |
2007-10-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 31 | -80/+144 |
2007-10-15 | [IA64] build fix for scatterlist | Tony Luck | 1 | -0/+1 |
2007-10-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 4 | -11/+127 |
2007-10-15 | [TCP]: Make snd_cwnd_cnt 32-bit | Ilpo Järvinen | 1 | -1/+1 |
2007-10-15 | [IPV6]: Replace sk_buff ** with sk_buff * in input handlers | Herbert Xu | 3 | -3/+3 |
2007-10-15 | [INET]: Consolidate the xxx_put | Pavel Emelyanov | 1 | -0/+6 |
2007-10-15 | [INET]: Consolidate the xxx_evictor | Pavel Emelyanov | 3 | -0/+11 |
2007-10-15 | [INET]: Consolidate the xxx_frag_destroy | Pavel Emelyanov | 1 | -0/+5 |
2007-10-15 | [INET]: Consolidate xxx_the secret_rebuild | Pavel Emelyanov | 1 | -0/+2 |
2007-10-15 | [INET]: Consolidate the xxx_frag_kill | Pavel Emelyanov | 1 | -0/+2 |
2007-10-15 | [INET]: Collect common frag sysctl variables together | Pavel Emelyanov | 4 | -11/+14 |
2007-10-15 | [INET]: Collect frag queues management objects together | Pavel Emelyanov | 3 | -4/+19 |
2007-10-15 | [INET]: Move common fields from frag_queues in one place. | Pavel Emelyanov | 1 | -0/+21 |
2007-10-15 | [ISDN]: Remove local copy of device name to make sure renames work. | Karsten Keil | 1 | -1/+0 |
2007-10-15 | [NETFILTER]: Replace sk_buff ** with sk_buff * | Herbert Xu | 22 | -57/+57 |
2007-10-15 | [IPVS]: Replace local version of skb_make_writable | Herbert Xu | 1 | -1/+0 |
2007-10-15 | [NETFILTER]: Do not copy skb in skb_make_writable | Herbert Xu | 1 | -1/+1 |
2007-10-15 | [IPV4]: Change ip_defrag to return an integer | Herbert Xu | 1 | -1/+1 |
2007-10-15 | [SKBUFF]: Add skb_morph | Herbert Xu | 1 | -0/+1 |
2007-10-15 | add new prom.h for AU1x00 | Yoichi Yuasa | 1 | -0/+13 |
2007-10-15 | Use dcr_host_t.base in dcr_unmap() | Michael Ellerman | 2 | -2/+2 |
2007-10-15 | Add dcr_host_t.base in dcr_read()/dcr_write() | Michael Ellerman | 2 | -4/+4 |
2007-10-15 | Add skb_is_gso_v6 | Brice Goglin | 1 | -0/+5 |
2007-10-15 | Merge branch 'pxa' into devel | Russell King | 16 | -19/+2000 |
2007-10-15 | [ARM] 4577/1: ITE 8152 PCI bridge support | Mike Rapoport | 3 | -0/+107 |
2007-10-15 | [ARM] 4576/1: CM-X270 machine support | Mike Rapoport | 5 | -0/+91 |
2007-10-15 | [ARM] pxa: Avoid pxa_gpio_mode() in gpio_direction_{in,out}put() | Russell King | 1 | -10/+2 |
2007-10-15 | [ARM] pxa: Make cpu_is_pxaXXX dependent on configuration symbols | Russell King | 1 | -0/+21 |
2007-10-15 | [ARM] pxa: PXA3xx base support | eric miao | 7 | -1/+1709 |
2007-10-15 | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 13 | -78/+332 |
2007-10-15 | Merge branch 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -3/+67 |
2007-10-15 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2 | -6/+11 |
2007-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 3 | -31/+74 |
2007-10-15 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 14 | -41/+144 |
2007-10-15 | Merge branch 'nfs-server-stable' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 4 | -58/+16 |
2007-10-15 | HID: fix HIDIOCGRDESC memory access in hidraw | Jiri Kosina | 2 | -11/+15 |
2007-10-15 | sched: guest CPU accounting: maintain stats in account_system_time() | Laurent Vivier | 1 | -0/+1 |
2007-10-15 | sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields | Laurent Vivier | 1 | -0/+3 |
2007-10-15 | sched: guest CPU accounting: add guest-CPU /proc/stat field | Laurent Vivier | 1 | -0/+1 |