| Commit message (Expand) | Author | Files | Lines |
2009-12-14 | locking: Separate rwlock api from spinlock api | Thomas Gleixner | 2 | -249/+280 |
2009-12-14 | locking: Split rwlock from spinlock headers | Thomas Gleixner | 4 | -129/+195 |
2009-12-14 | locking: Reorder functions in spinlock.c | Thomas Gleixner | 1 | -123/+123 |
2009-12-14 | udf: Avoid IO in udf_clear_inode | Jan Kara | 3 | -22/+41 |
2009-12-14 | udf: Try harder when looking for VAT inode | Jan Kara | 1 | -8/+24 |
2009-12-14 | udf: Fix compilation with UDFFS_DEBUG enabled | Jan Kara | 1 | -1/+1 |
2009-12-14 | PCI: Global variable decls must match the defs in section attributes | David Howells | 1 | -1/+1 |
2009-12-14 | FRV: Fix no-hardware-breakpoint case | David Howells | 1 | -1/+1 |
2009-12-14 | Documentation: rw_lock lessons learned | William Allen Simpson | 1 | -100/+84 |
2009-12-14 | x86, mce: Clean up thermal init by introducing intel_thermal_supported() | Hidetoshi Seto | 1 | -5/+12 |
2009-12-14 | x86, mce: Thermal monitoring depends on APIC being enabled | Cyrill Gorcunov | 1 | -2/+3 |
2009-12-14 | perf sched: Fix build failure on sparc | David Miller | 2 | -4/+8 |
2009-12-14 | x86: Gart: fix breakage due to IOMMU initialization cleanup | Yinghai Lu | 2 | -6/+8 |
2009-12-14 | x86: Move swiotlb initialization before dma32_free_bootmem | FUJITA Tomonori | 1 | -1/+4 |
2009-12-14 | x86: Fix build warning in arch/x86/mm/mmio-mod.c | Joe Perches | 1 | -1/+1 |
2009-12-14 | x86: Remove usedac in feature-removal-schedule.txt | FUJITA Tomonori | 1 | -7/+0 |
2009-12-14 | perf bench: Add "all" pseudo subsystem and "all" pseudo suite | Hitoshi Mitake | 3 | -7/+57 |
2009-12-14 | microblaze: Remove rt_sigsuspend wrapper | Michal Simek | 3 | -13/+1 |
2009-12-14 | microblaze: nommu: Don't clobber R11 on syscalls | steve@digidescorp.com | 1 | -2/+0 |
2009-12-14 | microblaze: Remove show_tmem function | Michal Simek | 1 | -10/+0 |
2009-12-14 | microblaze: Support for WB cache | Michal Simek | 4 | -268/+574 |
2009-12-14 | microblaze: Add PVR for Microblaze v7.30.a | Michal Simek | 1 | -0/+1 |
2009-12-14 | microblaze: Remove ancient and fake microblaze version from cpu_ver table | Michal Simek | 1 | -5/+0 |
2009-12-14 | microblaze: Remove panic_timeout init value | Michal Simek | 1 | -2/+0 |
2009-12-14 | microblaze: Do not count system calls in default | Michal Simek | 1 | -0/+4 |
2009-12-14 | microblaze: Enable DTC compilation | Michal Simek | 1 | -0/+3 |
2009-12-14 | microblaze: Core oprofile configs and hooks | John Williams | 4 | -0/+39 |
2009-12-14 | microblaze: Fix level interrupt ACKing | steve@digidescorp.com | 1 | -1/+9 |
2009-12-14 | microblaze: Enable futimesat syscall | Michal Simek | 1 | -1/+1 |
2009-12-14 | microblaze: Checking DTS against PVR for write-back cache | Michal Simek | 2 | -12/+29 |
2009-12-14 | microblaze: Remove duplicity from pgalloc.h | Michal Simek | 1 | -6/+3 |
2009-12-14 | microblaze: Futex support | Michal Simek | 1 | -1/+126 |
2009-12-14 | microblaze: Adding dev_arch_data functions | Michal Simek | 1 | -0/+12 |
2009-12-14 | microblaze: Fix the heartbeat gpio to be more robust | John Linn | 1 | -5/+10 |
2009-12-14 | microblaze: Simple __copy_tofrom_user for noMMU | John Williams | 2 | -6/+13 |
2009-12-14 | microblaze: Export memory_start for modules | Michal Simek | 1 | -0/+1 |
2009-12-14 | microblaze: Use lowest-common-denominator default CPU settings | John Williams | 1 | -6/+6 |
2009-12-14 | microblaze: Update default generic DTS | Michal Simek | 1 | -3/+7 |
2009-12-14 | microblaze: Enable asm optimization only for HW with barrel-shifter | Michal Simek | 1 | -1/+1 |
2009-12-14 | microblaze: Remove the buggy ALLOW_EDIT_AUTO config option | John Williams | 2 | -28/+8 |
2009-12-14 | microblaze: Move cache macro from cache.h to cacheflush.h | Michal Simek | 3 | -16/+18 |
2009-12-14 | microblaze: support U-BOOT image format | Michal Simek | 1 | -2/+13 |
2009-12-14 | microblaze: Ptrace notifying from signal code | Michal Simek | 1 | -0/+4 |
2009-12-14 | microblaze: Extend cpuinfo for support write-back caches | Michal Simek | 3 | -2/+8 |
2009-12-14 | microblaze: Fix cache_line_lenght | Michal Simek | 4 | -20/+20 |
2009-12-14 | microblaze: Detect new 7.20.d version | Michal Simek | 1 | -0/+1 |
2009-12-14 | microblaze: Support both levels for reset | Michal Simek | 1 | -4/+6 |
2009-12-14 | microblaze: Fix announce message for reset gpio | Michal Simek | 1 | -1/+1 |
2009-12-14 | microblaze: Remove saving and restoring before calling signal code | Michal Simek | 1 | -4/+0 |
2009-12-14 | microblaze: Fix pfn_valid() for noMMU | steve@digidescorp.com | 1 | -1/+2 |