| Commit message (Expand) | Author | Age |
* | sh: Fixup cpu_data references for the non-boot CPUs. | Paul Mundt | 2007-02-12 |
* | sh: Use a per-cpu ASID cache. | Paul Mundt | 2007-02-12 |
* | sh: add SH_CLK_MD Kconfig default. | Andrew Morton | 2007-02-12 |
* | sh: Fixup SHMIN INTC register definitions. | Nobuhiro Iwamatsu | 2007-02-12 |
* | sh: SH-DMAC compile fixes | Manuel Lauss | 2007-02-12 |
* | sh: add SH7760 IPR IRQ data | Manuel Lauss | 2007-02-12 |
* | sh: Fix handle_BUG() compile error. | Nobuhiro Iwamatsu | 2007-02-12 |
* | sh: Don't set reserved _PAGE_WT bit on SH-3. | Paul Mundt | 2007-02-12 |
* | sh: Lazy dcache writeback optimizations. | Paul Mundt | 2007-02-12 |
* | sh: More tidying for large base pages. | Paul Mundt | 2007-02-12 |
* | sh: Solution Engine 770x IPR irq setup. | Nobuhiro Iwamatsu | 2007-02-12 |
* | sh: Solution Engine 7750's defconfig update. | Nobuhiro Iwamatsu | 2007-02-12 |
* | sh: shmin updates. | Takashi YOSHII | 2007-02-12 |
* | sh: Fixup R7780RP iVDR clock enable. | Paul Mundt | 2007-02-12 |
* | sh: allow earlyprintk baud rate to be set via command line | Jamie Lenehan | 2007-02-12 |
* | sh: syscall 300 should be __NR_fstatat64. | SUGIOKA Toshinobu | 2007-02-12 |
* | sh: sh7619 / sh7206 IPR initialize update | Yoshinori Sato | 2007-02-12 |
* | sh: Update SH-2 to use the debug trap jump table. | Yoshinori Sato | 2007-02-12 |
* | sh: Use proper SH-2A CFLAGS on newer compilers. | Paul Mundt | 2007-02-12 |
* | sh: Use a jump call table for debug trap handlers. | Paul Mundt | 2007-02-12 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2007-02-12 |
|\ |
|
| * | [SPARC]: Re-export saved_command_line to modules. | David S. Miller | 2007-02-12 |
| * | [SPARC64]: Increase command line size to 2048 like other arches. | David S. Miller | 2007-02-12 |
| * | [SPARC64]: We do not need ZONE_DMA. | David S. Miller | 2007-02-12 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2007-02-12 |
|\ \
| |/
|/| |
|
| * | [XFRM]: Fix OOPSes in xfrm_audit_log(). | David S. Miller | 2007-02-12 |
| * | [TCP]: cleanup of htcp (resend) | Stephen Hemminger | 2007-02-12 |
| * | [TCP]: Use read mostly for CUBIC parameters. | Stephen Hemminger | 2007-02-12 |
| * | [NETFILTER]: nf_conntrack_tcp: make sysctl variables static | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: ip6t_mh: drop piggyback payload packet on MH packets | Masahide NAKAMURA | 2007-02-12 |
| * | [NETFILTER]: Fix whitespace errors | YOSHIFUJI Hideaki | 2007-02-12 |
| * | [NETFILTER]: Kconfig: improve dependency handling | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: xt_mac/xt_CLASSIFY: use IPv6 hook names for IPv6 registration | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to void | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: nf_conntrack: properly use RCU for nf_conntrack_destroyed callback | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: ip_conntrack: properly use RCU for ip_conntrack_destroyed callback | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumption | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: ip_conntrack: fix invalid conntrack statistics RCU assumption | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3prot... | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: ip_conntrack: properly use RCU API for ip_ct_protos array | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: nf_nat: properly use RCU API for nf_nat_protos array | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: ip_nat: properly use RCU API for ip_nat_protos array | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: nf_log: minor cleanups | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: nf_log: switch logger registration/unregistration to mutex | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: nf_log: make nf_log_unregister_pf return void | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointer | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutex | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: Switch nf_register_afinfo/nf_unregister_afinfo to mutex | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: Remove unnecessary synchronize_net() in nf_register_hook | Patrick McHardy | 2007-02-12 |
| * | [NETFILTER]: Properly use RCU in nf_ct_attach | Patrick McHardy | 2007-02-12 |