| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation/kernel-parameters.txt: replace kernelcore with Movable | Weiping Pan | 2013-09-30 | 1 | -1/+1 |
* | mm/bounce.c: fix a regression where MS_SNAP_STABLE (stable pages snapshotting... | Darrick J. Wong | 2013-09-30 | 1 | -0/+2 |
* | kernel/kmod.c: check for NULL in call_usermodehelper_exec() | Tetsuo Handa | 2013-09-30 | 1 | -0/+4 |
* | ipc/sem.c: synchronize the proc interface | Manfred Spraul | 2013-09-30 | 1 | -0/+8 |
* | ipc/sem.c: optimize sem_lock() | Manfred Spraul | 2013-09-30 | 1 | -0/+8 |
* | ipc/sem.c: fix race in sem_lock() | Manfred Spraul | 2013-09-30 | 1 | -44/+78 |
* | mm/compaction.c: periodically schedule when freeing pages | David Rientjes | 2013-09-30 | 1 | -0/+7 |
* | fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from Oopsing | Dan Aloni | 2013-09-30 | 1 | -12/+18 |
* | revert "mm/memory-hotplug: fix lowmem count overflow when offline pages" | Joonyoung Shim | 2013-09-30 | 1 | -4/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 2013-09-30 | 17 | -73/+24 |
|\ |
|
| * | avr32: cast syscall_return to silence compiler warning | Gabor Juhos | 2013-09-30 | 1 | -1/+1 |
| * | avr32: fix clockevents kernel warning | Gabor Juhos | 2013-09-30 | 1 | -1/+8 |
| * | avr32: use Kbuild infrastructure to handle the asm-generic headers | Steven Rostedt | 2013-09-30 | 15 | -71/+15 |
* | | Merge tag 'for-linus-20130929' of git://github.com/sctscore/official-linux | Linus Torvalds | 2013-09-30 | 8 | -52/+64 |
|\ \ |
|
| * | | Score: Update the information of Score maintaners | Lennox Wu | 2013-09-25 | 1 | -2/+2 |
| * | | Score: Modify the Makefile of Score, remove -mlong-calls for compiling | Lennox Wu | 2013-09-25 | 1 | -2/+2 |
| * | | Score: Implement the function csum_ipv6_magic | Lennox Wu | 2013-09-25 | 1 | -42/+51 |
| * | | Score: The commit is for compiling successfully. | Lennox Wu | 2013-09-25 | 5 | -6/+9 |
* | | | Merge tag 'arc-fixes-for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-09-30 | 4 | -8/+18 |
|\ \ \
| |_|/
|/| | |
|
| * | | ARC: Use clockevents_config_and_register over clockevents_register_device | Uwe Kleine-König | 2013-09-27 | 1 | -5/+2 |
| * | | ARC: Workaround spinlock livelock in SMP SystemC simulation | Vineet Gupta | 2013-09-27 | 1 | -1/+8 |
| * | | ARC: Fix 32-bit wrap around in access_ok() | Vineet Gupta | 2013-09-27 | 1 | -2/+2 |
| * | | ARC: Handle zero-overhead-loop in unaligned access handler | Mischa Jonker | 2013-09-27 | 1 | -0/+6 |
* | | | Linux 3.12-rc3v3.12-rc3 | Linus Torvalds | 2013-09-30 | 1 | -1/+1 |
* | | | Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-09-29 | 21 | -107/+201 |
|\ \ \ |
|
| * | | | usb: dwc3: add support for Merrifield | David Cohen | 2013-09-27 | 1 | -0/+2 |
| * | | | USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitialization | Shengzhou Liu | 2013-09-27 | 1 | -2/+3 |
| * | | | USB: Fix breakage in ffs_fs_mount() | Al Viro | 2013-09-27 | 1 | -34/+26 |
| * | | | fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phy | Ramneek Mehresh | 2013-09-26 | 1 | -9/+3 |
| * | | | usb/core/devio.c: Don't reject control message to endpoint with wrong directi... | Kurt Garloff | 2013-09-26 | 1 | -0/+16 |
| * | | | usb: chipidea: USB_CHIPIDEA should depend on HAS_DMA | Geert Uytterhoeven | 2013-09-26 | 1 | -1/+1 |
| * | | | usb: chipidea: udc: free pending TD at removal procedure | Peter Chen | 2013-09-26 | 1 | -0/+2 |
| * | | | usb: chipidea: imx: Add usb_phy_shutdown at probe's error path | Peter Chen | 2013-09-26 | 1 | -2/+5 |
| * | | | usb: chipidea: Fix memleak for ci->hw_bank.regmap when removal | Peter Chen | 2013-09-26 | 1 | -0/+1 |
| * | | | usb: chipidea: udc: fix the oops after rmmod gadget | Peter Chen | 2013-09-26 | 1 | -1/+1 |
| * | | | USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcd | Alan Stern | 2013-09-26 | 3 | -3/+3 |
| * | | | USB: OHCI: accept very late isochronous URBs | Alan Stern | 2013-09-26 | 2 | -14/+34 |
| * | | | USB: UHCI: accept very late isochronous URBs | Alan Stern | 2013-09-26 | 1 | -4/+8 |
| * | | | USB: iMX21: accept very late isochronous URBs | Alan Stern | 2013-09-26 | 1 | -4/+4 |
| * | | | Merge tag 'for-usb-linus-2013-09-23' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2013-09-26 | 6 | -33/+92 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | usbcore: check usb device's state before sending a Set SEL control transfer | Xenia Ragiadakou | 2013-09-24 | 1 | -0/+3 |
| | * | | xhci: Fix race between ep halt and URB cancellation | Florian Wolter | 2013-09-24 | 1 | -2/+6 |
| | * | | usb: Fix xHCI host issues on remote wakeup. | Sarah Sharp | 2013-09-24 | 4 | -10/+60 |
| | * | | xhci: Ensure a command structure points to the correct trb on the command ring | Mathias Nyman | 2013-09-24 | 4 | -21/+17 |
| | * | | xhci: Fix oops happening after address device timeout | Mathias Nyman | 2013-09-24 | 1 | -0/+6 |
* | | | | Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-09-29 | 5 | -13/+10 |
|\ \ \ \ |
|
| * | | | | tty: ar933x_uart: move devicetree binding documentation | Gabor Juhos | 2013-09-26 | 1 | -0/+0 |
| * | | | | tty: Fix SIGTTOU not sent with tcflush() | Peter Hurley | 2013-09-26 | 1 | -0/+3 |
| * | | | | n_tty: Fix EOF push index when termios changes | Peter Hurley | 2013-09-17 | 1 | -2/+1 |
| * | | | | serial: pch_uart: remove unnecessary tty_port_tty_get | Johan Hovold | 2013-09-17 | 1 | -11/+1 |