Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | perf probe: Fix probing symbols with optimization suffix | Masami Hiramatsu | 2013-09-25 | 2 | -36/+44 | |
| | * | | | | | | | | perf trace: Add mmap2 handler | David Ahern | 2013-09-24 | 1 | -0/+1 | |
| | * | | | | | | | | perf kmem: Make it work again on non NUMA machines | Jiri Olsa | 2013-09-24 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2013-09-28 | 5 | -22/+68 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | xfs: fix node forward in xfs_node_toosmall | Mark Tinguely | 2013-09-26 | 1 | -2/+3 | |
| * | | | | | | | | | xfs: log recovery lsn ordering needs uuid check | Dave Chinner | 2013-09-24 | 1 | -14/+59 | |
| * | | | | | | | | | xfs: fix XFS_IOC_FREE_EOFBLOCKS definition | Dave Chinner | 2013-09-24 | 1 | -1/+1 | |
| * | | | | | | | | | xfs: asserting lock not held during freeing not valid | Dave Chinner | 2013-09-24 | 1 | -5/+4 | |
| * | | | | | | | | | xfs: lock the AIL before removing the buffer item | Dave Chinner | 2013-09-24 | 1 | -0/+1 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-09-28 | 4 | -15/+32 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | i2c: ismt: initialize DMA buffer | James Ralston | 2013-09-28 | 1 | -0/+3 | |
| * | | | | | | | | | i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is... | Chew, Chiau Ee | 2013-09-27 | 1 | -6/+20 | |
| * | | | | | | | | | i2c: mv64xxx: Do not use writel_relaxed() | Thierry Reding | 2013-09-27 | 1 | -2/+2 | |
| * | | | | | | | | | i2c: mv64xxx: Fix some build warnings | Thierry Reding | 2013-09-27 | 1 | -5/+7 | |
| * | | | | | | | | | i2c: s3c2410: fix clk_disable/clk_unprepare WARNings | Kim Phillips | 2013-09-27 | 1 | -2/+0 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'pm+acpi-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-09-28 | 5 | -12/+23 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'pm-cpufreq-fixes' | Rafael J. Wysocki | 2013-09-27 | 3 | -1/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | cpufreq: exynos5440: Fix potential NULL pointer dereference | Sachin Kamat | 2013-09-25 | 1 | -1/+1 | |
| | * | | | | | | | | | cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_... | Viresh Kumar | 2013-09-25 | 1 | -0/+3 | |
| | * | | | | | | | | | acpi-cpufreq: skip loading acpi_cpufreq after intel_pstate | Yinghai Lu | 2013-09-25 | 1 | -0/+4 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'acpi-fixes' | Rafael J. Wysocki | 2013-09-27 | 2 | -11/+15 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | ACPI / scan: fix typo in comments of acpi_bus_unregister_driver() | Hanjun Guo | 2013-09-25 | 1 | -1/+1 | |
| | * | | | | | | | | ACPI / IPMI: Fix atomic context requirement of ipmi_msg_handler() | Lv Zheng | 2013-09-25 | 1 | -10/+14 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | PCI: Workaround missing pci_set_master in pci drivers | Yinghai Lu | 2013-09-28 | 1 | -1/+7 | |
* | | | | | | | | | Merge branch 'lockref' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2013-09-28 | 7 | -10/+20 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | s390: enable ARCH_USE_CMPXCHG_LOCKREF | Heiko Carstens | 2013-09-28 | 2 | -0/+6 | |
| * | | | | | | | | | lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP() | Heiko Carstens | 2013-09-28 | 1 | -1/+9 | |
| * | | | | | | | | | mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdef | Heiko Carstens | 2013-09-28 | 5 | -9/+5 | |
* | | | | | | | | | | kernel/params: fix handling of signed integer types | Jean Delvare | 2013-09-28 | 1 | -3/+3 | |
* | | | | | | | | | | Merge tag 'devicetree-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-09-28 | 6 | -71/+23 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | dts: Fix misspelling of Synopsys | Dinh Nguyen | 2013-09-24 | 4 | -15/+15 | |
| * | | | | | | | | | | of: clean-up ifdefs in of_irq.h | Rob Herring | 2013-09-24 | 1 | -12/+8 | |
| * | | | | | | | | | | openrisc: clean-up prom.h | Rob Herring | 2013-09-24 | 1 | -44/+0 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-09-28 | 4 | -7/+13 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | ARM: 7837/3: fix Thumb-2 bug in AES assembler code | Ard Biesheuvel | 2013-09-22 | 1 | -3/+3 | |
| * | | | | | | | | | ARM: only allow kernel mode neon with AEABI | Russell King | 2013-09-22 | 1 | -2/+1 | |
| * | | | | | | | | | ARM: 7839/1: entry: fix tracing of ARM-private syscalls | Will Deacon | 2013-09-21 | 1 | -2/+2 | |
| * | | | | | | | | | ARM: 7836/1: add __get_user_unaligned/__put_user_unaligned | Nicolas Pitre | 2013-09-18 | 1 | -0/+7 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-09-27 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | hwmon: (applesmc) Check key count before proceeding | Henrik Rydberg | 2013-09-26 | 1 | -1/+10 | |
* | | | | | | | | | | Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai... | Linus Torvalds | 2013-09-27 | 5 | -25/+131 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ALSA: hda - Enable internal mic on a Thinkpad machine with ALC283 | Kailang Yang | 2013-09-27 | 1 | -1/+12 | |
| * | | | | | | | | | | ALSA: hda - Fix Internal Mic boost can't control with ALC283 | Kailang Yang | 2013-09-27 | 1 | -0/+3 | |
| * | | | | | | | | | | ALSA: hda - Add documentation for CS4208 fixups | Takashi Iwai | 2013-09-27 | 1 | -0/+6 | |
| * | | | | | | | | | | ALSA: hda - Add fixup for MacBook Air 6,1 and 6,2 with CS4208 codec | Ben Whitten | 2013-09-27 | 1 | -5/+67 | |
| * | | | | | | | | | | ALSA : hda - not use assigned converters for all unused pins | Mengdong Lin | 2013-09-26 | 1 | -18/+29 | |
| * | | | | | | | | | | ALSA: compress: Make sure we trigger STOP before closing the stream. | Liam Girdwood | 2013-09-26 | 1 | -0/+12 | |
| * | | | | | | | | | | ALSA: compress: Fix compress device unregister. | Liam Girdwood | 2013-09-19 | 1 | -1/+2 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'fbdev-fixes-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-09-27 | 10 | -30/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | video: mxsfb: Add missing break | Marek Vasut | 2013-09-26 | 1 | -0/+1 |