aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22ksm: identify PageKsm pagesHugh Dickins1-0/+29
2009-09-22ksm: no debug in page_dup_rmap()Hugh Dickins1-5/+1
2009-09-22ksm: the mm interface to ksmHugh Dickins3-0/+58
2009-09-22ksm: define MADV_MERGEABLE and MADV_UNMERGEABLEHugh Dickins1-0/+3
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Izik Eidus1-0/+34
2009-09-22mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner1-3/+9
2009-09-22mm: count only reclaimable lru pagesWu Fengguang1-9/+2
2009-09-22mm: remove __{add,sub}_zone_page_state()KOSAKI Motohiro1-5/+0
2009-09-22mm: vmstat: add isolate pagesKOSAKI Motohiro1-0/+2
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+1
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-1/+2
2009-09-22hugetlb: balance freeing of huge pages across nodesLee Schermerhorn1-1/+2
2009-09-22memory hotplug: update zone pcp at memory onlineShaohua Li1-0/+2
2009-09-22mm: make swap token dummies static inlinesJohannes Weiner1-4/+16
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-22const: make lock_manager_operations constAlexey Dobriyan2-2/+2
2009-09-22const: make file_lock_operations constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan2-2/+2
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan2-2/+2
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-482/+923
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-26/+12
2009-09-21Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-17/+0
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+3
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-299/+79
2009-09-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds16-79/+999
2009-09-21Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds14-75/+477
2009-09-21perf: Tidy up after the big renameIngo Molnar2-49/+490
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar7-178/+178
2009-09-21perf_counter: Rename list_entry -> group_entry, counter_list -> group_listIngo Molnar1-2/+2
2009-09-21Merge branch 'linus' into perfcounters/renameIngo Molnar52-299/+4189
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams1-0/+2
2009-09-21perf_counter, powerpc, sparc: Fix compilation after perf_counter_overflow() changePaul Mackerras1-17/+0
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie1-0/+3
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds5-8/+2
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds4-7/+9
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds10-85/+104
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-6/+188
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton1-1/+1
2009-09-20includecheck fix: include/linux, ftrace.hJaswinder Singh Rajput1-1/+0
2009-09-20includecheck fix: include/linux, page_cgroup.hJaswinder Singh Rajput1-2/+2
2009-09-20includecheck fix: include/linux, aio.hJaswinder Singh Rajput1-2/+0
2009-09-20includecheck fix: include/drm, drm_memory.hJaswinder Singh Rajput1-2/+0
2009-09-20includecheck fix: include/acpi, acpi_bus.hJaswinder Singh Rajput1-1/+0
2009-09-19tty: handle VT specific compat ioctls in vt driverArnd Bergmann1-0/+3
2009-09-19tty: USB serial termios bitsAlan Cox1-0/+3
2009-09-19serial: kill USF_CLOSING_* definitionsAlan Cox1-3/+0
2009-09-19serial: move port users helperAlan Cox1-0/+5
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox4-3/+1
2009-09-19serial: replace the state mutex with the tty port mutexAlan Cox1-2/+0
2009-09-19serial: kill off uif_tAlan Cox1-11/+0