| Commit message (Expand) | Author | Age | Files | Lines |
* | [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-28 | 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 |
| | * | [ARM] Add setup_mm_for_reboot() for nommu | Russell King | 2006-09-27 | 1 | -0/+7 |
| | * | [ARM] Rename mm-armv.c to pgd.c | Russell King | 2006-09-27 | 2 | -4/+2 |
| | * | [ARM] Move rest of MMU setup code from mm-armv.c to mmu.c | Russell King | 2006-09-27 | 3 | -551/+542 |
| | * | [ARM] Split ARM MM initialisation for !mmu | Russell King | 2006-09-27 | 5 | -206/+274 |
| | * | [ARM] Separate page table manipulation code from bootmem initialisation | Russell King | 2006-09-27 | 1 | -29/+44 |
| * | | [ARM] 3856/1: Add clocksource for Intel IXP4xx platforms | Kevin Hilman | 2006-09-28 | 3 | -11/+30 |
| * | | [ARM] 3855/1: Add generic time support | Kevin Hilman | 2006-09-28 | 2 | -0/+10 |
| * | | [ARM] 3873/1: S3C24XX: Add irq_chip names | Ben Dooks | 2006-09-28 | 1 | -0/+8 |
| * | | [ARM] 3872/1: S3C24XX: Apply consistant tabbing to irq_chips | Ben Dooks | 2006-09-28 | 1 | -30/+30 |
| * | | [ARM] 3871/1: S3C24XX: Fix ordering of EINT4..23 | Ben Dooks | 2006-09-28 | 1 | -8/+36 |
| * | | [ARM] 3870/1: AT91: Start removing static memory mappings | Andrew Victor | 2006-09-28 | 2 | -47/+2 |
| * | | [ARM] 3869/1: AT91: NAND support for DK and KB9202 boards | Andrew Victor | 2006-09-28 | 2 | -0/+50 |
| * | | [ARM] 3867/1: AT91 GPIO update | Andrew Victor | 2006-09-28 | 13 | -126/+156 |
| * | | [ARM] 3866/1: AT91 clock update | Andrew Victor | 2006-09-28 | 13 | -278/+299 |
| * | | [ARM] 3865/1: AT91RM9200 header updates | Andrew Victor | 2006-09-28 | 6 | -83/+83 |