summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | parisc: optimize variable initialization in do_page_faultJohn David Anglin2013-10-131-5/+10
| * | | | parisc: fix interruption handler to respect pagefault_disable()Helge Deller2013-10-131-3/+3
| * | | | parisc: mark parisc_terminate() noreturn and cold.Helge Deller2013-10-131-1/+1
| * | | | parisc: remove unused syscall_ipi() function.Helge Deller2013-10-131-5/+0Star
| * | | | parisc: kill SMP single function call interruptJiang Liu2013-10-131-7/+1Star
| * | | | parisc: Export flush_cache_page() (needed by lustre)Geert Uytterhoeven2013-10-131-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-10-132-4/+6
|\ \ \ \ | |/ / / |/| | |
| * | | dma: edma.c: remove edma_desc leakageGeyslan G. Bem2013-10-111-0/+1
| * | | rcar-hpbdma: add parameter to set_slave() methodSergei Shtylyov2013-10-111-2/+5
| * | | rcar-hpbdma: remove shdma_free_irq() callsSergei Shtylyov2013-10-111-2/+0Star
| |/ /
* | | vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds2013-10-121-1/+1
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-10-122-1/+3
|\ \ \
| * | | ext4: fix memory leak in xattrDave Jones2013-10-121-0/+2
| * | | ext4: fix performance regression in writeback of random writesJan Kara2013-09-161-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-126-21/+25
|\ \ \ \
| * | | | Btrfs: fix oops caused by the space balance and dead rootsMiao Xie2013-10-113-7/+17
| * | | | Btrfs: insert orphan roots into fs radix treeMiao Xie2013-10-111-5/+3Star
| * | | | Btrfs: limit delalloc pages outside of find_delalloc_rangeJosef Bacik2013-10-111-8/+4Star
| * | | | Btrfs: use right root when checking for hash collisionJosef Bacik2013-10-111-1/+1
* | | | | Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-10-125-35/+67
|\ \ \ \ \
| * | | | | ALSA: hda - Sony VAIO Pro 13 (haswell) now has a working headset jackDavid Henningsson2013-10-111-0/+2
| * | | | | ALSA: hda - Add a headset mic model for ALC269 and friendsDavid Henningsson2013-10-112-0/+16
| * | | | | ALSA: hda - Fix microphone for Sony VAIO Pro 13 (Haswell model)David Henningsson2013-10-111-0/+9
| * | | | | ALSA: hda - Add fixup for ASUS N56VZTakashi Iwai2013-10-081-0/+1
| * | | | | ALSA: hda - hdmi: Fix channel map switch not taking effectAnssi Hannula2013-10-081-10/+8Star
| * | | | | ALSA: hda - Fix mono speakers and headset mic on Dell Vostro 5470David Henningsson2013-10-071-0/+27
| * | | | | ALSA: snd-usb-usx2y: remove bogus frame checksDaniel Mack2013-10-022-25/+4Star
* | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-10-129-22/+34
|\ \ \ \ \ \
| * | | | | | i2c: i2c-mux-pinctrl: use deferred probe when adapter not foundWolfram Sang2013-10-101-2/+2
| * | | | | | i2c: i2c-arb-gpio-challenge: use deferred probe when adapter not foundWolfram Sang2013-10-101-1/+1
| * | | | | | i2c: i2c-mux-gpio: use deferred probingIonut Nicu2013-10-101-2/+2
| * | | | | | i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errorsIonut Nicu2013-10-101-3/+7
| * | | | | | i2c: omap: Clear ARDY bit twiceTaras Kondratiuk2013-10-101-0/+3
| * | | | | | i2c: Not all adapters have a parentJean Delvare2013-10-101-0/+3
| * | | | | | i2c: i2c-stu300: replace platform_driver_probe to support deferred probingWolfram Sang2013-10-101-6/+5Star
| * | | | | | i2c: i2c-mxs: replace platform_driver_probe to support deferred probingWolfram Sang2013-10-101-1/+2
| * | | | | | i2c: i2c-imx: replace platform_driver_probe to support deferred probingWolfram Sang2013-10-101-5/+6
| * | | | | | i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferre...Wolfram Sang2013-10-101-2/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-129-11/+26
|\ \ \ \ \ \
| * | | | | | compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-10-119-11/+26
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-10-123-4/+12
|\ \ \ \ \ \ \
| * | | | | | | x86/reboot: Add reboot quirk for Dell Latitude E5410Ville Syrjälä2013-10-061-0/+8
| * | | | | | | x86, build, pci: Fix PCI_MSI build on !SMPThomas Petazzoni2013-10-042-4/+4
* | | | | | | | Merge tag 'arc-fixes-for-3.12-part3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-121-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"Vineet Gupta2013-10-121-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-10-113-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | MIPS: stack protector: Fix per-task canary switchJames Hogan2013-10-073-3/+3
* | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-10-1125-93/+74Star
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Revert "i915: Update VGA arbiter support for newer devices"Dave Airlie2013-10-113-38/+3Star
| * | | | | | | | Revert "drm/i915: Delay disabling of VGA memory until vgacon->fbcon handoff i...Dave Airlie2013-10-113-23/+11Star