aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-08kmemleak: add clear command supportLuis R. Rodriguez2-0/+56
2009-09-08kmemleak: use bool for true/false questionsLuis R. Rodriguez1-4/+4
2009-09-08kmemleak: Do no create the clean-up thread during kmemleak_disable()Catalin Marinas1-17/+5
2009-09-04kmemleak: Scan all thread stacksCatalin Marinas1-7/+7
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg3-2/+31
2009-09-01kmemleak: Ignore the aperture memory hole on x86_64Catalin Marinas2-0/+12
2009-08-27kmemleak: Printing of the objects hex dumpSergey Senozhatsky1-0/+39
2009-08-27kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas1-1/+5
2009-08-27kmemleak: Save the stack trace for early allocationsCatalin Marinas1-12/+52
2009-08-27kmemleak: Mark the early log buffer as __initdataCatalin Marinas2-21/+23
2009-08-27kmemleak: Dump object information on requestCatalin Marinas2-0/+26
2009-08-27kmemleak: Allow rescheduling during an object scanningCatalin Marinas1-4/+17
2009-08-27powerpc/ps3: Update ps3_defconfigGeoff Levand1-136/+75
2009-08-27powerpc/ps3: Add missing check for PS3 to rtc-ps3 platform device registrationGeert Uytterhoeven1-0/+4
2009-08-26leds: after setting inverted attribute, we must update the LEDThadeu Lima de Souza Cascardo1-0/+3
2009-08-26leds: fix multiple requests and releases of IRQ for GPIO LED TriggerThadeu Lima de Souza Cascardo1-7/+14
2009-08-26acpi processor: remove superfluous warning messageFrans Pop1-2/+2
2009-08-26ACPI processor: force throttling state when BIOS returns incorrect valueFrans Pop3-17/+20
2009-08-26wmi: fix kernel panic when stack protection enabled.Costantino Leandro1-4/+4
2009-08-26acpi: don't call acpi_processor_init if acpi is disabledYinghai Lu1-0/+6
2009-08-26thermal_sys: check get_temp return valueMichael Brunner1-1/+8
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+5
2009-08-26mm: fix for infinite churning of mlocked pagesMinchan Kim2-2/+8
2009-08-26flex_array: convert element_nr formals to unsignedDavid Rientjes2-15/+19
2009-08-26flex_array: declare parts member to have incomplete typeDavid Rientjes1-1/+1
2009-08-26flex_array: fix flex_array_free_parts commentDavid Rientjes1-3/+0
2009-08-26flex_array: fix get function for elements in base starting at non-zeroDavid Rientjes1-6/+8
2009-08-26pps: fix incorrect verdict checkJoonwoo Park1-1/+1
2009-08-27IMA: iint put in ima_counts_get and putEric Paris1-0/+4
2009-08-26m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_openGeert Uytterhoeven3-1/+7
2009-08-26m68k: Fix redefinition of pgprot_noncachedAlexey Dobriyan1-2/+1
2009-08-26arch/m68k/include/asm/motorola_pgalloc.h: fix kunmap argAndrew Morton1-6/+4
2009-08-26m68k: cnt reaches -1, not 0Roel Kluin1-2/+4
2009-08-26m68k: count can reach 51, not 50Roel Kluin1-1/+1
2009-08-26virtio: net refill on out-of-memoryRusty Russell1-15/+46
2009-08-26smc91x: fix compilation on SMPAlexey Dobriyan1-1/+1
2009-08-25irda/sa1100_ir: fix broken netdev_ops conversionAlexander Beregalov1-4/+0
2009-08-25irda/au1k_ir: fix broken netdev_ops conversionAlexander Beregalov1-4/+0
2009-08-25sparc64: Validate linear D-TLB misses.David S. Miller4-28/+76
2009-08-25tty: make sure to flush any pending work when halting the ldiscLinus Torvalds1-3/+7
2009-08-25x86: Fix build with older binutils and consolidate linker scriptJan Beulich1-79/+47
2009-08-25sound: pcm_lib: fix unsorted list constraint handlingClemens Ladisch1-31/+8
2009-08-24pkt_sched: Fix bogon in tasklet_hrtimer changes.David S. Miller2-2/+2
2009-08-24NFSv4: Fix an infinite looping problem with the nfs4_state_managerTrond Myklebust1-2/+2
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins3-13/+21
2009-08-24x86: Fix an incorrect argument of reserve_bootmem()Amerigo Wang1-1/+1
2009-08-24[ARM] Orion NAND: Make asm volatile avoid GCC pushing ldrd out of the loopSimon Kagstrom1-1/+1
2009-08-24[ARM] Kirkwood: enable eSATA on QNAP TS-219PJohn Holland2-1/+10
2009-08-24[ARM] Kirkwood: __init requires linux/init.hMartin Michlmayr1-0/+2
2009-08-24ext3: Improve error message that changing journaling mode on remount is not possibleJan Kara1-13/+27