summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-03sched: Use a buddy to implement yield_task_fair()Rik van Riel5-71/+90
2011-02-03sched: Limit the scope of clear_buddiesRik van Riel1-7/+23
2011-02-03sched: Check the right ->nr_running in yield_task_fair()Rik van Riel1-1/+1
2011-01-27sched: Avoid expensive initial update_cfs_load(), on UP tooPeter Zijlstra1-0/+2
2011-01-26sched: Fix switch_from_fair()Peter Zijlstra6-39/+69
2011-01-26sched: Simplify the idle scheduling classPeter Zijlstra1-19/+4
2011-01-26softirqs: Account ksoftirqd time as cpustat softirqVenkatesh Pallipadi1-0/+8
2011-01-26sched: Export ns irqtimes through /proc/statVenkatesh Pallipadi1-0/+102
2011-01-26sched: Refactor account_system_time separating id-updateVenkatesh Pallipadi1-15/+31
2011-01-26time: Add nsecs_to_cputime64 interface for asm-genericVenkatesh Pallipadi3-2/+25
2011-01-26softirqs: Free up pf flag PF_KSOFTIRQDVenkatesh Pallipadi4-4/+9
2011-01-26sched: Avoid expensive initial update_cfs_load()Paul Turner2-0/+3
2011-01-26sched: Simplify update_cfs_shares parametersPaul Turner2-17/+15
2011-01-26sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...Paul Turner1-1/+1
2011-01-26sched: Fix/remove redundant cfs_rq checksPaul Turner1-4/+1
2011-01-26sched: Fix sign under-flows in wake_affinePaul Turner1-3/+3
2011-01-25KEYS: Fix __key_link_end() quota fixup on errorDavid Howells4-20/+27
2011-01-25intel_scu_ipcutils: Fix the license tagAlan Cox1-1/+1
2011-01-25Documentation: Fix kernel parameter orderingAlan Cox1-2/+2
2011-01-25intel_scu_ipc: fix signedness bugAxel Lin1-4/+3
2011-01-25ALSA: AACI: fix timeout durationRussell King1-19/+23
2011-01-25ALSA: AACI: fix timeout condition checkingRussell King1-3/+3
2011-01-25ARM: 6636/1: ep93xx: default multiplexed gpio ports to gpio modeHartley Sweeten1-0/+7
2011-01-25ARM: 6637/1: Make the argument to virt_to_phys() "const volatile"Catalin Marinas1-1/+1
2011-01-25ARM: twd: ensure timer reload is reprogrammed on entry to periodic modeRussell King1-5/+2
2011-01-25ARM: 6635/2: Configure reference clock for Versatile Express timersPawel Moll2-0/+15
2011-01-25ARM: versatile: name configuration options after actual board namesRussell King1-4/+6
2011-01-25ARM: realview: name configuration options after actual board namesRussell King1-22/+27
2011-01-25ARM: realview,vexpress: fix section mismatch warning for pen_releaseRussell King2-2/+2
2011-01-25mailmap: Add an entry for Axel Lin.Paul Mundt1-0/+1
2011-01-25video: fix some comments in drivers/video/console/vgacon.cAmerigo Wang1-5/+1
2011-01-25drivers/video/bf537-lq035.c: Add missing IS_ERR testJulia Lawall1-25/+33
2011-01-25video: pxa168fb: remove a redundant pxa168fb_check_var callaxel lin1-5/+1
2011-01-25video: da8xx-fb: fix fb_probe error pathaxel lin1-1/+2
2011-01-25sh: Fix build of sh7750 base boardsNobuhiro Iwamatsu1-3/+3
2011-01-24drm/radeon/kms: add new radeon_info ioctl query for clock crystal freqAlex Deucher3-1/+6
2011-01-24fix a shutdown regression in intel_idleShaohua Li1-6/+2
2011-01-24drm/i915: Prevent uninitialised reads during error state captureChris Wilson1-0/+2
2011-01-24drm/i915: Use consistent mappings for OpRegion between ACPI and i915Michael Karcher1-1/+2
2011-01-24drm/i915: Handle the no-interrupts case for UMS by pollingChris Wilson1-2/+2
2011-01-24drm/i915: Disable high-precision vblank timestamping for UMSChris Wilson1-0/+3
2011-01-24drm/i915: Increase the amount of defense before computing vblank timestampsChris Wilson1-7/+18
2011-01-24drm/i915,agp/intel: Do not clear stolen entriesChris Wilson4-14/+24
2011-01-24ARM: 6632/3: mmci: stop using the blockend interruptsLinus Walleij2-82/+21
2011-01-24sched: Fix poor interactivity on UP systems due to group scheduler nice tune bugYong Zhang1-25/+53
2011-01-24Make CIFS mount work in a container.Rob Landley2-2/+43
2011-01-24Remove MAYBE_BUILD_BUG_ONRusty Russell4-4/+6
2011-01-24BUILD_BUG_ON: make it handle more casesRusty Russell1-6/+27
2011-01-24module: fix missing semicolons in MODULE macro usageRusty Russell2-2/+2
2011-01-24param: add null statement to compiled-in module paramsLinus Walleij1-2/+4