summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker2017-02-101-0/+5
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-117-13/+55
| |\ \ \ \ \ \
| | * | | | | | perf/core: Fix crash in perf_event_read()Peter Zijlstra2017-02-101-10/+15
| | * | | | | | Merge tag 'perf-urgent-for-mingo-4.10-20170203' of git://git.kernel.org/pub/s...Ingo Molnar2017-02-036-3/+40
| | |\ \ \ \ \ \
| | | * | | | | | perf callchain: Reference count mapsKrister Johansen2017-02-023-2/+22
| | | * | | | | | perf diff: Fix -o/--order option behavior (again)Namhyung Kim2017-02-023-1/+14
| | | * | | | | | perf diff: Fix segfault on 'perf diff -o N' optionNamhyung Kim2017-02-021-0/+4
| * | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-111-8/+4Star
| |\ \ \ \ \ \ \ \
| | * | | | | | | | stacktrace, lockdep: Fix address, newline uglinessOmar Sandoval2017-02-081-8/+4Star
| * | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-112-9/+23
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge tag 'irqchip-fixes-4.10' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2017-02-102-9/+23
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | | * | | | | | | | irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDStefan Wahren2016-12-311-0/+4
| | | * | | | | | | | irqchip/keystone: Fix "scheduling while atomic" on rtStrashko, Grygorii2016-12-311-9/+19
| * | | | | | | | | | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-112-17/+28
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval2017-02-111-15/+24
| | * | | | | | | | | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2017-02-101-2/+4
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-02-081-2/+4
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-02-115-8/+31
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | * | | | | | | | | | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-02-103-6/+13
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed sendSteffen Maier2017-02-101-4/+4
| | | * | | | | | | | | | scsi: aacraid: Fix INTx/MSI-x issue with older controllersDave Carroll2017-02-101-2/+6
| | | * | | | | | | | | | scsi: mpt3sas: disable ASPM for MPI2 controllersojab2017-02-101-0/+3
| | * | | | | | | | | | | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-02-033-2/+18
| | |\| | | | | | | | | |
| | | * | | | | | | | | | scsi: mpt3sas: Force request partial completion alignmentRam Pai2017-02-011-0/+15
| | | * | | | | | | | | | scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira2017-02-011-1/+1
| | | * | | | | | | | | | scsi: qla2xxx: Fix a recently introduced memory leakBart Van Assche2017-01-241-1/+2
* | | | | | | | | | | | | cxgb4: Remove redundant code in t4_uld_clean_up()Ganesh Goudar2017-02-161-2/+0Star
* | | | | | | | | | | | | cxgb4: Add new T5 and T6 pci device id'sGanesh Goudar2017-02-161-0/+5
* | | | | | | | | | | | | cxgb4: Increase max number of tc u32 linksArjun V2017-02-163-13/+7Star
* | | | | | | | | | | | | atm: idt77252, use setup_timer and mod_timerJan Koniarik2017-02-151-9/+3Star
* | | | | | | | | | | | | mlxsw: acl: Use PBS type for forward actionJiri Pirko2017-02-151-11/+9Star
* | | | | | | | | | | | | Merge branch 'stmmac-misc'David S. Miller2017-02-153-69/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | net: stmmac: invert the logic for dumping regsLABBE Corentin2017-02-151-9/+9
| * | | | | | | | | | | | | net: stmmac: reduce indentation by adding a continueLABBE Corentin2017-02-151-42/+40Star
| * | | | | | | | | | | | | net: stmmac: split the stmmac_adjust_link 10/100 caseLABBE Corentin2017-02-151-5/+9
| * | | | | | | | | | | | | net: stmmac: run stmmac_hw_fix_mac_speed when speed is validLABBE Corentin2017-02-151-3/+2Star
| * | | | | | | | | | | | | net: stmmac: set speed at SPEED_UNKNOWN in case of broken speedLABBE Corentin2017-02-151-0/+1
| * | | | | | | | | | | | | net: stmmac: use SPEED_UNKNOWN/DUPLEX_UNKNOWNLABBE Corentin2017-02-151-6/+6
| * | | | | | | | | | | | | net: stmmac: likely is useless in occasional functionLABBE Corentin2017-02-151-4/+4
| * | | | | | | | | | | | | net: stmmac: remove useless parenthesisLABBE Corentin2017-02-152-5/+5
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | net: ethernet: aquantia: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-151-76/+25Star
* | | | | | | | | | | | | Merge branch 'qed-ptp'David S. Miller2017-02-1517-2/+1108
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | qede: Add driver support for PTPSudarsana Reddy Kalluru2017-02-158-1/+661
| * | | | | | | | | | | | | qed: Add infrastructure for PTP supportSudarsana Reddy Kalluru2017-02-159-1/+447
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | cxgb4: Update proper netdev stats for rx dropsGanesh Goudar2017-02-151-1/+1
* | | | | | | | | | | | | openvswitch: Set internal device max mtu to ETH_MAX_MTU.Jarno Rajahalme2017-02-151-0/+2
* | | | | | | | | | | | | sched: have stub for tcf_destroy_chain in case NET_CLS is not configuredJiri Pirko2017-02-151-0/+6
* | | | | | | | | | | | | bpf: Rebuild bpf.o for any dependency updateMickaël Salaün2017-02-151-2/+13
* | | | | | | | | | | | | bpf: Remove redundant ifdefMickaël Salaün2017-02-151-9/+3Star
* | | | | | | | | | | | | mlx4: do not use rwlock in fast pathEric Dumazet2017-02-152-18/+19