summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
* Merge tag 'asoc-v3.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-07-05
|\
| * Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linusMark Brown2013-07-04
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-26
| |\ \
| | * | net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-26
| | * | gre: fix a possible skb leakEric Dumazet2013-06-25
| | * | net: vlan: fix comment for vlan_ethhdr->h_vlan_protoOlaf Hering2013-06-19
* | | | Merge tag 'asoc-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-06-28
|\ \ \ \ | |_|_|/ |/| | |
| * | | mfd: twl6040: Update register bit definitionsPeter Ujfalusi2013-06-24
| |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-22
| |\ \
| | * | splice: don't pass the address of ->f_pos to methodsAl Viro2013-06-20
| | |/
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-06-20
| |\ \
| | * | tracing/context-tracking: Add preempt_schedule_context() for tracingSteven Rostedt2013-06-19
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-20
| |\ \ \
| | * | | perf: Fix perf mmap bugsPeter Zijlstra2013-05-28
| | |/ /
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-06-20
| |\ \ \ | | |_|/ | |/| |
| | * | kvm: Move guest entry/exit APIs to context_trackingFrederic Weisbecker2013-05-31
| | * | vtime: Use consistent clocks among nohz accountingFrederic Weisbecker2013-05-31
| | |/
* | | Merge remote-tracking branch 'asoc/topic/wm8994' into asoc-nextMark Brown2013-06-17
|\ \ \
| * | | ASoC: wm8994: Allow debounce before MICDET identificationMark Brown2013-06-01
| * | | ASoC: wm8994: Handle LRCLK inversion for WM8958 and WM1811AMark Brown2013-05-20
* | | | Merge remote-tracking branch 'asoc/topic/ssm2518' into asoc-nextMark Brown2013-06-17
|\ \ \ \
| * | | | ASoC: Add ssm2518 supportLars-Peter Clausen2013-05-25
* | | | | Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown2013-06-17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | mfd: wm5102: Expose DRE control registersCharles Keepax2013-06-12
| * | | | mfd: wm5110: Make DSPn_STATUS_3 readableMark Brown2013-05-22
| * | | | mfd: arizona: Change fast_start pdata name to better reflect functionalityCharles Keepax2013-05-21
| * | | | mfd: arizona: Support use of external DCVDDMark Brown2013-05-20
| | |/ / | |/| |
* | | | smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney2013-06-14
* | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2013-06-13
|\ \ \ \
| * | | | trace: Allow idle-safe tracepoints to be called from irqPaul E. McKenney2013-06-10
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-12
|\ \ \ \ \
| * | | | | team: fix checks in team_get_first_port_txable_rcu()Jiri Pirko2013-06-12
| * | | | | sock_diag: fix filter code sent to userspaceNicolas Dichtel2013-06-10
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-06-12
|\ \ \ \ \ \
| * | | | | | scatterlist: sg_set_buf() argument must be in linear mappingRusty Russell2013-05-30
| | |_|/ / / | |/| | | |
* | | | | | include/linux/math64.h: add div64_ul()Alex Shi2013-06-12
* | | | | | mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-12
* | | | | | kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook2013-06-12
* | | | | | CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2013-06-12
| |_|/ / / |/| | | |
* | | | | Merge tag 'trace-fixes-v3.10-rc3-v3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-07
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry...Steven Rostedt2013-05-28
| |/ / /
* | | | net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski2013-06-06
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-05
|\ \ \ \
| * | | | net: force a reload of first item in hlist_nulls_for_each_entry_rcuEric Dumazet2013-06-02
| * | | | list: introduce list_first_entry_or_nullJiri Pirko2013-05-31
| * | | | udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-05-31
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-05-30
| |\ \ \ \
| | * | | | netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-23
* | | | | | Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-06-03
|\ \ \ \ \ \
| * | | | | | cgroup: fix a subtle bug in descendant pre-order walkTejun Heo2013-05-24
| | |_|/ / / | |/| | | |