| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: jack: Fix multiple definition of `snd_soc_jack_add_gpiods' | Jarkko Nikula | 2014-05-27 | 1 | -3/+4 |
* | ASoC: jack: Clarify GPIO descriptor lookup in struct snd_soc_jack_gpio doc | Jarkko Nikula | 2014-05-27 | 1 | -2/+4 |
* | ASoC: jack: Add support for GPIO descriptor defined jack pins | Jarkko Nikula | 2014-05-26 | 2 | -17/+72 |
* | ASoC: jack: Basic GPIO descriptor conversion | Jarkko Nikula | 2014-05-26 | 2 | -8/+12 |
* | Linux 3.15-rc1v3.15-rc1 | Linus Torvalds | 2014-04-13 | 1 | -2/+2 |
* | mm: Initialize error in shmem_file_aio_read() | Geert Uytterhoeven | 2014-04-13 | 1 | -1/+1 |
* | cifs: Use min_t() when comparing "size_t" and "unsigned long" | Geert Uytterhoeven | 2014-04-13 | 1 | -1/+1 |
* | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2014-04-13 | 5 | -84/+128 |
|\ |
|
| * | mm: slab/slub: use page->list consistently instead of page->lru | Dave Hansen | 2014-04-11 | 3 | -8/+9 |
| * | mm/slab.c: cleanup outdated comments and unify variables naming | Jianyu Zhan | 2014-04-01 | 1 | -34/+32 |
| * | slab: fix wrongly used macro | Joonsoo Kim | 2014-04-01 | 1 | -11/+11 |
| * | slub: fix high order page allocation problem with __GFP_NOFAIL | Joonsoo Kim | 2014-03-27 | 1 | -2/+3 |
| * | slab: Make allocations with GFP_ZERO slightly more efficient | Joe Perches | 2014-02-08 | 1 | -8/+8 |
| * | slab: make more slab management structure off the slab | Joonsoo Kim | 2014-02-08 | 1 | -1/+1 |
| * | slab: introduce byte sized index for the freelist of a slab | Joonsoo Kim | 2014-02-08 | 1 | -9/+9 |
| * | slab: restrict the number of objects in a slab | Joonsoo Kim | 2014-02-08 | 2 | -0/+32 |
| * | slab: introduce helper functions to get/set free object | Joonsoo Kim | 2014-02-08 | 1 | -7/+13 |
| * | slab: factor out calculate nr objects in cache_estimate | Joonsoo Kim | 2014-02-08 | 1 | -21/+27 |
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2014-04-12 | 6 | -120/+196 |
|\ \ |
|
| * | | scripts/coccinelle: Use PTR_ERR_OR_ZERO | Sachin Kamat | 2014-04-08 | 1 | -7/+7 |
| * | | scripts/bootgraph.pl: Add graphic header | Fabian Frederick | 2014-04-08 | 1 | -2/+40 |
| * | | scripts: objdiff: detect object code changes between two commits | Jason Cooper | 2014-04-08 | 2 | -1/+142 |
| * | | Coccicheck: Remove memcpy to struct assignment test | Peter Senna Tschudin | 2014-03-29 | 1 | -103/+0 |
| * | | scripts/tags.sh: Ignore *.mod.c | Prarit Bhargava | 2014-02-06 | 2 | -7/+7 |
| |/ |
|
* | | sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue | Mikulas Patocka | 2014-04-12 | 1 | -0/+4 |
* | | powerpc: Don't try to set LPCR unless we're in hypervisor mode | Paul Mackerras | 2014-04-12 | 1 | -1/+2 |
* | | futex: update documentation for ordering guarantees | Davidlohr Bueso | 2014-04-12 | 1 | -9/+23 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-04-12 | 102 | -433/+420 |
|\ \ |
|
| * \ | Merge branch 'tunnels' | David S. Miller | 2014-04-12 | 2 | -2/+2 |
| |\ \ |
|
| | * | | vti: don't allow to add the same tunnel twice | Nicolas Dichtel | 2014-04-12 | 1 | -1/+1 |
| | * | | gre: don't allow to add the same tunnel twice | Nicolas Dichtel | 2014-04-12 | 1 | -1/+1 |
| |/ / |
|
| * | | drivers: net: xen-netfront: fix array initialization bug | Vincenzo Maffione | 2014-04-12 | 1 | -1/+1 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2014-04-12 | 14 | -203/+91 |
| |\ \ |
|
| | * | | i40evf: program RSS LUT correctly | Mitch A Williams | 2014-04-11 | 1 | -4/+16 |
| | * | | i40evf: remove open-coded skb_cow_head | Francois Romieu | 2014-04-11 | 1 | -6/+4 |
| | * | | ixgb: remove open-coded skb_cow_head | Francois Romieu | 2014-04-11 | 1 | -6/+4 |
| | * | | igbvf: remove open-coded skb_cow_head | Francois Romieu | 2014-04-11 | 1 | -9/+7 |
| | * | | igb: fix last_rx_timestamp usage | Jakub Kicinski | 2014-04-11 | 3 | -23/+11 |
| | * | | igb: remove open-coded skb_cow_head | Francois Romieu | 2014-04-11 | 1 | -5/+4 |
| | * | | e1000e: remove open-coded skb_cow_head | Francois Romieu | 2014-04-11 | 1 | -6/+4 |
| | * | | e1000: remove open-coded skb_cow_head | Francois Romieu | 2014-04-11 | 1 | -6/+5 |
| | * | | e1000: remove debug messages with function names | Jakub Kicinski | 2014-04-11 | 1 | -124/+0 |
| | * | | ixgbevf: remove open-coded skb_cow_head | Francois Romieu | 2014-04-11 | 1 | -5/+4 |
| | * | | ixgbevf: Add bit to mark work queue initialization | Mark Rustad | 2014-04-11 | 2 | -1/+11 |
| | * | | ixgbe: remove open-coded skb_cow_head | Francois Romieu | 2014-04-11 | 1 | -7/+6 |
| | * | | ixgbe: Add bit to mark service task initialization | Mark Rustad | 2014-04-11 | 2 | -1/+15 |
| * | | | pktgen: be friendly to LLTX devices | Daniel Borkmann | 2014-04-12 | 1 | -2/+6 |
| * | | | r8152: check RTL8152_UNPLUG | hayeswang | 2014-04-12 | 1 | -0/+48 |
| * | | | net: sun4i-emac: add promiscuous support | Marc Zyngier | 2014-04-12 | 1 | -9/+21 |
| * | | | net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong | 2014-04-12 | 1 | -3/+1 |