| Commit message (Expand) | Author | Files | Lines |
2009-03-22 | x86: irq.c use same path for show_interrupts | Jaswinder Singh Rajput | 1 | -8/+0 |
2009-03-22 | x86: cpu/cpu.h cleanup | Jaswinder Singh Rajput | 1 | -10/+10 |
2009-03-19 | aio: lookup_ioctx can return the wrong value when looking up a bogus context | Jeff Moyer | 1 | -2/+3 |
2009-03-19 | eventfd: remove fput() call from possible IRQ context | Davide Libenzi | 1 | -10/+27 |
2009-03-19 | Move cc-option to below arch-specific setup | Linus Torvalds | 1 | -1/+3 |
2009-03-19 | Fix race in create_empty_buffers() vs __set_page_dirty_buffers() | Linus Torvalds | 1 | -12/+11 |
2009-03-19 | Add '-fwrapv' to gcc CFLAGS | Linus Torvalds | 1 | -0/+1 |
2009-03-19 | x86: with the last user gone, remove set_pte_present | Jeremy Fitzhardinge | 8 | -56/+0 |
2009-03-19 | x86/32: no need to use set_pte_present in set_pte_vaddr | Jeremy Fitzhardinge | 1 | -1/+1 |
2009-03-19 | x86: mpparse: clean up code by introducing a few helper functions, fix | Ingo Molnar | 1 | -6/+6 |
2009-03-19 | x86, setup: fix the setting of 480-line VGA modes | H. Peter Anvin | 1 | -9/+13 |
2009-03-18 | Staging: benet: remove driver now that it is merged in drivers/net/ | Greg Kroah-Hartman | 39 | -12237/+0 |
2009-03-18 | x86: mpparse: clean up code by introducing a few helper functions | Jaswinder Singh Rajput | 1 | -141/+120 |
2009-03-18 | [S390] make page table upgrade work again | Martin Schwidefsky | 2 | -14/+35 |
2009-03-18 | [S390] make page table walking more robust | Martin Schwidefsky | 3 | -5/+6 |
2009-03-18 | [S390] Dont check for pfn_valid() in uaccess_pt.c | Gerald Schaefer | 1 | -18/+0 |
2009-03-18 | [S390] ftrace/mcount: fix kernel stack backchain | Heiko Carstens | 1 | -2/+4 |
2009-03-18 | [S390] topology: define SD_MC_INIT to fix performance regression | Heiko Carstens | 1 | -0/+2 |
2009-03-18 | [S390] __div64_31 broken for CONFIG_MARCH_G5 | Martin Schwidefsky | 1 | -1/+1 |
2009-03-18 | x86: kprobes.c fix compilation warning | Jaswinder Singh Rajput | 1 | -1/+1 |
2009-03-18 | x86: cpu/mttr/cleanup.c fix compilation warning | Jaswinder Singh Rajput | 1 | -1/+2 |
2009-03-18 | x86, uv: fix cpumask iterator in uv_bau_init() | Rusty Russell | 1 | -1/+2 |
2009-03-18 | x86: add x2apic_wrmsr_fence() to x2apic flush tlb paths | Suresh Siddha | 4 | -5/+22 |
2009-03-18 | ALSA: Fix vunmap and free order in snd_free_sgbuf_pages() | Takashi Iwai | 1 | -3/+4 |
2009-03-18 | ALSA: mixart, fix lock imbalance | Jiri Slaby | 1 | -0/+1 |
2009-03-18 | ALSA: pcm_oss, fix locking typo | Jiri Slaby | 1 | -2/+2 |
2009-03-18 | ALSA: oss-mixer - Fixes recording gain control | Viral Mehta | 1 | -0/+3 |
2009-03-18 | ALSA: hda - Workaround for buggy DMA position on ATI controllers | Takashi Iwai | 1 | -13/+18 |
2009-03-18 | ALSA: hda - Fix DMA mask for ATI controllers | Takashi Iwai | 1 | -0/+8 |
2009-03-18 | x86: use smp_call_function_single() in arch/x86/kernel/cpu/mcheck/mce_amd_64.c | Andrew Morton | 1 | -16/+24 |
2009-03-18 | powerpc/ps3: ps3_defconfig updates | Geoff Levand | 1 | -60/+190 |
2009-03-18 | x86, dmar: use atomic allocations for QI and Intr-remapping init | Suresh Siddha | 2 | -5/+5 |
2009-03-18 | x86: fix broken irq migration logic while cleaning up multiple vectors | Suresh Siddha | 1 | -0/+13 |
2009-03-18 | module: fix refptr allocation and release order | Masami Hiramatsu | 1 | -12/+14 |
2009-03-17 | x86, ioapic: Fix non atomic allocation with interrupts disabled | Suresh Siddha | 3 | -17/+31 |
2009-03-17 | x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic code | Suresh Siddha | 3 | -43/+48 |
2009-03-17 | x86, x2apic: cleanup the IO-APIC level migration with interrupt-remapping | Suresh Siddha | 2 | -92/+66 |
2009-03-17 | x86, x2apic: fix clear_local_APIC() in the presence of x2apic | Suresh Siddha | 3 | -9/+5 |
2009-03-17 | x86, x2apic: use virtual wire A mode in disable_IO_APIC() with interrupt-rema... | Suresh Siddha | 1 | -2/+10 |
2009-03-17 | x86, intr-remapping: fix free_irte() to clear all the IRTE entries | Suresh Siddha | 1 | -1/+1 |
2009-03-17 | x86, dmar: start with sane state while enabling dma and interrupt-remapping | Suresh Siddha | 4 | -4/+49 |
2009-03-17 | x86, dmar: routines for disabling queued invalidation and intr remapping | Suresh Siddha | 3 | -0/+64 |
2009-03-17 | x86, x2apic: enable fault handling for intr-remapping | Suresh Siddha | 8 | -28/+107 |
2009-03-17 | x86, dmar: move page fault handling code to dmar.c | Suresh Siddha | 2 | -188/+191 |
2009-03-17 | x86, x2apic: fix lock ordering during IRQ migration | Suresh Siddha | 1 | -25/+33 |
2009-03-17 | x86, setup: move 32-bit code to .text32 | H. Peter Anvin | 2 | -1/+3 |
2009-03-17 | x86-32: move _end to a dummy section | H. Peter Anvin | 1 | -1/+3 |
2009-03-17 | USB: storage: Unusual USB device Prolific 2507 variation added | Thomas Bartosik | 1 | -1/+3 |
2009-03-17 | USB: Add device id for Option GTM380 to option driver | Achilleas Kotsis | 1 | -0/+2 |
2009-03-17 | USB: Add Vendor/Product ID for new CDMA U727 to option driver | Dirk Hohndel | 1 | -0/+2 |