| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Remove ->rq_status from struct request | Jens Axboe | 2006-09-30 | 1 | -2/+0 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-09-30 | 11 | -86/+111 |
|\ |
|
| * | [PATCH] Define vsyscall cache as blob to make clearer that user space shouldn... | Andi Kleen | 2006-09-30 | 1 | -4/+4 |
| * | [PATCH] Re-positioning the bss segment | Vivek Goyal | 2006-09-30 | 1 | -7/+7 |
| * | [PATCH] Use ARRAY_SIZE in setup.c | Andi Kleen | 2006-09-30 | 1 | -8/+3 |
| * | [PATCH] i386: replace intermediate array-size definitions with ARRAY_SIZE() | Bjorn Helgaas | 2006-09-30 | 1 | -8/+2 |
| * | [PATCH] x86: Clean up x86 NMI sysctls | Andi Kleen | 2006-09-30 | 3 | -0/+9 |
| * | [PATCH] Refactor some duplicated code in mpparse.c | Andi Kleen | 2006-09-30 | 1 | -18/+19 |
| * | [PATCH] Document iommu=panic | Andi Kleen | 2006-09-30 | 1 | -0/+1 |
| * | [PATCH] Fix broken indentation in iommu_setup | Andi Kleen | 2006-09-30 | 1 | -41/+41 |
| * | [PATCH] Allow disabling DAC using command line options | Andi Kleen | 2006-09-30 | 1 | -0/+18 |
| * | [PATCH] i386: Update defconfig | Andi Kleen | 2006-09-30 | 1 | -2/+5 |
| * | [PATCH] Update defconfig | Andi Kleen | 2006-09-30 | 1 | -2/+6 |
* | | [SPARC]: Don't zero out tail during copy_from_user_inatomic(). | David S. Miller | 2006-09-30 | 1 | -0/+4 |
|/ |
|
* | [PATCH] uml build fix | Ollie Wild | 2006-09-30 | 1 | -1/+1 |
* | [PATCH] solaris emulation: incorrect tty locking | Alan Cox | 2006-09-29 | 1 | -0/+3 |
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 31 | -41/+40 |
* | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 2006-09-29 | 19 | -22/+22 |
* | [PATCH] Fix conflict with the is_init identifier on parisc | Eric Biederman | 2006-09-29 | 1 | -16/+16 |
* | [PATCH] kthread: convert arch/i386/kernel/apm.c | Serge E. Hallyn | 2006-09-29 | 1 | -18/+18 |
* | [PATCH] oprofile: ppro: need to enable/disable all the counters | Arun Sharma | 2006-09-29 | 1 | -7/+13 |
* | [PATCH] Move valid_dma_direction() from x86_64 to generic code | Rolf Eike Beer | 2006-09-29 | 1 | -1/+2 |
* | [PATCH] efi: add lock annotations for efi_call_phys_prelog and efi_call_phys_... | Josh Triplett | 2006-09-29 | 1 | -2/+2 |
* | [PATCH] OMAP: Update OMAP1/2 boards to give keymapsize and other pdata | Komal Shah | 2006-09-29 | 8 | -23/+41 |
* | [PATCH] make PROT_WRITE imply PROT_READ | Jason Baron | 2006-09-29 | 9 | -10/+12 |
* | [PATCH] uml: remove pte_mkexec | Jeff Dike | 2006-09-29 | 1 | -2/+4 |
* | [PATCH] uml: don't roll my own random MAC generator | Jeff Dike | 2006-09-29 | 3 | -34/+1 |
* | [PATCH] uml: remove unneeded file | Jeff Dike | 2006-09-29 | 1 | -484/+0 |
* | [PATCH] uml: stack consumption reduction | Jeff Dike | 2006-09-29 | 2 | -5/+14 |
* | [PATCH] uml: close file descriptor leaks | Jeff Dike | 2006-09-29 | 2 | -8/+7 |
* | [PATCH] uml: locking documentation | Jeff Dike | 2006-09-29 | 5 | -2/+14 |
* | [PATCH] uml: mechanical tidying after random MACs change | Jeff Dike | 2006-09-29 | 3 | -80/+40 |
* | [PATCH] uml: assign random MACs to interfaces if necessary | Jeff Dike | 2006-09-29 | 3 | -18/+46 |
* | [PATCH] convert i386 Summit subarch to use SRAT info for apicid_to_node calls | keith mannthey | 2006-09-29 | 2 | -1/+11 |
* | [PATCH] convert s390 page handling macros to functions | Heiko Carstens | 2006-09-29 | 1 | -1/+1 |
* | [IPV4]: annotate struct in_ifaddr | Al Viro | 2006-09-29 | 3 | -4/+4 |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-09-28 | 174 | -7941/+9075 |
|\ |
|
| * | Merge nommu branch | Russell King | 2006-09-28 | 26 | -400/+2053 |
| |\ |
|
| | * | [ARM] nommu: confirms the CR_V bit in nommu mode | Hyok S. Choi | 2006-09-28 | 3 | -1/+18 |
| | * | [ARM] nommu: abort handler fixup for !CPU_CP15_MMU cores. | Hyok S. Choi | 2006-09-28 | 7 | -7/+35 |
| | * | [ARM] Make !MMU CPUs depend on !MMU | Russell King | 2006-09-27 | 1 | -0/+5 |
| | * | [ARM] nommu: add ARM946E-S core support | Hyok S. Choi | 2006-09-27 | 4 | -3/+457 |
| | * | [ARM] nommu: add ARM940T core support | Hyok S. Choi | 2006-09-27 | 4 | -2/+389 |
| | * | [ARM] nommu: add ARM9TDMI core support | Hyok S. Choi | 2006-09-27 | 4 | -0/+149 |
| | * | [ARM] nommu: add ARM740T core support | Hyok S. Choi | 2006-09-27 | 4 | -2/+193 |
| | * | [ARM] nommu: add ARM7TDMI core support | Hyok S. Choi | 2006-09-27 | 4 | -0/+264 |
| | * | [ARM] nommu: manage the CP15 things | Hyok S. Choi | 2006-09-27 | 8 | -12/+56 |
| | * | [ARM] nommu: defines CPU_CP15, CPU_CP15_MMU and CPU_CP15_MPU | Hyok S. Choi | 2006-09-27 | 1 | -0/+33 |
| | * | [ARM] nommu: allows to support module in nommu | Hyok S. Choi | 2006-09-27 | 1 | -0/+8 |
| | * | [ARM] do_bad_area() always takes current and current->active_mm | Russell King | 2006-09-27 | 3 | -14/+8 |