summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2017-11-156-28/+66
|\
| * mailbox/omap: unregister mbox classArvind Yadav2017-11-141-1/+5
| * mailbox: mailbox-test: don't rely on rx_buffer content to signal data readySudeep Holla2017-11-141-5/+6
| * mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdoneSudeep Holla2017-11-142-4/+4
| * mailbox: Build Broadcom FlexRM driver as loadable module for iProc SOCsAnup Patel2017-10-271-1/+1
| * mailbox: bcm-flexrm-mailbox: Use common GPL comment headerAnup Patel2017-10-271-5/+13
| * mailbox: bcm-flexrm-mailbox: add depends on ARCH_BCM_IPROCScott Branden2017-10-271-0/+1
| * mailbox: bcm-flexrm-mailbox: Print ring number in errors and warningsAnup Patel2017-10-271-9/+17
| * mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequenceAnup Patel2017-10-271-3/+19
* | Merge tag 'for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2017-11-156-9/+4
|\ \
| * | power: supply: cpcap-charger: fix incorrect return value checkPan Bian2017-11-131-1/+1
| * | power: supply: replace pr_* with dev_*Aishwarya Pant2017-11-062-2/+2
| * | power: supply: pcf50633-charger: remove redundant variable charging_startColin Ian King2017-11-061-2/+0
| * | power: supply: generic-adc-battery: remove redundant variable pdataColin Ian King2017-11-061-2/+0
| * | power: supply: max8997: Improve a size determination in probeMarkus Elfring2017-11-061-2/+1
* | | Merge tag 'hsi-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2017-11-153-8/+15
|\ \ \
| * | | dt-bindings: hsi: add omap4 hsi controller bindingsTony Lindgren2017-10-011-3/+10
| * | | HSI: hsi_char: pr_err() strings should end with newlinesArvind Yadav2017-10-011-2/+2
| * | | HSI: omap_ssi_core: fix kilo to be "k" not "K"Pavel Machek2017-10-011-3/+3
* | | | Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-155-36/+47
|\ \ \ \
| * | | | selinux: remove extraneous initialization of slots_used and max_chain_lenColin Ian King2017-10-171-1/+1
| * | | | selinux: remove redundant assignment to lenColin Ian King2017-10-171-1/+0
| * | | | selinux: remove redundant assignment to strColin Ian King2017-10-171-3/+2
| * | | | selinux: fix build warningCorentin LABBE2017-10-041-2/+2
| * | | | selinux: fix build warning by removing the unused sid variableCorentin LABBE2017-10-041-2/+1
| * | | | selinux: Perform both commoncap and selinux xattr checksEric W. Biederman2017-10-041-25/+18
| * | | | selinux: Use kmem_cache for hashtab_nodeKyeongdon Kim2017-09-203-2/+23
| |/ / /
* | | | Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-158-65/+97
|\ \ \ \
| * | | | audit: filter PATH records keyed on filesystem magicRichard Guy Briggs2017-11-103-9/+61
| * | | | Audit: remove unused audit_log_secctx functionCasey Schaufler2017-11-102-34/+0
| * | | | audit: Allow auditd to set pid to 0 to end auditingSteve Grubb2017-11-101-13/+16
| * | | | audit: Add new syscalls to the perm=w filterSteve Grubb2017-11-102-0/+6
| * | | | audit: use audit_set_enabled() in audit_enable()Paul Moore2017-11-101-2/+2
| * | | | audit: convert audit_ever_enabled to a booleanPaul Moore2017-11-102-2/+2
| * | | | audit: don't use simple_strtol() anymorePaul Moore2017-11-101-2/+7
| * | | | audit: initialize the audit subsystem as early as possiblePaul Moore2017-11-101-1/+1
| * | | | audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore2017-11-101-5/+5
* | | | | mm/pagewalk.c: report holes in hugetlb rangesJann Horn2017-11-151-1/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151617-26801/+91081
|\ \ \ \ \
| * | | | | tcp: highest_sack fixEric Dumazet2017-11-152-15/+4
| * | | | | geneve: fix fill_info when link downHangbin Liu2017-11-151-14/+10
| * | | | | bpf: fix lockdep splatEric Dumazet2017-11-151-2/+6
| * | | | | net: cdc_ncm: GetNtbFormat endian fixBjørn Mork2017-11-151-2/+2
| * | | | | openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva2017-11-151-1/+1
| * | | | | Merge branch 'netem-fix-compilation-on-32-bit'David S. Miller2017-11-151-10/+7
| |\ \ \ \ \
| | * | | | | netem: remove unnecessary 64 bit modulusStephen Hemminger2017-11-151-3/+3
| | * | | | | netem: use 64 bit divide by rateStephen Hemminger2017-11-151-7/+4
| |/ / / / /
| * | | | | tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-157-54/+64
| * | | | | net: Protect iterations over net::fib_notifier_ops in fib_seq_sum()Kirill Tkhai2017-11-151-1/+3
| * | | | | ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel2017-11-151-1/+1