summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz1-1/+2
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz2-0/+2
2011-02-21hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz1-1/+5
2011-02-02posix clocks: Introduce dynamic clocksRichard Cochran2-1/+155
2011-02-02posix-timers: Cleanup namespaceThomas Gleixner1-1/+1
2011-02-02posix-timers: Add support for fd based clocksRichard Cochran1-0/+13
2011-02-02posix-timers: Introduce a syscall for clock tuning.Richard Cochran2-0/+4
2011-02-02ntp: Add ADJ_SETOFFSET mode bitRichard Cochran1-1/+2
2011-02-02time: Introduce timekeeping_inject_offsetJohn Stultz1-0/+1
2011-02-02posix-timers: Make posix-cpu-timers functions staticThomas Gleixner1-12/+0
2011-02-02posix-timers: Remove useless res field from k_clockThomas Gleixner1-1/+0
2011-02-02posix-timers: Convert clock_settime to clockid_to_kclock()Thomas Gleixner1-3/+0
2011-02-02thread_info: Remove legacy arg0-3 from restart_blockThomas Gleixner1-3/+0
2011-02-02posix-timers: Convert clock_nanosleep to clockid_to_kclock()Thomas Gleixner1-2/+0
2011-02-02posix-timers: Introduce clock_posix_cpuThomas Gleixner1-0/+2
2011-02-02time: Correct the *settime* parametersRichard Cochran3-8/+11
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn2-3/+0
2011-01-31time: Provide xtime_update()Torben Hohn1-0/+1
2011-01-31time: Remove unused __get_wall_to_monotonic()Thomas Gleixner1-1/+0
2011-01-31time: Provide get_xtime_and_monotonic_offset()Torben Hohn1-0/+1
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn1-1/+0
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-4/+3
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-3/+3
2011-01-26Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2011-01-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+0
2011-01-24Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentAndy Whitcroft1-0/+3
2011-01-24Merge branch 'BUG_ON' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds4-9/+32
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-24param: add null statement to compiled-in module paramsLinus Walleij1-2/+4
2011-01-24module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=nRusty Russell1-1/+1
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov1-0/+27
2011-01-22Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2011-01-22Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+0
2011-01-21mm: System without MMU do not need pte_mkwriteMichal Simek1-0/+2
2011-01-21RTC: Propagate error handling via rtc_timer_enqueue properlyJohn Stultz1-2/+0
2011-01-21rtc: Cleanup removed UIE emulation declarationJohn Stultz1-2/+0
2011-01-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-4/+5
2011-01-21genirq: Remove __do_IRQThomas Gleixner1-14/+0
2011-01-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+2
2011-01-21ACPI: Introduce acpi_os_ioremap()Rafael J. Wysocki2-3/+16
2011-01-21memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki1-0/+9
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2-8/+2
2011-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2011-01-18Input: bu21013_ts - remove duplicate resolution parametersNaveen Kumar Gaddipati1-4/+0
2011-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-7/+9
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds1-0/+1
2011-01-17Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds6-25/+33