aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-04-21Merge commit 'v2.6.39-rc4' into sched/coreIngo Molnar
2011-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2011-04-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds
2011-04-18Input: estimate number of events per packetJeff Brown
2011-04-18Merge branch 'sched/locking' into sched/coreIngo Molnar
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe
2011-04-18block: Enhance new plugging support to support general callbacksNeilBrown
2011-04-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-04-16Merge branches 'core-fixes-for-linus', 'perf-fixes-for-linus', 'sched-fixes-f...Linus Torvalds
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe
2011-04-16block: let io_schedule() flush the plug inlineJens Axboe
2011-04-15net/9p: nwname should be an unsigned intHarsh Prateek Bora
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V
2011-04-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-04-15block: only force kblockd unplugging from the schedule() pathJens Axboe
2011-04-15block: cleanup the block plug helper functionsChristoph Hellwig
2011-04-14RapidIO/mpc85xx: fix possible mport registration problemsAlexandre Bounine
2011-04-14RapidIO: add IDT CPS-1432 switch definitionsAlexandre Bounine
2011-04-14brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina
2011-04-14mm: add VM counters for transparent hugepagesAndi Kleen
2011-04-14memcg: fix mem_cgroup_rotate_reclaimable_page()Eric Dumazet
2011-04-14sched: Move the second half of ttwu() to the remote cpuPeter Zijlstra
2011-04-14sched: Delay task_contributes_to_load()Peter Zijlstra
2011-04-14sched: Remove rq argument to sched_class::task_waking()Peter Zijlstra
2011-04-14sched: Drop the rq argument to sched_class::select_task_rq()Peter Zijlstra
2011-04-14sched: Provide p->on_rqPeter Zijlstra
2011-04-14mutex: Use p->on_cpu for the adaptive spinPeter Zijlstra
2011-04-14sched: Always provide p->on_cpuPeter Zijlstra
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra
2011-04-12Input: evdev - indicate buffer overrun with SYN_DROPPEDJeff Brown
2011-04-12Input: add KEY_IMAGES specifically for AL Image BrowserJarod Wilson
2011-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-04-13Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstul...Thomas Gleixner
2011-04-12vfs: Re-introduce s_uuid in the superblockLinus Torvalds
2011-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds
2011-04-12Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo"Linus Torvalds
2011-04-12mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz
2011-04-12block: add callback function for unplug notificationJens Axboe
2011-04-12block: fixup block IO unplug trace callJens Axboe
2011-04-12block: remove block_unplug_timer() trace pointJens Axboe
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-04-11sched: Dynamic sched_domain::levelPeter Zijlstra
2011-04-11sched: Remove some dead codePeter Zijlstra
2011-04-11sched: Reduce some allocation pressurePeter Zijlstra
2011-04-11sched: Dynamically allocate sched_domain/sched_group data-structuresPeter Zijlstra
2011-04-07ipv4: Fix "Set rt->rt_iif more sanely on output routes."OGAWA Hirofumi