| Commit message (Expand) | Author | Files | Lines |
2015-07-13 | Revert "drm/i915: Use crtc_state->active in primary check_plane func" | Linus Torvalds | 1 | -1/+1 |
2015-07-12 | can: replace timestamp as unique skb attribute | Oliver Hartkopp | 7 | -17/+18 |
2015-07-12 | ARM: dts: dra7x-evm: Prevent glitch on DCAN1 pinmux | Roger Quadros | 2 | -4/+6 |
2015-07-12 | can: c_can: Fix default pinmux glitch at init | J.D. Schroeder | 1 | -2/+8 |
2015-07-12 | can: rcar_can: unify error messages | Sergei Shtylyov | 1 | -2/+3 |
2015-07-12 | can: rcar_can: print request_irq() error code | Sergei Shtylyov | 1 | -1/+2 |
2015-07-12 | can: rcar_can: fix typo in error message | Sergei Shtylyov | 1 | -1/+2 |
2015-07-12 | can: rcar_can: print signed IRQ # | Sergei Shtylyov | 1 | -2/+2 |
2015-07-12 | can: rcar_can: fix IRQ check | Sergei Shtylyov | 1 | -1/+2 |
2015-07-12 | freeing unlinked file indefinitely delayed | Al Viro | 1 | -2/+5 |
2015-07-12 | fix a braino in ovl_d_select_inode() | Al Viro | 1 | -0/+3 |
2015-07-12 | 9p: don't leave a half-initialized inode sitting around | Al Viro | 2 | -4/+2 |
2015-07-12 | net: dsa: Fix off-by-one in switch address parsing | Florian Fainelli | 1 | -1/+1 |
2015-07-12 | net: dsa: Test array index before use | Florian Fainelli | 1 | -2/+2 |
2015-07-12 | net: switchdev: don't abort unsupported operations | Vivien Didelot | 1 | -4/+8 |
2015-07-12 | net: bcmgenet: fix accounting of packet drops vs errors | Petri Gynther | 1 | -4/+0 |
2015-07-12 | cdc_ncm: update specs URL | Enrico Mioso | 1 | -1/+1 |
2015-07-11 | tick/broadcast: Prevent NULL pointer dereference | Thomas Gleixner | 1 | -8/+10 |
2015-07-11 | Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.html | Masanari Iida | 1 | -1/+1 |
2015-07-11 | net: inet_diag: always export IPV6_V6ONLY sockopt for listening sockets | Phil Sutter | 1 | -2/+2 |
2015-07-11 | bridge: mdb: allow the user to delete mdb entry if there's a querier | Satish Ashok | 1 | -9/+2 |
2015-07-11 | net: call rcu_read_lock early in process_backlog | Julian Anastasov | 1 | -16/+16 |
2015-07-11 | net: do not process device backlog during unregistration | Julian Anastasov | 1 | -2/+4 |
2015-07-10 | selinux: fix mprotect PROT_EXEC regression caused by mm change | Stephen Smalley | 1 | -1/+2 |
2015-07-10 | parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based... | John David Anglin | 5 | -168/+212 |
2015-07-10 | stifb: Implement hardware accelerated copyarea | Alex Ivanov | 1 | -2/+38 |
2015-07-10 | nfit: add support for NVDIMM "latch" flag | Ross Zwisler | 2 | -1/+37 |
2015-07-10 | nfit: update block I/O path to use PMEM API | Ross Zwisler | 2 | -12/+100 |
2015-07-10 | tools/testing/nvdimm: add mock acpi_nfit_flush_address entries to nfit_test | Dan Williams | 3 | -2/+71 |
2015-07-10 | tools/testing/nvdimm: fix return code for unimplemented commands | Dan Williams | 1 | -1/+1 |
2015-07-10 | tools/testing/nvdimm: mock ioremap_wt | Dan Williams | 2 | -0/+7 |
2015-07-10 | pmem: add maintainer for include/linux/pmem.h | Ross Zwisler | 1 | -0/+1 |
2015-07-10 | Revert "Input: synaptics - allocate 3 slots to keep stability in image sensors" | Dmitry Torokhov | 1 | -1/+1 |
2015-07-10 | arm64: entry32: remove pointless register assignment | Mark Rutland | 1 | -2/+0 |
2015-07-10 | MIPS: O32: Use compat_sys_getsockopt. | Ralf Baechle | 1 | -1/+1 |
2015-07-10 | MIPS: c-r4k: Extend way_string array | Paul Burton | 1 | -1/+3 |
2015-07-10 | MIPS: Pistachio: Support CDMM & Fast Debug Channel | James Hogan | 2 | -1/+12 |
2015-07-10 | MIPS: Malta: Make GIC FDC IRQ workaround Malta specific | James Hogan | 2 | -17/+13 |
2015-07-10 | MIPS: c-r4k: Fix cache flushing for MT cores | Markos Chandras | 3 | -4/+55 |
2015-07-10 | bridge: fix potential crash in __netdev_pick_tx() | Eric Dumazet | 1 | -0/+1 |
2015-07-10 | net: axienet: Fix devm_ioremap_resource return value check | Krzysztof Kozlowski | 1 | -4/+4 |
2015-07-10 | cxl: Check if afu is not null in cxl_slbia | Daniel Axtens | 1 | -1/+1 |
2015-07-10 | net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker() | Oleg Nesterov | 1 | -9/+2 |
2015-07-10 | net: pktgen: fix race between pktgen_thread_worker() and kthread_stop() | Oleg Nesterov | 1 | -1/+3 |
2015-07-09 | cdc_ncm: Add support for moving NDP to end of NCM frame | Enrico Mioso | 4 | -10/+67 |
2015-07-09 | drivers: net: cpsw: fix disabling of tx interrupt in rx isr | Mugunthan V N | 1 | -16/+3 |
2015-07-09 | net: systemport: Use eth_hw_addr_random | Vaishali Thakkar | 1 | -1/+1 |
2015-07-09 | hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead | Joe Perches | 1 | -4/+7 |
2015-07-09 | hpfs: kstrdup() out of memory handling | Sanidhya Kashyap | 1 | -2/+5 |
2015-07-09 | hpfs: Remove unessary cast | Firo Yang | 1 | -1/+1 |