summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: change config option name for cmdline partition parsingPaul Gortmaker2013-09-307-13/+24
* mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configurationVlastimil Babka2013-09-301-2/+6
* mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini2013-09-303-2/+29
* arch/parisc/mm/fault.c: fix uninitialized variable usageFelipe Pena2013-09-301-2/+3
* include/asm-generic/vtime.h: avoid zero-length fileAndrew Morton2013-09-301-0/+1
* nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko2013-09-302-2/+11
* Documentation/kernel-parameters.txt: replace kernelcore with MovableWeiping Pan2013-09-301-1/+1
* mm/bounce.c: fix a regression where MS_SNAP_STABLE (stable pages snapshotting...Darrick J. Wong2013-09-301-0/+2
* kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa2013-09-301-0/+4
* ipc/sem.c: synchronize the proc interfaceManfred Spraul2013-09-301-0/+8
* ipc/sem.c: optimize sem_lock()Manfred Spraul2013-09-301-0/+8
* ipc/sem.c: fix race in sem_lock()Manfred Spraul2013-09-301-44/+78
* mm/compaction.c: periodically schedule when freeing pagesDavid Rientjes2013-09-301-0/+7
* fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from OopsingDan Aloni2013-09-301-12/+18
* revert "mm/memory-hotplug: fix lowmem count overflow when offline pages"Joonyoung Shim2013-09-301-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2013-09-3017-73/+24
|\
| * avr32: cast syscall_return to silence compiler warningGabor Juhos2013-09-301-1/+1
| * avr32: fix clockevents kernel warningGabor Juhos2013-09-301-1/+8
| * avr32: use Kbuild infrastructure to handle the asm-generic headersSteven Rostedt2013-09-3015-71/+15
* | Merge tag 'for-linus-20130929' of git://github.com/sctscore/official-linuxLinus Torvalds2013-09-308-52/+64
|\ \
| * | Score: Update the information of Score maintanersLennox Wu2013-09-261-2/+2
| * | Score: Modify the Makefile of Score, remove -mlong-calls for compilingLennox Wu2013-09-261-2/+2
| * | Score: Implement the function csum_ipv6_magicLennox Wu2013-09-261-42/+51
| * | Score: The commit is for compiling successfully.Lennox Wu2013-09-265-6/+9
* | | Merge tag 'arc-fixes-for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-304-8/+18
|\ \ \ | |_|/ |/| |
| * | ARC: Use clockevents_config_and_register over clockevents_register_deviceUwe Kleine-König2013-09-271-5/+2
| * | ARC: Workaround spinlock livelock in SMP SystemC simulationVineet Gupta2013-09-271-1/+8
| * | ARC: Fix 32-bit wrap around in access_ok()Vineet Gupta2013-09-271-2/+2
| * | ARC: Handle zero-overhead-loop in unaligned access handlerMischa Jonker2013-09-271-0/+6
* | | Linux 3.12-rc3Linus Torvalds2013-09-291-1/+1
* | | Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-2921-107/+201
|\ \ \
| * | | usb: dwc3: add support for MerrifieldDavid Cohen2013-09-261-0/+2
| * | | USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu2013-09-261-2/+3
| * | | USB: Fix breakage in ffs_fs_mount()Al Viro2013-09-261-34/+26
| * | | fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh2013-09-261-9/+3
| * | | usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff2013-09-251-0/+16
| * | | usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven2013-09-251-1/+1
| * | | usb: chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-251-0/+2
| * | | usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen2013-09-251-2/+5
| * | | usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen2013-09-251-0/+1
| * | | usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen2013-09-251-1/+1
| * | | USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern2013-09-253-3/+3
| * | | USB: OHCI: accept very late isochronous URBsAlan Stern2013-09-252-14/+34
| * | | USB: UHCI: accept very late isochronous URBsAlan Stern2013-09-251-4/+8
| * | | USB: iMX21: accept very late isochronous URBsAlan Stern2013-09-251-4/+4
| * | | Merge tag 'for-usb-linus-2013-09-23' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-09-256-33/+92
| |\ \ \ | | |/ / | |/| |
| | * | usbcore: check usb device's state before sending a Set SEL control transferXenia Ragiadakou2013-09-231-0/+3
| | * | xhci: Fix race between ep halt and URB cancellationFlorian Wolter2013-09-231-2/+6
| | * | usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-234-10/+60
| | * | xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman2013-09-234-21/+17