Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | [PARISC] fix trivial spelling nit in asm/linkage.h | Kyle McMartin | 2007-05-30 | 1 | -1/+1 | |
| * | | | | | [PARISC] remove remnants of parisc-specific softirq code | Grant Grundler | 2007-05-30 | 1 | -34/+1 | |
| * | | | | | [PARISC] fix section mismatch in smp.c | Helge Deller | 2007-05-30 | 1 | -1/+1 | |
| * | | | | | [PARISC] fix "ENTRY" macro redefinition | Helge Deller | 2007-05-30 | 1 | -0/+3 | |
| * | | | | | [PARISC] Wire up utimensat/signalfd/timerfd/eventfd syscalls | Helge Deller | 2007-05-27 | 2 | -1/+16 | |
| * | | | | | [PARISC] fix section mismatch in superio serial drivers | Helge Deller | 2007-05-27 | 1 | -4/+4 | |
| * | | | | | [PARISC] fix section mismatch in parisc eisa driver | Helge Deller | 2007-05-27 | 1 | -2/+2 | |
| * | | | | | [PARISC] fix section mismatches in arch/parisc/kernel | Helge Deller | 2007-05-27 | 4 | -11/+11 | |
| * | | | | | [PARISC] fix section mismatch in ccio-dma | Helge Deller | 2007-05-27 | 1 | -3/+3 | |
| * | | | | | [PARISC] fix section mismatch in parisc STI video drivers | Helge Deller | 2007-05-27 | 1 | -25/+25 | |
| * | | | | | [PARISC] fix section mismatch in parport_gsc | Helge Deller | 2007-05-27 | 1 | -1/+1 | |
| * | | | | | [PARISC] fix lasi_82596 build | Helge Deller | 2007-05-27 | 1 | -0/+1 | |
| * | | | | | [PARISC] Build fixes for power.c | Kyle McMartin | 2007-05-25 | 1 | -0/+1 | |
| * | | | | | [PARISC] kobject is embedded in subsys, not kset | Kyle McMartin | 2007-05-25 | 1 | -1/+1 | |
| * | | | | | [PARISC] ROUNDUP macro cleanup in drivers/parisc | Milind Arun Choudhary | 2007-05-22 | 3 | -10/+8 | |
| * | | | | | [PARISC] ROUND_UP macro cleanup in arch/parisc | Milind Arun Choudhary | 2007-05-22 | 2 | -5/+3 | |
| * | | | | | [PARISC] spelling fixes: arch/parisc/ | Simon Arlott | 2007-05-22 | 13 | -30/+30 | |
| * | | | | | [PARISC] Disable LWS debugging | Aurelien Jarno | 2007-05-22 | 1 | -4/+4 | |
| * | | | | | [PARISC] Let PA-8900 processors boot | Kyle McMartin | 2007-05-22 | 5 | -6/+12 | |
| * | | | | | parisc: convert /proc/gsc/pcxl_dma to seq_file | Alexey Dobriyan | 2007-05-22 | 1 | -41/+53 | |
| * | | | | | [PARISC] Wire up kexec_load syscall | Kyle McMartin | 2007-05-22 | 2 | -1/+3 | |
| * | | | | | [PARISC] Move #undef to end of syscall table | Kyle McMartin | 2007-05-22 | 1 | -5/+5 | |
| * | | | | | parisc: sync compat getdents | Alexandr Andreev | 2007-05-22 | 1 | -2/+8 | |
| * | | | | | parisc: make command_line[] static | Alexey Dobriyan | 2007-05-22 | 1 | -1/+1 | |
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart | Linus Torvalds | 2007-06-14 | 1 | -46/+51 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [AGPGART] intel_agp: fix device probe | Wang Zhenyu | 2007-06-14 | 1 | -46/+51 | |
* | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2007-06-14 | 7 | -47/+157 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [SPARC64]: Fix args to sun4v_ldc_revoke(). | David S. Miller | 2007-06-13 | 2 | -5/+8 | |
| * | | | | | | | [SPARC64]: Really fix parport. | David S. Miller | 2007-06-13 | 2 | -30/+17 | |
| * | | | | | | | [SPARC64]: Fix IO/MEM space sizing for PCI. | David S. Miller | 2007-06-13 | 1 | -3/+9 | |
| * | | | | | | | [SPARC64]: Wire up cookie based sun4v interrupt registry. | David S. Miller | 2007-06-13 | 2 | -9/+123 | |
* | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-06-14 | 19 | -81/+150 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev | David S. Miller | 2007-06-14 | 6 | -24/+88 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | [SCTP] Don't disable PMTU discovery when mtu is small | Vlad Yasevich | 2007-06-13 | 1 | -2/+0 | |
| | * | | | | | | | | [SCTP] Flag a pmtu change request | Vlad Yasevich | 2007-06-13 | 5 | -1/+27 | |
| | * | | | | | | | | [SCTP] Update pmtu handling to be similar to tcp | Vlad Yasevich | 2007-06-13 | 3 | -14/+44 | |
| | * | | | | | | | | [SCTP] Fix leak in sctp_getsockopt_local_addrs when copy_to_user fails | Vlad Yasevich | 2007-06-13 | 1 | -4/+5 | |
| | * | | | | | | | | [SCTP]: Allow unspecified port in sctp_bindx() | Vlad Yasevich | 2007-06-13 | 1 | -4/+11 | |
| | * | | | | | | | | [SCTP]: Correctly set daddr for IPv6 sockets during peeloff | Vlad Yasevich | 2007-06-13 | 1 | -1/+3 | |
| * | | | | | | | | | [IPV6] addrconf: Fix IPv6 on tuntap tunnels | Herbert Xu | 2007-06-14 | 1 | -22/+11 | |
| * | | | | | | | | | [TCP]: Add missing break to TCP option parsing code | Ilpo Järvinen | 2007-06-14 | 1 | -0/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | [TCP]: Set initial_ssthresh default to zero in Cubic and BIC. | David S. Miller | 2007-06-13 | 2 | -2/+2 | |
| * | | | | | | | | [TCP]: Fix left_out setting during FRTO | Ilpo Järvinen | 2007-06-12 | 1 | -1/+1 | |
| * | | | | | | | | [TCP]: Disable TSO if MD5SIG is enabled. | David S. Miller | 2007-06-12 | 2 | -1/+4 | |
| * | | | | | | | | [PPP_MPPE]: Fix "osize too small" check. | Konstantin Sharlaimov | 2007-06-12 | 1 | -5/+5 | |
| * | | | | | | | | Merge branch 'mac80211-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2007-06-12 | 3 | -2/+14 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | [PATCH] mac80211: Don't stop tx queue on master device while scanning. | Mattias Nissler | 2007-06-11 | 1 | -0/+12 | |
| | * | | | | | | | | [PATCH] mac80211: fix debugfs tx power reduction output | Johannes Berg | 2007-06-11 | 1 | -1/+1 | |
| | * | | | | | | | | [PATCH] cfg80211: fix signed macaddress in sysfs | David Lamparter | 2007-06-11 | 1 | -1/+1 | |
| | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | [IrDA]: f-timer reloading when sending rejected frames. | G. Liakhovetski | 2007-06-08 | 1 | -6/+4 |