Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | mm: check the return value of lookup_page_ext for all call sites | Yang Shi | 2016-06-04 | 1 | -7/+36 | |
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-06-04 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | irqchip/gic-v3: Fix copy+paste mistakes in defines | Andrew Jones | 2016-06-02 | 1 | -2/+2 | |
| | * | | | | | | | | | | | irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask | Marc Zyngier | 2016-06-02 | 1 | -1/+1 | |
| | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-06-04 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | time: Make settimeofday error checking work again | John Stultz | 2016-06-01 | 1 | -0/+3 | |
| | |/ / / / / / / / / | ||||||
* | | | | | | | | | | | locking/qspinlock: Use atomic_sub_return_release() in queued_spin_unlock() | Pan Xinhui | 2016-06-08 | 1 | -3/+2 | |
* | | | | | | | | | | | locking/mutex: Optimize mutex_trylock() fast-path | Peter Zijlstra | 2016-06-08 | 2 | -2/+6 | |
* | | | | | | | | | | | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() | Jason Low | 2016-06-08 | 1 | -16/+0 | |
* | | | | | | | | | | | locking/rwsem: Convert sem->count to 'atomic_long_t' | Jason Low | 2016-06-08 | 2 | -6/+8 | |
* | | | | | | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up dependency | Ingo Molnar | 2016-06-08 | 1 | -36/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | locking/qspinlock: Fix spin_unlock_wait() some more | Peter Zijlstra | 2016-06-08 | 1 | -36/+17 | |
* | | | | | | | | | | | locking/barriers: Validate lockless_dereference() is used on a pointer type | Peter Zijlstra | 2016-06-08 | 1 | -0/+4 | |
* | | | | | | | | | | | percpu, locking: Revert ("percpu: Replace smp_read_barrier_depends() with loc... | Tejun Heo | 2016-06-03 | 1 | -7/+5 | |
|/ / / / / / / / / / | ||||||
* / / / / / / / / / | locking/seqcount: Re-fix raw_read_seqcount_latch() | Peter Zijlstra | 2016-06-03 | 1 | -2/+5 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'dma-buf-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-06-01 | 3 | -3/+65 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | fence: add missing descriptions for fence | Luis de Bethencourt | 2016-05-31 | 1 | -0/+2 | |
| * | | | | | | | | reservation: add headerdoc comments | Rob Clark | 2016-05-31 | 1 | -0/+53 | |
| * | | | | | | | | dma-buf: headerdoc fixes | Rob Clark | 2016-05-31 | 1 | -3/+10 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-06-01 | 5 | -3/+18 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | sctp: sctp_diag should dump sctp socket type | Xin Long | 2016-05-31 | 1 | -0/+2 | |
| * | | | | | | | ipv6: hide ip6_encap_hlen/ip6_tnl_encap definitions | Arnd Bergmann | 2016-05-30 | 1 | -1/+2 | |
| * | | | | | | | ethtool: add support for 25G/50G/100G speed modes | Vidya Sagar Ravipati | 2016-05-25 | 1 | -1/+10 | |
| * | | | | | | | net sched actions: policer missing timestamp processing | Jamal Hadi Salim | 2016-05-25 | 1 | -1/+3 | |
| * | | | | | | | net_sched: avoid too many hrtimer_start() calls | Eric Dumazet | 2016-05-24 | 1 | -0/+1 | |
* | | | | | | | | Merge branch 'hash' of git://ftp.sciencehorizons.net/linux | Linus Torvalds | 2016-05-29 | 4 | -110/+141 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | <linux/hash.h>: Add support for architecture-specific functions | George Spelvin | 2016-05-28 | 1 | -3/+24 | |
| * | | | | | | | | Eliminate bad hash multipliers from hash_32() and hash_64() | George Spelvin | 2016-05-28 | 1 | -53/+34 | |
| * | | | | | | | | Change hash_64() return value to 32 bits | George Spelvin | 2016-05-28 | 1 | -3/+3 | |
| * | | | | | | | | <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string() | George Spelvin | 2016-05-28 | 1 | -31/+9 | |
| * | | | | | | | | fs/namei.c: Add hashlen_string() function | George Spelvin | 2016-05-28 | 1 | -2/+6 | |
| * | | | | | | | | Pull out string hash to <linux/stringhash.h> | George Spelvin | 2016-05-28 | 2 | -26/+73 | |
* | | | | | | | | | Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-28 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | platform/chrome: cros_ec_dev - Fix security issue | Gwendal Grignou | 2016-05-11 | 1 | -2/+4 | |
* | | | | | | | | | | Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-28 | 2 | -2/+43 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge tag 'asoc-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 2016-05-27 | 17 | -16/+155 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'asoc/topic/topology' into asoc-next | Mark Brown | 2016-05-27 | 1 | -2/+42 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | \ \ \ \ \ \ \ \ \ | ||||||
| | | | \ \ \ \ \ \ \ \ \ | ||||||
| | | *-. \ \ \ \ \ \ \ \ \ | Merge branches 'topic/dai-link' and 'topic/find-dai' of git://git.kernel.org/... | Mark Brown | 2016-04-20 | 1 | -1/+4 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | ASoC: topology: Set the link ID when creating a FE DAI link | Mengdong Lin | 2016-04-20 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | ASoC: topology: ABI - Define types for vendor tuples | Mengdong Lin | 2016-03-29 | 1 | -1/+41 | |
| | | | | | | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branches 'asoc/fix/ak4642', 'asoc/fix/ep93xx', 'asoc/fi... | Mark Brown | 2016-05-25 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | | ASoC: twl6040: Disconnect AUX output pads on digital mute | Peter Ujfalusi | 2016-05-18 | 1 | -0/+1 | |
| | | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | / / / / / / / / | Merge tag 'asoc-v4.7' into asoc-linus | Mark Brown | 2016-05-25 | 7 | -2/+139 | |
| | |\| | | | | | | | | | | | | | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2016-05-28 | 4 | -8/+68 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attribute | Nicholas Bellinger | 2016-05-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | iscsi-target: Convert transport drivers to signal rdma_shutdown | Nicholas Bellinger | 2016-05-17 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | target: remove sess_kref and ->shutdown_session | Christoph Hellwig | 2016-05-10 | 2 | -7/+0 | |
| * | | | | | | | | | | | | | | | target: remove acl_stop | Christoph Hellwig | 2016-05-10 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | iscsi-target: export symbols | Varun Prakash | 2016-05-10 | 1 | -0/+33 | |
| * | | | | | | | | | | | | | | | iscsi-target: add new offload transport type | Varun Prakash | 2016-05-10 | 1 | -0/+1 |