| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-01-31 | 8 | -8/+9 |
|\ |
|
| * | headers_check fix: x86, swab.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -1/+1 |
| * | headers_check fix: x86, sigcontext32.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -0/+2 |
| * | headers_check fix: x86, sigcontext.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -1/+1 |
| * | headers_check fix: x86, ptrace-abi.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -1/+1 |
| * | headers_check fix: x86, mtrr.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -0/+1 |
| * | headers_check fix: x86, mce.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -4/+1 |
| * | headers_check fix: x86, kvm.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -1/+1 |
| * | headers_check fix: x86, e820.h | Jaswinder Singh Rajput | 2009-01-31 | 1 | -0/+1 |
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-01-31 | 1 | -14/+17 |
|\ \ |
|
| * | | x86, ds, bts: cleanup/fix DS configuration | Markus Metzger | 2009-01-22 | 1 | -14/+17 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-01-31 | 3 | -9/+7 |
|\ \ \ |
|
| * | | | x86 setup: fix asm constraints in vesa_store_edid | Andreas Schwab | 2009-01-30 | 1 | -6/+5 |
| * | | | x86: tone down mtrr_trim_uncached_memory() warning | Ingo Molnar | 2009-01-29 | 1 | -2/+1 |
| * | | | x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availability | H. Peter Anvin | 2009-01-26 | 1 | -1/+1 |
* | | | | MIPS: Alchemy: time.c build fix | Manuel Lauss | 2009-01-30 | 1 | -1/+1 |
* | | | | MIPS: RB532: Export rb532_gpio_set_func() | Phil Sutter | 2009-01-30 | 2 | -2/+4 |
* | | | | MIPS: RB532: Update headers | Phil Sutter | 2009-01-30 | 2 | -4/+3 |
* | | | | MIPS: RB532: Simplify dev3 init | Phil Sutter | 2009-01-30 | 1 | -12/+2 |
* | | | | MIPS: RB532: Remove {get,set}_434_reg() | Phil Sutter | 2009-01-30 | 1 | -27/+0 |
* | | | | MIPS: RB532: Move dev3 init code to devices.c | Phil Sutter | 2009-01-30 | 2 | -39/+39 |
* | | | | MIPS: RB532: Fix set_latch_u5() | Phil Sutter | 2009-01-30 | 1 | -1/+1 |
* | | | | MIPS: RB532: Fix init of rb532_dev3_ctl_res | Phil Sutter | 2009-01-30 | 1 | -2/+3 |
* | | | | MIPS: RB532: Use driver_data instead of platform_data | Phil Sutter | 2009-01-30 | 1 | -1/+1 |
* | | | | MIPS: RB532: Detect uart type, add platform device | Phil Sutter | 2009-01-30 | 2 | -1/+27 |
* | | | | MIPS: RB532: remove useless CF GPIO initialisation | Phil Sutter | 2009-01-30 | 1 | -6/+0 |
* | | | | MIPS: RB532: Auto disable GPIO alternate function | Phil Sutter | 2009-01-30 | 1 | -4/+4 |
* | | | | MIPS: RB532: Add set_type() function to IRQ struct. | Phil Sutter | 2009-01-30 | 2 | -0/+30 |
* | | | | MIPS: RC32434: Define io_map_base for PCI controller | Phil Sutter | 2009-01-30 | 1 | -0/+11 |
* | | | | MIPS: RB532: Fix bit swapping in rb532_set_bit() | Phil Sutter | 2009-01-30 | 1 | -4/+2 |
* | | | | MIPS: Use hardware watchpoints on all R1 and R2 CPUs. | David Daney | 2009-01-30 | 1 | -1/+1 |
* | | | | MIPS: Read watch registers with interrupts disabled. | David Daney | 2009-01-30 | 2 | -2/+12 |
* | | | | MIPS: Fix a typo in watchpoint register structure. | David Daney | 2009-01-30 | 1 | -1/+1 |
* | | | | MIPS: TXx9: Add support for TX4939 internal RTC | Atsushi Nemoto | 2009-01-30 | 3 | -0/+24 |
* | | | | MIPS: R2: Fix broken installation of cache error handler. | Ralf Baechle | 2009-01-30 | 1 | -2/+6 |
* | | | | MIPS: IP27: Switch from DMA_IP27 to DMA_COHERENT | Ralf Baechle | 2009-01-30 | 4 | -7/+4 |
* | | | | MIPS: Add return value checks to user_termio_to_kernel_termios() | Ralf Baechle | 2009-01-30 | 1 | -28/+72 |
* | | | | MIPS: Octeon: Remove duplicated #includes | Huang Weiyi | 2009-01-30 | 1 | -2/+0 |
* | | | | MIPS: atomic_*(): Change type of intermediate variables. | Ralf Baechle | 2009-01-30 | 1 | -26/+26 |
* | | | | MIPS: Port "mm: invoke oom-killer from page fault" from UML / x86 | Ralf Baechle | 2009-01-30 | 1 | -15/+6 |
* | | | | MIPS: Avoid destructive invalidation on partial cachelines. | Ralf Baechle | 2009-01-30 | 1 | -1/+21 |
* | | | | MIPS: SMTC: Fix build after recent creditial changes. | Ralf Baechle | 2009-01-30 | 1 | -1/+2 |
| |_|/
|/| | |
|
* | | | Documentation: move DMA-mapping.txt to Doc/PCI/ | Randy Dunlap | 2009-01-29 | 5 | -11/+11 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2009-01-29 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | lguest: typos fix | Atsushi SAKAI | 2009-01-30 | 1 | -2/+2 |
* | | | | alpha: fix the BUG() macro | Ivan Kokshaysky | 2009-01-29 | 1 | -11/+6 |
* | | | | alpha: compile fixes | Ivan Kokshaysky | 2009-01-29 | 3 | -2/+6 |
* | | | | alpha: use syscall wrappers | Ivan Kokshaysky | 2009-01-29 | 5 | -99/+87 |
|/ / / |
|
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-01-28 | 84 | -1920/+4343 |
|\ \ \ |
|
| * | | | powerpc/mm: Fix handling of _PAGE_COHERENT in BAT setup code | Gerhard Pircher | 2009-01-28 | 1 | -3/+3 |