| Commit message (Expand) | Author | Age | Files | Lines |
* | netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply | Sonic Zhang | 2013-09-12 | 1 | -1/+1 |
* | igb: Read flow control for i350 from correct EEPROM section | Fujinaka, Todd | 2013-09-12 | 1 | -1/+9 |
* | igb: Add additional get_phy_id call for i354 devices | Carolyn Wyborny | 2013-09-12 | 1 | -0/+4 |
* | Merge tag 'master-2013-09-09' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2013-09-12 | 8 | -21/+67 |
|\ |
|
| * | rt2800: change initialization sequence to fix system freeze | Stanislaw Gruszka | 2013-09-09 | 1 | -5/+6 |
| * | bcma: fix error code handling on 64 Bit systems | Hauke Mehrtens | 2013-09-09 | 1 | -5/+7 |
| * | rtl8187: fix use after free on failure path in rtl8187_init_urbs() | Alexey Khoroshilov | 2013-09-09 | 1 | -5/+10 |
| * | brcmfmac: fix bus interface selection in Kconfig | Arend van Spriel | 2013-09-09 | 1 | -2/+2 |
| * | cw1200: Prevent a lock-related hang in the cw1200_spi driver | Solomon Peachy | 2013-09-09 | 1 | -0/+9 |
| * | cw1200: Don't perform SPI transfers in interrupt context | Solomon Peachy | 2013-09-09 | 4 | -4/+33 |
* | | r8169: enforce RX_MULTI_EN for the 8168f. | françois romieu | 2013-09-12 | 1 | -0/+1 |
* | | Bye, bye, WfW flag | Linus Torvalds | 2013-09-11 | 2 | -881/+1602 |
* | | Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2013-09-11 | 1 | -10/+6 |
|\ \ |
|
| * | | ecryptfs: avoid ctx initialization race | Kees Cook | 2013-09-06 | 1 | -6/+6 |
| * | | ecryptfs: remove check for if an array is NULL | Dan Carpenter | 2013-09-06 | 1 | -4/+0 |
* | | | Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux... | Linus Torvalds | 2013-09-11 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | drivers: of: fix build break if asm/dma-contiguous.h is missing | Marek Szyprowski | 2013-09-10 | 1 | -2/+0 |
* | | | | Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf | Linus Torvalds | 2013-09-11 | 2 | -0/+44 |
|\ \ \ \ |
|
| * | | | | dma-buf: Expose buffer size to userspace (v2) | Christopher James Halse Rogers | 2013-09-10 | 2 | -0/+41 |
| * | | | | dma-buf: Check return value of anon_inode_getfile | Tuomas Tynkkynen | 2013-09-10 | 1 | -1/+4 |
| |/ / / |
|
* | | | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-09-11 | 247 | -2889/+8796 |
|\ \ \ \ |
|
| * | | | | lz4: fix compression/decompression signedness mismatch | Sergey Senozhatsky | 2013-09-11 | 2 | -8/+8 |
| * | | | | ipc: drop ipc_lock_check | Davidlohr Bueso | 2013-09-11 | 2 | -17/+0 |
| * | | | | ipc, shm: drop shm_lock_check | Davidlohr Bueso | 2013-09-11 | 1 | -11/+0 |
| * | | | | ipc: drop ipc_lock_by_ptr | Davidlohr Bueso | 2013-09-11 | 3 | -9/+6 |
| * | | | | ipc, shm: guard against non-existant vma in shmdt(2) | Davidlohr Bueso | 2013-09-11 | 1 | -2/+1 |
| * | | | | ipc: document general ipc locking scheme | Davidlohr Bueso | 2013-09-11 | 1 | -0/+8 |
| * | | | | ipc,msg: drop msg_unlock | Davidlohr Bueso | 2013-09-11 | 1 | -3/+2 |
| * | | | | ipc: rename ids->rw_mutex | Davidlohr Bueso | 2013-09-11 | 7 | -69/+69 |
| * | | | | ipc,shm: shorten critical region for shmat | Davidlohr Bueso | 2013-09-11 | 1 | -4/+10 |
| * | | | | ipc,shm: cleanup do_shmat pasta | Davidlohr Bueso | 2013-09-11 | 1 | -14/+12 |
| * | | | | ipc,shm: shorten critical region for shmctl | Davidlohr Bueso | 2013-09-11 | 1 | -24/+25 |
| * | | | | ipc,shm: make shmctl_nolock lockless | Davidlohr Bueso | 2013-09-11 | 1 | -7/+12 |
| * | | | | ipc,shm: introduce shmctl_nolock | Davidlohr Bueso | 2013-09-11 | 1 | -18/+39 |
| * | | | | ipc: drop ipcctl_pre_down | Davidlohr Bueso | 2013-09-11 | 2 | -23/+4 |
| * | | | | ipc,shm: shorten critical region in shmctl_down | Davidlohr Bueso | 2013-09-11 | 1 | -4/+6 |
| * | | | | ipc,shm: introduce lockless functions to obtain the ipc object | Davidlohr Bueso | 2013-09-11 | 1 | -0/+20 |
| * | | | | initmpfs: use initramfs if rootfstype= or root= specified | Rob Landley | 2013-09-11 | 2 | -4/+15 |
| * | | | | initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabled | Rob Landley | 2013-09-11 | 2 | -2/+12 |
| * | | | | initmpfs: move rootfs code from fs/ramfs/ to init/ | Rob Landley | 2013-09-11 | 5 | -33/+36 |
| * | | | | initmpfs: move bdi setup from init_rootfs to init_ramfs | Rob Landley | 2013-09-11 | 1 | -6/+19 |
| * | | | | initmpfs: replace MS_NOUSER in initramfs | Rob Landley | 2013-09-11 | 1 | -1/+6 |
| * | | | | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt | Jan Kara | 2013-09-11 | 7 | -8/+46 |
| * | | | | drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-09-11 | 1 | -2/+0 |
| * | | | | drivers/w1/w1.c: replace strict_strtol() with kstrtol() | Jingoo Han | 2013-09-11 | 1 | -4/+8 |
| * | | | | memstick: add support for legacy memorysticks | Maxim Levitsky | 2013-09-11 | 5 | -1/+2693 |
| * | | | | drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-09-11 | 1 | -2/+0 |
| * | | | | drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-09-11 | 1 | -1/+0 |
| * | | | | pktcdvd: fix defective misuses of pkt_<level> | Joe Perches | 2013-09-11 | 1 | -3/+3 |
| * | | | | pktcdvd: add struct pktcdvd_device * to pkt_dump_sense() | Joe Perches | 2013-09-11 | 1 | -15/+16 |