Age | Commit message (Expand) | Author | Files | Lines |
2007-10-16 | [MIPS] Cache: Provide more information on cache policy on bootup. | Ralf Baechle | 1 | -3/+7 |
2007-10-16 | [MIPS] Fix aliasing bug in copy_user_highpage, take 2. | Ralf Baechle | 1 | -7/+12 |
2007-10-16 | [MIPS] VPE loader: convert from struct class_ device to struct device | Kay Sievers | 1 | -12/+15 |
2007-10-16 | [MIPS] MIPSsim: Fix booting from NFS root | Thiemo Seufer | 1 | -4/+1 |
2007-10-16 | [MIPS] Alchemy: Get rid of au1xxx_irq_map_t. | Ralf Baechle | 11 | -15/+15 |
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 | 4 | -16/+6 |
2007-10-16 | [MIPS] Alchemy: cleanup interrupt code. | Ralf Baechle | 1 | -341/+313 |
2007-10-16 | [MIPS] Lasat: Fix build by conversion to irq_cpu.c. | Ralf Baechle | 4 | -13/+20 |
2007-10-16 | [MIPS] Lasat: Add #ifndef ... #endif include warpper to lasatint.h. | Ralf Baechle | 1 | -0/+4 |
2007-10-16 | [MIPS] IP22: Enable -Werror. | Ralf Baechle | 1 | -0/+2 |
2007-10-16 | [MIPS] IP22: Fix warning. | Ralf Baechle | 2 | -8/+17 |
2007-10-16 | [MIPS] IP22: Complain if requesting the front panel irq failed. | Ralf Baechle | 1 | -1/+8 |
2007-10-16 | [MIPS] vmlinux.lds.S: Handle KPROBES_TEXT. | Ralf Baechle | 1 | -0/+1 |
2007-10-16 | [MIPS] vmlinux.lds.S: Fix handling of .notes in final link. | Ralf Baechle | 1 | -4/+9 |
2007-10-16 | [MIPS] vmlinux.lds.S: Remove duplicate comment. | Ralf Baechle | 1 | -1/+0 |
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 | 4 | -160/+163 |
2007-10-15 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 171 | -1136/+13123 |
2007-10-15 | Merge branch 'locks' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 14 | -146/+157 |
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 | [libata] pata_cs5536: new API build fix | Jeff Garzik | 1 | -2/+0 |
2007-10-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 165 | -2255/+2019 |
2007-10-15 | Map volume and brightness events on thinkpads | Jeremy Katz | 1 | -8/+8 |
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 | 42 | -2174/+3774 |
2007-10-15 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 9 | -21/+1298 |
2007-10-15 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 51 | -325/+1914 |
2007-10-15 | xen-netfront: rearrange netfront structure to separate tx and rx | Jeremy Fitzhardinge | 1 | -18/+17 |
2007-10-15 | Atari keyboard: incorporate additional review comments | Geert Uytterhoeven | 2 | -5/+4 |
2007-10-15 | [IPV6]: Consolidate the ip6_pol_route_(input|output) pair | Pavel Emelyanov | 1 | -68/+9 |
2007-10-15 | [TCP]: Make snd_cwnd_cnt 32-bit | Ilpo Järvinen | 1 | -1/+1 |
2007-10-15 | [TCP]: Update the /proc/net/tcp documentation | Jean Delvare | 1 | -2/+3 |
2007-10-15 | netdev: convert non-obvious instances to use ARRAY_SIZE() | Alejandro Martinez Ruiz | 6 | -11/+11 |
2007-10-15 | [NETNS]: Don't panic on creating the namespace's loopback | Pavel Emelyanov | 1 | -6/+5 |
2007-10-15 | Reinstate lost flush_ioremap_region() fix to pxa2xx-flash driver | Linus Torvalds | 1 | -2/+2 |
2007-10-15 | [NEIGH]: Ensure that pneigh_lookup is protected with RTNL | Pavel Emelyanov | 1 | -0/+2 |
2007-10-15 | [INET]: kmalloc+memset -> kzalloc in frag_alloc_queue | Denis V. Lunev | 2 | -10/+4 |
2007-10-15 | [ISDN]: Fix compile with CONFIG_ISDN_X25 disabled. | Denis V. Lunev | 1 | -1/+1 |
2007-10-15 | [libata] pata_pcmcia: Add additional id string (corsair, 1GB) | Kristoffer Ericson | 1 | -0/+2 |
2007-10-15 | [IPV6]: Replace sk_buff ** with sk_buff * in input handlers | Herbert Xu | 15 | -56/+36 |
2007-10-15 | scsi/gdth: fix crash in gdth_timeout if no gdth controllers found | Linus Torvalds | 1 | -0/+4 |
2007-10-15 | libata: prevent devices with blank model names from being DMA blacklisted | Andrew Paprocki | 1 | -1/+7 |
2007-10-15 | ata_piix: SATA 2port controller port map fix | Jason Gaston | 1 | -5/+30 |
2007-10-15 | pata_cs5536: ATA driver for Geode companion chip | Martin K. Petersen | 3 | -0/+356 |
2007-10-15 | [SELINUX]: Update for netfilter ->hook() arg changes. | David S. Miller | 1 | -6/+5 |
2007-10-15 | [INET]: Consolidate the xxx_put | Pavel Emelyanov | 4 | -6/+9 |
2007-10-15 | [INET]: Small cleanup for xxx_put after evictor consolidation | Pavel Emelyanov | 3 | -16/+16 |
2007-10-15 | [INET]: Consolidate the xxx_evictor | Pavel Emelyanov | 7 | -80/+52 |
2007-10-15 | [INET]: Consolidate the xxx_frag_destroy | Pavel Emelyanov | 5 | -86/+74 |