aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2009-09-22regulator: Add GPIO enable control to fixed voltage regulator driverRoger Quadros
2009-09-22regulator: Add regulator voltage range check APIMark Brown
2009-09-22regulator: Add regulator_get_exclusive() APIMark Brown
2009-09-22regulator: add initialization macro of regulator supplyroald
2009-09-22regulator: add buck3 in da903x driverHaojian Zhuang
2009-09-22regulator: Define full constraints function with REGULATOR disabledMark Brown
2009-09-22regulator: Allow consumer supplies to be set up with dev_name()Mark Brown
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-09-21Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-09-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2009-09-21perf: Tidy up after the big renameIngo Molnar
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-21perf_counter: Rename list_entry -> group_entry, counter_list -> group_listIngo Molnar
2009-09-21Merge branch 'linus' into perfcounters/renameIngo Molnar
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams
2009-09-21perf_counter, powerpc, sparc: Fix compilation after perf_counter_overflow() c...Paul Mackerras
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton
2009-09-20includecheck fix: include/linux, ftrace.hJaswinder Singh Rajput
2009-09-20includecheck fix: include/linux, page_cgroup.hJaswinder Singh Rajput
2009-09-20includecheck fix: include/linux, aio.hJaswinder Singh Rajput
2009-09-19tty: handle VT specific compat ioctls in vt driverArnd Bergmann
2009-09-19tty: USB serial termios bitsAlan Cox
2009-09-19serial: kill USF_CLOSING_* definitionsAlan Cox
2009-09-19serial: move port users helperAlan Cox
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox
2009-09-19serial: replace the state mutex with the tty port mutexAlan Cox
2009-09-19serial: kill off uif_tAlan Cox
2009-09-19serial: move the flags into the tty_port fieldAlan Cox
2009-09-19serial: move count into the tty_port versionAlan Cox
2009-09-19serial: Fold closing_* fields into the tty_port onesAlan Cox
2009-09-19serial: kill off uart_infoAlan Cox
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-09-19vt: add an activate and lockAlan Cox
2009-09-19vt: move kernel stuff out of vt.hAlan Cox
2009-09-19vt: remove power stuff from kernel/powerAlan Cox
2009-09-19vt: add an event interfaceAlan Cox
2009-09-19tty: Add a full port_close functionAlan Cox
2009-09-19serial: 8250: add IRQ trigger supportVikram Pandita
2009-09-19kfifo: Use "const" definitionsAlan Cox
2009-09-19cyclades: introduce cyy_readb/writebJiri Slaby
2009-09-19cyclades: avoid addresses recomputationJiri Slaby
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-19Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar