| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | [PATCH] 8390 Tx fix for non i386 machines | Paul Gortmaker | 2005-09-23 | 1 | -1/+1 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-09-23 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | [ARM] Fix context switch with ARMv6 + TLS | Russell King | 2005-09-23 | 1 | -1/+1 |
| * | | | | | [PATCH] revert oversized kmalloc check | Andrew Morton | 2005-09-23 | 1 | -1/+2 |
| * | | | | | [PATCH] documentation: sparse no longer uses bk, but git | Harald Welte | 2005-09-23 | 1 | -2/+2 |
| * | | | | | [PATCH] ipmi_msghandler: inconsistent spin_lock usage | Hironobu Ishii | 2005-09-23 | 1 | -3/+3 |
| * | | | | | [PATCH] ppc64: Fix huge pages MMU mapping bug | Benjamin Herrenschmidt | 2005-09-23 | 2 | -5/+7 |
| * | | | | | [PATCH] atyfb c99 fix | Andrew Morton | 2005-09-23 | 1 | -3/+5 |
| * | | | | | [PATCH] hisax: remove URB_ASYNC_UNLINK | Karsten Keil | 2005-09-23 | 2 | -4/+0 |
| * | | | | | Make sure SIGKILL gets proper respect | Linus Torvalds | 2005-09-23 | 1 | -17/+14 |
| * | | | | | [PATCH] cifs: Add support for suspend | Steve French | 2005-09-23 | 2 | -0/+4 |
| * | | | | | [PATCH] pci: fixup parent subordinate busnr | Ivan Kokshaysky | 2005-09-23 | 1 | -1/+17 |
| * | | | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shagg... | Linus Torvalds | 2005-09-23 | 4 | -7/+14 |
| |\ \ \ \ \ |
|
| | * | | | | | JFS: don't dereference tlck->ip from txUpdateMap | Dave Kleikamp | 2005-09-20 | 2 | -1/+9 |
| | * | | | | | JFS: Fix sparse warnings, including endian error | Dave Kleikamp | 2005-09-15 | 3 | -6/+5 |
| * | | | | | | [SCTP]: Fix SCTP_SHUTDOWN notifications. | Sridhar Samudrala | 2005-09-22 | 1 | -11/+11 |
| * | | | | | | [NETFILTER] Fix conntrack event cache deadlock/oops | Harald Welte | 2005-09-22 | 6 | -32/+49 |
| * | | | | | | [NETFILTER] remove unneeded structure definition from conntrack helper | Harald Welte | 2005-09-22 | 1 | -7/+0 |
| * | | | | | | [NETFILTER] Fix sparse endian warnings in pptp helper | Alexey Dobriyan | 2005-09-22 | 3 | -68/+70 |
| * | | | | | | [NETFILTER] fix DEBUG statement in PPTP helper | Harald Welte | 2005-09-22 | 1 | -1/+1 |
| * | | | | | | [BRIDGE]: TSO fix in br_dev_queue_push_xmit | Vlad Drukker | 2005-09-22 | 1 | -1/+2 |
| * | | | | | | [TCP]: Adjust Reno SACK estimate in tcp_fragment | Herbert Xu | 2005-09-22 | 1 | -0/+9 |
| | |/ / / /
| |/| | | | |
|
| * | | | | | [PATCH] Add dm-snapshot tutorial in Documentation | Paolo 'Blaisorblade' Giarrusso | 2005-09-22 | 1 | -0/+73 |
| * | | | | | [PATCH] NFS: fix client oops when debugging is on | Nick Wilson | 2005-09-22 | 1 | -3/+2 |
| * | | | | | [PATCH] Fix bd_claim() error code. | Rob Landley | 2005-09-22 | 1 | -0/+1 |
| * | | | | | [PATCH] ext3: EXT3_DEBUG build fixes | Glauber de Oliveira Costa | 2005-09-22 | 2 | -6/+6 |
| * | | | | | [PATCH] oss: don't concatenate __FUNCTION__ with strings | Clemens Buchacher | 2005-09-22 | 2 | -2/+2 |
| * | | | | | [PATCH] xtensa: remove io_remap_page_range and minor clean-ups | Chris Zankel | 2005-09-22 | 12 | -64/+22 |
| * | | | | | [PATCH] uml: replace printk with "stack-friendly" printf - to report console ... | Paolo 'Blaisorblade' Giarrusso | 2005-09-22 | 1 | -16/+42 |
| * | | | | | [PATCH] uml: use GFP_ATOMIC for allocations under spinlocks. | Paolo 'Blaisorblade' Giarrusso | 2005-09-22 | 2 | -2/+2 |
| * | | | | | [PATCH] uml: Fix GFP_ flags usage | Paolo 'Blaisorblade' Giarrusso | 2005-09-22 | 1 | -1/+2 |
| * | | | | | [PATCH] uml: avoid fixing faults while atomic | Paolo 'Blaisorblade' Giarrusso | 2005-09-22 | 1 | -0/+7 |
| * | | | | | [PATCH] uml: run mconsole "sysrq" in process context | Paolo 'Blaisorblade' Giarrusso | 2005-09-22 | 1 | -1/+1 |
| * | | | | | [PATCH] uml: fix condition in tlb flush | Paolo 'Blaisorblade' Giarrusso | 2005-09-22 | 1 | -6/+6 |
| * | | | | | [PATCH] uml: fix hang in TT mode on fault | Paolo 'Blaisorblade' Giarrusso | 2005-09-22 | 2 | -3/+19 |
| * | | | | | [PATCH] uml: don't redundantly mark pte as newpage in pte_modify | Paolo 'Blaisorblade' Giarrusso | 2005-09-22 | 1 | -1/+0 |
| * | | | | | [PATCH] strlcat: use for uml umid.c | Paolo 'Blaisorblade' Giarrusso | 2005-09-22 | 2 | -8/+7 |
| * | | | | | [PATCH] uml: don't remove umid files in conflict case | Paolo 'Blaisorblade' Giarrusso | 2005-09-22 | 1 | -11/+19 |
| * | | | | | [PATCH] swsusp: fix comments | Pavel Machek | 2005-09-22 | 2 | -4/+8 |
| * | | | | | [PATCH] __kmalloc: Generate BUG if size requested is too large. | Christoph Lameter | 2005-09-22 | 1 | -2/+1 |
| * | | | | | [PATCH] mesh scsi: fix error handling | Benjamin Herrenschmidt | 2005-09-22 | 1 | -8/+21 |
| * | | | | | [PATCH] atiixp_modem printk fixes | Chuck Ebbert | 2005-09-22 | 1 | -8/+8 |
| * | | | | | [PATCH] corrections to top-level README | Randy Dunlap | 2005-09-22 | 1 | -4/+4 |
| * | | | | | [PATCH] ppc64: SMU driver update & i2c support | Benjamin Herrenschmidt | 2005-09-22 | 15 | -163/+1618 |
| * | | | | | [PATCH] ppc64: Fix 64bit ptrace DABR support | Anton Blanchard | 2005-09-22 | 1 | -0/+1 |
| * | | | | | [PATCH] ppc64: Fix build with iommu debug enabled | Anton Blanchard | 2005-09-22 | 1 | -5/+6 |
| * | | | | | [PATCH] ppc64: Fix LPAR regression | Anton Blanchard | 2005-09-22 | 1 | -3/+2 |
| * | | | | | [PATCH] ext3: ext3_show_options fix | OGAWA Hirofumi | 2005-09-22 | 1 | -6/+5 |
| * | | | | | [PATCH] slab: fix handling of pages from foreign NUMA nodes | Christoph Lameter | 2005-09-22 | 1 | -19/+19 |
| * | | | | | [PATCH] swsusp: do not trigger BUG_ON() if there is not enough memory | Rafael J. Wysocki | 2005-09-22 | 1 | -1/+1 |