summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds2017-11-134-71/+126
|\
| * documentation: kernel-api: add more info on bitmap functionsRandy Dunlap2017-10-191-48/+57
| * math64: add missing kernel-doc notationRandy Dunlap2017-10-071-0/+27
| * div64: add missing kernel-docRandy Dunlap2017-10-071-0/+14
| * linux/log2.h: fix kernel-doc notationRandy Dunlap2017-10-071-19/+23
| * Documentation: kernel-api: add bitmap operations from linux/bitmap.hRandy Dunlap2017-09-261-4/+5
* | /proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds2017-11-121-0/+8
* | Merge tag 'drm-fixes-for-v4.14-rc9' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-11-101-0/+1
|\ \
| * | drm/i915: Reject unknown syncobj flagsTvrtko Ursulin2017-11-081-0/+1
* | | sysctl: add register_sysctl() dummy helperArnd Bergmann2017-11-091-0/+5
* | | Merge tag 'sound-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2017-11-092-1/+4
|\ \ \
| * | | ALSA: seq: Avoid invalid lockdep class warningTakashi Iwai2017-11-061-1/+2
| * | | ALSA: timer: Limit max instances per timerTakashi Iwai2017-11-061-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-093-3/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang2017-11-091-0/+24
| * | | Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-091-3/+1
| * | | netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-041-0/+7
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-051-3/+3
|\ \ \ \
| * | | | tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-041-3/+3
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-051-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | objtool: Prevent GCC from merging annotate_unreachable(), take 2Josh Poimboeuf2017-11-041-2/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-032-5/+9
|\ \ \ \
| * | | | stmmac: use of_property_read_u32 instead of read_u8Bhadram Varka2017-11-031-4/+4
| * | | | net_sched: hold netns refcnt for each actionCong Wang2017-11-031-1/+3
| * | | | net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2017-11-031-0/+2
* | | | | mm, swap: fix race between swap count continuation operationsHuang Ying2017-11-031-0/+4
| |/ / / |/| | |
* | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-022287-0/+2287
|\ \ \ \ | |/ / / |/| | |
| * | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-02297-0/+297
| * | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-02438-0/+438
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021552-0/+1552
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-012-4/+3
|\ \ \ \
| * | | | tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-3/+3
| * | | | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-1/+0
| | |/ / | |/| |
* | | | Revert "PM / QoS: Fix device resume latency PM QoS"Rafael J. Wysocki2017-10-311-3/+2
* | | | Revert "PM / QoS: Fix default runtime_pm device resume latency"Rafael J. Wysocki2017-10-311-2/+1
* | | | PM / QoS: Fix default runtime_pm device resume latencyTero Kristo2017-10-301-1/+2
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2913-30/+46
|\ \ \
| * | | net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-292-0/+5
| * | | sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-292-2/+2
| * | | sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-293-18/+18
| * | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-3/+3
| * | | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-0/+1
| * | | tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail2017-10-281-2/+2
| * | | Merge tag 'mlx5-fixes-2017-10-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-10-271-0/+2
| |\ \ \
| | * | | net/mlx5e: DCBNL, Implement tc with ets type and zero bandwidthHuy Nguyen2017-10-261-0/+2
| * | | | Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-10-271-3/+6
| |\ \ \ \
| | * | | | fq_impl: Properly enforce memory limitToke Høiland-Jørgensen2017-10-181-3/+6
| * | | | | tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-261-0/+6
| | |/ / / | |/| | |
| * | | | strparser: Use delayed work instead of timer for msg timeoutTom Herbert2017-10-251-2/+1
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-271-11/+16
|\ \ \ \ \