summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner6-8/+111
2011-05-02hrtimers: Prepare for cancel on clock was set timersThomas Gleixner3-78/+65
2011-05-02hrtimer: Make lookup table constMike Frysinger1-1/+1
2011-05-02Merge branch 'linus' into timers/coreThomas Gleixner148-514/+1401
2011-05-02RTC: Disable CONFIG_RTC_CLASS from being built as a moduleJohn Stultz1-5/+2
2011-05-02timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=nJohn Stultz1-2/+18
2011-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds5-25/+27
2011-05-02Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds4-4/+4
2011-05-02Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2011-05-02Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-17/+19
2011-05-02XZ decompressor: Fix decoding of empty LZMA2 streamsLasse Collin1-3/+3
2011-05-02ALSA: hda - Fix Realtek's chained fixup checksTakashi Iwai1-2/+2
2011-05-02Revert "ALSA: hda - Fix pin-config of Gigabyte mobo"Takashi Iwai1-18/+3
2011-05-01i2c-parport: Fix adapter list handlingJean Delvare1-13/+14
2011-05-01i2c-i801: Move device ID definitions to driverJean Delvare2-4/+5
2011-05-01hwmon: (twl4030-madc-hwmon) Return proper error if hwmon_device_register failsAxel Lin1-2/+1
2011-04-30Merge branch 'fixes-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+47
2011-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds4-13/+38
2011-04-30Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-11/+53
2011-04-30Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+7
2011-04-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-11/+11
2011-04-30Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-41/+63
2011-04-29workqueue: fix deadlock in worker_maybe_bind_and_lock()Tejun Heo1-1/+7
2011-04-29Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-18/+56
2011-04-29hwmon: (lm85) Fix error paths in probe functionJean Delvare1-2/+2
2011-04-29hwmon: (lm85) Add missing list terminatorsJean Delvare1-0/+2
2011-04-29hwmon: (adm1021) Clarify documentation regarding Xeon processorsJean Delvare2-19/+20
2011-04-29hwmon: (lm90) Fix update interval information in driver documentationGuenter Roeck1-3/+3
2011-04-29hwmon: (lm90) Add support for ADT7461A and NCT1008Guenter Roeck3-17/+36
2011-04-29ALSA: HDA: Fix automute for Gateway NV79David Henningsson1-0/+6
2011-04-29hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table staticallyThomas Gleixner1-5/+5
2011-04-29[S390] irqstats: fix counting of pfault, dasd diag and virtio irqsHeiko Carstens3-3/+3
2011-04-29ALSA: hda: add beep quirk for Realtek 0x1043:831aDaniel Cordero1-0/+1
2011-04-29timers: Remove delayed irqwork from alarmtimers implementationJohn Stultz1-23/+9
2011-04-29timers: Improve alarmtimer comments and minor fixesJohn Stultz2-41/+38
2011-04-29Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds9-8/+49
2011-04-29Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/ge...Linus Torvalds1-0/+2
2011-04-29Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds15-120/+163
2011-04-28mm: check if PTE is already allocated during page faultMel Gorman1-1/+1
2011-04-28kernel/watchdog.c: disable nmi perf event in the error path of enabling watchdogHillf Danton1-1/+4
2011-04-28um: adjust current_thread_info() for newer gcc versionsRichard Weinberger1-1/+4
2011-04-28uml: fix hppfs buildRandy Dunlap1-1/+1
2011-04-28um: mdd support for 64 bit atomic operationsRichard Weinberger2-1/+226
2011-04-28oom: use pte pages in OOM scoreKOSAKI Motohiro1-3/+6
2011-04-28MAINTAINERS: add EXYNOS ARM architecturesKukjin Kim1-1/+2
2011-04-28memcg: update documentation to describe usage_in_bytesDaisuke Nishimura1-2/+13
2011-04-28MAINTAINERS: update Documentation file entry of GPIO subsystemKukjin Kim1-1/+1
2011-04-28MAINTAINERS: re-alphabetize Xen entriesIan Campbell1-12/+12
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli3-21/+27
2011-04-28vfs: avoid large kmalloc()s for the fdtableAndrew Morton1-7/+11