Age | Commit message (Expand) | Author | Files | Lines |
2007-07-14 | [VLAN]: Use multicast list synchronization helpers | Patrick McHardy | 2 | -134/+2 |
2007-07-14 | [VLAN]: Fix promiscous/allmulti synchronization races | Patrick McHardy | 4 | -20/+22 |
2007-07-14 | [NET]: dev_mcast: add multicast list synchronization helpers | Patrick McHardy | 2 | -0/+78 |
2007-07-14 | [NET]: Add net_device change_rx_mode callback | Patrick McHardy | 2 | -1/+19 |
2007-07-14 | [RFKILL]: fix net/rfkill/rfkill-input.c bug on 64-bit systems | Ingo Molnar | 1 | -1/+1 |
2007-07-13 | Revert "SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for Ne... | Linus Torvalds | 2 | -24/+31 |
2007-07-13 | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 56 | -1810/+3321 |
2007-07-13 | nfsd: fix nfsd_vfs_read() splice actor setup | Jens Axboe | 1 | -0/+1 |
2007-07-13 | CFS: Fix missing digit off in wmult table | Thomas Gleixner | 1 | -1/+1 |
2007-07-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 7 | -320/+67 |
2007-07-13 | Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli... | Linus Torvalds | 45 | -1748/+7362 |
2007-07-13 | Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2 | -25/+24 |
2007-07-13 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 11 | -100/+27 |
2007-07-13 | Revert "[CPUFREQ] powernow-k8: clarify number of cores." | Linus Torvalds | 1 | -3/+2 |
2007-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 3 | -20/+14 |
2007-07-13 | [PATCH] sched: small topology.h cleanup | Ingo Molnar | 1 | -1/+1 |
2007-07-13 | [PATCH] sched: fix show_task()/show_tasks() output | Ingo Molnar | 1 | -16/+10 |
2007-07-13 | [PATCH] sched: remove stale version info from kernel/sched_debug.c | Ingo Molnar | 1 | -1/+1 |
2007-07-13 | [PATCH] sched: allow larger granularity | Ingo Molnar | 1 | -1/+1 |
2007-07-13 | [PATCH] sched: fix prio_to_wmult[] for nice 1 | Mike Galbraith | 1 | -1/+1 |
2007-07-13 | [MIPS] Workaround for a sparse warning in include/asm-mips/mach-tx4927/ioremap.h | Atsushi Nemoto | 1 | -1/+2 |
2007-07-13 | [MIPS] Make show_code static and add __user tag | Atsushi Nemoto | 1 | -3/+3 |
2007-07-13 | [MIPS] Workaround for a sparse warning in include/asm-mips/compat.h | Atsushi Nemoto | 1 | -1/+2 |
2007-07-13 | [MIPS] Add some __user tags | Atsushi Nemoto | 3 | -9/+10 |
2007-07-13 | [MIPS] math-emu minor cleanup | Atsushi Nemoto | 1 | -10/+9 |
2007-07-13 | [MIPS] Kill CONFIG_TX4927BUG_WORKAROUND | Atsushi Nemoto | 1 | -19/+0 |
2007-07-13 | [MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_FB_XPERT98 | Ralf Baechle | 1 | -6/+0 |
2007-07-13 | [MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_AU1000_SRC_CLK | Ralf Baechle | 1 | -4/+0 |
2007-07-13 | [MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_AU1000_USE32K | Ralf Baechle | 1 | -25/+0 |
2007-07-13 | [MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_AU1XXX_PSC_SPI | Ralf Baechle | 1 | -8/+1 |
2007-07-13 | [CHAR] Delete leftovers of old Alchemy UART driver | Ralf Baechle | 1 | -14/+0 |
2007-07-13 | ioatdma: add the unisys "i/oat" pci vendor/device id | Dan Williams | 2 | -0/+5 |
2007-07-13 | ARM: Add drivers/dma to arch/arm/Kconfig | Dan Williams | 1 | -0/+2 |
2007-07-13 | iop3xx: surface the iop3xx DMA and AAU units to the iop-adma driver | Dan Williams | 12 | -60/+1139 |
2007-07-13 | iop13xx: surface the iop13xx adma units to the iop-adma driver | Dan Williams | 3 | -25/+774 |
2007-07-13 | dmaengine: driver for the iop32x, iop33x, and iop13xx raid engines | Dan Williams | 4 | -0/+1595 |
2007-07-13 | md: remove raid5 compute_block and compute_parity5 | Dan Williams | 1 | -124/+0 |
2007-07-13 | md: handle_stripe5 - request io processing in raid5_run_ops | Dan Williams | 1 | -58/+13 |
2007-07-13 | md: handle_stripe5 - add request/completion logic for async expand ops | Dan Williams | 1 | -12/+38 |
2007-07-13 | md: handle_stripe5 - add request/completion logic for async read ops | Dan Williams | 2 | -29/+26 |
2007-07-13 | md: handle_stripe5 - add request/completion logic for async check ops | Dan Williams | 1 | -19/+65 |
2007-07-13 | md: handle_stripe5 - add request/completion logic for async compute ops | Dan Williams | 2 | -36/+115 |
2007-07-13 | md: handle_stripe5 - add request/completion logic for async write ops | Dan Williams | 1 | -23/+138 |
2007-07-13 | md: common infrastructure for running operations with raid5_run_ops | Dan Williams | 1 | -9/+58 |
2007-07-13 | md: raid5_run_ops - run stripe operations outside sh->lock | Dan Williams | 2 | -3/+614 |
2007-07-13 | raid5: replace custom debug PRINTKs with standard pr_debug | Dan Williams | 1 | -58/+58 |
2007-07-13 | raid5: refactor handle_stripe5 and handle_stripe6 (v3) | Dan Williams | 2 | -786/+756 |
2007-07-13 | async_tx: add the async_tx api | Dan Williams | 14 | -50/+1294 |
2007-07-13 | xor: make 'xor_blocks' a library routine for use with async_tx | Dan Williams | 8 | -23/+38 |
2007-07-13 | dmaengine: make clients responsible for managing channels | Dan Williams | 5 | -167/+224 |