| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | perf/core: Correct event creation with PERF_FORMAT_GROUP | Peter Zijlstra | 2018-04-13 | 1 | -5/+10 |
* | e1000e: Undo e1000e_pm_freeze if __e1000_shutdown fails | Chris Wilson | 2018-04-13 | 1 | -1/+6 |
* | net: phy: avoid genphy_aneg_done() for PHYs without clause 22 support | Russell King | 2018-04-13 | 1 | -0/+6 |
* | mceusb: sporadic RX truncation corruption fix | A Sun | 2018-04-13 | 1 | -2/+7 |
* | cx25840: fix unchecked return values | Pan Bian | 2018-04-13 | 1 | -15/+21 |
* | e1000e: fix race condition around skb_tstamp_tx() | Jacob Keller | 2018-04-13 | 1 | -2/+8 |
* | tags: honor COMPILED_SOURCE with apart output directory | Robert Jarzmik | 2018-04-13 | 1 | -0/+1 |
* | perf report: Ensure the perf DSO mapping matches what libdw sees | Milian Wolff | 2018-04-13 | 1 | -0/+8 |
* | net/mlx4: Fix the check in attaching steering rules | Talat Batheesh | 2018-04-13 | 4 | -9/+25 |
* | skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow | Jason A. Donenfeld | 2018-04-13 | 2 | -27/+46 |
* | bio-integrity: Do not allocate integrity context for bio w/o data | Dmitry Monakhov | 2018-04-13 | 1 | -0/+3 |
* | Fix serial console on SNI RM400 machines | Thomas Bogendoerfer | 2018-04-13 | 1 | -5/+10 |
* | drm/omap: fix tiled buffer stride calculations | Tomi Valkeinen | 2018-04-13 | 1 | -2/+2 |
* | mISDN: Fix a sleep-in-atomic bug | Jia-Ju Bai | 2018-04-13 | 1 | -1/+1 |
* | qlcnic: Fix a sleep-in-atomic bug in qlcnic_82xx_hw_write_wx_2M and qlcnic_82... | Jia-Ju Bai | 2018-04-13 | 1 | -1/+1 |
* | perf trace: Add mmap alias for s390 | Jiri Olsa | 2018-04-13 | 1 | -0/+4 |
* | powerpc/spufs: Fix coredump of SPU contexts | Michael Ellerman | 2018-04-13 | 1 | -0/+2 |
* | KVM: SVM: do not zero out segment attributes if segment is unusable or not pr... | Roman Pen | 2018-04-13 | 1 | -13/+11 |
* | net: freescale: fix potential null pointer dereference | Gustavo A. R. Silva | 2018-04-13 | 1 | -1/+8 |
* | rtc: interface: Validate alarm-time before handling rollover | Vaibhav Jain | 2018-04-13 | 1 | -1/+8 |
* | arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usage | Will Deacon | 2018-04-13 | 1 | -4/+4 |
* | powerpc/[booke|4xx]: Don't clobber TCR[WP] when setting TCR[DIE] | Ivan Mikhaylov | 2018-04-13 | 1 | -3/+11 |
* | ovl: filter trusted xattr for non-admin | Miklos Szeredi | 2018-04-13 | 1 | -1/+11 |
* | hdlcdrv: Fix divide by zero in hdlcdrv_ioctl | Firo Yang | 2018-04-13 | 1 | -0/+2 |
* | wl1251: check return from call to wl1251_acx_arp_ip_filter | Colin Ian King | 2018-04-13 | 1 | -2/+1 |
* | vfb: fix video mode and line_length being set when loaded | Pieter \"PoroCYon\" Sluys | 2018-04-13 | 1 | -0/+17 |
* | scsi: libiscsi: Allow sd_shutdown on bad transport | Rafael David Tinoco | 2018-04-13 | 1 | -1/+23 |
* | l2tp: fix missing print session offset info | Hangbin Liu | 2018-04-13 | 1 | -0/+2 |
* | net: llc: add lock_sock in llc_ui_bind to avoid a race condition | linzhang | 2018-04-13 | 1 | -0/+3 |
* | KVM: nVMX: Fix handling of lmsw instruction | Jan H. Schönherr | 2018-04-13 | 1 | -2/+5 |
* | bonding: Don't update slave->link until ready to commit | Nithin Sujir | 2018-04-13 | 1 | -2/+9 |
* | net: move somaxconn init from sysctl code | Roman Kapl | 2018-04-13 | 2 | -2/+19 |
* | ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() | Eryu Guan | 2018-04-13 | 1 | -1/+1 |
* | fix race in drivers/char/random.c:get_reg() | Michael Schmitz | 2018-04-13 | 1 | -1/+5 |
* | scsi: bnx2fc: fix race condition in bnx2fc_get_host_stats() | Maurizio Lombardi | 2018-04-13 | 2 | -2/+9 |
* | netfilter: ctnetlink: fix incorrect nf_ct_put during hash resize | Liping Zhang | 2018-04-13 | 1 | -1/+6 |
* | libceph: NULL deref on crush_decode() error path | Dan Carpenter | 2018-04-13 | 1 | -0/+1 |
* | block: fix an error code in add_partition() | Dan Carpenter | 2018-04-13 | 1 | -1/+3 |
* | leds: pca955x: Correct I2C Functionality | Tin Huynh | 2018-04-13 | 1 | -1/+1 |
* | ray_cs: Avoid reading past end of buffer | Kees Cook | 2018-04-13 | 1 | -2/+5 |
* | ARM: davinci: da8xx: Create DSP device only when assigned memory | Suman Anna | 2018-04-13 | 1 | -0/+10 |
* | xfrm: fix state migration copy replay sequence numbers | Antony Antony | 2018-04-13 | 1 | -0/+2 |
* | selftests/powerpc: Fix TM resched DSCR test with some compilers | Michael Ellerman | 2018-04-13 | 1 | -1/+1 |
* | ath5k: fix memory leak on buf on failed eeprom read | Colin Ian King | 2018-04-13 | 1 | -1/+4 |
* | sh_eth: Use platform device for printing before register_netdev() | Geert Uytterhoeven | 2018-04-13 | 1 | -1/+1 |
* | USB: ene_usb6250: fix SCSI residue overwriting | Alan Stern | 2018-04-13 | 1 | -0/+2 |
* | net: x25: fix one potential use-after-free issue | linzhang | 2018-04-13 | 3 | -11/+22 |
* | USB: ene_usb6250: fix first command execution | Alan Stern | 2018-04-13 | 1 | -4/+5 |
* | usb: chipidea: properly handle host or gadget initialization failure | Jisheng Zhang | 2018-04-13 | 1 | -8/+21 |
* | neighbour: update neigh timestamps iff update is effective | Ihar Hrachyshka | 2018-04-13 | 1 | -4/+10 |